summaryrefslogtreecommitdiffstats
path: root/dns
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.8.3pat2002-08-128-6/+32
| | | | | PR: ports/41539 Submitted by: maintainer
* Upgrade to 0.26, which has fixes for the test suite, and the AUTOLOADdougb2002-08-073-15/+14
| | | | bug that I found when running this code under perl 5.005.
* Add mydns, the MySQL DNS server.anders2002-08-0518-0/+322
| | | | | PR: 41132 Submitted by: Simon Dick <simond@irrelevant.org>
* Updated to 0.94 (fixed error with calling getpeername() on anskv2002-08-053-5/+5
| | | | unconnected udp socket)
* Upgrade to version 0.25, which cleans up CERT.pm a bit, and alsodougb2002-08-052-2/+2
| | | | | | | has some major performance enhancements, especially the streamlined implementation of AUTOLOAD. My brief tests indicate roughly a 30% reduction in module load time.
* No need to deal with this test for a port installdougb2002-08-051-0/+55
|
* typoijliao2002-08-014-4/+4
| | | | Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
* add MASTER_SITE_ISC (1) and apply themijliao2002-08-015-20/+10
| | | | | PR: 41218 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> (1)
* Update to 1.0.06pat2002-07-312-2/+2
| | | | | PR: ports/41175 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Update to 1.6pat2002-07-302-2/+3
| | | | | PR: ports/41158 Submitted by: maintainer
* Another client to update your IP on dynamic DNS services ...se2002-07-245-0/+65
|
* Update to version 0.24, which contains:dougb2002-07-233-3/+4
| | | | | | Added support for DNAME resource records. Fixed edge case for queries that have no name. Tighted up the regular expression used in Net::DNS::Resolver::cname_addr()
* Update to 0.178lioux2002-07-222-2/+2
|
* Remove cjm2@altavista.net as MAINTAINER. Mail has been bouncing forfenner2002-07-221-1/+1
| | | | 2 months.
* add fastresolve 2.8ijliao2002-07-156-0/+102
| | | | | | | Programs that process web logs to get DNS and domain ownership info PR: 40587 Submitted by: Amar Takhar <verm@drunkmonk.net>
* Update to 1.0.02pat2002-07-122-2/+2
| | | | | PR: ports/40502 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* * Further improve the lot of those who use this port to replace thedougb2002-07-122-8/+15
| | | | | | | | | | | | base BIND by correcting the path to named.conf in the man pages, and adding -base as a PKGNAMESUFFIX to make things really obvious. * Remove man page install from under NOPORTDOCS. Thanks to mi@ for this one. * Finally beat the CFLAGS issue into submission in a manner that's not terribly elegant, but does survive the "creative" sub-make architecture that they use to build stuff. This method will (hopefully) have the pleasant side effect of not forcing patch-aa to be regenerated quite so often.
* Update to 0.6.1.knu2002-07-073-13/+2
|
* Update to 0.177lioux2002-07-072-2/+2
|
* Update to 1.02. Remove the patch, since it (and more) was included intotobez2002-07-023-41/+2
| | | | the new version.
* Upgrade to 8.3.3, the latest from ISC. This release fixes thedougb2002-06-293-11/+11
| | | | | | | | | libbind bug, and adds logging for people who attempt to exploit it to named. Also improves logging for named-xfer, and adds features to ndc to attempt to preserve command line arguments that named was started with. All users of BIND 8 are HIGHLY encouraged to upgrade to this version.
* add p5-Tie-DNS 0.41ijliao2002-06-265-0/+56
| | | | | | | Tie interface to p5-Net-DNS PR: 34282 Submitted by: Seamus Venasse <svenasse@polaris.ca>
* Use REINPLACE_CMD as well as USE_REINPLACEperky2002-06-251-2/+3
|
* add noip 1.6ijliao2002-06-2511-0/+177
| | | | | | | No-IP.com's dynamic DNS update client PR: 36543 Submitted by: Eyal Soha <esoha@attbi.com>
* Updating my email address.perky2002-06-251-1/+1
| | | | Approved by: cjh (mentor)
* Replace ${PERL} with ${REINPLACE_CMD}ijliao2002-06-232-3/+6
| | | | | PR: 39668 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
* Update to 1.0.00pat2002-06-232-2/+2
|
* Upgrade to 8.3.2, the lastest release from ISC. Numerous bug fixesdougb2002-06-225-33/+22
| | | | | | | | | | | | | | include better EDNS support, the ability to turn EDNS probing off on a per-server basis, better TSIG support, better handling of IPv6, and various improvements to the CLI utilities like dig, host, etc. For other improvements see the CHANGES file. All users of BIND 8 are heavily encouraged to upgrade. Changes to the port: 1. My patch for gid_t handling in 5.x was included in the base. 2. Make use of the new and improved MANPREFIX handling in bsd.port.mk. 3. If the user defines REPLACE_SYSTEM_BIND, we do just that.
* Update to 0.169lioux2002-06-212-4/+14
|
* add p5-BIND-Conf_Parser 0.95ijliao2002-06-185-0/+37
| | | | | | | Perl5 module to parse BIND 8 configuration files PR: 39455 Submitted by: Andrew <andrew@ugh.net.au>
* - Update to 0.9.92pat2002-06-185-3/+41
| | | | | | | - Add startup script and reword configure message Based on PR: ports/38921 Submitted by: Alex Kapranoff <kappa@agava.com>
* Update to 0.23:dougb2002-06-152-2/+2
| | | | | | | Fixed Net::DNS::mx() to work properly in scalar context. Fixed taint issue when Net::DNS::Resolver::nameservers() is passed a hostname as an argument.
* Remove patches i forgot in last commitpat2002-06-121-30/+0
|
* Update to 1.5pat2002-06-122-2/+2
| | | | | PR: ports/39184 Submitted by: maintainer
* Add p5-Net-DNS-ZoneFile, a Perl extension to convert a zone file to atobez2002-06-116-0/+88
| | | | collection of RRs.
* Add some more man pages to the list.dougb2002-06-101-1/+3
| | | | | PR: ports/39079 Submitted by: gshapiro
* Fix RR type numbers for KX and TSIG.dougb2002-06-092-2/+2
|
* Fix some format string bugskris2002-06-071-0/+30
|
* Update to the latest, 0.21. This version contains many changes,dougb2002-06-053-2/+22
| | | | | | | | | | | | | | | please see the Changes file for details. Some of the new features include TSIG support (experimental), a name server module, fixes for bind() problems in 5.005.03, and more. The good news is that our friends in perldom have now seen the light and fixed the later versions of this module so that it does not (any longer) require perl 5.6.0 or higher. I've tested quite a lot of the functions on both a RELENG_4 with stock perl 5.005.03, and a 5-Current system with stock 5.6.1, and didn't have any problems. I also added a few files to the PORTDOCS option.
* Update to 0.9.34pat2002-05-312-2/+2
| | | | | PR: 38788 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* add firedns 0.1.17ijliao2002-05-305-0/+49
| | | | | | | Library for handling asynchronous DNS requests PR: 37994 Submitted by: Dean Hollister <dean@odyssey.apana.org.au>
* Update to 0.9.33pat2002-05-262-2/+2
| | | | | PR: 38534 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* back out commit made comparing OSVERSION and use sed(1) to workaround perlpat2002-05-231-9/+1
| | | | | | | | on current issue. gotta back it out sooner or later. /me puts on pointy hat Requested by: many
* I forgot to note PR and Submitted-by on my last commit.sada2002-05-231-0/+2
| | | | | | | Also, recover LIB_DEPENDS line for libgmp; this is needed for -current. PR: ports/37199 Submitted by: maintainer
* - Move install directory from bin to sbinsada2002-05-234-22/+24
| | | | | - Rewrite descriptions - Change maintainer's email
* Fix ports for building with -current without perlpat2002-05-231-1/+9
| | | | | PR: 38359 Submitted by: maintainer
* Update to the latest release versiondougb2002-05-228-16/+16
|
* Update to 0.157lioux2002-05-212-2/+2
|
* Fix master sitespat2002-05-181-1/+1
| | | | | | PR: 36680 Submitted by: Jason Harris <jharris@widomaker.com> Approved by: mail bounce
* Update to 0.9.28pat2002-05-143-2/+3
| | | | | PR: 38048 Submitted by: KATO Tsuguru <tkato@prontomail.com>
OpenPOWER on IntegriCloud