aboutsummaryrefslogtreecommitdiff
path: root/dns/p5-Net-DNS
Commit message (Collapse)AuthorAgeFilesLines
* Where it matters, update regarding MAKE_JOBS_{UN}SAFE for my portsDoug Barton2009-03-241-0/+2
| | | | Notes: svn path=/head/; revision=230904
* Update to 0.65 which contains the following small fix:Doug Barton2009-02-032-4/+4
| | | | | | | | | When the AAAA object was constructed with new_from_hash with an address containing the "::" shorthand notation normalization was not done properly. Notes: svn path=/head/; revision=227570
* Update to version 0.64 which adds support for the APL record in additionDoug Barton2008-12-303-5/+9
| | | | | | | to many bug fixes. Notes: svn path=/head/; revision=225021
* Update to version 0.63, which has a couple of bug fixes, including:Doug Barton2008-03-162-9/+7
| | | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=209176
* Remove the old bytes files for ancient Perl. These were behind aDoug Barton2008-01-081-2/+0
| | | | | | | | | | | PLIST_SUB, so deleting them will not change the package. Therefore no PORTREVISION bump. PR: ports/119458 Submitted by: Philippe Audeoud <jadawin@tuxaco.net> Notes: svn path=/head/; revision=205278
* 1. Update to version 0.62. If you are doing uncommon things includingDoug Barton2008-01-084-149/+4
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=205255
* 1. Upgrade to 0.61 which has a few small code cleanups.Doug Barton2007-08-062-11/+5
| | | | | | | | 2. --no-online-tests works now, so stop building them. 3. Remove support for prehistoric Perl. Notes: svn path=/head/; revision=197233
* Update to 0.60, which includes some important security fixes:Doug Barton2007-07-033-5/+7
| | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=194820
* Update to 0.59, which mostly cleans up the PTR code.Doug Barton2006-09-272-4/+4
| | | | Notes: svn path=/head/; revision=174007
* 1. Update to 0.58, which contains numerous small bug fixes, and newDoug Barton2006-07-092-8/+11
| | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=167253
* Update to 0.57 (which contains no functional changes from 0.56),Doug Barton2006-04-182-15/+9
| | | | | | | | | | and reenable the cryptographic features on Perl 5.005. PR: ports/94770 Submitted by: leeym (thanks!) Notes: svn path=/head/; revision=159906
* Version 0.56, which contains a new method for the SPF RR, andDoug Barton2006-02-203-5/+6
| | | | | | | various bug fixes. Notes: svn path=/head/; revision=156541
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-3/+3
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154110
* Make the second RUN_DEPENDS +=Doug Barton2005-12-161-1/+1
| | | | | | | | Pointy hat to: me Thanks to: kris Notes: svn path=/head/; revision=151272
* Upgrade to 0.55, an emergency release to fix a problem with TCPDoug Barton2005-12-142-4/+4
| | | | | | | | sockets introduced in 0.54. Anyone who upgraded to 0.54 should upgrade to this version ASAP. Notes: svn path=/head/; revision=151202
* upgrade to 0.54, which contains many bug fixesDoug Barton2005-12-132-7/+18
| | | | | | | | work around the fact that the crypto features of this library require dependencies which are not available to Perl < 5.6.2. Notes: svn path=/head/; revision=151087
* Be more friendly to other ports that might leave files hereDoug Barton2005-12-131-1/+1
| | | | Notes: svn path=/head/; revision=151086
* Add SHA256 checksums to my portsDoug Barton2005-11-241-0/+1
| | | | Notes: svn path=/head/; revision=149230
* Change to the standardized version of the CPAN URLDoug Barton2005-09-101-1/+1
| | | | | | | Submitted by: fenner Notes: svn path=/head/; revision=142402
* Update to 0.53, which fixes a stray AFINET_6, and a few other bugs.Doug Barton2005-07-232-3/+3
| | | | Notes: svn path=/head/; revision=139931
* Upgrade to the eagerly anticipated 0.52. If you are using a versionDoug Barton2005-07-062-4/+6
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=138555
* Make this work on Perl 5.005.03 (ala RELENG_4) by installingDoug Barton2005-06-274-0/+146
| | | | | | | | 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. Notes: svn path=/head/; revision=138056
* Upgrade to 0.51, which fixes extra debugging that should not haveDoug Barton2005-06-132-4/+5
| | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=137405
* Upgrade to 0.50, the latest version. Usual assortmentDoug Barton2005-06-102-3/+3
| | | | | | | | of bug fixes, plus experimental IPv6 support (not yet enabled). Notes: svn path=/head/; revision=137224
* Update to the latest version, mostly bug fixes.Doug Barton2005-04-052-3/+3
| | | | Notes: svn path=/head/; revision=132556
* Update to 0.48, a minor bugfix release.Doug Barton2004-08-223-4/+5
| | | | Notes: svn path=/head/; revision=117058
* Update to 0.47. The few small bug fixes can be found in the CHANGES file.Doug Barton2004-06-062-3/+3
| | | | | | | | PR: ports/66945 Submitted by: Mark Foster <mark@foster.cc> Notes: svn path=/head/; revision=110922
* this perl module creates/parses 'dynamic' updates, not 'dymanic' ones.Bill Fumerola2004-03-171-1/+1
| | | | Notes: svn path=/head/; revision=104239
* Update to 0.46, which has better IPv6 reverse DNS handling, andDoug Barton2004-03-143-5/+4
| | | | | | | | | | all known 'taint mode' problems fixed. PR: ports/63841 Submitted by: Tim Bishop <tim@bishnet.net> Notes: svn path=/head/; revision=103915
* Upgrade to 0.45. This version has major speed enhancements,Doug Barton2004-02-082-2/+3
| | | | | | | better handling of classes, and other cleanups. Notes: svn path=/head/; revision=100357
* Fix duplicate %%PERL_ARCH%%'ification in one of the conditional rmdirDoug Barton2004-01-041-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 Notes: svn path=/head/; revision=97301
* Update to version 0.44, the latest available. Version 0.43 had theDoug Barton2004-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. Notes: svn path=/head/; revision=97062
* * Update for version 0.44Doug Barton2004-01-021-51/+55
| | | | | | | | * Use %%PERL_ARCH%% to accomodate new .xs code * Slightly improve the sorting, since it's majorly overhauled already Notes: svn path=/head/; revision=97061
* This patch is no longer needed as of 0.44Doug Barton2004-01-021-53/+0
| | | | Notes: svn path=/head/; revision=97060
* Update to version 0.42. Fixes a bug in Net::DNS::Resolver::Recurse, andDoug Barton2003-11-102-4/+3
| | | | | | | adds capability for a persistent UDP socket. Notes: svn path=/head/; revision=93631
* utilize SITE_PERLYing-Chieh Liao2003-10-241-1/+0
| | | | | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=92059
* Update to version 0.41, which contains several documentation and otherDoug Barton2003-10-062-2/+2
| | | | | | | | cleanups. Also, the removal of the Net::DNS::Resolver::axfr_old() method. Notes: svn path=/head/; revision=90351
* Massive repo-copies request: net->dns (partly devel->dns)Edwin Groothuis2003-09-051-1/+1
| | | | | | | | | PR: ports/56020 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> Approved by: portmgr Notes: svn path=/head/; revision=88573
* Upgrade to 0.40. This is a minor upgrade, mostly documentation.Doug Barton2003-09-042-2/+4
| | | | | | | Other than dnssec updates, no new functionality. Notes: svn path=/head/; revision=88505
* Update to 0.39, the latest release.Doug Barton2003-08-253-2/+5
| | | | | | | | | | | | | * 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. Notes: svn path=/head/; revision=87653
* Update to version 0.38. Versions 0.3[567] all had various bugs withDoug Barton2003-06-143-23/+23
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=82965
* Update to version 0.34, which has better handling for multi-string TXT RR's,Doug Barton2003-04-062-5/+4
| | | | | | | | | | 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} Notes: svn path=/head/; revision=78461
* Convert to use of %%SITE_PERL%% and %%DOCSDIR%%Doug Barton2003-04-061-53/+53
| | | | | | | Re-sort for good measure Notes: svn path=/head/; revision=78459
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Conditionalise several dependencies on PERL_LEVEL to make those ports moreMaxim Sobolev2003-02-201-3/+8
| | | | | | | | | | friendly for perl-5.8.0, which has those dependencies included into the base distribution. Sponsired by: Porta Software Ltd Notes: svn path=/head/; revision=75949
* Add missing man page.Edwin Groothuis2003-01-161-1/+3
| | | | | | | | PR: ports/47142 Submitted by: Erwin Lansing <erwin@lansing.dk> Notes: svn path=/head/; revision=73252
* Update to 0.33, which has improved SIG support, and a few minor bugfixes.Doug Barton2003-01-123-8/+4
| | | | | | | | Delete the sed "patch in Makefile" for FAQ.pod, the authors finally fixed that. Notes: svn path=/head/; revision=72943
* Update to 0.31, which has bug fixes for OPT.pm, and a new udp timeout feature.Doug Barton2002-11-222-2/+2
| | | | Notes: svn path=/head/; revision=70730
* Update to 0.30, which has TKEY support, a new safe_push() methodDoug Barton2002-11-114-5/+16
| | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=69889
* Revert 1.32, which was wrong in all its particulars:Doug Barton2002-11-111-4/+2
| | | | | | | | | | | | | | * 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. Notes: svn path=/head/; revision=69885