The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD dns : mydns

DNS server designed to utilize the MySQL database

 MyDNS is a free DNS server for UNIX implemented from scratch and
designed to utilize the MySQL database for data storage.

Its primary objectives are stability, security, interoperability,
and speed, though not necessarily in that order.

MyDNS does not include recursive name service, nor a resolver library.
It is primarily designed for organizations with many zones and/or
resource records who desire the ability to perform real-time dynamic
updates on their DNS data via MySQL. 

http://mydns.bboy.net/



mydns history


v. 1.43
date: 2007/04/30 07:33:13;  author: ale;  state: Exp;  lines: +1 -1
Fix recursive resolver.

Submitted by:	Pietro Celentano 

v. 1.42 date: 2006/03/07 16:27:27; author: ale; state: Exp; lines: +1 -0 Fix rcNG startup ordering and bump PORTREVISION. Approved by: portmgr (clement)
v. 1.41 date: 2006/02/23 10:36:21; author: ade; state: Exp; lines: +0 -1 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.40 date: 2006/02/09 14:04:42; author: ale; state: Exp; lines: +3 -8 Update to 1.1.0 release.
v. 1.39 date: 2005/12/04 23:35:13; author: edwin; state: Exp; lines: +0 -1 Remove install-info from Makefile, it's automatically done when INFO is defined
v. 1.38 date: 2005/11/15 06:49:07; author: ade; state: Exp; lines: +1 -1 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
v. 1.37 date: 2005/10/17 06:19:06; author: ale; state: Exp; lines: +9 -3 Make LOCALBASE clean. Spotted by: kris
v. 1.36 date: 2005/03/08 16:27:45; author: ale; state: Exp; lines: +8 -5 - Update to 1.0.0 release [1] - Switch to libtool15 - Switch to rcNG startup script PR: ports/78595 [1] Submitted by: Simon Dick [1]
v. 1.35 date: 2005/01/31 00:35:46; author: girgen; state: Exp; lines: +1 -2 Split the postgresql ports into a server and a client part. All ports depending on postgresql shall use the USE_PGSQL=yes knob defined in Mk/bsd.ports.mk. Bumping portrevisions where needed. PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors)
v. 1.34 date: 2004/07/10 19:11:19; author: krion; state: Exp; lines: +0 -1 Remove USE_GETTEXT
v. 1.33 date: 2004/07/10 19:07:27; author: krion; state: Exp; lines: +8 -0 Support WITHOUT_NLS
v. 1.32 date: 2004/05/25 09:19:40; author: mat; state: Exp; lines: +1 -1 Remove databases/postgresql-client because there can't be a -server, and having it installed prevents databases/postgresql7 from being installed, leading to some dependencies problems
v. 1.31 date: 2004/05/24 09:01:16; author: ale; state: Exp; lines: +1 -1 Update to 0.11.0 release.
v. 1.30 date: 2004/04/28 22:30:46; author: ale; state: Exp; lines: +1 -1 Update to 0.10.4 release.
v. 1.29 date: 2004/03/14 06:16:27; author: ade; state: Exp; lines: +1 -1 Whoa there, boy, that's a mighty big commit y'all have there... Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
v. 1.28 date: 2004/03/12 22:20:53; author: ale; state: Exp; lines: +2 -2 Update to 0.10.3 release.
v. 1.27 date: 2004/02/23 05:42:31; author: kris; state: Exp; lines: +7 -1 BROKEN on alpha 5.x: does not compile
v. 1.26 date: 2004/02/11 22:35:34; author: ale; state: Exp; lines: +9 -8 Update to 0.10.2 release. Submitted by: Liam J. Foy Approved by: nork (mentor/implicitly)
v. 1.25 date: 2004/02/04 04:35:54; author: marcus; state: Exp; lines: +3 -2 Add USE_GETTEXT and bump PORTREVISION. Submitted by: trevor Tested by: bento
v. 1.24 date: 2004/01/23 18:11:51; author: trevor; state: Exp; lines: +1 -1 Now gettext 0.12.1 is gettext-old.
v. 1.23 date: 2004/01/18 10:50:12; author: ale; state: Exp; lines: +1 -1 Switch to my @FreeBSD.org email address. Approved by: nork (mentor)
v. 1.22 date: 2003/12/17 10:00:15; author: pav; state: Exp; lines: +6 -15 - Update to 0.10.1 - Give maintainership to submitter PR: ports/60289 Submitted by: Alex Dupre Approved by: maintainer
v. 1.21 date: 2003/12/04 10:01:08; author: krion; state: Exp; lines: +1 -1 - Fix a bug with incorrect config parsing until the next version comes out - Bump PORTREVISION PR: 59749 Submitted by: maintainer
v. 1.20 date: 2003/11/17 12:28:55; author: trevor; state: Exp; lines: +0 -1 USE_REINPLACE need be defined only when REINPLACE_CMD is used.
v. 1.19 date: 2003/09/27 04:08:21; author: leeym; state: Exp; lines: +18 -1 Allow easy enabling of MyDNS alias feature (courtesy of David Phillips ) and allow including of OpenSSL support for those with openssl enabled with MySQL PR: 57249 Submitted by: Simon Dick
v. 1.18 date: 2003/09/05 04:54:35; 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.17 date: 2003/08/26 20:25:52; author: marcus; state: Exp; lines: +1 -0 Bump the PORTREVISION for the ports directly affected by the gettext upgrade. Prodded by: kris
v. 1.16 date: 2003/08/25 05:41:32; author: marcus; state: Exp; lines: +1 -1 Chase the libintl.so shared lib version.
v. 1.15 date: 2003/08/22 18:19:05; author: krion; state: Exp; lines: +1 -2 - Update to 0.10.0 PR: 55868 Submitted by: maintainer
v. 1.14 date: 2003/08/21 16:41:12; author: leeym; state: Exp; lines: +8 -5 Update to 0.9.13 PR: 55083 Submitted by: Alex Dupre Approved by: maintainer timeout
v. 1.13 date: 2003/05/22 05:50:36; author: edwin; state: Exp; lines: +1 -1 Maintainer port update: net/mydns Fix dependencies when built against postgresql as well as PR: ports/52525 Submitted by: Simon Dick
v. 1.12 date: 2003/05/19 12:13:58; author: arved; state: Exp; lines: +4 -8 Unbreak by fixing dependencies. PR: 52266 Submitted by: maintainer
v. 1.11 date: 2003/05/18 11:47:17; author: kris; state: Exp; lines: +4 -0 BROKEN on 5.1: installation fails
v. 1.10 date: 2003/05/12 01:43:49; author: leeym; state: Exp; lines: +1 -1 Update net/mydns to 0.9.10 PR: 51919 Submitted by: Simon Dick
v. 1.9 date: 2003/04/07 15:50:42; author: leeym; state: Exp; lines: +18 -21 Update net/mydns to 0.9.9 PR: 50668 and 50676 Submitted by: Alex Dupre Simon Dick
v. 1.8 date: 2003/03/24 04:26:06; author: leeym; state: Exp; lines: +3 -1 Update net/mydns to 0.9.7 PR: 49981 Submitted by: Simon Dick
v. 1.7 date: 2003/02/21 13:14:50; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.6 date: 2003/01/03 18:57:59; author: ijliao; state: Exp; lines: +12 -3 upgrade to 0.9.5 PR: 46354 Submitted by: maintainer
v. 1.5 date: 2002/10/05 19:19:43; author: obraun; state: Exp; lines: +1 -1 Upgrade to 0.9.3. PR: 43638 Submitted by: maintainer
v. 1.4 date: 2002/09/18 19:28:50; author: obraun; state: Exp; lines: +1 -1 Upgrade to 0.9.1. PR: ports/42871 Submitted by: maintainer
v. 1.3 date: 2002/09/16 10:10:26; author: obraun; state: Exp; lines: +5 -5 Upgrade to 0.9.0. PR: ports/42804 Submitted by: maintainer
v. 1.2 date: 2002/08/12 06:52:44; author: pat; state: Exp; lines: +2 -2 Update to 0.8.3 PR: ports/41539 Submitted by: maintainer
v. 1.1 date: 2002/08/05 23:35:05; author: anders; state: Exp; Add mydns, the MySQL DNS server. PR: 41132 Submitted by: Simon Dick ============================================================================= v. 1.43 date: 2007/04/30 07:33:13; author: ale; state: Exp; lines: +1 -1 Fix recursive resolver. Submitted by: Pietro Celentano
v. 1.42 date: 2006/03/07 16:27:27; author: ale; state: Exp; lines: +1 -0 Fix rcNG startup ordering and bump PORTREVISION. Approved by: portmgr (clement)
v. 1.41 date: 2006/02/23 10:36:21; author: ade; state: Exp; lines: +0 -1 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.40 date: 2006/02/09 14:04:42; author: ale; state: Exp; lines: +3 -8 Update to 1.1.0 release.
v. 1.39 date: 2005/12/04 23:35:13; author: edwin; state: Exp; lines: +0 -1 Remove install-info from Makefile, it's automatically done when INFO is defined
v. 1.38 date: 2005/11/15 06:49:07; author: ade; state: Exp; lines: +1 -1 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
v. 1.37 date: 2005/10/17 06:19:06; author: ale; state: Exp; lines: +9 -3 Make LOCALBASE clean. Spotted by: kris
v. 1.36 date: 2005/03/08 16:27:45; author: ale; state: Exp; lines: +8 -5 - Update to 1.0.0 release [1] - Switch to libtool15 - Switch to rcNG startup script PR: ports/78595 [1] Submitted by: Simon Dick [1]
v. 1.35 date: 2005/01/31 00:35:46; author: girgen; state: Exp; lines: +1 -2 Split the postgresql ports into a server and a client part. All ports depending on postgresql shall use the USE_PGSQL=yes knob defined in Mk/bsd.ports.mk. Bumping portrevisions where needed. PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors)
v. 1.34 date: 2004/07/10 19:11:19; author: krion; state: Exp; lines: +0 -1 Remove USE_GETTEXT
v. 1.33 date: 2004/07/10 19:07:27; author: krion; state: Exp; lines: +8 -0 Support WITHOUT_NLS
v. 1.32 date: 2004/05/25 09:19:40; author: mat; state: Exp; lines: +1 -1 Remove databases/postgresql-client because there can't be a -server, and having it installed prevents databases/postgresql7 from being installed, leading to some dependencies problems
v. 1.31 date: 2004/05/24 09:01:16; author: ale; state: Exp; lines: +1 -1 Update to 0.11.0 release.
v. 1.30 date: 2004/04/28 22:30:46; author: ale; state: Exp; lines: +1 -1 Update to 0.10.4 release.
v. 1.29 date: 2004/03/14 06:16:27; author: ade; state: Exp; lines: +1 -1 Whoa there, boy, that's a mighty big commit y'all have there... Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
v. 1.28 date: 2004/03/12 22:20:53; author: ale; state: Exp; lines: +2 -2 Update to 0.10.3 release.
v. 1.27 date: 2004/02/23 05:42:31; author: kris; state: Exp; lines: +7 -1 BROKEN on alpha 5.x: does not compile
v. 1.26 date: 2004/02/11 22:35:34; author: ale; state: Exp; lines: +9 -8 Update to 0.10.2 release. Submitted by: Liam J. Foy Approved by: nork (mentor/implicitly)
v. 1.25 date: 2004/02/04 04:35:54; author: marcus; state: Exp; lines: +3 -2 Add USE_GETTEXT and bump PORTREVISION. Submitted by: trevor Tested by: bento
v. 1.24 date: 2004/01/23 18:11:51; author: trevor; state: Exp; lines: +1 -1 Now gettext 0.12.1 is gettext-old.
v. 1.23 date: 2004/01/18 10:50:12; author: ale; state: Exp; lines: +1 -1 Switch to my @FreeBSD.org email address. Approved by: nork (mentor)
v. 1.22 date: 2003/12/17 10:00:15; author: pav; state: Exp; lines: +6 -15 - Update to 0.10.1 - Give maintainership to submitter PR: ports/60289 Submitted by: Alex Dupre Approved by: maintainer
v. 1.21 date: 2003/12/04 10:01:08; author: krion; state: Exp; lines: +1 -1 - Fix a bug with incorrect config parsing until the next version comes out - Bump PORTREVISION PR: 59749 Submitted by: maintainer
v. 1.20 date: 2003/11/17 12:28:55; author: trevor; state: Exp; lines: +0 -1 USE_REINPLACE need be defined only when REINPLACE_CMD is used.
v. 1.19 date: 2003/09/27 04:08:21; author: leeym; state: Exp; lines: +18 -1 Allow easy enabling of MyDNS alias feature (courtesy of David Phillips ) and allow including of OpenSSL support for those with openssl enabled with MySQL PR: 57249 Submitted by: Simon Dick
v. 1.18 date: 2003/09/05 04:54:35; 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.17 date: 2003/08/26 20:25:52; author: marcus; state: Exp; lines: +1 -0 Bump the PORTREVISION for the ports directly affected by the gettext upgrade. Prodded by: kris
v. 1.16 date: 2003/08/25 05:41:32; author: marcus; state: Exp; lines: +1 -1 Chase the libintl.so shared lib version.
v. 1.15 date: 2003/08/22 18:19:05; author: krion; state: Exp; lines: +1 -2 - Update to 0.10.0 PR: 55868 Submitted by: maintainer
v. 1.14 date: 2003/08/21 16:41:12; author: leeym; state: Exp; lines: +8 -5 Update to 0.9.13 PR: 55083 Submitted by: Alex Dupre Approved by: maintainer timeout
v. 1.13 date: 2003/05/22 05:50:36; author: edwin; state: Exp; lines: +1 -1 Maintainer port update: net/mydns Fix dependencies when built against postgresql as well as PR: ports/52525 Submitted by: Simon Dick
v. 1.12 date: 2003/05/19 12:13:58; author: arved; state: Exp; lines: +4 -8 Unbreak by fixing dependencies. PR: 52266 Submitted by: maintainer
v. 1.11 date: 2003/05/18 11:47:17; author: kris; state: Exp; lines: +4 -0 BROKEN on 5.1: installation fails
v. 1.10 date: 2003/05/12 01:43:49; author: leeym; state: Exp; lines: +1 -1 Update net/mydns to 0.9.10 PR: 51919 Submitted by: Simon Dick
v. 1.9 date: 2003/04/07 15:50:42; author: leeym; state: Exp; lines: +18 -21 Update net/mydns to 0.9.9 PR: 50668 and 50676 Submitted by: Alex Dupre Simon Dick
v. 1.8 date: 2003/03/24 04:26:06; author: leeym; state: Exp; lines: +3 -1 Update net/mydns to 0.9.7 PR: 49981 Submitted by: Simon Dick
v. 1.7 date: 2003/02/21 13:14:50; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.6 date: 2003/01/03 18:57:59; author: ijliao; state: Exp; lines: +12 -3 upgrade to 0.9.5 PR: 46354 Submitted by: maintainer
v. 1.5 date: 2002/10/05 19:19:43; author: obraun; state: Exp; lines: +1 -1 Upgrade to 0.9.3. PR: 43638 Submitted by: maintainer
v. 1.4 date: 2002/09/18 19:28:50; author: obraun; state: Exp; lines: +1 -1 Upgrade to 0.9.1. PR: ports/42871 Submitted by: maintainer
v. 1.3 date: 2002/09/16 10:10:26; author: obraun; state: Exp; lines: +5 -5 Upgrade to 0.9.0. PR: ports/42804 Submitted by: maintainer
v. 1.2 date: 2002/08/12 06:52:44; author: pat; state: Exp; lines: +2 -2 Update to 0.8.3 PR: ports/41539 Submitted by: maintainer
v. 1.1 date: 2002/08/05 23:35:05; author: anders; state: Exp; Add mydns, the MySQL DNS server. PR: 41132 Submitted by: Simon Dick ============================================================================= v. 1.43 date: 2007/04/30 07:33:13; author: ale; state: Exp; lines: +1 -1 Fix recursive resolver. Submitted by: Pietro Celentano
v. 1.42 date: 2006/03/07 16:27:27; author: ale; state: Exp; lines: +1 -0 Fix rcNG startup ordering and bump PORTREVISION. Approved by: portmgr (clement)
v. 1.41 date: 2006/02/23 10:36:21; author: ade; state: Exp; lines: +0 -1 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.40 date: 2006/02/09 14:04:42; author: ale; state: Exp; lines: +3 -8 Update to 1.1.0 release.
v. 1.39 date: 2005/12/04 23:35:13; author: edwin; state: Exp; lines: +0 -1 Remove install-info from Makefile, it's automatically done when INFO is defined
v. 1.38 date: 2005/11/15 06:49:07; author: ade; state: Exp; lines: +1 -1 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
v. 1.37 date: 2005/10/17 06:19:06; author: ale; state: Exp; lines: +9 -3 Make LOCALBASE clean. Spotted by: kris
v. 1.36 date: 2005/03/08 16:27:45; author: ale; state: Exp; lines: +8 -5 - Update to 1.0.0 release [1] - Switch to libtool15 - Switch to rcNG startup script PR: ports/78595 [1] Submitted by: Simon Dick [1]
v. 1.35 date: 2005/01/31 00:35:46; author: girgen; state: Exp; lines: +1 -2 Split the postgresql ports into a server and a client part. All ports depending on postgresql shall use the USE_PGSQL=yes knob defined in Mk/bsd.ports.mk. Bumping portrevisions where needed. PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors)
v. 1.34 date: 2004/07/10 19:11:19; author: krion; state: Exp; lines: +0 -1 Remove USE_GETTEXT
v. 1.33 date: 2004/07/10 19:07:27; author: krion; state: Exp; lines: +8 -0 Support WITHOUT_NLS
v. 1.32 date: 2004/05/25 09:19:40; author: mat; state: Exp; lines: +1 -1 Remove databases/postgresql-client because there can't be a -server, and having it installed prevents databases/postgresql7 from being installed, leading to some dependencies problems
v. 1.31 date: 2004/05/24 09:01:16; author: ale; state: Exp; lines: +1 -1 Update to 0.11.0 release.
v. 1.30 date: 2004/04/28 22:30:46; author: ale; state: Exp; lines: +1 -1 Update to 0.10.4 release.
v. 1.29 date: 2004/03/14 06:16:27; author: ade; state: Exp; lines: +1 -1 Whoa there, boy, that's a mighty big commit y'all have there... Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
v. 1.28 date: 2004/03/12 22:20:53; author: ale; state: Exp; lines: +2 -2 Update to 0.10.3 release.
v. 1.27 date: 2004/02/23 05:42:31; author: kris; state: Exp; lines: +7 -1 BROKEN on alpha 5.x: does not compile
v. 1.26 date: 2004/02/11 22:35:34; author: ale; state: Exp; lines: +9 -8 Update to 0.10.2 release. Submitted by: Liam J. Foy Approved by: nork (mentor/implicitly)
v. 1.25 date: 2004/02/04 04:35:54; author: marcus; state: Exp; lines: +3 -2 Add USE_GETTEXT and bump PORTREVISION. Submitted by: trevor Tested by: bento
v. 1.24 date: 2004/01/23 18:11:51; author: trevor; state: Exp; lines: +1 -1 Now gettext 0.12.1 is gettext-old.
v. 1.23 date: 2004/01/18 10:50:12; author: ale; state: Exp; lines: +1 -1 Switch to my @FreeBSD.org email address. Approved by: nork (mentor)
v. 1.22 date: 2003/12/17 10:00:15; author: pav; state: Exp; lines: +6 -15 - Update to 0.10.1 - Give maintainership to submitter PR: ports/60289 Submitted by: Alex Dupre Approved by: maintainer
v. 1.21 date: 2003/12/04 10:01:08; author: krion; state: Exp; lines: +1 -1 - Fix a bug with incorrect config parsing until the next version comes out - Bump PORTREVISION PR: 59749 Submitted by: maintainer
v. 1.20 date: 2003/11/17 12:28:55; author: trevor; state: Exp; lines: +0 -1 USE_REINPLACE need be defined only when REINPLACE_CMD is used.
v. 1.19 date: 2003/09/27 04:08:21; author: leeym; state: Exp; lines: +18 -1 Allow easy enabling of MyDNS alias feature (courtesy of David Phillips ) and allow including of OpenSSL support for those with openssl enabled with MySQL PR: 57249 Submitted by: Simon Dick
v. 1.18 date: 2003/09/05 04:54:35; 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.17 date: 2003/08/26 20:25:52; author: marcus; state: Exp; lines: +1 -0 Bump the PORTREVISION for the ports directly affected by the gettext upgrade. Prodded by: kris
v. 1.16 date: 2003/08/25 05:41:32; author: marcus; state: Exp; lines: +1 -1 Chase the libintl.so shared lib version.
v. 1.15 date: 2003/08/22 18:19:05; author: krion; state: Exp; lines: +1 -2 - Update to 0.10.0 PR: 55868 Submitted by: maintainer
v. 1.14 date: 2003/08/21 16:41:12; author: leeym; state: Exp; lines: +8 -5 Update to 0.9.13 PR: 55083 Submitted by: Alex Dupre Approved by: maintainer timeout
v. 1.13 date: 2003/05/22 05:50:36; author: edwin; state: Exp; lines: +1 -1 Maintainer port update: net/mydns Fix dependencies when built against postgresql as well as PR: ports/52525 Submitted by: Simon Dick
v. 1.12 date: 2003/05/19 12:13:58; author: arved; state: Exp; lines: +4 -8 Unbreak by fixing dependencies. PR: 52266 Submitted by: maintainer
v. 1.11 date: 2003/05/18 11:47:17; author: kris; state: Exp; lines: +4 -0 BROKEN on 5.1: installation fails
v. 1.10 date: 2003/05/12 01:43:49; author: leeym; state: Exp; lines: +1 -1 Update net/mydns to 0.9.10 PR: 51919 Submitted by: Simon Dick
v. 1.9 date: 2003/04/07 15:50:42; author: leeym; state: Exp; lines: +18 -21 Update net/mydns to 0.9.9 PR: 50668 and 50676 Submitted by: Alex Dupre Simon Dick
v. 1.8 date: 2003/03/24 04:26:06; author: leeym; state: Exp; lines: +3 -1 Update net/mydns to 0.9.7 PR: 49981 Submitted by: Simon Dick
v. 1.7 date: 2003/02/21 13:14:50; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.6 date: 2003/01/03 18:57:59; author: ijliao; state: Exp; lines: +12 -3 upgrade to 0.9.5 PR: 46354 Submitted by: maintainer
v. 1.5 date: 2002/10/05 19:19:43; author: obraun; state: Exp; lines: +1 -1 Upgrade to 0.9.3. PR: 43638 Submitted by: maintainer
v. 1.4 date: 2002/09/18 19:28:50; author: obraun; state: Exp; lines: +1 -1 Upgrade to 0.9.1. PR: ports/42871 Submitted by: maintainer
v. 1.3 date: 2002/09/16 10:10:26; author: obraun; state: Exp; lines: +5 -5 Upgrade to 0.9.0. PR: ports/42804 Submitted by: maintainer
v. 1.2 date: 2002/08/12 06:52:44; author: pat; state: Exp; lines: +2 -2 Update to 0.8.3 PR: ports/41539 Submitted by: maintainer
v. 1.1 date: 2002/08/05 23:35:05; author: anders; state: Exp; Add mydns, the MySQL DNS server. PR: 41132 Submitted by: Simon Dick =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm