The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD dns : p5-Net-DNS

Perl5 interface to the DNS resolver, and dynamic updates

 	Net::DNS is a collection of Perl modules to interface with
	the Domain Name System (DNS) resolver.  It allows the
	programmer to perform queries that are beyond the
	capabilities of gethostbyname and gethostbyaddr.

	There are also methods for dealing with creating and
	parsing dynamic updates packets. 

http://search.cpan.org/dist/Net-DNS/



p5-Net-DNS history


v. 1.68
date: 2007/08/06 17:56:00;  author: dougb;  state: Exp;  lines: +2 -8
1. Upgrade to 0.61 which has a few small code cleanups.
2. --no-online-tests works now, so stop building them.
3. Remove support for prehistoric Perl.

v. 1.67 date: 2007/07/03 19:47:28; author: dougb; state: Exp; lines: +3 -2 Update to 0.60, which includes some important security fixes: http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-3377 http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-3409 ... as well as rudimentary support for IPSECKEY. See /usr/local/share/doc/p5-Net-DNS/Changes for more details. Prodded by: Several, including ... PR: ports/114230 Submitted by: Hirohisa Yamaguchi
v. 1.66 date: 2006/09/27 23:40:21; author: dougb; state: Exp; lines: +1 -1 Update to 0.59, which mostly cleans up the PTR code.
v. 1.65 date: 2006/07/09 07:45:25; author: dougb; state: Exp; lines: +8 -5 1. Update to 0.58, which contains numerous small bug fixes, and new functionality for DLV/DNSSEC. 2. Add virtual category ipv6 3. Add OPTIONS for IPV6, enabled by default. 4. Fix the test for WITH_IPV6, and move it out of the test for ${PERL_LEVEL} < 500800. On my system, the IPv6 libraries are not (any longer?) installed by default with Perl 5.8. The test is harmless if the libraries are there in any case, so remove the pointless micro-optiimiztion.
v. 1.64 date: 2006/04/18 22:16:45; author: dougb; state: Exp; lines: +6 -12 Update to 0.57 (which contains no functional changes from 0.56), and reenable the cryptographic features on Perl 5.005. PR: ports/94770 Submitted by: leeym (thanks!)
v. 1.63 date: 2006/02/20 21:44:05; author: dougb; state: Exp; lines: +2 -2 Version 0.56, which contains a new method for the SPF RR, and various bug fixes.
v. 1.62 date: 2005/12/16 00:56:39; author: dougb; state: Exp; lines: +1 -1 Make the second RUN_DEPENDS += Pointy hat to: me Thanks to: kris
v. 1.61 date: 2005/12/14 22:51:17; author: dougb; state: Exp; lines: +1 -1 Upgrade to 0.55, an emergency release to fix a problem with TCP sockets introduced in 0.54. Anyone who upgraded to 0.54 should upgrade to this version ASAP.
v. 1.60 date: 2005/12/13 09:19:18; author: dougb; state: Exp; lines: +15 -4 upgrade to 0.54, which contains many bug fixes work around the fact that the crypto features of this library require dependencies which are not available to Perl < 5.6.2.
v. 1.59 date: 2005/07/23 01:37:20; author: dougb; state: Exp; lines: +1 -1 Update to 0.53, which fixes a stray AFINET_6, and a few other bugs.
v. 1.58 date: 2005/07/06 05:23:46; author: dougb; state: Exp; lines: +4 -2 Upgrade to the eagerly anticipated 0.52. If you are using a version of this module later than 0.49, you should definitely upgrade, as this version fixes several bugs in the new code. If running Perl < 5.6, make addition of the IPv6 modules optional as 0.52 of this module fixes the bugs that made it mandatory.
v. 1.57 date: 2005/06/27 02:56:12; author: dougb; state: Exp; lines: +10 -0 Make this work on Perl 5.005.03 (ala RELENG_4) by installing the bytes.pm pragma, which is the only thing that the new version of Net::DNS needs from 5.6+ that isn't in 5.005.03.
v. 1.56 date: 2005/06/13 15:58:10; author: dougb; state: Exp; lines: +3 -2 Upgrade to 0.51, which fixes extra debugging that should not have gone into the live version. Also, 0.50 grew a dependency on Net-IP which was not recorded in the Changes file, so add that explicitly. This was mentioned by several people, including the current Net-DNS author, and the PR. PR: ports/82194 Submitted by: Helge Oldach
v. 1.55 date: 2005/06/10 20:52:39; author: dougb; state: Exp; lines: +1 -1 Upgrade to 0.50, the latest version. Usual assortment of bug fixes, plus experimental IPv6 support (not yet enabled).
v. 1.54 date: 2005/04/05 12:48:43; author: dougb; state: Exp; lines: +1 -1 Update to the latest version, mostly bug fixes.
v. 1.53 date: 2004/08/22 20:13:44; author: dougb; state: Exp; lines: +2 -2 Update to 0.48, a minor bugfix release.
v. 1.52 date: 2004/06/06 03:03:10; author: dougb; state: Exp; lines: +1 -1 Update to 0.47. The few small bug fixes can be found in the CHANGES file. PR: ports/66945 Submitted by: Mark Foster
v. 1.51 date: 2004/03/17 00:36:11; author: billf; state: Exp; lines: +1 -1 this perl module creates/parses 'dynamic' updates, not 'dymanic' ones.
v. 1.50 date: 2004/03/14 00:09:04; author: dougb; state: Exp; lines: +2 -2 Update to 0.46, which has better IPv6 reverse DNS handling, and all known 'taint mode' problems fixed. PR: ports/63841 Submitted by: Tim Bishop
v. 1.49 date: 2004/02/08 08:06:00; author: dougb; state: Exp; lines: +1 -1 Upgrade to 0.45. This version has major speed enhancements, better handling of classes, and other cleanups.
v. 1.48 date: 2004/01/02 02:44:05; author: dougb; state: Exp; lines: +6 -5 Update to version 0.44, the latest available. Version 0.43 had the 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.
v. 1.47 date: 2003/11/10 08:13:48; author: dougb; state: Exp; lines: +2 -3 Update to version 0.42. Fixes a bug in Net::DNS::Resolver::Recurse, and adds capability for a persistent UDP socket.
v. 1.46 date: 2003/10/24 12:02:18; author: ijliao; state: Exp; lines: +0 -1 utilize SITE_PERL PR: 58166 Submitted by: Cheng-Lung Sung
v. 1.45 date: 2003/10/06 02:19:37; author: dougb; state: Exp; lines: +1 -1 Update to version 0.41, which contains several documentation and other cleanups. Also, the removal of the Net::DNS::Resolver::axfr_old() method.
v. 1.44 date: 2003/09/05 04:54:36; 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.43 date: 2003/09/04 10:00:51; author: dougb; state: Exp; lines: +3 -1 Upgrade to 0.40. This is a minor upgrade, mostly documentation. Other than dnssec updates, no new functionality.
v. 1.42 date: 2003/08/25 08:08:01; author: dougb; state: Exp; lines: +1 -1 Update to 0.39, the latest release. * Updated docs * Net::DNS::Resolver now has unique classes for windows and unix * You can now define a config file for the Resolver object * Various other cleanups If you were (bogusly) using module globals in your scripts, this update is likely to break that, so take due precautions.
v. 1.41 date: 2003/06/14 00:14:21; author: dougb; state: Exp; lines: +2 -1 Update to version 0.38. Versions 0.3[567] all had various bugs with either the Makefile.PL script, or other, and offered nothing new of interest. This version has a more efficient dn_expand method, and adds a warning that Resolver::axfr_old() is deprecated.
v. 1.40 date: 2003/04/06 23:24:48; author: dougb; state: Exp; lines: +3 -4 Update to version 0.34, which has better handling for multi-string TXT RR's, and multiple queries in one packet. Also some minor bug fixes for Net::DNS::Resolver::Recurse and Net::DNS::Resolver::axfr_next(). Convert to ${SITE_PERL}
v. 1.39 date: 2003/03/07 06:07:55; author: ade; state: Exp; lines: +1 -0 Clear moonlight beckons. Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.38 date: 2003/02/20 16:33:25; author: sobomax; state: Exp; lines: +8 -3 Conditionalise several dependencies on PERL_LEVEL to make those ports more friendly for perl-5.8.0, which has those dependencies included into the base distribution. Sponsired by: Porta Software Ltd
v. 1.37 date: 2003/01/16 13:33:37; author: edwin; state: Exp; lines: +3 -1 Add missing man page. PR: ports/47142 Submitted by: Erwin Lansing
v. 1.36 date: 2003/01/12 01:44:40; author: dougb; state: Exp; lines: +1 -7 Update to 0.33, which has improved SIG support, and a few minor bugfixes. Delete the sed "patch in Makefile" for FAQ.pod, the authors finally fixed that.
v. 1.35 date: 2002/11/22 05:40:04; author: dougb; state: Exp; lines: +1 -1 Update to 0.31, which has bug fixes for OPT.pm, and a new udp timeout feature.
v. 1.34 date: 2002/11/11 09:54:18; author: dougb; state: Exp; lines: +12 -3 Update to 0.30, which has TKEY support, a new safe_push() method for detecting duplicate RR's in an update packet, and some more tests. Note, the tests are not installed by the port, but are useful to examine as samples, and to test your installation. * Update the port to handle the new TKEY and FAQ files. * Patch the new FAQ, since pod2man is choking on the CVS Id. * Update the comment by mentioning dynamic updates. * Add a comment to the Makefile about the harmless build errors you see if you don't have the run-time depends already installed.
v. 1.33 date: 2002/11/11 08:58:10; author: dougb; state: Exp; lines: +2 -4 Revert 1.32, which was wrong in all its particulars: * The errors related to the missing dependencies during build are harmless. The build-time and run-time dependencies are seperated on purpose so that the port can be built and run on different boxes. * The Test-Simple module is not needed to build or run the port, the tests are not installed by us, and not part of the port itself. These changes should have been discussed with me before they were made.
v. 1.32 date: 2002/10/24 09:44:53; author: sobomax; state: Exp; lines: +4 -2 Add missed dependency and copy RUN_DEPENDS into BUILD_DEPENDS to eliminate configure-time warning.
v. 1.31 date: 2002/10/06 10:40:52; author: dougb; state: Exp; lines: +1 -1 Minor bugfixes. Variable scope in one module, and avoid a divide by zero error when there are no usable interfaces.
v. 1.30 date: 2002/09/02 21:24:48; author: dougb; state: Exp; lines: +1 -1 Update to 0.28, which fixes some more AUTOLOAD bugs, dynamic update bugs, SRV bugs, and Net::DNS::SEC bugs. No new features.
v. 1.29 date: 2002/08/07 00:17:06; author: dougb; state: Exp; lines: +1 -1 Upgrade to 0.26, which has fixes for the test suite, and the AUTOLOAD bug that I found when running this code under perl 5.005.
v. 1.28 date: 2002/08/05 01:41:26; author: dougb; state: Exp; lines: +1 -1 Upgrade to version 0.25, which cleans up CERT.pm a bit, and also has some major performance enhancements, especially the streamlined implementation of AUTOLOAD. My brief tests indicate roughly a 30% reduction in module load time.
v. 1.27 date: 2002/07/23 21:26:13; author: dougb; state: Exp; lines: +2 -2 Update to version 0.24, which contains: 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()
v. 1.26 date: 2002/06/15 00:49:59; author: dougb; state: Exp; lines: +1 -1 Update to 0.23: 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.
v. 1.25 date: 2002/06/10 01:53:13; author: dougb; state: Exp; lines: +3 -1 Add some more man pages to the list. PR: ports/39079 Submitted by: gshapiro
v. 1.24 date: 2002/06/09 21:03:18; author: dougb; state: Exp; lines: +1 -1 Fix RR type numbers for KX and TSIG.
v. 1.23 date: 2002/06/05 09:51:38; author: dougb; state: Exp; lines: +12 -1 Update to the latest, 0.21. This version contains many changes, 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.
v. 1.22 date: 2002/04/27 08:50:44; author: dougb; state: Exp; lines: +9 -10 * Cosmetic 80-column fix for MAN3 * Remove now-obsolete cleanup of *.orig files No functionality changes.
v. 1.21 date: 2002/02/06 07:59:56; author: dougb; state: Exp; lines: +2 -3 * Assume maintainership by agreement. * Update to 0.14, which has only two changes: - Fix the bug which we fixed with patch-aa - Fix the "defined @array" line that trips up perl 5.6.x
v. 1.20 date: 2001/12/20 21:45:07; author: ache; state: Exp; lines: +5 -1 Prevent request id overflow over 65535
v. 1.19 date: 2001/03/01 06:38:21; author: vanilla; state: Exp; lines: +3 -7 Remove do-configure section, use PERL_CONFIGURE now.
v. 1.18 date: 2000/11/13 12:44:32; author: demon; state: Exp; lines: +2 -2 Change MAINTAINER field. I am now at FreeBSD dot org Approved by: sobomax
v. 1.17 date: 2000/10/24 22:39:57; author: will; state: Exp; lines: +2 -2 Hand these ports to Dmitry Sivachenko .
v. 1.16 date: 2000/10/23 21:03:03; author: will; state: Exp; lines: +2 -2 Remove jfitz@ as MAINTAINER - mail is bouncing / mailservers don't answer.
v. 1.15 date: 2000/06/17 02:36:35; author: will; state: Exp; lines: +4 -4 Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX. Add some missing/wrong dependencies. Show how to respect CC/CFLAGS. Many miscellaneous modifications. I used more excessive hacks to force p5-Jcode and p5-WWW-Search to respect CC/CFLAGS. Patches largely done by: Christian Weisgerber
v. 1.14 date: 2000/04/09 18:12:49; author: cpiazza; state: Exp; lines: +4 -4 Update with the new PORTNAME/PORTVERSION variables
v. 1.13 date: 1999/08/31 06:48:59; author: mharo; state: Exp; lines: +2 -2 FreeBSD.ORG -> FreeBSD.org Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
v. 1.12 date: 1999/08/30 14:23:37; author: peter; state: Exp; lines: +1 -1 $Id$ -> $FreeBSD$
v. 1.11 date: 1998/09/15 21:31:49; author: asami; state: Exp; lines: +2 -2 Use ${PERL5} wherever appropriate. Largely untested; hope my eyeball checks haven't missed anything. Submitted by: dima
v. 1.10 date: 1998/08/20 10:03:58; author: asami; state: Exp; lines: +2 -2 Adjust to new perl5 scheme. I don't continue fixing things but this port was required by a few others.
v. 1.9 date: 1997/11/10 14:46:18; author: jfitz; state: Exp; lines: +4 -4 Upgrade to v0.12
v. 1.8 date: 1997/07/07 13:04:38; author: jfitz; state: Exp; lines: +4 -4 Upgrade to v0.11
v. 1.7 date: 1997/06/24 18:43:27; author: jfitz; state: Exp; lines: +2 -3 Make all p5- ports use USE_PERL instead of explicitly stating the version number in each Makefile In-Conjunction-With: Satoshi's patch to bsd.port.mk (note: unlike the last change in perl5 versions, I have only upgraded p5-* ports, not other ports that rely upon perl5.)
v. 1.6 date: 1997/06/17 02:49:40; author: jfitz; state: Exp; lines: +10 -5 Upgrade to v0.10
v. 1.5 date: 1997/05/29 02:53:15; author: jfitz; state: Exp; lines: +2 -3 Remove p5-IO dependancy from ports that were using it.
v. 1.4 date: 1997/05/24 13:17:13; author: jfitz; state: Exp; lines: +3 -3 Upgrade all ports requiring perl5.003 to perl5.004 Remove p5-CGI.pm and p5-ExtUtils-Embed; they are now part of the perl5.004 distribution.
v. 1.3 date: 1997/04/27 17:20:23; author: jfitz; state: Exp; lines: +4 -4 Upgrade to 0.07 Fixed incorrect PKGNAME in Makefile Obtained from:
v. 1.2 date: 1997/04/20 13:52:51; author: wosch; state: Exp; lines: +2 -2 Add virtual category 'perl5'.
v. 1.1 date: 1997/04/05 22:15:46; author: jfitz; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1997/04/05 22:15:46; author: jfitz; state: Exp; lines: +0 -0 Import of p5-Net-DNS, a perl5 interface to the resolver libraries. ============================================================================= v. 1.68 date: 2007/08/06 17:56:00; author: dougb; state: Exp; lines: +2 -8 1. Upgrade to 0.61 which has a few small code cleanups. 2. --no-online-tests works now, so stop building them. 3. Remove support for prehistoric Perl.
v. 1.67 date: 2007/07/03 19:47:28; author: dougb; state: Exp; lines: +3 -2 Update to 0.60, which includes some important security fixes: http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-3377 http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-3409 ... as well as rudimentary support for IPSECKEY. See /usr/local/share/doc/p5-Net-DNS/Changes for more details. Prodded by: Several, including ... PR: ports/114230 Submitted by: Hirohisa Yamaguchi
v. 1.66 date: 2006/09/27 23:40:21; author: dougb; state: Exp; lines: +1 -1 Update to 0.59, which mostly cleans up the PTR code.
v. 1.65 date: 2006/07/09 07:45:25; author: dougb; state: Exp; lines: +8 -5 1. Update to 0.58, which contains numerous small bug fixes, and new functionality for DLV/DNSSEC. 2. Add virtual category ipv6 3. Add OPTIONS for IPV6, enabled by default. 4. Fix the test for WITH_IPV6, and move it out of the test for ${PERL_LEVEL} < 500800. On my system, the IPv6 libraries are not (any longer?) installed by default with Perl 5.8. The test is harmless if the libraries are there in any case, so remove the pointless micro-optiimiztion.
v. 1.64 date: 2006/04/18 22:16:45; author: dougb; state: Exp; lines: +6 -12 Update to 0.57 (which contains no functional changes from 0.56), and reenable the cryptographic features on Perl 5.005. PR: ports/94770 Submitted by: leeym (thanks!)
v. 1.63 date: 2006/02/20 21:44:05; author: dougb; state: Exp; lines: +2 -2 Version 0.56, which contains a new method for the SPF RR, and various bug fixes.
v. 1.62 date: 2005/12/16 00:56:39; author: dougb; state: Exp; lines: +1 -1 Make the second RUN_DEPENDS += Pointy hat to: me Thanks to: kris
v. 1.61 date: 2005/12/14 22:51:17; author: dougb; state: Exp; lines: +1 -1 Upgrade to 0.55, an emergency release to fix a problem with TCP sockets introduced in 0.54. Anyone who upgraded to 0.54 should upgrade to this version ASAP.
v. 1.60 date: 2005/12/13 09:19:18; author: dougb; state: Exp; lines: +15 -4 upgrade to 0.54, which contains many bug fixes work around the fact that the crypto features of this library require dependencies which are not available to Perl < 5.6.2.
v. 1.59 date: 2005/07/23 01:37:20; author: dougb; state: Exp; lines: +1 -1 Update to 0.53, which fixes a stray AFINET_6, and a few other bugs.
v. 1.58 date: 2005/07/06 05:23:46; author: dougb; state: Exp; lines: +4 -2 Upgrade to the eagerly anticipated 0.52. If you are using a version of this module later than 0.49, you should definitely upgrade, as this version fixes several bugs in the new code. If running Perl < 5.6, make addition of the IPv6 modules optional as 0.52 of this module fixes the bugs that made it mandatory.
v. 1.57 date: 2005/06/27 02:56:12; author: dougb; state: Exp; lines: +10 -0 Make this work on Perl 5.005.03 (ala RELENG_4) by installing the bytes.pm pragma, which is the only thing that the new version of Net::DNS needs from 5.6+ that isn't in 5.005.03.
v. 1.56 date: 2005/06/13 15:58:10; author: dougb; state: Exp; lines: +3 -2 Upgrade to 0.51, which fixes extra debugging that should not have gone into the live version. Also, 0.50 grew a dependency on Net-IP which was not recorded in the Changes file, so add that explicitly. This was mentioned by several people, including the current Net-DNS author, and the PR. PR: ports/82194 Submitted by: Helge Oldach
v. 1.55 date: 2005/06/10 20:52:39; author: dougb; state: Exp; lines: +1 -1 Upgrade to 0.50, the latest version. Usual assortment of bug fixes, plus experimental IPv6 support (not yet enabled).
v. 1.54 date: 2005/04/05 12:48:43; author: dougb; state: Exp; lines: +1 -1 Update to the latest version, mostly bug fixes.
v. 1.53 date: 2004/08/22 20:13:44; author: dougb; state: Exp; lines: +2 -2 Update to 0.48, a minor bugfix release.
v. 1.52 date: 2004/06/06 03:03:10; author: dougb; state: Exp; lines: +1 -1 Update to 0.47. The few small bug fixes can be found in the CHANGES file. PR: ports/66945 Submitted by: Mark Foster
v. 1.51 date: 2004/03/17 00:36:11; author: billf; state: Exp; lines: +1 -1 this perl module creates/parses 'dynamic' updates, not 'dymanic' ones.
v. 1.50 date: 2004/03/14 00:09:04; author: dougb; state: Exp; lines: +2 -2 Update to 0.46, which has better IPv6 reverse DNS handling, and all known 'taint mode' problems fixed. PR: ports/63841 Submitted by: Tim Bishop
v. 1.49 date: 2004/02/08 08:06:00; author: dougb; state: Exp; lines: +1 -1 Upgrade to 0.45. This version has major speed enhancements, better handling of classes, and other cleanups.
v. 1.48 date: 2004/01/02 02:44:05; author: dougb; state: Exp; lines: +6 -5 Update to version 0.44, the latest available. Version 0.43 had the 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.
v. 1.47 date: 2003/11/10 08:13:48; author: dougb; state: Exp; lines: +2 -3 Update to version 0.42. Fixes a bug in Net::DNS::Resolver::Recurse, and adds capability for a persistent UDP socket.
v. 1.46 date: 2003/10/24 12:02:18; author: ijliao; state: Exp; lines: +0 -1 utilize SITE_PERL PR: 58166 Submitted by: Cheng-Lung Sung
v. 1.45 date: 2003/10/06 02:19:37; author: dougb; state: Exp; lines: +1 -1 Update to version 0.41, which contains several documentation and other cleanups. Also, the removal of the Net::DNS::Resolver::axfr_old() method.
v. 1.44 date: 2003/09/05 04:54:36; 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.43 date: 2003/09/04 10:00:51; author: dougb; state: Exp; lines: +3 -1 Upgrade to 0.40. This is a minor upgrade, mostly documentation. Other than dnssec updates, no new functionality.
v. 1.42 date: 2003/08/25 08:08:01; author: dougb; state: Exp; lines: +1 -1 Update to 0.39, the latest release. * Updated docs * Net::DNS::Resolver now has unique classes for windows and unix * You can now define a config file for the Resolver object * Various other cleanups If you were (bogusly) using module globals in your scripts, this update is likely to break that, so take due precautions.
v. 1.41 date: 2003/06/14 00:14:21; author: dougb; state: Exp; lines: +2 -1 Update to version 0.38. Versions 0.3[567] all had various bugs with either the Makefile.PL script, or other, and offered nothing new of interest. This version has a more efficient dn_expand method, and adds a warning that Resolver::axfr_old() is deprecated.
v. 1.40 date: 2003/04/06 23:24:48; author: dougb; state: Exp; lines: +3 -4 Update to version 0.34, which has better handling for multi-string TXT RR's, and multiple queries in one packet. Also some minor bug fixes for Net::DNS::Resolver::Recurse and Net::DNS::Resolver::axfr_next(). Convert to ${SITE_PERL}
v. 1.39 date: 2003/03/07 06:07:55; author: ade; state: Exp; lines: +1 -0 Clear moonlight beckons. Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.38 date: 2003/02/20 16:33:25; author: sobomax; state: Exp; lines: +8 -3 Conditionalise several dependencies on PERL_LEVEL to make those ports more friendly for perl-5.8.0, which has those dependencies included into the base distribution. Sponsired by: Porta Software Ltd
v. 1.37 date: 2003/01/16 13:33:37; author: edwin; state: Exp; lines: +3 -1 Add missing man page. PR: ports/47142 Submitted by: Erwin Lansing
v. 1.36 date: 2003/01/12 01:44:40; author: dougb; state: Exp; lines: +1 -7 Update to 0.33, which has improved SIG support, and a few minor bugfixes. Delete the sed "patch in Makefile" for FAQ.pod, the authors finally fixed that.
v. 1.35 date: 2002/11/22 05:40:04; author: dougb; state: Exp; lines: +1 -1 Update to 0.31, which has bug fixes for OPT.pm, and a new udp timeout feature.
v. 1.34 date: 2002/11/11 09:54:18; author: dougb; state: Exp; lines: +12 -3 Update to 0.30, which has TKEY support, a new safe_push() method for detecting duplicate RR's in an update packet, and some more tests. Note, the tests are not installed by the port, but are useful to examine as samples, and to test your installation. * Update the port to handle the new TKEY and FAQ files. * Patch the new FAQ, since pod2man is choking on the CVS Id. * Update the comment by mentioning dynamic updates. * Add a comment to the Makefile about the harmless build errors you see if you don't have the run-time depends already installed.
v. 1.33 date: 2002/11/11 08:58:10; author: dougb; state: Exp; lines: +2 -4 Revert 1.32, which was wrong in all its particulars: * The errors related to the missing dependencies during build are harmless. The build-time and run-time dependencies are seperated on purpose so that the port can be built and run on different boxes. * The Test-Simple module is not needed to build or run the port, the tests are not installed by us, and not part of the port itself. These changes should have been discussed with me before they were made.
v. 1.32 date: 2002/10/24 09:44:53; author: sobomax; state: Exp; lines: +4 -2 Add missed dependency and copy RUN_DEPENDS into BUILD_DEPENDS to eliminate configure-time warning.
v. 1.31 date: 2002/10/06 10:40:52; author: dougb; state: Exp; lines: +1 -1 Minor bugfixes. Variable scope in one module, and avoid a divide by zero error when there are no usable interfaces.
v. 1.30 date: 2002/09/02 21:24:48; author: dougb; state: Exp; lines: +1 -1 Update to 0.28, which fixes some more AUTOLOAD bugs, dynamic update bugs, SRV bugs, and Net::DNS::SEC bugs. No new features.
v. 1.29 date: 2002/08/07 00:17:06; author: dougb; state: Exp; lines: +1 -1 Upgrade to 0.26, which has fixes for the test suite, and the AUTOLOAD bug that I found when running this code under perl 5.005.
v. 1.28 date: 2002/08/05 01:41:26; author: dougb; state: Exp; lines: +1 -1 Upgrade to version 0.25, which cleans up CERT.pm a bit, and also has some major performance enhancements, especially the streamlined implementation of AUTOLOAD. My brief tests indicate roughly a 30% reduction in module load time.
v. 1.27 date: 2002/07/23 21:26:13; author: dougb; state: Exp; lines: +2 -2 Update to version 0.24, which contains: 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()
v. 1.26 date: 2002/06/15 00:49:59; author: dougb; state: Exp; lines: +1 -1 Update to 0.23: 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.
v. 1.25 date: 2002/06/10 01:53:13; author: dougb; state: Exp; lines: +3 -1 Add some more man pages to the list. PR: ports/39079 Submitted by: gshapiro
v. 1.24 date: 2002/06/09 21:03:18; author: dougb; state: Exp; lines: +1 -1 Fix RR type numbers for KX and TSIG.
v. 1.23 date: 2002/06/05 09:51:38; author: dougb; state: Exp; lines: +12 -1 Update to the latest, 0.21. This version contains many changes, 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.
v. 1.22 date: 2002/04/27 08:50:44; author: dougb; state: Exp; lines: +9 -10 * Cosmetic 80-column fix for MAN3 * Remove now-obsolete cleanup of *.orig files No functionality changes.
v. 1.21 date: 2002/02/06 07:59:56; author: dougb; state: Exp; lines: +2 -3 * Assume maintainership by agreement. * Update to 0.14, which has only two changes: - Fix the bug which we fixed with patch-aa - Fix the "defined @array" line that trips up perl 5.6.x
v. 1.20 date: 2001/12/20 21:45:07; author: ache; state: Exp; lines: +5 -1 Prevent request id overflow over 65535
v. 1.19 date: 2001/03/01 06:38:21; author: vanilla; state: Exp; lines: +3 -7 Remove do-configure section, use PERL_CONFIGURE now.
v. 1.18 date: 2000/11/13 12:44:32; author: demon; state: Exp; lines: +2 -2 Change MAINTAINER field. I am now at FreeBSD dot org Approved by: sobomax
v. 1.17 date: 2000/10/24 22:39:57; author: will; state: Exp; lines: +2 -2 Hand these ports to Dmitry Sivachenko .
v. 1.16 date: 2000/10/23 21:03:03; author: will; state: Exp; lines: +2 -2 Remove jfitz@ as MAINTAINER - mail is bouncing / mailservers don't answer.
v. 1.15 date: 2000/06/17 02:36:35; author: will; state: Exp; lines: +4 -4 Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX. Add some missing/wrong dependencies. Show how to respect CC/CFLAGS. Many miscellaneous modifications. I used more excessive hacks to force p5-Jcode and p5-WWW-Search to respect CC/CFLAGS. Patches largely done by: Christian Weisgerber
v. 1.14 date: 2000/04/09 18:12:49; author: cpiazza; state: Exp; lines: +4 -4 Update with the new PORTNAME/PORTVERSION variables
v. 1.13 date: 1999/08/31 06:48:59; author: mharo; state: Exp; lines: +2 -2 FreeBSD.ORG -> FreeBSD.org Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
v. 1.12 date: 1999/08/30 14:23:37; author: peter; state: Exp; lines: +1 -1 $Id$ -> $FreeBSD$
v. 1.11 date: 1998/09/15 21:31:49; author: asami; state: Exp; lines: +2 -2 Use ${PERL5} wherever appropriate. Largely untested; hope my eyeball checks haven't missed anything. Submitted by: dima
v. 1.10 date: 1998/08/20 10:03:58; author: asami; state: Exp; lines: +2 -2 Adjust to new perl5 scheme. I don't continue fixing things but this port was required by a few others.
v. 1.9 date: 1997/11/10 14:46:18; author: jfitz; state: Exp; lines: +4 -4 Upgrade to v0.12
v. 1.8 date: 1997/07/07 13:04:38; author: jfitz; state: Exp; lines: +4 -4 Upgrade to v0.11
v. 1.7 date: 1997/06/24 18:43:27; author: jfitz; state: Exp; lines: +2 -3 Make all p5- ports use USE_PERL instead of explicitly stating the version number in each Makefile In-Conjunction-With: Satoshi's patch to bsd.port.mk (note: unlike the last change in perl5 versions, I have only upgraded p5-* ports, not other ports that rely upon perl5.)
v. 1.6 date: 1997/06/17 02:49:40; author: jfitz; state: Exp; lines: +10 -5 Upgrade to v0.10
v. 1.5 date: 1997/05/29 02:53:15; author: jfitz; state: Exp; lines: +2 -3 Remove p5-IO dependancy from ports that were using it.
v. 1.4 date: 1997/05/24 13:17:13; author: jfitz; state: Exp; lines: +3 -3 Upgrade all ports requiring perl5.003 to perl5.004 Remove p5-CGI.pm and p5-ExtUtils-Embed; they are now part of the perl5.004 distribution.
v. 1.3 date: 1997/04/27 17:20:23; author: jfitz; state: Exp; lines: +4 -4 Upgrade to 0.07 Fixed incorrect PKGNAME in Makefile Obtained from:
v. 1.2 date: 1997/04/20 13:52:51; author: wosch; state: Exp; lines: +2 -2 Add virtual category 'perl5'.
v. 1.1 date: 1997/04/05 22:15:46; author: jfitz; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1997/04/05 22:15:46; author: jfitz; state: Exp; lines: +0 -0 Import of p5-Net-DNS, a perl5 interface to the resolver libraries. ============================================================================= v. 1.68 date: 2007/08/06 17:56:00; author: dougb; state: Exp; lines: +2 -8 1. Upgrade to 0.61 which has a few small code cleanups. 2. --no-online-tests works now, so stop building them. 3. Remove support for prehistoric Perl.
v. 1.67 date: 2007/07/03 19:47:28; author: dougb; state: Exp; lines: +3 -2 Update to 0.60, which includes some important security fixes: http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-3377 http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-3409 ... as well as rudimentary support for IPSECKEY. See /usr/local/share/doc/p5-Net-DNS/Changes for more details. Prodded by: Several, including ... PR: ports/114230 Submitted by: Hirohisa Yamaguchi
v. 1.66 date: 2006/09/27 23:40:21; author: dougb; state: Exp; lines: +1 -1 Update to 0.59, which mostly cleans up the PTR code.
v. 1.65 date: 2006/07/09 07:45:25; author: dougb; state: Exp; lines: +8 -5 1. Update to 0.58, which contains numerous small bug fixes, and new functionality for DLV/DNSSEC. 2. Add virtual category ipv6 3. Add OPTIONS for IPV6, enabled by default. 4. Fix the test for WITH_IPV6, and move it out of the test for ${PERL_LEVEL} < 500800. On my system, the IPv6 libraries are not (any longer?) installed by default with Perl 5.8. The test is harmless if the libraries are there in any case, so remove the pointless micro-optiimiztion.
v. 1.64 date: 2006/04/18 22:16:45; author: dougb; state: Exp; lines: +6 -12 Update to 0.57 (which contains no functional changes from 0.56), and reenable the cryptographic features on Perl 5.005. PR: ports/94770 Submitted by: leeym (thanks!)
v. 1.63 date: 2006/02/20 21:44:05; author: dougb; state: Exp; lines: +2 -2 Version 0.56, which contains a new method for the SPF RR, and various bug fixes.
v. 1.62 date: 2005/12/16 00:56:39; author: dougb; state: Exp; lines: +1 -1 Make the second RUN_DEPENDS += Pointy hat to: me Thanks to: kris
v. 1.61 date: 2005/12/14 22:51:17; author: dougb; state: Exp; lines: +1 -1 Upgrade to 0.55, an emergency release to fix a problem with TCP sockets introduced in 0.54. Anyone who upgraded to 0.54 should upgrade to this version ASAP.
v. 1.60 date: 2005/12/13 09:19:18; author: dougb; state: Exp; lines: +15 -4 upgrade to 0.54, which contains many bug fixes work around the fact that the crypto features of this library require dependencies which are not available to Perl < 5.6.2.
v. 1.59 date: 2005/07/23 01:37:20; author: dougb; state: Exp; lines: +1 -1 Update to 0.53, which fixes a stray AFINET_6, and a few other bugs.
v. 1.58 date: 2005/07/06 05:23:46; author: dougb; state: Exp; lines: +4 -2 Upgrade to the eagerly anticipated 0.52. If you are using a version of this module later than 0.49, you should definitely upgrade, as this version fixes several bugs in the new code. If running Perl < 5.6, make addition of the IPv6 modules optional as 0.52 of this module fixes the bugs that made it mandatory.
v. 1.57 date: 2005/06/27 02:56:12; author: dougb; state: Exp; lines: +10 -0 Make this work on Perl 5.005.03 (ala RELENG_4) by installing the bytes.pm pragma, which is the only thing that the new version of Net::DNS needs from 5.6+ that isn't in 5.005.03.
v. 1.56 date: 2005/06/13 15:58:10; author: dougb; state: Exp; lines: +3 -2 Upgrade to 0.51, which fixes extra debugging that should not have gone into the live version. Also, 0.50 grew a dependency on Net-IP which was not recorded in the Changes file, so add that explicitly. This was mentioned by several people, including the current Net-DNS author, and the PR. PR: ports/82194 Submitted by: Helge Oldach
v. 1.55 date: 2005/06/10 20:52:39; author: dougb; state: Exp; lines: +1 -1 Upgrade to 0.50, the latest version. Usual assortment of bug fixes, plus experimental IPv6 support (not yet enabled).
v. 1.54 date: 2005/04/05 12:48:43; author: dougb; state: Exp; lines: +1 -1 Update to the latest version, mostly bug fixes.
v. 1.53 date: 2004/08/22 20:13:44; author: dougb; state: Exp; lines: +2 -2 Update to 0.48, a minor bugfix release.
v. 1.52 date: 2004/06/06 03:03:10; author: dougb; state: Exp; lines: +1 -1 Update to 0.47. The few small bug fixes can be found in the CHANGES file. PR: ports/66945 Submitted by: Mark Foster
v. 1.51 date: 2004/03/17 00:36:11; author: billf; state: Exp; lines: +1 -1 this perl module creates/parses 'dynamic' updates, not 'dymanic' ones.
v. 1.50 date: 2004/03/14 00:09:04; author: dougb; state: Exp; lines: +2 -2 Update to 0.46, which has better IPv6 reverse DNS handling, and all known 'taint mode' problems fixed. PR: ports/63841 Submitted by: Tim Bishop
v. 1.49 date: 2004/02/08 08:06:00; author: dougb; state: Exp; lines: +1 -1 Upgrade to 0.45. This version has major speed enhancements, better handling of classes, and other cleanups.
v. 1.48 date: 2004/01/02 02:44:05; author: dougb; state: Exp; lines: +6 -5 Update to version 0.44, the latest available. Version 0.43 had the 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.
v. 1.47 date: 2003/11/10 08:13:48; author: dougb; state: Exp; lines: +2 -3 Update to version 0.42. Fixes a bug in Net::DNS::Resolver::Recurse, and adds capability for a persistent UDP socket.
v. 1.46 date: 2003/10/24 12:02:18; author: ijliao; state: Exp; lines: +0 -1 utilize SITE_PERL PR: 58166 Submitted by: Cheng-Lung Sung
v. 1.45 date: 2003/10/06 02:19:37; author: dougb; state: Exp; lines: +1 -1 Update to version 0.41, which contains several documentation and other cleanups. Also, the removal of the Net::DNS::Resolver::axfr_old() method.
v. 1.44 date: 2003/09/05 04:54:36; 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.43 date: 2003/09/04 10:00:51; author: dougb; state: Exp; lines: +3 -1 Upgrade to 0.40. This is a minor upgrade, mostly documentation. Other than dnssec updates, no new functionality.
v. 1.42 date: 2003/08/25 08:08:01; author: dougb; state: Exp; lines: +1 -1 Update to 0.39, the latest release. * Updated docs * Net::DNS::Resolver now has unique classes for windows and unix * You can now define a config file for the Resolver object * Various other cleanups If you were (bogusly) using module globals in your scripts, this update is likely to break that, so take due precautions.
v. 1.41 date: 2003/06/14 00:14:21; author: dougb; state: Exp; lines: +2 -1 Update to version 0.38. Versions 0.3[567] all had various bugs with either the Makefile.PL script, or other, and offered nothing new of interest. This version has a more efficient dn_expand method, and adds a warning that Resolver::axfr_old() is deprecated.
v. 1.40 date: 2003/04/06 23:24:48; author: dougb; state: Exp; lines: +3 -4 Update to version 0.34, which has better handling for multi-string TXT RR's, and multiple queries in one packet. Also some minor bug fixes for Net::DNS::Resolver::Recurse and Net::DNS::Resolver::axfr_next(). Convert to ${SITE_PERL}
v. 1.39 date: 2003/03/07 06:07:55; author: ade; state: Exp; lines: +1 -0 Clear moonlight beckons. Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.38 date: 2003/02/20 16:33:25; author: sobomax; state: Exp; lines: +8 -3 Conditionalise several dependencies on PERL_LEVEL to make those ports more friendly for perl-5.8.0, which has those dependencies included into the base distribution. Sponsired by: Porta Software Ltd
v. 1.37 date: 2003/01/16 13:33:37; author: edwin; state: Exp; lines: +3 -1 Add missing man page. PR: ports/47142 Submitted by: Erwin Lansing
v. 1.36 date: 2003/01/12 01:44:40; author: dougb; state: Exp; lines: +1 -7 Update to 0.33, which has improved SIG support, and a few minor bugfixes. Delete the sed "patch in Makefile" for FAQ.pod, the authors finally fixed that.
v. 1.35 date: 2002/11/22 05:40:04; author: dougb; state: Exp; lines: +1 -1 Update to 0.31, which has bug fixes for OPT.pm, and a new udp timeout feature.
v. 1.34 date: 2002/11/11 09:54:18; author: dougb; state: Exp; lines: +12 -3 Update to 0.30, which has TKEY support, a new safe_push() method for detecting duplicate RR's in an update packet, and some more tests. Note, the tests are not installed by the port, but are useful to examine as samples, and to test your installation. * Update the port to handle the new TKEY and FAQ files. * Patch the new FAQ, since pod2man is choking on the CVS Id. * Update the comment by mentioning dynamic updates. * Add a comment to the Makefile about the harmless build errors you see if you don't have the run-time depends already installed.
v. 1.33 date: 2002/11/11 08:58:10; author: dougb; state: Exp; lines: +2 -4 Revert 1.32, which was wrong in all its particulars: * The errors related to the missing dependencies during build are harmless. The build-time and run-time dependencies are seperated on purpose so that the port can be built and run on different boxes. * The Test-Simple module is not needed to build or run the port, the tests are not installed by us, and not part of the port itself. These changes should have been discussed with me before they were made.
v. 1.32 date: 2002/10/24 09:44:53; author: sobomax; state: Exp; lines: +4 -2 Add missed dependency and copy RUN_DEPENDS into BUILD_DEPENDS to eliminate configure-time warning.
v. 1.31 date: 2002/10/06 10:40:52; author: dougb; state: Exp; lines: +1 -1 Minor bugfixes. Variable scope in one module, and avoid a divide by zero error when there are no usable interfaces.
v. 1.30 date: 2002/09/02 21:24:48; author: dougb; state: Exp; lines: +1 -1 Update to 0.28, which fixes some more AUTOLOAD bugs, dynamic update bugs, SRV bugs, and Net::DNS::SEC bugs. No new features.
v. 1.29 date: 2002/08/07 00:17:06; author: dougb; state: Exp; lines: +1 -1 Upgrade to 0.26, which has fixes for the test suite, and the AUTOLOAD bug that I found when running this code under perl 5.005.
v. 1.28 date: 2002/08/05 01:41:26; author: dougb; state: Exp; lines: +1 -1 Upgrade to version 0.25, which cleans up CERT.pm a bit, and also has some major performance enhancements, especially the streamlined implementation of AUTOLOAD. My brief tests indicate roughly a 30% reduction in module load time.
v. 1.27 date: 2002/07/23 21:26:13; author: dougb; state: Exp; lines: +2 -2 Update to version 0.24, which contains: 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()
v. 1.26 date: 2002/06/15 00:49:59; author: dougb; state: Exp; lines: +1 -1 Update to 0.23: 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.
v. 1.25 date: 2002/06/10 01:53:13; author: dougb; state: Exp; lines: +3 -1 Add some more man pages to the list. PR: ports/39079 Submitted by: gshapiro
v. 1.24 date: 2002/06/09 21:03:18; author: dougb; state: Exp; lines: +1 -1 Fix RR type numbers for KX and TSIG.
v. 1.23 date: 2002/06/05 09:51:38; author: dougb; state: Exp; lines: +12 -1 Update to the latest, 0.21. This version contains many changes, 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.
v. 1.22 date: 2002/04/27 08:50:44; author: dougb; state: Exp; lines: +9 -10 * Cosmetic 80-column fix for MAN3 * Remove now-obsolete cleanup of *.orig files No functionality changes.
v. 1.21 date: 2002/02/06 07:59:56; author: dougb; state: Exp; lines: +2 -3 * Assume maintainership by agreement. * Update to 0.14, which has only two changes: - Fix the bug which we fixed with patch-aa - Fix the "defined @array" line that trips up perl 5.6.x
v. 1.20 date: 2001/12/20 21:45:07; author: ache; state: Exp; lines: +5 -1 Prevent request id overflow over 65535
v. 1.19 date: 2001/03/01 06:38:21; author: vanilla; state: Exp; lines: +3 -7 Remove do-configure section, use PERL_CONFIGURE now.
v. 1.18 date: 2000/11/13 12:44:32; author: demon; state: Exp; lines: +2 -2 Change MAINTAINER field. I am now at FreeBSD dot org Approved by: sobomax
v. 1.17 date: 2000/10/24 22:39:57; author: will; state: Exp; lines: +2 -2 Hand these ports to Dmitry Sivachenko .
v. 1.16 date: 2000/10/23 21:03:03; author: will; state: Exp; lines: +2 -2 Remove jfitz@ as MAINTAINER - mail is bouncing / mailservers don't answer.
v. 1.15 date: 2000/06/17 02:36:35; author: will; state: Exp; lines: +4 -4 Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX. Add some missing/wrong dependencies. Show how to respect CC/CFLAGS. Many miscellaneous modifications. I used more excessive hacks to force p5-Jcode and p5-WWW-Search to respect CC/CFLAGS. Patches largely done by: Christian Weisgerber
v. 1.14 date: 2000/04/09 18:12:49; author: cpiazza; state: Exp; lines: +4 -4 Update with the new PORTNAME/PORTVERSION variables
v. 1.13 date: 1999/08/31 06:48:59; author: mharo; state: Exp; lines: +2 -2 FreeBSD.ORG -> FreeBSD.org Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
v. 1.12 date: 1999/08/30 14:23:37; author: peter; state: Exp; lines: +1 -1 $Id$ -> $FreeBSD$
v. 1.11 date: 1998/09/15 21:31:49; author: asami; state: Exp; lines: +2 -2 Use ${PERL5} wherever appropriate. Largely untested; hope my eyeball checks haven't missed anything. Submitted by: dima
v. 1.10 date: 1998/08/20 10:03:58; author: asami; state: Exp; lines: +2 -2 Adjust to new perl5 scheme. I don't continue fixing things but this port was required by a few others.
v. 1.9 date: 1997/11/10 14:46:18; author: jfitz; state: Exp; lines: +4 -4 Upgrade to v0.12
v. 1.8 date: 1997/07/07 13:04:38; author: jfitz; state: Exp; lines: +4 -4 Upgrade to v0.11
v. 1.7 date: 1997/06/24 18:43:27; author: jfitz; state: Exp; lines: +2 -3 Make all p5- ports use USE_PERL instead of explicitly stating the version number in each Makefile In-Conjunction-With: Satoshi's patch to bsd.port.mk (note: unlike the last change in perl5 versions, I have only upgraded p5-* ports, not other ports that rely upon perl5.)
v. 1.6 date: 1997/06/17 02:49:40; author: jfitz; state: Exp; lines: +10 -5 Upgrade to v0.10
v. 1.5 date: 1997/05/29 02:53:15; author: jfitz; state: Exp; lines: +2 -3 Remove p5-IO dependancy from ports that were using it.
v. 1.4 date: 1997/05/24 13:17:13; author: jfitz; state: Exp; lines: +3 -3 Upgrade all ports requiring perl5.003 to perl5.004 Remove p5-CGI.pm and p5-ExtUtils-Embed; they are now part of the perl5.004 distribution.
v. 1.3 date: 1997/04/27 17:20:23; author: jfitz; state: Exp; lines: +4 -4 Upgrade to 0.07 Fixed incorrect PKGNAME in Makefile Obtained from:
v. 1.2 date: 1997/04/20 13:52:51; author: wosch; state: Exp; lines: +2 -2 Add virtual category 'perl5'.
v. 1.1 date: 1997/04/05 22:15:46; author: jfitz; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1997/04/05 22:15:46; author: jfitz; state: Exp; lines: +0 -0 Import of p5-Net-DNS, a perl5 interface to the resolver libraries. =============================================================================



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