summaryrefslogtreecommitdiffstats
path: root/dns
Commit message (Collapse)AuthorAgeFilesLines
* - fix ${EXPIRATION_DATE} formatclement2004-08-201-1/+1
|
* My territory, suggested by ijliao. :pclsung2004-08-201-1/+1
| | | | Approved by: vanilla (co-mentor)
* - Mark this port DEPRECATED, since development stopped.clement2004-08-171-0/+3
| | | | Removal is scheduled on 20041017.
* Update to 2.13krion2004-08-142-4/+4
| | | | | PR: ports/70448 Submitted by: maintainer
* Update to 0.5.4krion2004-08-135-29/+14
|
* - accept USE_OPENLDAP_VERdinoex2004-08-131-1/+4
|
* - Fix build with gcc-3.4pav2004-08-131-0/+11
| | | | | PR: ports/70305 Submitted by: keramida
* - Update to 2.14.1pav2004-08-137-61/+3
| | | | | PR: ports/70404 Submitted by: Natanael Copa <ncopa@users.sourceforge.net>
* Update to 1.16arved2004-08-132-4/+10
| | | | | | | add new BUILD_DEPENDS for perl5.00503/perl5.6 PR: 70357 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* Remove dns/bind93, repocopy should be done first.krion2004-08-126-381/+0
|
* Add a port for BIND 9.3.x. This code base is different from BINDdougb2004-08-116-0/+381
| | | | | | | | 9.2.x in several important ways, including new DNSSEC support and reportedly better performance. It is anticipated that when this code base settles down that the bind9 port could be removed.
* - Update of sysutils/fastresolve to support BDB ver. 4.2;thierry2004-08-082-6/+10
| | | | | | | | - Move to the dns category. PR: ports/70127 & ports/70179 Submitted by: Michael Edenfield & maintainer Repocopied by: marcus.
* Update to 0.5.3krion2004-08-072-3/+3
|
* - update to version 2.11, fixes FreeBSD builds under -CURRENTleeym2004-08-042-4/+4
| | | | | | | - add minor cosmetic fix PR: 69999 Submitted by: Steven Honson <steven@honson.org>
* -Update to 2.1.2.mezz2004-08-033-114/+3
| | | | | | | | | | | | | | | | | | | | | | | | NSD 2.1.2 release notes: FEATURES: - NSD now fully supports unknown record types using the notation specified in RFC3597. - Support for the following RR types has been added: WKS, X25, ISDN, RT, NSAP, PX, NAPTR, KX, CERT, DNAME, and APL. DNAME special processing is not supported. BUG FIXES: - Bug #84: NSD now uses SIGUSR1 instead of SIGILL to report stats. - Bug #85: Support for WKS records. - Bug #86: The characters "#%&^[]?" can now be used without backslash in zone file domain names. - Plugin callback return type fixed. - The maximum message length for IPv6 UDP packets is now limited to the IPv6 minimum MTU (1280) unless the IPV6_USE_MIN_MTU socket option is supported. PR: ports/69914 Submitted by: Olafur Osvaldsson <oli@isnic.is> (maintainer)
* Update to version 2.10sem2004-07-312-3/+3
| | | | | PR: ports/69841 Submitted by: maintainer
* - Adapt to latest localpkg changespav2004-07-291-2/+2
| | | | | PR: ports/69665 Submitted by: marcus via Alex Kapranoff <kappa@rambler-co.ru> (maintainer)
* - Fix few obvious problems with rc scriptpav2004-07-282-3/+6
|
* - Update to 2.14pav2004-07-2817-248/+108
| | | | | | | - Add rc script PR: ports/69669 (based on) Submitted by: Natanael Copa <mlists@tanael.org>
* Bump PORTREVISION since new startup file is now required under -CURRENT.se2004-07-261-0/+1
|
* Adjust to be compatible with rev. 1.2 of /etc/rc.d/localpkgse2004-07-261-6/+8
|
* Install startup script with expanded.se2004-07-262-15/+16
|
* - Fix signal-handlingvs2004-07-222-0/+111
| | | | | | | - Bump PORTREVISION PR: ports/69385 Submitted by: Olafur Osvaldsson (maintainer)
* Update to 0.215lioux2004-07-212-3/+3
|
* Add python as secondary categorylioux2004-07-211-2/+1
|
* Update to 1.1.knu2004-07-196-85/+81
| | | | | | rcNG'ify the startup script. Submitted by: kuriyama
* Add p5-DNS-ZoneParse 0.91, parse and manipulate DNS Zone Files.mat2004-07-155-0/+49
|
* Update to 0.5.2krion2004-07-142-3/+3
|
* Remove USE_GETTEXTkrion2004-07-102-2/+0
|
* Support WITHOUT_NLSkrion2004-07-104-6/+22
|
* Update to 0.5.1krion2004-07-092-3/+3
|
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-092-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
* Fix distinfo (man page was changed)edwin2004-07-081-2/+2
| | | | | Submitted by: Mark Russell <mark@mark.net.au> Approved by: Edwin Groothuis <edwin@mavetju.org>
* Upgrade to version 1.8edwin2004-07-083-15/+3
| | | | | | | | | | | | | | | - Better handling of timeout (instead of a static value, start with five seconds and double it each retry) - Warnings are printed if you receive a different RR type than the one you asked for (for example when you ask for an A record and receive a CNAME) - Fixed problems when records received in the authority field are shorter than the domain the nameserver is authoritative for. - When compiled without IPv6 support on an IPv6 capable machine the machine tried to query the IPv6 translated IPv5 address anyway. - -C caches hosts which haven't answered too.
* add authors to pkg-descredwin2004-07-031-0/+1
|
* fpdns - Fingerprinting DNS serversedwin2004-07-036-0/+71
| | | | | Identify what versions of nameserver software is running. WWW: http://www.rfc.se/fpdns/
* - Update to 2.1.1pav2004-07-022-4/+3
| | | | | PR: ports/68603 Submitted by: Olafur Osvaldsson <oli@isnic.is> (maintainer)
* Update to 2.9krion2004-06-304-13/+47
| | | | | PR: ports/68491 Submitted by: maintainer
* Chase libraries for new devel/libidn versionkrion2004-06-281-1/+1
|
* Update to version 0.5.0krion2004-06-285-10/+16
|
* Update to 0.214lioux2004-06-132-3/+3
|
* Update to 0.12erwin2004-06-122-3/+3
|
* - Update to 0.25sergei2004-06-102-4/+3
|
* - Update to 1.1.11apav2004-06-062-4/+4
| | | | | | PR: ports/67075 Submitted by: Andrey Slusar <vasallia@ukr.net> Approved by: maintainer timeout (2 weeks)
* Update to 0.47. The few small bug fixes can be found in the CHANGES file.dougb2004-06-062-3/+3
| | | | | PR: ports/66945 Submitted by: Mark Foster <mark@foster.cc>
* Sync with new bsd.autotools.mkade2004-06-042-2/+4
|
* Add sheerdns, a master DNS server whose zone records are stored on apav2004-06-025-0/+53
| | | | | | | | | | One-Record-Per-File bases. Because of this, sheerdns is the simplest of any DNS to configure, the easiest to update, and the most efficient for networks that experience a lot of updates (for example master servers for dynamic IP address ranges). PR: ports/67241 Submitted by: <bkhl@elektrubadur.se>
* - Update to version 1.0.23krion2004-06-023-8/+3
| | | | | PR: ports/67490 Submitted by: maintainer
* - fix supoort fop OpenLDAPdinoex2004-05-312-4/+4
| | | | | - allow override by "OPENLDAP_LIB" - substitute LIB_DEPENDS
* - Rename knobs: ENABLE_* -> WITH_*, DISABLE_* -> WITHOUT_*pav2004-05-291-14/+14
| | | | | Submitted by: Olafur Osvaldsson <oli@isnic.is> (maintainer) Requested by: kris
OpenPOWER on IntegriCloud