CVS log for ports/dns/p5-Net-DNS/distinfo
Up to [FreeBSD] / ports / dns / p5-Net-DNS
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.49: download - view: text, markup, annotated - select for diffs
Wed Nov 9 06:31:46 2011 UTC (3 months ago) by dougb
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +2 -2 lines
**** 0.67 Nov 4, 2011 Fixes: ====== Suppress IO::Socket::INET(6)::peerhost usage with TCP. On some systems it doesn't work after receiving data. Prevent TCP accepts from blocking on unfinished 3-way handshakes. Named nameserver should be reachable by IPv6 too. Typo that prevented TCP traffic from being replied from the same socket as it was received on. Suppress warnings of the deprecated use of qw as parentheses in perl 5.14. Gracefully handle corrupted incoming packets in Net::DNS::Nameserver. Make Net::DNS::Resolver load even if /etc/resolv.conf is unreadable. Assembly of segmented TCP traffic. Fix documentation to reflect code behaviour where on successful packet creation, the error should be ignored. A Net::DNS::Nameserver without a NotifyHandler now responds NOTIMP to NOTIFY requests. Documentation now reflects Net::DNS::Packet construction behaviour. Replace TSIG key with the signature of the whole packet when signing a packet, even when the TSIG key is not the first in the additional section. Various typo fixes. Enhancements: ============= Allow ReplyHandlers to indicate that no answer should be returned by the Net::DNS::Nameserver. Use a class method ReplyHandler for classes inheriting from Net::DNS::Nameserver. New improved version of the check_soa script in the contrib section. Removed dependency on Net::IP Perform presentation to wire format conversion more efficiently. Manage serial numbers in SOA records in a modular and extensible way. Three modules are provided. Strictly sequential, Date Encoded and Time Encoded. A contribution from Dick Franks. Provide a configurable IdleTimeout for Net::DNS::Namserver.
Revision 1.48: download - view: text, markup, annotated - select for diffs
Sun Mar 20 12:48:57 2011 UTC (10 months, 3 weeks ago) by miwi
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +0 -1 lines
- Get Rid MD5 support
Revision 1.47: download - view: text, markup, annotated - select for diffs
Fri Jan 1 00:28:07 2010 UTC (2 years, 1 month ago) by dougb
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_6_EOL
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +3 -3 lines
Update to version 0.66, which is a major upgrade. Users are cautioned
to thoroughly test this version before updating production systems.
For the port, introduce a new dependency, security/p5-Digest-SHA
Changes in this version, in addition to numerous minor bug fixes:
Feature: Truncation for Nameserver
TAKE CARE:
this feature may cause unexpected behavior for your nameservers
Net::DNS::Packet::truncate is a new method that is called from
within Net::DNS::Nameserver that truncates a packet according to
the rules of RFC2181 section 9.
Feature: Added Net::DNS::Domain
Net::DNS::Domain is an attemt to consistently approach the various
ways we interface with what RFC 1035 calls <domain-name>.
Feature: KX RR
Added support for the KX RR, RFC2230
Feature: HIP RR
Added support for the HIP RR, RFC5205
Feature: DHCID RR
Added rudimentary support for the DHCID RR.
Fix improved fuzzy matching of CLASS and TYPE in the Question
constructor method.
Fix AAAA dynamic update
Revision 1.46: download - view: text, markup, annotated - select for diffs
Tue Feb 3 22:26:25 2009 UTC (3 years ago) by dougb
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_2_0
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +3 -3 lines
Update to 0.65 which contains the following small fix:
When the AAAA object was constructed with new_from_hash with an
address containing the "::" shorthand notation normalization was
not done properly.
Revision 1.45: download - view: text, markup, annotated - select for diffs
Tue Dec 30 23:42:53 2008 UTC (3 years, 1 month ago) by dougb
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +3 -3 lines
Update to version 0.64 which adds support for the APL record in addition to many bug fixes.
Revision 1.44: download - view: text, markup, annotated - select for diffs
Sun Mar 16 23:17:31 2008 UTC (3 years, 10 months ago) by dougb
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0, RELEASE_5_EOL
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +3 -3 lines
Update to version 0.63, which has a couple of bug fixes, including: Fix rt.cpan.org #30316 Security issue with Net::DNS Resolver. Net/DNS/RR/A.pm in Net::DNS 0.60 build 654 allows remote attackers to cause a denial of service (program "croak") via a crafted DNS response (http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-6341). Packet parsing routines are now enclosed in eval blocks to trap exception and avoid premature termination of user program. Used ideas from: PR: ports/120702 Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com>
Revision 1.43: download - view: text, markup, annotated - select for diffs
Tue Jan 8 09:50:39 2008 UTC (4 years, 1 month ago) by dougb
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +3 -3 lines
1. Update to version 0.62. If you are doing uncommon things including directly frobbing packets or calling Net::DNS::RR->new_from_data() (which you should not be doing anyway) then you should read the changelog carefully and review/test your code before committing to this version. 2. Remove support for old Perl.
Revision 1.42: download - view: text, markup, annotated - select for diffs
Mon Aug 6 17:56:00 2007 UTC (4 years, 6 months ago) by dougb
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +3 -3 lines
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.
Revision 1.41: download - view: text, markup, annotated - select for diffs
Tue Jul 3 19:47:28 2007 UTC (4 years, 7 months ago) by dougb
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +3 -3 lines
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 <umq@ueo.co.jp>
Revision 1.40: download - view: text, markup, annotated - select for diffs
Wed Sep 27 23:40:21 2006 UTC (5 years, 4 months ago) by dougb
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +3 -3 lines
Update to 0.59, which mostly cleans up the PTR code.
Revision 1.39: download - view: text, markup, annotated - select for diffs
Sun Jul 9 07:45:25 2006 UTC (5 years, 7 months ago) by dougb
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +3 -3 lines
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.
Revision 1.38: download - view: text, markup, annotated - select for diffs
Tue Apr 18 22:16:45 2006 UTC (5 years, 9 months ago) by dougb
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +3 -3 lines
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!)
Revision 1.37: download - view: text, markup, annotated - select for diffs
Mon Feb 20 21:44:05 2006 UTC (5 years, 11 months ago) by dougb
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +3 -3 lines
Version 0.56, which contains a new method for the SPF RR, and various bug fixes.
Revision 1.36: download - view: text, markup, annotated - select for diffs
Wed Dec 14 22:51:17 2005 UTC (6 years, 1 month ago) by dougb
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +3 -3 lines
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.
Revision 1.35: download - view: text, markup, annotated - select for diffs
Tue Dec 13 09:19:18 2005 UTC (6 years, 1 month ago) by dougb
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +3 -3 lines
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.
Revision 1.34: download - view: text, markup, annotated - select for diffs
Thu Nov 24 00:08:49 2005 UTC (6 years, 2 months ago) by dougb
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +1 -0 lines
Add SHA256 checksums to my ports
Revision 1.33: download - view: text, markup, annotated - select for diffs
Sat Jul 23 01:37:20 2005 UTC (6 years, 6 months ago) by dougb
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -2 lines
Update to 0.53, which fixes a stray AFINET_6, and a few other bugs.
Revision 1.32: download - view: text, markup, annotated - select for diffs
Wed Jul 6 05:23:46 2005 UTC (6 years, 7 months ago) by dougb
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -2 lines
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.
Revision 1.31: download - view: text, markup, annotated - select for diffs
Mon Jun 13 15:58:10 2005 UTC (6 years, 8 months ago) by dougb
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -2 lines
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 <p5netdnsjun05@oldach.net>
Revision 1.30: download - view: text, markup, annotated - select for diffs
Fri Jun 10 20:52:39 2005 UTC (6 years, 8 months ago) by dougb
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2 lines
Upgrade to 0.50, the latest version. Usual assortment of bug fixes, plus experimental IPv6 support (not yet enabled).
Revision 1.29: download - view: text, markup, annotated - select for diffs
Tue Apr 5 12:48:43 2005 UTC (6 years, 10 months ago) by dougb
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2 lines
Update to the latest version, mostly bug fixes.
Revision 1.28: download - view: text, markup, annotated - select for diffs
Sun Aug 22 20:13:44 2004 UTC (7 years, 5 months ago) by dougb
Branches: MAIN
CVS tags: RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_4_11_0
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -2 lines
Update to 0.48, a minor bugfix release.
Revision 1.27: download - view: text, markup, annotated - select for diffs
Sun Jun 6 03:03:10 2004 UTC (7 years, 8 months ago) by dougb
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2 lines
Update to 0.47. The few small bug fixes can be found in the CHANGES file. PR: ports/66945 Submitted by: Mark Foster <mark@foster.cc>
Revision 1.26: download - view: text, markup, annotated - select for diffs
Sun Mar 14 00:09:04 2004 UTC (7 years, 11 months ago) by dougb
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
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 <tim@bishnet.net>
Revision 1.25: download - view: text, markup, annotated - select for diffs
Sun Feb 8 08:06:00 2004 UTC (8 years ago) by dougb
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -1 lines
Upgrade to 0.45. This version has major speed enhancements, better handling of classes, and other cleanups.
Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Jan 2 02:44:05 2004 UTC (8 years, 1 month ago) by dougb
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -1 lines
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.
Revision 1.23: download - view: text, markup, annotated - select for diffs
Mon Nov 10 08:13:48 2003 UTC (8 years, 3 months ago) by dougb
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -1 lines
Update to version 0.42. Fixes a bug in Net::DNS::Resolver::Recurse, and adds capability for a persistent UDP socket.
Revision 1.22: download - view: text, markup, annotated - select for diffs
Mon Oct 6 02:19:37 2003 UTC (8 years, 4 months ago) by dougb
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -1 lines
Update to version 0.41, which contains several documentation and other cleanups. Also, the removal of the Net::DNS::Resolver::axfr_old() method.
Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Sep 4 10:00:51 2003 UTC (8 years, 5 months ago) by dougb
Branches: MAIN
CVS tags: RELEASE_4_9_0
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -1 lines
Upgrade to 0.40. This is a minor upgrade, mostly documentation. Other than dnssec updates, no new functionality.
Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon Aug 25 08:08:01 2003 UTC (8 years, 5 months ago) by dougb
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -1 lines
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.
Revision 1.19: download - view: text, markup, annotated - select for diffs
Sat Jun 14 00:14:21 2003 UTC (8 years, 8 months ago) by dougb
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -1 lines
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.
Revision 1.18: download - view: text, markup, annotated - select for diffs
Sun Apr 6 23:24:48 2003 UTC (8 years, 10 months ago) by dougb
Branches: MAIN
CVS tags: old_RELEASE_5_1_0
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -1 lines
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}
Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun Jan 12 01:44:40 2003 UTC (9 years, 1 month ago) by dougb
Branches: MAIN
CVS tags: old_RELEASE_4_8_0
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -1 lines
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.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri Nov 22 05:40:04 2002 UTC (9 years, 2 months ago) by dougb
Branches: MAIN
CVS tags: old_RELEASE_5_0_0
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -1 lines
Update to 0.31, which has bug fixes for OPT.pm, and a new udp timeout feature.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Nov 11 09:54:18 2002 UTC (9 years, 3 months ago) by dougb
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -1 lines
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.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun Oct 6 10:40:52 2002 UTC (9 years, 4 months ago) by dougb
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -1 lines
Minor bugfixes. Variable scope in one module, and avoid a divide by zero error when there are no usable interfaces.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Sep 2 21:24:48 2002 UTC (9 years, 5 months ago) by dougb
Branches: MAIN
CVS tags: old_RELEASE_4_7_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -1 lines
Update to 0.28, which fixes some more AUTOLOAD bugs, dynamic update bugs, SRV bugs, and Net::DNS::SEC bugs. No new features.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Aug 7 00:17:06 2002 UTC (9 years, 6 months ago) by dougb
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -1 lines
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.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Aug 5 01:41:26 2002 UTC (9 years, 6 months ago) by dougb
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1 lines
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.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Jul 23 21:26:13 2002 UTC (9 years, 6 months ago) by dougb
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
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()
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Jun 15 00:49:59 2002 UTC (9 years, 7 months ago) by dougb
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
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.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Jun 9 21:03:18 2002 UTC (9 years, 8 months ago) by dougb
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -1 lines
Fix RR type numbers for KX and TSIG.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Jun 5 09:51:38 2002 UTC (9 years, 8 months ago) by dougb
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1 lines
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.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Feb 6 07:59:56 2002 UTC (10 years ago) by dougb
Branches: MAIN
CVS tags: old_RELEASE_5_0_DP1, old_RELEASE_4_6_2, old_RELEASE_4_6_1, old_RELEASE_4_6_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1 lines
* 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
Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Nov 10 14:46:20 1997 UTC (14 years, 3 months ago) by jfitz
Branches: MAIN
CVS tags: old_RELEASE_4_5_0, old_RELEASE_4_4_0, old_RELEASE_4_3_0, old_RELEASE_4_2_0, old_RELEASE_4_1_1, old_RELEASE_4_1_0, old_RELEASE_4_0_0, old_RELEASE_3_5_0, old_RELEASE_3_4_0, old_RELEASE_3_3_0, old_RELEASE_3_2_0, old_RELEASE_3_1_0, old_RELEASE_3_0_0, old_RELEASE_2_2_8, old_RELEASE_2_2_7, old_RELEASE_2_2_6
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1 lines
Upgrade to v0.12
Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Jul 7 13:04:42 1997 UTC (14 years, 7 months ago) by jfitz
Branches: MAIN
CVS tags: old_RELEASE_2_2_5
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1 lines
Upgrade to v0.11
Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Jun 17 02:49:41 1997 UTC (14 years, 7 months ago) by jfitz
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1 lines
Upgrade to v0.10
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Apr 27 17:20:23 1997 UTC (14 years, 9 months ago) by jfitz
Branches: MAIN
CVS tags: old_RELEASE_2_2_2
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 lines
Upgrade to 0.07 Fixed incorrect PKGNAME in Makefile Obtained from:
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Sat Apr 5 22:15:47 1997 UTC (14 years, 10 months ago) by jfitz
Branches: old_CPAN
CVS tags: old_v0_0_6
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Import of p5-Net-DNS, a perl5 interface to the resolver libraries.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Apr 5 22:15:47 1997 UTC (14 years, 10 months ago) by jfitz
Branches: MAIN
Initial revision
