summaryrefslogtreecommitdiffstats
path: root/dns/p5-Net-DNS
Commit message (Collapse)AuthorAgeFilesLines
* Change to the standardized version of the CPAN URLdougb2005-09-101-1/+1
| | | | Submitted by: fenner
* Update to 0.53, which fixes a stray AFINET_6, and a few other bugs.dougb2005-07-232-3/+3
|
* Upgrade to the eagerly anticipated 0.52. If you are using a versiondougb2005-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.
* Make this work on Perl 5.005.03 (ala RELENG_4) by installingdougb2005-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.
* Upgrade to 0.51, which fixes extra debugging that should not havedougb2005-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>
* Upgrade to 0.50, the latest version. Usual assortmentdougb2005-06-102-3/+3
| | | | | of bug fixes, plus experimental IPv6 support (not yet enabled).
* Update to the latest version, mostly bug fixes.dougb2005-04-052-3/+3
|
* Update to 0.48, a minor bugfix release.dougb2004-08-223-4/+5
|
* Update to 0.47. The few small bug fixes can be found in the CHANGES file.dougb2004-06-062-3/+3
| | | | | PR: ports/66945 Submitted by: Mark Foster <mark@foster.cc>
* this perl module creates/parses 'dynamic' updates, not 'dymanic' ones.billf2004-03-171-1/+1
|
* Update to 0.46, which has better IPv6 reverse DNS handling, anddougb2004-03-143-5/+4
| | | | | | | all known 'taint mode' problems fixed. PR: ports/63841 Submitted by: Tim Bishop <tim@bishnet.net>
* Upgrade to 0.45. This version has major speed enhancements,dougb2004-02-082-2/+3
| | | | better handling of classes, and other cleanups.
* Fix duplicate %%PERL_ARCH%%'ification in one of the conditional rmdirdougb2004-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
* Update to version 0.44, the latest available. Version 0.43 had thedougb2004-01-022-6/+7
| | | | | | | | | | | | | | | | | | | | | actual substantive changes, 0.44 has some non-user-visible changes to make CPAN.pm happy. Power users of this module are encouraged to read the CHANGES file. Most users shouldn't have problems with this upgrade. Significant changes to the software: 1. Ongoing refinement of proper class inheritance/categorization. 2. Fix zone transfers with 'many-answer' format. 3. Finally "fixed" the .xs code, and accompanying Makefile.pl options to work out of the box on both RELENG_4 and 5-current. 4. Added a Makefile.pl option to avoid the online tests. 5. Support for unknown RR types. Changes to the port: 1. Take advantage of 3 and 4 above. 2. portlint doesn't like the word 'file' to appear in the Makefile, so change it to 'doc' for the PORTDOCS install loop.
* * Update for version 0.44dougb2004-01-021-51/+55
| | | | | * Use %%PERL_ARCH%% to accomodate new .xs code * Slightly improve the sorting, since it's majorly overhauled already
* This patch is no longer needed as of 0.44dougb2004-01-021-53/+0
|
* Update to version 0.42. Fixes a bug in Net::DNS::Resolver::Recurse, anddougb2003-11-102-4/+3
| | | | adds capability for a persistent UDP socket.
* utilize SITE_PERLijliao2003-10-241-1/+0
| | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* Update to version 0.41, which contains several documentation and otherdougb2003-10-062-2/+2
| | | | | cleanups. Also, the removal of the Net::DNS::Resolver::axfr_old() method.
* Massive repo-copies request: net->dns (partly devel->dns)edwin2003-09-051-1/+1
| | | | | | PR: ports/56020 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> Approved by: portmgr
* Upgrade to 0.40. This is a minor upgrade, mostly documentation.dougb2003-09-042-2/+4
| | | | Other than dnssec updates, no new functionality.
* Update to 0.39, the latest release.dougb2003-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.
* Update to version 0.38. Versions 0.3[567] all had various bugs withdougb2003-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.
* Update to version 0.34, which has better handling for multi-string TXT RR's,dougb2003-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}
* Convert to use of %%SITE_PERL%% and %%DOCSDIR%%dougb2003-04-061-53/+53
| | | | Re-sort for good measure
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Conditionalise several dependencies on PERL_LEVEL to make those ports moresobomax2003-02-201-3/+8
| | | | | | | friendly for perl-5.8.0, which has those dependencies included into the base distribution. Sponsired by: Porta Software Ltd
* Add missing man page.edwin2003-01-161-1/+3
| | | | | PR: ports/47142 Submitted by: Erwin Lansing <erwin@lansing.dk>
* Update to 0.33, which has improved SIG support, and a few minor bugfixes.dougb2003-01-123-8/+4
| | | | | Delete the sed "patch in Makefile" for FAQ.pod, the authors finally fixed that.
* Update to 0.31, which has bug fixes for OPT.pm, and a new udp timeout feature.dougb2002-11-222-2/+2
|
* Update to 0.30, which has TKEY support, a new safe_push() methoddougb2002-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.
* Revert 1.32, which was wrong in all its particulars:dougb2002-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.
* Add missed dependency and copy RUN_DEPENDS into BUILD_DEPENDS to eliminatesobomax2002-10-241-2/+4
| | | | configure-time warning.
* Minor bugfixes. Variable scope in one module, and avoid a dividedougb2002-10-062-2/+2
| | | | by zero error when there are no usable interfaces.
* Update to 0.28, which fixes some more AUTOLOAD bugs, dynamic updatedougb2002-09-022-2/+2
| | | | bugs, SRV bugs, and Net::DNS::SEC bugs. No new features.
* 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.
* 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
|
* 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.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.
* 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
|
* 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.
* * Cosmetic 80-column fix for MAN3dougb2002-04-271-10/+9
| | | | | | * Remove now-obsolete cleanup of *.orig files No functionality changes.
* * Assume maintainership by agreement.dougb2002-02-064-59/+12
| | | | | | | * 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
* Prevent request id overflow over 65535ache2001-12-202-0/+18
|
* Remove do-configure section, use PERL_CONFIGURE now.vanilla2001-03-012-7/+2
|
* Change MAINTAINER field.demon2000-11-131-1/+1
| | | | | | I am now at FreeBSD dot org Approved by: sobomax
* Hand these ports to Dmitry Sivachenko <dima@chg.ru>.will2000-10-241-1/+1
|
* Remove jfitz@ as MAINTAINER - mail is bouncing / mailservers don't answer.will2000-10-231-1/+1
|
OpenPOWER on IntegriCloud