aboutsummaryrefslogtreecommitdiff
path: root/dns/p5-Net-DNS/pkg-plist
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.26Sunpoet Po-Chuan Hsieh2020-08-151-0/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/Net-DNS Notes: svn path=/head/; revision=544972
* Update to 1.24Sunpoet Po-Chuan Hsieh2020-05-311-0/+2
| | | | | | | Changes: https://metacpan.org/changes/distribution/Net-DNS Notes: svn path=/head/; revision=537181
* Update to 1.21Sunpoet Po-Chuan Hsieh2019-08-311-2/+2
| | | | | | | | | - Take maintainership Changes: https://metacpan.org/changes/distribution/Net-DNS Notes: svn path=/head/; revision=510663
* Update to 1.10Sunpoet Po-Chuan Hsieh2017-05-061-0/+2
| | | | | | | Changes: http://search.cpan.org/dist/Net-DNS/Changes Notes: svn path=/head/; revision=440251
* - Update to 1.05Sunpoet Po-Chuan Hsieh2016-03-081-0/+2
| | | | | | | Changes: http://search.cpan.org/dist/Net-DNS/Changes Notes: svn path=/head/; revision=410643
* - Update to 1.01Sunpoet Po-Chuan Hsieh2015-07-191-69/+92
| | | | | | | | | | | | - Update LICENSE - Update *_DEPENDS - Add GOST options - Add NO_ARCH Changes: http://search.cpan.org/dist/Net-DNS/Changes Notes: svn path=/head/; revision=392514
* Update to 0.83. Register dependencies on Digest::MD5 and Digest::SHA.Adam Weinberger2015-02-261-0/+2
| | | | | | | | | Also, add an SSHFP option for SSH2 fingerprint records support. Changes: https://metacpan.org/changes/distribution/Net-DNS Notes: svn path=/head/; revision=380027
* - Update to 0.82Sunpoet Po-Chuan Hsieh2015-01-221-68/+68
| | | | | | | | | | - Allow to strip shared library as regular user - Sort PLIST Changes: http://search.cpan.org/dist/Net-DNS/Changes Notes: svn path=/head/; revision=377693
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-261-69/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* Cleanup plistBaptiste Daroussin2014-10-271-6/+0
| | | | Notes: svn path=/head/; revision=371557
* - Update to 0.79Philippe Audeoud2014-09-051-0/+4
| | | | Notes: svn path=/head/; revision=367342
* Remove all the bootstrap files (.bs) from the plists.Mathieu Arnold2014-06-101-1/+0
| | | | | | | | | | | | | Starting with perl 5.20, they're not installed any more if empty, and on FreeBSD, they're (always ?) empty. PR: 190681 Submitted by: mat Exp-Run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=357300
* - Update to 0.75Philippe Audeoud2014-05-151-6/+0
| | | | Notes: svn path=/head/; revision=354121
* Fix plist after upgrade to 0.74Antoine Brodin2014-01-241-0/+8
| | | | Notes: svn path=/head/; revision=340938
* Support STAGEDIR.Vanilla I. Shu2013-11-031-2/+66
| | | | Notes: svn path=/head/; revision=332593
* - Add BUILD_DEPENDSSunpoet Po-Chuan Hsieh2013-01-301-9/+9
| | | | | | | | | | | - Sort TEST_DEPENDS - Remove OPTIONS_DEFAULT: bsd.options.mk turns IPV6 on by default - Sort MAN3 - Reformat pkg-descr - Sort PLIST Notes: svn path=/head/; revision=311247
* - Update to 0.70Philippe Audeoud2012-12-121-5/+10
| | | | | | | - Changelog: http://cpansearch.perl.org/src/NLNETLABS/Net-DNS-0.70/Changes Notes: svn path=/head/; revision=308755
* Update to version 0.68; Jan 30, 2012Doug Barton2012-02-151-4/+2
| | | | | | | | | | | | | | | | Lots of fixes for older Perl versions, and several other bug fixes The parse and data methods are renamed to decode and encode respectively New feature: IDN query support, requires Net::LibIDN New modules: Mailbox.pm, Text.pm For the port: * Add TEST_DEPENDS (probably won't work on its own due to CONFIGURE_ARGS) * Add an OPTION for IDN support, off by default * Use the PORTDOCS macro * Move the OPTIONS= to the more standard location Notes: svn path=/head/; revision=291435
* **** 0.67 Nov 4, 2011Doug Barton2011-11-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=285331
* Update to version 0.66, which is a major upgrade. Users are cautionedDoug Barton2010-01-011-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=246954
* Update to version 0.64 which adds support for the APL record in additionDoug Barton2008-12-301-0/+3
| | | | | | | to many bug fixes. Notes: svn path=/head/; revision=225021
* 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
* Update to 0.60, which includes some important security fixes:Doug Barton2007-07-031-0/+1
| | | | | | | | | | | | | | | 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
* Version 0.56, which contains a new method for the SPF RR, andDoug Barton2006-02-201-0/+1
| | | | | | | 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
* Be more friendly to other ports that might leave files hereDoug Barton2005-12-131-1/+1
| | | | Notes: svn path=/head/; revision=151086
* Make this work on Perl 5.005.03 (ala RELENG_4) by installingDoug Barton2005-06-271-0/+2
| | | | | | | | 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
* Update to 0.48, a minor bugfix release.Doug Barton2004-08-221-0/+1
| | | | Notes: svn path=/head/; revision=117058
* Update to 0.46, which has better IPv6 reverse DNS handling, andDoug Barton2004-03-141-1/+0
| | | | | | | | | | all known 'taint mode' problems fixed. PR: ports/63841 Submitted by: Tim Bishop <tim@bishnet.net> Notes: svn path=/head/; revision=103915
* 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 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
* Update to 0.39, the latest release.Doug Barton2003-08-251-0/+3
| | | | | | | | | | | | | * 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
* 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
* Update to 0.33, which has improved SIG support, and a few minor bugfixes.Doug Barton2003-01-121-0/+2
| | | | | | | | Delete the sed "patch in Makefile" for FAQ.pod, the authors finally fixed that. Notes: svn path=/head/; revision=72943
* Update to 0.30, which has TKEY support, a new safe_push() methodDoug Barton2002-11-111-0/+2
| | | | | | | | | | | | | | | 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
* Update to version 0.24, which contains:Doug Barton2002-07-231-0/+1
| | | | | | | | | 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() Notes: svn path=/head/; revision=63456
* Update to the latest, 0.21. This version contains many changes,Doug Barton2002-06-051-0/+9
| | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=60640
* Remove empty directories that end with "Net" upon deinstallation.Satoshi Asami2000-05-081-0/+2
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=28363
* Rewrite p5- module's PLIST for alpha.Hidetoshi Shimokawa1999-01-111-2/+2
| | | | | | | | | | | Use newly introduced %%PARL_ARCH%% for dirname of architecture dependent libraries. (i.e. s!%%PERL_VER%%/i386-freebsd!%%PERL_VER%%/%%PERL_ARCH%%!) Approved by: asami Notes: svn path=/head/; revision=16010
* Adjust to new perl5 scheme. I don't continue fixing things but this portSatoshi Asami1998-08-201-37/+37
| | | | | | | was required by a few others. Notes: svn path=/head/; revision=12687
* This netted the largest set of mis-installed manpages, yet!Tim Vanderhoek1998-08-181-33/+0
| | | | Notes: svn path=/head/; revision=12624
* Upgrade to v0.10James FitzGibbon1997-06-171-0/+20
| | | | Notes: svn path=/head/; revision=6972
* Import of p5-Net-DNS, a perl5 interface to the resolver libraries.James FitzGibbon1997-04-051-0/+50
Notes: svn path=/head/; revision=6145