aboutsummaryrefslogtreecommitdiffstats
path: root/dns
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.94mat2004-09-032-3/+3
|
* Update to 0.993.1krion2004-09-032-4/+3
| | | | | PR: ports/71311 Submitted by: maintainer
* Update to 0.93mat2004-09-022-3/+3
|
* Reset maintainer address (bouncing with permanent error).linimon2004-08-281-1/+1
|
* Change spaces to tabs.linimon2004-08-281-1/+1
| | | | | | PR: ports/65830 Submitted by: trevor Approved by: maintainer timeout (3 months)
* Update to 0.92mat2004-08-232-3/+6
| | | | Restrict to 5.6+
* Mark BROKEN: Unfetchablekrion2004-08-231-0/+2
|
* Update to 0.48, a minor bugfix release.dougb2004-08-233-4/+5
|
* - 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-145-29/+14
|
* - accept USE_OPENLDAP_VERdinoex2004-08-141-1/+4
|
* - Fix build with gcc-3.4pav2004-08-141-0/+11
| | | | | PR: ports/70305 Submitted by: keramida
* - Update to 2.14.1pav2004-08-147-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-126-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-092-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-301-2/+2
| | | | | PR: ports/69665 Submitted by: marcus via Alex Kapranoff <kappa@rambler-co.ru> (maintainer)
* - Fix few obvious problems with rc scriptpav2004-07-292-3/+6
|
* - Update to 2.14pav2004-07-2917-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-271-0/+1
|
* Adjust to be compatible with rev. 1.2 of /etc/rc.d/localpkgse2004-07-271-6/+8
|
* Install startup script with expanded.se2004-07-272-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-206-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-112-2/+0
|
* Support WITHOUT_NLSkrion2004-07-114-6/+22
|
* Update to 0.5.1krion2004-07-102-3/+3
|
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-102-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-091-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-032-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-142-3/+3
|
* Update to 0.12erwin2004-06-132-3/+3
|
* - Update to 0.25sergei2004-06-112-4/+3
|
* - Update to 1.1.11apav2004-06-072-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-052-2/+4
|
* Add sheerdns, a master DNS server whose zone records are stored on apav2004-06-035-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-301-14/+14
| | | | | Submitted by: Olafur Osvaldsson <oli@isnic.is> (maintainer) Requested by: kris
* - Add rc scriptpav2004-05-294-9/+117
| | | | | | | | - Add a lot of knobs - Add second master site PR: ports/67297 Submitted by: Olafur Osvaldsson <oli@isnic.is> (maintainer)
* - Fix broken _flags in startup scriptkrion2004-05-292-2/+2
| | | | | PR: ports/67325 Submitted by: maintainer
* Volunteer Olafur Osvaldsson as maintainer since he submitted updatesvs2004-05-271-1/+1
| | | | recently.
* - Update to version 1.0.22krion2004-05-262-5/+5
| | | | | PR: ports/67212 Submitted by: maintainer
* Remove databases/postgresql-client because there can't be a -server, and havingmat2004-05-252-2/+2
| | | | | it installed prevents databases/postgresql7 from being installed, leading to some dependencies problems
* - Update to version 0.4.6krion2004-05-243-3/+4
|
* - rcNGifyvs2004-05-243-18/+44
| | | | | | | - Make pkg-deinstall PREFIX-aware while here PR: ports/67052 Submitted by: ume
* Update to 0.11.0 release.ale2004-05-244-6/+6
|
* - Chase libraries for new devel/libidn versionkrion2004-05-221-1/+2
|
* - Update to version 0.4.5krion2004-05-223-4/+4
|
* Update to verion 20040309fenner2004-05-202-6/+4
| | | | | Submitted by: Mark Foster <mark@foster.cc> PR: ports/66898
* - Update to version 0.07krion2004-05-162-3/+3
| | | | | PR: ports/66670 Submitted by: maintainer
* Update to 2.1.0: New networking code allows a single server to handle bothvs2004-05-153-9/+3
| | | | | | | | UDP and TCP connections. (Remove cruft from pkg-descr while here) PR: ports/66651 Submitted by: Olafur Osvaldsson
* BROKEN on sparc64: Does not compilekris2004-05-131-0/+4
|
* - Update to 2.0.2pav2004-05-112-3/+3
| | | | | PR: ports/66519 Submitted by: Olafur Osvaldsson <oli@isnic.is>
* Finish removing weedns_sckris2004-05-081-1/+0
| | | | Pointy hat to: kris
* As previously announced, remove these broken or obsolete ports.kris2004-05-084-63/+0
|
* - drop support for openldap 2.0dinoex2004-05-051-6/+0
|
* - update to 0.9.12petef2004-05-034-23/+42
| | | | | | | | | - use bzip2 - depend on gcc3 - update pkg-descr and WWW: tag PR: 65949 Submitted by: maintainer
* Fixed OpenLDAP 2.2 support by using USE_OPENLDAP knobeik2004-05-014-26/+16
| | | | | | | | Default MySQL version now 4.0 instead of 3.23 pet portlint PR: 66143 Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer)
* OpenLDAP 2.0 is no longer supported, so also removed from PowerDNSeik2004-04-304-14/+4
| | | | | | | -> Please upgrade to OpenLDAP 2.1 or 2.2 PR: 66105 Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer)
* - Update to version 0.4.4krion2004-04-304-8/+8
|
* - Update to version 2.7krion2004-04-292-3/+3
| | | | | PR: ports/65930 Submitted by: maintainer
* - Proper handle startup scriptkrion2004-04-292-1/+3
| | | | | PR: ports/66058 Submitted by: maintainer
* Update to 0.10.4 release.ale2004-04-294-6/+6
|
* - Update to version 0.4.3krion2004-04-294-7/+9
|
* Add the WITH_PERSISTENT_MMAP knob to enable Lennert Buytenhek's patch forroam2004-04-202-0/+10
| | | | | tinydns - keep the data.cdb file mmap'd for a second instead of reopening it on each query.
* Use the @FreeBSD.org address of the maintainer.netchild2004-04-201-1/+1
|
* - update to DLZ-0.7.0dinoex2004-04-202-10/+3
|
* Fix plist.tobez2004-04-191-0/+1
|
* Remove the SH=${SH} part of this patch. It existed since the creation of thedougb2004-04-192-10/+0
| | | | | | | | | | port, but it's not clear what the purpose was. The reason for removing it is compatibility with Harti's work on updating make. This patch causes a "recursive assignment" error. Removing it causes no difference in the building of the port, so away it goes. PR: standards/57295
* - Pass maintainership to previous submitter.clement2004-04-191-1/+1
|
* - Make dns/maradns startup script use rc.subr(8).clement2004-04-184-32/+60
| | | | | | | | | | | - Provide additional startup script for zoneserver(8) program needed to run an authorative primary nameserver. - Both these scripts pipe programs' output into logger(1) so that maradns logs into syslog. - Installs an example zonefile in maradns (csv1) format. PR: 65624 Submitted by: Alex Kapranoff <kappa@vvs01.agava.net>
* - Correct plistkrion2004-04-172-12/+2
|
* - Fix MASTER_SITESkrion2004-04-161-2/+1
|
* found new master site URLsanpei2004-04-151-2/+1
|
* statically define dig command.sanpei2004-04-152-2/+12
| | | | doc was only support bind-8's dig, not support bind-9 one.
* - Update to 1.0.21clement2004-04-152-3/+3
|
* Refrain from messing up the permissions on $PREFIX and $PREFIX/bin.roam2004-04-142-6/+11
| | | | Pointed out by: dosirak via kris
* - upgrade version to 0.992leeym2004-04-137-4/+165
| | | | | | | | | | | - switch to rc.subr start mechanism - added user/group - added example data on install, target directory - added pkg-message - added more doc files PR: 65392 Submitted by: Paul Chvostek <paul+fbsd@it.ca>
* Tidy up whitespace.trevor2004-04-111-3/+3
|
* Add p5-Net-LibIDN 0.04, this module provides access to the libidnerwin2004-04-054-0/+45
| | | | | | | library. PR: ports/63931 Submitted by: Dominik Brettnacher <domi@saargate.de>
* - Update to 2.6pav2004-04-042-4/+4
| | | | | PR: ports/65159 Submitted by: Steven Honson <steven@honson.org> (maintainer)
* The ringserver sites don't have the latest BIND 9.dougb2004-04-044-8/+4
| | | | Submitted by: fenner's distfile survey
* Remove category pkg/COMMENT files in favour of a COMMENT variable in thekris2004-04-022-1/+2
| | | | | | | category makefile. Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> PR: 59651
* SIZEify (maintainer timeout)trevor2004-03-3122-0/+23
|
* - Use USE_ICONV knobkrion2004-03-311-2/+1
| | | | Approved by: portmgr
* - Distfile was rerolled, dates were corrected in changelog and two typospav2004-03-301-2/+2
| | | | | | | were fixed in documentation. No change in actual sources. PR: ports/64913 Submitted by: Andrey Slusar <vasallia@ukr.net>
* - Support WITHOUT_NLSkrion2004-03-282-6/+13
|
* - make PKGNAMESUFFIX more flexibledinoex2004-03-271-1/+5
|
* - ad hoc fix for reported build errors which I was unable tokrion2004-03-241-0/+5
| | | | | | trace Reported by: many
* - Update to version 0.4.2krion2004-03-234-7/+17
|
* Upgrade to version 3.0.11b8.se2004-03-232-5/+4
| | | | | | | | | | | | | | | | | | | | The only difference to the previous version (except for the version ID sent in request packets), is the method used to declare errno. For unknown reasons, this version is not available from all mirror sites and binary packages seem to only be provided for 3.0.11b7. The problem with that version was that it was used incorrectly in some Linksys WLAN router which tended to spam DynDNS.org with bogus requests. DynDNS.org ignores certain requests, when received with a version ID of 3.0.11b7, though there's nothing wrong with that code when used correctly. I had considered to just patch the version string in "configure", but after some more thought I've now choosen to actually use the new dist file and to remove the URL of the master site that doesn't offer the newer version. PR: 60940 Submitted by: Lynk <lynk@lynksys.net>
* Add SIZE data.knu2004-03-222-0/+2
| | | | Submitted by: trevor
* New description to include information about DHCP server features.nork2004-03-221-5/+10
| | | | | PR: ports/64554 Submitted by: Steven Honson <steven@honson.org> (maintainer)
* - Update to 2.0.3pav2004-03-224-68/+34
| | | | | PR: ports/64428 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
* - fix openldap22 dependencydinoex2004-03-212-3/+6
| | | | | | Reported by: eik - move configure dialog target
* Argh. Fix plist by not clobbering PLIST_SUB.dougb2004-03-212-4/+4
|
* Change the way PORT_REPLACES_BASE_BIND8 works by adding an explicitdougb2004-03-212-32/+46
| | | | | | | | | | | | | | | | | | | | variable for replacing includes as well. Users who replaced the base BIND and then attempted to compile other software with -D_REENTRANT were having problems because netdb.h has a different definition for h_errno. The idea of replacing includes originated with users who wanted to compile apps against the libbind installed by the port, however those "power users" can either add the switch to replace includes, or modify their own includes slightly to use the "safe" location for the port include files (PREFIX/include/bind). The PR mentions the problem, along with a cast of thousands. :) Other tuneups for the port are just portlint appeasements. PR: ports/64449 Submitted by: eik
* - change default LDAP_PORT to 2.1dinoex2004-03-211-1/+1
|
* Add size data, approved by maintainers.trevor2004-03-192-0/+2
|
* - Cosmetic changeskrion2004-03-191-4/+5
|
* Add size data, approved by maintainers.trevor2004-03-192-0/+2
|
* Add SIZE.nectar2004-03-181-0/+1
| | | | Submitted by: trevor
* Add SIZE.sumikawa2004-03-181-0/+1
| | | | Submitted by: trevor
* - Update to version 2.5krion2004-03-182-2/+3
| | | | | PR: ports/64407 Submitted by: maintainer
* Add SIZE data.perky2004-03-181-0/+1
| | | | Submitted by: trevor
* - add SIZEdinoex2004-03-181-0/+3
| | | | Submitted by: trevor
* Add size data.trevor2004-03-182-0/+2
| | | | Approved by: maintainers
* SIZEify.trevor2004-03-181-0/+1
|
* this perl module creates/parses 'dynamic' updates, not 'dymanic' ones.billf2004-03-171-1/+1
|
* DISTNAME is a slightly less painful way of dealing with wackydougb2004-03-154-8/+4
| | | | version numbers.
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-147-7/+7
| | | | | | | | | | | | | | | 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.
* Now that the SIZE thing has stabilized, add it to the ports I maintain.dougb2004-03-145-0/+6
|
* Update to 0.46, which has better IPv6 reverse DNS handling, anddougb2004-03-143-5/+4
| | | | | | | all known 'taint mode' problems fixed. PR: ports/63841 Submitted by: Tim Bishop <tim@bishnet.net>
* Update to 0.10.3 release.ale2004-03-134-8/+8
|
* Date: Wed, 10 Mar 2004 23:30:56 -0800 (PST)edwin2004-03-121-1/+1
| | | | | | | | | | | From: Roman Shterenzon <romanbsd@yahoo.com> To: ports@freebsd.org Subject: e-mail change The email address roman@xpert.com is no longer valid. Please update ports' maintainer to ports@oven.org. Submitted by: Roman Shterenzon <romanbsd@yahoo.com>
* - Fix build on 4.xkrion2004-03-111-1/+1
| | | | Noticed by: bento via kris
* Add Russ Nelson's ignoreip2 patch [1][2].roam2004-03-112-7/+16
| | | | | | | | Add distribution site grouping for all the patches [1]. PR: 56951 [1], 64062 [2]. Submitted by: Roman Neuhauser <neuhauser@bellavista.cz> [1], Thomas Vogt <thomas@bsdunix.ch> [2]
* - Update to version 0.4.1krion2004-03-093-3/+4
|
* Mark as DEPRECATED, per maintainer. The corresponding server softwarelinimon2004-03-081-0/+2
| | | | | has been switched to an incompatible protocol. The port will be removed in one month unless someone objects.
* - Add WITH_SQLITE knob to enable SQLite backendpav2004-03-0614-6/+152
| | | | | PR: ports/63817 Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer)
* Fix checksum mismatch by adding html docs to IGNOREFILES.kris2004-03-062-3/+3
|
* - Mark BROKEN: Checksum mismatchkrion2004-03-041-0/+2
| | | | - Maintainer informed
* - Some small fixes to startup-script (fixed by Dirk Meyer and Ralf vd Enden).pav2004-03-034-12/+16
| | | | | | | | - $PREFIX no longer hardcoded (fixed by Dirk Meyer). - Pet portlint a bit PR: ports/63530 Submitted by: maintainer
* Add crossip, a Cross Platform DNS update client, written in java. CrossIP ↵pav2004-03-036-0/+85
| | | | | | | | | | | uses the ThatIP protocol version 1.1 to send DNS update requests. It manages DNS records, update history, and allows for per record configuration. It also includes a wizard for generation of configuration files. PR: ports/62760 Submitted by: Dan Smith <dan@algenta.com>
* - Update to 2.9.16pav2004-03-016-26/+6
| | | | | PR: ports/63530 Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer)
* - Update to version 0.4.0krion2004-02-294-4/+16
|
* - Add sample startup scriptpav2004-02-296-2/+82
| | | | | PR: ports/62344 Submitted by: maintainer
* - fix MASTER_SITE_SUBDIRdinoex2004-02-241-1/+1
| | | | | Reported by: Nicolas Strina Suggested by:
* BROKEN on alpha 5.x: does not compilekris2004-02-232-2/+14
|
* Say hello to the new "net-mgmt" category. There are probably morewollman2004-02-232-2/+2
| | | | | | | ports that belong here than the ones I have identified and moved in this, first, pass. Approved in principle by: marcus
* Don my portmgr hat and return dirk@FreeBSD.org's ports back to thekris2004-02-221-1/+1
| | | | | unmaintained pool. He has not committed in over a year and has been unresponsive to emails over a similar time period.
* BROKEN: Unfetchablekris2004-02-161-0/+2
|
* - fix last commit.dinoex2004-02-151-1/+1
|
* - add support for BerkleyDB42dinoex2004-02-152-0/+40
| | | | Submitted by: Michael Schout
* - Update to 1.1.10pav2004-02-124-5/+25
| | | | | | PR: ports/62666 Submitted by: hrs Approved by: maintainer
* Update to 0.10.2 release.ale2004-02-128-22/+28
| | | | | Submitted by: Liam J. Foy <liamfoy@sepulcrum.org> Approved by: nork (mentor/implicitly)
* - Fix build on AMD64krion2004-02-101-0/+1
| | | | Approved by: maintainer informed
* Updated to 0.97skv2004-02-092-2/+3
|
* Upgrade to 0.45. This version has major speed enhancements,dougb2004-02-082-2/+3
| | | | better handling of classes, and other cleanups.
* Upgrade to 8.4.4, which fixes the nasty bugs from previous versions.dougb2004-02-082-5/+5
|
* USE_SIZEifylioux2004-02-082-0/+2
|
* - SIZEify distinfoclement2004-02-082-0/+2
|
* - Drop maintainershipclement2004-02-084-2/+4
| | | | - SIZEify distinfo
* Use PLIST_FILES (bento-tested, marcus-reviewed).trevor2004-02-0618-11/+10
|
* Use PLIST_FILES.trevor2004-02-068-5/+5
| | | | Reviewed by: marcus
* - Fix MASTER_SITESkrion2004-02-061-1/+2
| | | | Reported by: bento via kris
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-0410-2/+10
| | | | (Part 2)
* Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-042-4/+6
| | | | | Submitted by: trevor Tested by: bento
* - Update to 2.2pav2004-02-022-5/+2
| | | | | PR: ports/62231 Submitted by: Steven Honson <steven@honson.org> (maintainer)
* - Update to 0.9.7 [1]sergei2004-02-018-113/+52
| | | | | | | | | | | - Properly respect PREFIX - Remove unneeded USE_REINPLACE - Add SIZE to distinfo - Re-sort pkg-plist - Re-format pkg-descr PR: ports/61820 [1] Submitted by: maintainer [1]
* - new MAINTAINER tremere@cainites.netdinoex2004-01-312-4/+4
| | | | | | - fix spaces in Makefile (portlint) PR: 61678 Submitted by: tremere@cainites.net
* SIZE *DOES* MATTER.sergei2004-01-313-0/+3
|
* - SIZEifykrion2004-01-304-1/+5
|
* Update to 2.1arved2004-01-304-6/+11
| | | | | PR: 62083 Submitted by: Steven Honson <steven@honson.org>
* Fix plist and bump PORTREVISIONkris2004-01-302-0/+2
|
* Update the address of B.ROOT-SERVERS.NET as per ICANN's 2004/01/29 change.roam2004-01-302-3/+10
|
* - Update to version 2.1.1krion2004-01-303-9/+9
| | | | | PR: ports/62081 Submitted by: maintainer
* SIZEify.trevor2004-01-2910-0/+10
|
* - Update to 2.0.2pav2004-01-273-2/+5
| | | | | PR: ports/61984 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
* Fix build on -current due to removal of EAI_NODATAedwin2004-01-251-0/+11
|
* Now gettext 0.12.1 is gettext-old.trevor2004-01-242-2/+2
|
* - Update to version 0.3.7krion2004-01-234-74/+15
|
* Assign port to new vic^H^H^Hmaintainererwin2004-01-212-2/+2
| | | | Submitted by: freebsd@signout.dk
* - drop maintainershipdinoex2004-01-212-2/+2
| | | | I have no longer this server running.
* - Update to 2.9.15dinoex2004-01-2010-26/+24
| | | | | | | | | | | | | | | | - allow-recursion-override was on by default, it was meant to be off - Logging was still off in daemon mode, fixed - Recursor accidentally linked in MySQL, fixed - The PowerDNS recursor had stability problems - The recursor now outputs the nameserver average response times in trace mode - LDAP compiles again Improvements: - Several improvements to zone2sql - Remove libpqpp dependencies - Added a patch from CVS to make zone2parser.cc compile on STABLE PR: 61554, 61589 Submitted by: tremere@cainites.net
* - upgraded to current version, which finally useskrion2004-01-205-50/+16
| | | | | | | | | | configure. - added the *proper* MASTER_SITES back in, - removed patch file on old Makefile (delete it), - use DOCSDIR PR: 61569 Submitted by: maintainer
* Updated to 0.96skv2004-01-192-2/+2
|
* Switch to my @FreeBSD.org email address.ale2004-01-184-6/+6
| | | | Approved by: nork (mentor)
* Add dnsproxy-1.13, a proxy for DNS queries.clement2004-01-145-0/+33
| | | | | | | | | | The dnsproxy daemon is a proxy for DNS queries. It forwards these queries to two previously configured nameservers: one for authoritative queries and another for recursive queries. The received answers are sent back to the client unchanged. No local caching is done. Approved by: erwin (mentor) (implicitly)
* - Update my email addressclement2004-01-134-4/+4
| | | | Approved and reviewed by: erwin (mentor)
* - Fix typo in commentpav2004-01-131-1/+1
|
* - Update to 1.2.4pav2004-01-132-2/+2
| | | | | PR: ports/61279 Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org>
* - Update to 2.9.13dinoex2004-01-128-44/+26
| | | | | | | | | | | | | includes: - Opteron support! - pdns_recursor jumbles answers now - Big LDAP cleanup - Zone2sql is now somewhat clearer when reporting malformed line errors - pdns_recursor now survives the expiration of all its root records - Serious issue fixed: added a patch to fix High CPU Load with the pdns_server and mysqld processes PR: 61213 Submitted by: tremere@cainites.net
* - Update to 2.1.0pav2004-01-105-24/+28
| | | | | PR: ports/61141 Submitted by: Eyal Soha <esoha@attbi.com> (maintainer)
* - Update to version 0.3.6krion2004-01-073-3/+74
|
* Add ldapdns 2.05, lDAP-backed DNS server.sergei2004-01-065-0/+93
| | | | | | | | | | | | ldapdns is a lightweight, high performance DNS server which utilizes LDAP as its backend. It is originally based on djbdns and strives to maintain the same goals of performance, security and simplicity. WWW: http://www.nimh.org/code/ldapdns/ PR: 60965 Submitted by: Paul Dlug <paul@aps.org>
* Fix duplicate %%PERL_ARCH%%'ification in one of the conditional rmdirdougb2004-01-051-1/+1
| | | | | | | | lines. The error was masked by the conditionality, but mostly harmless due to the fact that the directory is incredibly likely to be populated anyway. Submitted by: tobez
* Adjust the dependency check on p5-Net-DNS to take into account itsdougb2004-01-048-8/+8
| | | | | | | new PERL_ARCH'ified location. In a few cases, standardize on searching for ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm instead of other files.
* Fix after rearrangement of p5-Net-DNSerwin2004-01-031-1/+1
| | | | | Forgotten by: dougb Submitted by: Fumihiko Kimura <jfkimura@yahoo.co.jp>
* dns/dnrd: recv_addr init wrong and 512 byte udp packets droppededwin2004-01-033-8/+51
| | | | | | | | | | | | | | | | | | | | | | There are a few bugs in dnrd that should probably be fixed by the author but could be made to work on bsd: 1. Initialization in common.h of recv_addr is broken, causing at least the '-a' switch not to work. Instead of assuming positions of fields in the struct across platforms I thought it safer to do a standard initialization in main(). 2. The buffer overflow code in udp.c:dnsrecv() is off by one, rejecting messages where the size exactly fills the available buffer. I also changed to the calls to dnsrecv to pass 512 as the max size instead of the buffers that seem to be padded by 4 bytes for a reason I don't understand. This causes a calling named to resend packets. Eventually one seems to get through but response times can be painfully slow. PR: ports/41128 Submitted by: Michael C. Adler <mad1@tapil.com>
* [non maintainer update] dns/walker to 3.2edwin2004-01-033-13/+11
| | | | | | | Update to 1.2.3. This replaces my previous PR number 60784. PR: ports/60832 Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org>
* - Update to 0.24sergei2004-01-033-15/+17
|
* Update to version 0.44, the latest available. Version 0.43 had thedougb2004-01-022-6/+7
| | | | | | | | | | | | | | | | | | | | | actual substantive changes, 0.44 has some non-user-visible changes to make CPAN.pm happy. Power users of this module are encouraged to read the CHANGES file. Most users shouldn't have problems with this upgrade. Significant changes to the software: 1. Ongoing refinement of proper class inheritance/categorization. 2. Fix zone transfers with 'many-answer' format. 3. Finally "fixed" the .xs code, and accompanying Makefile.pl options to work out of the box on both RELENG_4 and 5-current. 4. Added a Makefile.pl option to avoid the online tests. 5. Support for unknown RR types. Changes to the port: 1. Take advantage of 3 and 4 above. 2. portlint doesn't like the word 'file' to appear in the Makefile, so change it to 'doc' for the PORTDOCS install loop.
* * Update for version 0.44dougb2004-01-021-51/+55
| | | | | * Use %%PERL_ARCH%% to accomodate new .xs code * Slightly improve the sorting, since it's majorly overhauled already
* This patch is no longer needed as of 0.44dougb2004-01-021-53/+0
|
* Add skadns 0.23:sergei2004-01-025-0/+98
| | | | | | | | | | | | | | | | | | | Skadns is a kind of an Asynchronous DNS client software: - Kind of: it's small. Really small. But it just works. - Asynchronous: all DNS operations are non-blocking. - DNS client software: it's a DNS client, what you may know as a "stub resolver". To perform full DNS resolution, you will still need a full resolver like dnscache. The skadns library offers a simple API to make asynchronous DNS queries. The skadnsip, skadnsmx and skadnsfilter commands are examples of how to use that API. They are mainly there for their source code. The skadnsd daemon, usable as a child process or as a separate service, handles the grunt work of DNS querying and makes the network completely invisible to the client. Author: Laurent G. Bercot <ska-skaware@skarnet.org> WWW: http://www.skarnet.org/software/skadns/
* - Update to 1.2.3pav2004-01-022-3/+3
| | | | | PR: ports/60784 Submitted by: Vincent Tantardini <vinc@0x45.org>
* Correct the distsite for the dnscache-dumpcache patch.roam2003-12-291-2/+2
| | | | | PR: 60631 Submitted by: Paulius Bulotas <paulius@kaktusas.org>
* - Use canonical form (ports@FreeBSD.org) in MAINTAINER linesergei2003-12-211-1/+1
|
* Add updatedd 1.8,sergei2003-12-186-0/+92
| | | | | | | | | | | | | | | | | | | | | | | | dynamic DNS Update Client supporting multiple services. Updatedd is a client to update dynamic dns settings. With the use of the pppd ip-up script it can update these settings automatically for you. Updatedd does not run as a daemon. It is divided into one main program and one plugin for each supported service. The plugins are dynamic libraries which are loaded by the main program. So it is possible to remove support for services you don't need. Supported Services: ods.org, dyndns.org, ovh.net, no-ip.org, hn.org Author: Philipp Benner <philipp_benner (at) gmx (dot) de> WWW: http://pb.gotdns.org/ PR: 59907 Submitted by: geniusj@ods.org
* Add --enable-extra-ace to CONFIGURE_ARGS, which option is required byknu2003-12-171-1/+3
| | | | | | VeriSign's IDN Testbed. Submitted by: nectar
* - Update to 0.10.1pav2003-12-176-42/+24
| | | | | | | | - Give maintainership to submitter PR: ports/60289 Submitted by: Alex Dupre <sysadmin@alexdupre.com> Approved by: maintainer
* - Update from 2.0.0b9 to 2.0.0sergei2003-12-166-96/+157
| | | | | | | | | | | - Add WITH_ZONECHECK_CGI knob While I'm here: - Bump PORTEPOCH - Re-sort pkg-plist PR: 59899 Submitted by: maintainer
* - Update to version 0.3.5krion2003-12-153-15/+31
|
* Remove the final traces of my abortive attempt to reimplementroam2003-12-122-23/+4
| | | | | | | the libdjbdns library on my own :) PR: 56950 Submitted by: Roman Neuhauser <neuhauser@bellavista.cz>
* Due to an unfortunate bug in BIND 8.4.3 ISC has deprecated this version.erwin2003-12-111-0/+2
| | | | | | | | | | The bug is not security related but triggers BIND to generate lots of unnecessary additional queries under some circumstances with a potential for operational impact. BIND 8.4.4 will be available soon as a replacement. Requested by: dougb
* - Fix build with postgresql 7.4dinoex2003-12-074-56/+94
| | | | | | - Fix package with ldapbackend - reorder makefile - detect if recursor is buildable
* - mark BROKENdinoex2003-12-062-0/+4
|
* - Fix a bug with incorrect config parsing until the nextkrion2003-12-044-2/+24
| | | | | | | | version comes out - Bump PORTREVISION PR: 59749 Submitted by: maintainer
* Update to 1.6.0. Changes:linimon2003-12-044-7/+9
| | | | | | | | | | | | | | | | * Added support for DiG 9.x (BIND 9.0.1) * Replaced internal digparse utility with digstd utility - you call digstd as if it were dig, it calls dig for you with right options for your version and returns results in a standard easy-to-parse format. * Added SRV record support (ala RFC 2052). * Added LOC record support (ala RFC 1876). * Minor speed improvement to axfr * Numerous bug fixes and support for different local host configurations * Updated HOWTOUSE and MANUAL documents PR: ports/53785 Submitted by: Rob Evers <rob@debank.tv> Maintainer timeout: 3 weeks
* Update to 8.4.3, the latest version from ISC. This update contains thedougb2003-11-272-4/+4
| | | | | security fix to the negative caching strategy, along with numerous bug fixes, and other improvements; especially to the IPv6 related code.
* Update to 8.3.7, the latest in this branch from ISC. This is a securitydougb2003-11-272-4/+4
| | | | | | fix release, which contains a change to, "apply anti-cache poison techniques to negative answers." It also removes the view option to nslookup.
* - Fix compilation on FreeBSD 5.2-BETA.netchild2003-11-264-11/+44
| | | | | | | | | | | | - 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
* Update to bind version 9.2.3. (patches, compiles and works fine)jeh2003-11-202-4/+3
| | | | | PR: 59354 Submitted by: Maintainer
* Reset unreachable MAINTAINERs to ports@FreeBSD.orgeik2003-11-201-1/+1
| | | | | PR: 59109 Approved by: marcus (mentor)
* - Added some patches to fix a memory leak in the bind backenddinoex2003-11-1814-2/+268
| | | | | | | | | - Added a patch to fix a problem with the allow-axfr-ips option (host/32 netmask didn't work) - Added an option to the configure dialog to compile the recursor - Bumped PORTREVISION PR: 59385 Submitted by: tremere@cainites.net
* - make portlint happydinoex2003-11-181-1/+1
|
* USE_REINPLACE need be defined only when REINPLACE_CMD is used.trevor2003-11-172-2/+0
|
* move category net->dnssf2003-11-172-1/+2
| | | | Approved by: maintainer
* - Fix build on -currentkrion2003-11-141-0/+1
| | | | Reported by: bento via kris
* Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.trevor2003-11-131-2/+2
|
* Add patch forgotten in the previous commitsergei2003-11-121-0/+25
| | | | | PR: 59178 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
* - Update to 1.0.20sergei2003-11-123-69/+69
| | | | | | | | | | | - Assign maintainership to the submitter While I'm here: - Shorten COMMENT to prevent truncation by pkg_info(1) - Use DOCSDIR macro in pkg-plist PR: 59178 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
* Update to version 1.18leeym2003-11-102-2/+2
| | | | | PR: 59099 Submitted by: Steven Honson <shonson@isoproplex.net>
* Update to version 0.42. Fixes a bug in Net::DNS::Resolver::Recurse, anddougb2003-11-102-4/+3
| | | | adds capability for a persistent UDP socket.
* - Update to 0.3.4krion2003-11-104-13/+18
|
* Update to version 3.6.3 and new mastersite (already partially done).linimon2003-11-075-9/+60
| | | | | | The patchfile unwires hardcoding of configuration directories. The changes are mostly minor; see work/README for full summary. PR: ports/55335, maintainer timeout (3 months).
* - Update to 2.0.0b9sergei2003-11-046-181/+165
| | | | | | | | - Fix broken dependency - Properly handle docs and respect NOPORTDOCS PR: 58921 Submitted by: maintainer
* fix broken mastersiteedwin2003-11-041-1/+1
|
* remove obsolete mastersiteedwin2003-11-042-4/+2
|
* remove obsolete masterfileedwin2003-11-041-2/+1
|
* x broken mastersiteedwin2003-11-041-1/+1
|
* remove obsolete mastersiteedwin2003-11-041-2/+1
|
* fix mastersites, fix pkg-descr WWWedwin2003-11-042-1/+4
|
* remove broken mastersite.edwin2003-11-042-3/+2
|
* Fix mastersite, but not the pkg-descr's WWW line.edwin2003-11-041-1/+1
|
* - update DLZ to 0.6.0dinoex2003-11-033-11/+49
| | | | | | - add berkleydb support - add openldap support - improved documentation
* Mark BROKEN (see bento logs). These ports are scheduled for removalkris2003-11-031-0/+2
| | | | | after Feb 2 2004 if they are still broken at that time and no fixes have been submitted by PR.
* Reset maintainer of ports owned by inactive committers who were just retired.kris2003-11-031-2/+2
|
* - Support all mysql clientsdinoex2003-11-012-4/+16
|