The FreeBSD Ports Archive
FreeBSD dns : dhisd4>
DHIS server for dynamic updates on the server using specific engines
DHIS Daemon release 5.1
==============================
The server is now modular through the introduction of a services
sub-system. DNS updates are no longer part of the main code but
are now implemented as a module.
The main dhisd process listens to DHIS clients and after authentication
marks these with their dynamic IP address. The request is passed to a
sub-process through a pipe which implements the services for which the
client is subscribed to. Clients may be subscribed to one or more
services individually.
The sub-engine interface does a basic read from stdin and process.
Examples of things DHIS could update:
Dns, Firewalls, tunnel servers, relay access lists, etc ...
For more information on the services of DHIS, you should look at the
official DHIS site:
http://www.dhis.org/dhis/services/
http://www.dhis.org/r5/
|
dhisd history
v. 1.21
date: 2006/05/10 14:46:38; author: ale; state: Exp; lines: +2 -2
Chase gmp library and bump PORTREVISION.
v. 1.20
date: 2006/05/04 21:41:11; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from all categories starting with D
v. 1.19
date: 2004/04/20 14:04:00; author: netchild; state: Exp; lines: +1 -1
Use the @FreeBSD.org address of the maintainer.
v. 1.18
date: 2003/11/25 18:54:38; author: netchild; state: Exp; lines: +11 -7
- Fix compilation on FreeBSD 5.2-BETA.
- Switch LIB_DEPENDS from math/libgmp-freebsd to math/libgmp4 on FreeBSD 5
only (the base libgmp 2.0.1 on FreeBSD 4 is fine) so this port buils on
architectures other than alpha and i386 (tested on FreeBSD/sparc64).
- Respect CC and CFLAGS.
- Remove broken URL forgotten in Makefile 1.16 and pkg-descr 1.5.
- Give maintainership to submitter.
Submitted by: marius@alchemy.franken.de
Approved by: portmgr
v. 1.17
date: 2003/11/19 19:28:37; author: eik; state: Exp; lines: +1 -1
Reset unreachable MAINTAINERs to ports@FreeBSD.org
PR: 59109
Approved by: marcus (mentor)
v. 1.16
date: 2003/11/03 22:01:54; author: edwin; state: Exp; lines: +1 -2
remove broken mastersite.
v. 1.15
date: 2003/09/05 04:54:32; author: edwin; state: Exp; lines: +1 -1
Massive repo-copies request: net->dns (partly devel->dns)
PR: ports/56020
Submitted by: Kimura Fuyuki
Approved by: portmgr
v. 1.14
date: 2003/02/21 13:14:39; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.13
date: 2002/11/04 22:57:36; author: edwin; state: Exp; lines: +1 -1
Half of these ones missed yesterday while converting to USE_REINPLACE.
The other half needs perl to build.
Noticed on bento and others (full mailbox :-)
v. 1.12
date: 2002/11/04 01:55:38; author: edwin; state: Exp; lines: +2 -2
PERL -> REINPLACE
Noticed on: bento
v. 1.11
date: 2002/05/23 08:36:17; author: sada; state: Exp; lines: +2 -0
I forgot to note PR and Submitted-by on my last commit.
Also, recover LIB_DEPENDS line for libgmp;
this is needed for -current.
PR: ports/37199
Submitted by: maintainer
v. 1.10
date: 2002/05/23 08:25:56; author: sada; state: Exp; lines: +9 -9
- Move install directory from bin to sbin
- Rewrite descriptions
- Change maintainer's email
v. 1.9
date: 2002/04/28 09:52:46; author: ijliao; state: Exp; lines: +1 -1
switch libgmp -> libgmp-freebsd
v. 1.8
date: 2002/04/02 12:37:50; author: netchild; state: Exp; lines: +3 -2
Replace __PREFIX__ in the rc script.
The maintainer wasn't reachable by myself and by the submitter, so no
review/approval from him.
Approved by: steve
Submitted by: marius@alchemy.franken.de
v. 1.7
date: 2002/03/24 00:24:31; author: petef; state: Exp; lines: +2 -0
Add a missing dependency on libgmp.
Submitted by: bento
v. 1.6
date: 2002/01/31 05:07:35; author: knu; state: Exp; lines: +11 -11
Fix some typos I (knu) made in the last commit to unbreak make
install.
PR: ports/34469
Submitted by: Andrew
v. 1.5
date: 2002/01/29 11:45:28; author: knu; state: Exp; lines: +9 -9
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.
v. 1.4
date: 2001/11/24 18:52:33; author: dwcjr; state: Exp; lines: +42 -44
Update to 5.1
PR: 31759
Submitted by: maintainer
v. 1.3
date: 2001/04/02 06:20:07; author: mharo; state: Exp; lines: +2 -3
Port update to version 4.0.3
PR: 26257
Submitted by:
v. 1.2
date: 2001/03/23 01:49:57; author: jeh; state: Exp; lines: +3 -2
Changed following files:
- Makefile
Wrong startup script installed from ${FILESDIR} instead of edited
version in ${WRKSRC}
- pkg-descr
Fixed typos and some of the text
- Added PORTREVISION
PR: 26011
Submitted by: baskruit@bsltwr.dnsalias.org MAINTAINER
v. 1.1
date: 2001/03/12 22:52:32; author: will; state: Exp;
Add dhisd 4.0, DHIS server for updating dynamic DNS entries in DNS
tables.
PR: 25368
Submitted by: Bas Kruit
=============================================================================
v. 1.21
date: 2006/05/10 14:46:38; author: ale; state: Exp; lines: +2 -2
Chase gmp library and bump PORTREVISION.
v. 1.20
date: 2006/05/04 21:41:11; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from all categories starting with D
v. 1.19
date: 2004/04/20 14:04:00; author: netchild; state: Exp; lines: +1 -1
Use the @FreeBSD.org address of the maintainer.
v. 1.18
date: 2003/11/25 18:54:38; author: netchild; state: Exp; lines: +11 -7
- Fix compilation on FreeBSD 5.2-BETA.
- Switch LIB_DEPENDS from math/libgmp-freebsd to math/libgmp4 on FreeBSD 5
only (the base libgmp 2.0.1 on FreeBSD 4 is fine) so this port buils on
architectures other than alpha and i386 (tested on FreeBSD/sparc64).
- Respect CC and CFLAGS.
- Remove broken URL forgotten in Makefile 1.16 and pkg-descr 1.5.
- Give maintainership to submitter.
Submitted by: marius@alchemy.franken.de
Approved by: portmgr
v. 1.17
date: 2003/11/19 19:28:37; author: eik; state: Exp; lines: +1 -1
Reset unreachable MAINTAINERs to ports@FreeBSD.org
PR: 59109
Approved by: marcus (mentor)
v. 1.16
date: 2003/11/03 22:01:54; author: edwin; state: Exp; lines: +1 -2
remove broken mastersite.
v. 1.15
date: 2003/09/05 04:54:32; author: edwin; state: Exp; lines: +1 -1
Massive repo-copies request: net->dns (partly devel->dns)
PR: ports/56020
Submitted by: Kimura Fuyuki
Approved by: portmgr
v. 1.14
date: 2003/02/21 13:14:39; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.13
date: 2002/11/04 22:57:36; author: edwin; state: Exp; lines: +1 -1
Half of these ones missed yesterday while converting to USE_REINPLACE.
The other half needs perl to build.
Noticed on bento and others (full mailbox :-)
v. 1.12
date: 2002/11/04 01:55:38; author: edwin; state: Exp; lines: +2 -2
PERL -> REINPLACE
Noticed on: bento
v. 1.11
date: 2002/05/23 08:36:17; author: sada; state: Exp; lines: +2 -0
I forgot to note PR and Submitted-by on my last commit.
Also, recover LIB_DEPENDS line for libgmp;
this is needed for -current.
PR: ports/37199
Submitted by: maintainer
v. 1.10
date: 2002/05/23 08:25:56; author: sada; state: Exp; lines: +9 -9
- Move install directory from bin to sbin
- Rewrite descriptions
- Change maintainer's email
v. 1.9
date: 2002/04/28 09:52:46; author: ijliao; state: Exp; lines: +1 -1
switch libgmp -> libgmp-freebsd
v. 1.8
date: 2002/04/02 12:37:50; author: netchild; state: Exp; lines: +3 -2
Replace __PREFIX__ in the rc script.
The maintainer wasn't reachable by myself and by the submitter, so no
review/approval from him.
Approved by: steve
Submitted by: marius@alchemy.franken.de
v. 1.7
date: 2002/03/24 00:24:31; author: petef; state: Exp; lines: +2 -0
Add a missing dependency on libgmp.
Submitted by: bento
v. 1.6
date: 2002/01/31 05:07:35; author: knu; state: Exp; lines: +11 -11
Fix some typos I (knu) made in the last commit to unbreak make
install.
PR: ports/34469
Submitted by: Andrew
v. 1.5
date: 2002/01/29 11:45:28; author: knu; state: Exp; lines: +9 -9
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.
v. 1.4
date: 2001/11/24 18:52:33; author: dwcjr; state: Exp; lines: +42 -44
Update to 5.1
PR: 31759
Submitted by: maintainer
v. 1.3
date: 2001/04/02 06:20:07; author: mharo; state: Exp; lines: +2 -3
Port update to version 4.0.3
PR: 26257
Submitted by:
v. 1.2
date: 2001/03/23 01:49:57; author: jeh; state: Exp; lines: +3 -2
Changed following files:
- Makefile
Wrong startup script installed from ${FILESDIR} instead of edited
version in ${WRKSRC}
- pkg-descr
Fixed typos and some of the text
- Added PORTREVISION
PR: 26011
Submitted by: baskruit@bsltwr.dnsalias.org MAINTAINER
v. 1.1
date: 2001/03/12 22:52:32; author: will; state: Exp;
Add dhisd 4.0, DHIS server for updating dynamic DNS entries in DNS
tables.
PR: 25368
Submitted by: Bas Kruit
=============================================================================
v. 1.21
date: 2006/05/10 14:46:38; author: ale; state: Exp; lines: +2 -2
Chase gmp library and bump PORTREVISION.
v. 1.20
date: 2006/05/04 21:41:11; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from all categories starting with D
v. 1.19
date: 2004/04/20 14:04:00; author: netchild; state: Exp; lines: +1 -1
Use the @FreeBSD.org address of the maintainer.
v. 1.18
date: 2003/11/25 18:54:38; author: netchild; state: Exp; lines: +11 -7
- Fix compilation on FreeBSD 5.2-BETA.
- Switch LIB_DEPENDS from math/libgmp-freebsd to math/libgmp4 on FreeBSD 5
only (the base libgmp 2.0.1 on FreeBSD 4 is fine) so this port buils on
architectures other than alpha and i386 (tested on FreeBSD/sparc64).
- Respect CC and CFLAGS.
- Remove broken URL forgotten in Makefile 1.16 and pkg-descr 1.5.
- Give maintainership to submitter.
Submitted by: marius@alchemy.franken.de
Approved by: portmgr
v. 1.17
date: 2003/11/19 19:28:37; author: eik; state: Exp; lines: +1 -1
Reset unreachable MAINTAINERs to ports@FreeBSD.org
PR: 59109
Approved by: marcus (mentor)
v. 1.16
date: 2003/11/03 22:01:54; author: edwin; state: Exp; lines: +1 -2
remove broken mastersite.
v. 1.15
date: 2003/09/05 04:54:32; author: edwin; state: Exp; lines: +1 -1
Massive repo-copies request: net->dns (partly devel->dns)
PR: ports/56020
Submitted by: Kimura Fuyuki
Approved by: portmgr
v. 1.14
date: 2003/02/21 13:14:39; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.13
date: 2002/11/04 22:57:36; author: edwin; state: Exp; lines: +1 -1
Half of these ones missed yesterday while converting to USE_REINPLACE.
The other half needs perl to build.
Noticed on bento and others (full mailbox :-)
v. 1.12
date: 2002/11/04 01:55:38; author: edwin; state: Exp; lines: +2 -2
PERL -> REINPLACE
Noticed on: bento
v. 1.11
date: 2002/05/23 08:36:17; author: sada; state: Exp; lines: +2 -0
I forgot to note PR and Submitted-by on my last commit.
Also, recover LIB_DEPENDS line for libgmp;
this is needed for -current.
PR: ports/37199
Submitted by: maintainer
v. 1.10
date: 2002/05/23 08:25:56; author: sada; state: Exp; lines: +9 -9
- Move install directory from bin to sbin
- Rewrite descriptions
- Change maintainer's email
v. 1.9
date: 2002/04/28 09:52:46; author: ijliao; state: Exp; lines: +1 -1
switch libgmp -> libgmp-freebsd
v. 1.8
date: 2002/04/02 12:37:50; author: netchild; state: Exp; lines: +3 -2
Replace __PREFIX__ in the rc script.
The maintainer wasn't reachable by myself and by the submitter, so no
review/approval from him.
Approved by: steve
Submitted by: marius@alchemy.franken.de
v. 1.7
date: 2002/03/24 00:24:31; author: petef; state: Exp; lines: +2 -0
Add a missing dependency on libgmp.
Submitted by: bento
v. 1.6
date: 2002/01/31 05:07:35; author: knu; state: Exp; lines: +11 -11
Fix some typos I (knu) made in the last commit to unbreak make
install.
PR: ports/34469
Submitted by: Andrew
v. 1.5
date: 2002/01/29 11:45:28; author: knu; state: Exp; lines: +9 -9
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.
v. 1.4
date: 2001/11/24 18:52:33; author: dwcjr; state: Exp; lines: +42 -44
Update to 5.1
PR: 31759
Submitted by: maintainer
v. 1.3
date: 2001/04/02 06:20:07; author: mharo; state: Exp; lines: +2 -3
Port update to version 4.0.3
PR: 26257
Submitted by:
v. 1.2
date: 2001/03/23 01:49:57; author: jeh; state: Exp; lines: +3 -2
Changed following files:
- Makefile
Wrong startup script installed from ${FILESDIR} instead of edited
version in ${WRKSRC}
- pkg-descr
Fixed typos and some of the text
- Added PORTREVISION
PR: 26011
Submitted by: baskruit@bsltwr.dnsalias.org MAINTAINER
v. 1.1
date: 2001/03/12 22:52:32; author: will; state: Exp;
Add dhisd 4.0, DHIS server for updating dynamic DNS entries in DNS
tables.
PR: 25368
Submitted by: Bas Kruit
=============================================================================
|
| |

|