summaryrefslogtreecommitdiff
path: root/dns/p5-Net-DNS/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* - Update to 1.05Sunpoet Po-Chuan Hsieh2016-03-081-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Net-DNS/Changes Notes: svn path=/head/; revision=410643
* - Update to 1.04Sunpoet Po-Chuan Hsieh2015-12-111-4/+9
| | | | | | | Changes: http://search.cpan.org/dist/Net-DNS/Changes Notes: svn path=/head/; revision=403493
* Revert because upstream is really buggy with many impacts: ↵Philippe Audeoud2015-11-201-1/+2
| | | | | | | | | | https://rt.cpan.org/Public/Bug/Display.html?id=108745 PR: 204656 Submitted by: lampa@fit.vutbr.cz Notes: svn path=/head/; revision=402091
* - Update to 1.03Philippe Audeoud2015-11-091-1/+1
| | | | Notes: svn path=/head/; revision=401114
* - Update to 1.02Sunpoet Po-Chuan Hsieh2015-09-171-3/+2
| | | | | | | Changes: http://search.cpan.org/dist/Net-DNS/Changes Notes: svn path=/head/; revision=397160
* - Update to 1.01Sunpoet Po-Chuan Hsieh2015-07-191-15/+15
| | | | | | | | | | | | - 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
* After r390893, chmod u+w/u-w for stripping perl XS modules is unnecessary,Adam Weinberger2015-06-291-2/+0
| | | | | | | | | and in fact now leads to incorrect permissions. Remove all instances of it from perl@ ports. Notes: svn path=/head/; revision=390918
* As pointed out by sunpoet, the addition of Digest::MD5 and Digest::SHAAdam Weinberger2015-02-261-3/+2
| | | | | | | | dependencies was a mistake. Take those dependencies out and bump PORTREVISION. Notes: svn path=/head/; revision=380047
* Update to 0.83. Register dependencies on Digest::MD5 and Digest::SHA.Adam Weinberger2015-02-261-3/+8
| | | | | | | | | 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-3/+4
| | | | | | | | | | - 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-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Replace some occurences of mach with PERL_ARCH (and a couple of other small ↵Mathieu Arnold2014-11-071-1/+1
| | | | | | | | | | noop fixes.) With hat: perl@ Sponsored by: Absolight Notes: svn path=/head/; revision=372262
* Update to 0.81.Anton Berezin2014-10-301-1/+1
| | | | Notes: svn path=/head/; revision=371749
* - Update to 0.79Philippe Audeoud2014-09-051-1/+1
| | | | Notes: svn path=/head/; revision=367342
* - Update to 0.78Philippe Audeoud2014-07-111-1/+1
| | | | Notes: svn path=/head/; revision=361527
* dns/p5-Net-DNS: Update 0.76 -> 0.77Kurt Jaeger2014-06-191-1/+4
| | | | | | | | | | As reported in: http://lists.freebsd.org/pipermail/freebsd-perl/2014-June/009557.html Submitted by: Daniel Austin <freebsd-ports@dan.me.uk> Notes: svn path=/head/; revision=358436
* - Update to 0.76Philippe Audeoud2014-06-111-1/+1
| | | | Notes: svn path=/head/; revision=357492
* - Update to 0.75Philippe Audeoud2014-05-151-2/+1
| | | | Notes: svn path=/head/; revision=354121
* Fix plist after upgrade to 0.74Antoine Brodin2014-01-241-0/+1
| | | | Notes: svn path=/head/; revision=340938
* Update to 0.74Steven Kreuzer2014-01-171-1/+1
| | | | Notes: svn path=/head/; revision=340042
* - Update to 0.73Sunpoet Po-Chuan Hsieh2013-11-291-23/+10
| | | | | | | | | | | - Add LICENSE - Convert to new options helper - Remove DOCS Changes: http://search.cpan.org/dist/Net-DNS/Changes Notes: svn path=/head/; revision=335201
* Support STAGEDIR.Vanilla I. Shu2013-11-031-27/+2
| | | | Notes: svn path=/head/; revision=332593
* Try and be consistent with what commands are silent and not in *install.Mathieu Arnold2013-10-221-1/+1
| | | | | | | | | | | | | | - MKDIR is silent - ECHO is silent - INSTALL_* are not silent - CP/FIND/... are not silent I fixed a few PORTDOCS misusage, I'll do a second pass. With Hat: perl@ Notes: svn path=/head/; revision=331301
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | dns) Notes: svn path=/head/; revision=327719
* - Convert to new perl frameworkMathieu Arnold2013-08-021-2/+2
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* - Add BUILD_DEPENDSSunpoet Po-Chuan Hsieh2013-01-301-45/+39
| | | | | | | | | | | - 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.72Philippe Audeoud2013-01-031-1/+1
| | | | | | | - Changelog: http://cpansearch.perl.org/src/NLNETLABS/Net-DNS-0.72/Changes Notes: svn path=/head/; revision=309896
* - Update to 0.71Philippe Audeoud2012-12-181-1/+1
| | | | | | | - Changelog: http://cpansearch.perl.org/src/NLNETLABS/Net-DNS-0.71/Changes Notes: svn path=/head/; revision=309153
* Cleanup supporting perl version 5.8 and 5.10,Andrej Zverev2012-12-171-4/+0
| | | | | | | lang/perl5.8 and lang/5.10 will be removed from ports tree soon. Notes: svn path=/head/; revision=309062
* - Update to 0.70Philippe Audeoud2012-12-121-10/+13
| | | | | | | - Changelog: http://cpansearch.perl.org/src/NLNETLABS/Net-DNS-0.70/Changes Notes: svn path=/head/; revision=308755
* Convert to new options frameworkBaptiste Daroussin2012-10-121-7/+6
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=305760
* Throw my ports back in the pool, and make my intentions clear for theDoug Barton2012-10-081-5/+2
| | | | | | | | | | | various ports that I've created. I bid fond fare well A chapter closes for me What opens for you? Notes: svn path=/head/; revision=305526
* Fix Perl package name dependenciesDoug Barton2012-06-031-5/+5
| | | | Notes: svn path=/head/; revision=298188
* Convert to specifying the port name in _DEPENDS instead ofDoug Barton2012-06-011-5/+5
| | | | | | | | | ${SITE_PERL}/foo/bar/file.pm http://wiki.freebsd.org/PortsLongtermTargets#Use_of_SITE_PERL_in_dependencies Notes: svn path=/head/; revision=297913
* Restore support for ${PERL_LEVEL} < 501000Doug Barton2012-03-121-0/+4
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=293137
* Fix OPTIONS broken by the perl < 5.12 sweep [1]Doug Barton2012-03-111-4/+5
| | | | | | | | | | | | While I'm here, reduce the number of docs variables. PR: ports/165930 [1] Submitted by: Alexey Markov <redrat@mail.ru> [1] Feature safe: yes Notes: svn path=/head/; revision=293127
* - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, ↵Philip M. Gollucci2012-03-081-7/+1
| | | | | | | | | | | | | | | | | | devel/p5-Devel-Arena) - Remove conditionals for PERL_LEVEL < 501200 - Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk - Other minor cleanups RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS} PR: ports/165605 Submitted by: pgollucci (myself) Approved by: portmgr (linimon) Exp Run by: linimon Tested by: make index Notes: svn path=/head/; revision=292977
* Update to version 0.68; Jan 30, 2012Doug Barton2012-02-151-4/+14
| | | | | | | | | | | | | | | | 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-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Miscellaneous cleanups and fixes, some of the windowmaker stuffDoug Barton2011-05-161-1/+1
| | | | | | | gracefully provided by danfe. Notes: svn path=/head/; revision=274159
* Explicitly depend on p5-Digest-MD5 only if PERL_LEVEL < 500703Martin Matuska2010-09-211-1/+5
| | | | | | | Explicitly depend on p5-Digest-SHA only if PERL_LEVEL < 501000 Notes: svn path=/head/; revision=261560
* - Rename net/p5-IO-INET6 to net/p5-IO-Socket-INET6.Tong LIU2010-08-091-1/+1
| | | | | | | | PR: ports/148309 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> Notes: svn path=/head/; revision=258995
* Update to version 0.66, which is a major upgrade. Users are cautionedDoug Barton2010-01-011-1/+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
* 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-031-1/+1
| | | | | | | | | 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-301-2/+3
| | | | | | | 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-161-6/+4
| | | | | | | | | | | | | | | | 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
* 1. Update to version 0.62. If you are doing uncommon things includingDoug Barton2008-01-081-12/+1
| | | | | | | | | | | 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-061-8/+2
| | | | | | | | 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-031-2/+3
| | | | | | | | | | | | | | | 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