diff options
author | dougb <dougb@FreeBSD.org> | 2010-01-01 08:28:07 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2010-01-01 08:28:07 +0800 |
commit | c16e09021f90f2c51ce8a8fe4d84519bd7b6a35b (patch) | |
tree | 04b42f55f0809df7e83fe1f0e14f4f266608f051 /dns | |
parent | 22c63404193628b7ad90bb35720bcc8881a79aba (diff) | |
download | freebsd-ports-gnome-c16e09021f90f2c51ce8a8fe4d84519bd7b6a35b.tar.gz freebsd-ports-gnome-c16e09021f90f2c51ce8a8fe4d84519bd7b6a35b.tar.zst freebsd-ports-gnome-c16e09021f90f2c51ce8a8fe4d84519bd7b6a35b.zip |
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
Diffstat (limited to 'dns')
-rw-r--r-- | dns/p5-Net-DNS/Makefile | 5 | ||||
-rw-r--r-- | dns/p5-Net-DNS/distinfo | 6 | ||||
-rw-r--r-- | dns/p5-Net-DNS/pkg-plist | 4 |
3 files changed, 11 insertions, 4 deletions
diff --git a/dns/p5-Net-DNS/Makefile b/dns/p5-Net-DNS/Makefile index 3fccbb0a7399..862b0bd1a1dd 100644 --- a/dns/p5-Net-DNS/Makefile +++ b/dns/p5-Net-DNS/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Net-DNS -PORTVERSION= 0.65 +PORTVERSION= 0.66 CATEGORIES= dns net perl5 ipv6 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,6 +16,7 @@ COMMENT= Perl5 interface to the DNS resolver, and dynamic updates # Warnings during build are harmless, the port does not need these to build RUN_DEPENDS= ipcount:${PORTSDIR}/net-mgmt/p5-Net-IP \ + ${SITE_PERL}/${PERL_ARCH}/Digest/SHA.pm:${PORTSDIR}/security/p5-Digest-SHA \ ${SITE_PERL}/Digest/HMAC_MD5.pm:${PORTSDIR}/security/p5-Digest-HMAC MAKE_JOBS_SAFE= yes @@ -43,6 +44,8 @@ MAN3= Net::DNS.3 Net::DNS::Header.3 Net::DNS::Packet.3 \ Net::DNS::Resolver::Base.3 Net::DNS::Resolver::UNIX.3 \ Net::DNS::RR::Unknown.3 Net::DNS::Resolver::Recurse.3 \ Net::DNS::RR::APL.3 Net::DNS::RR::APL::ApItem.3 \ + Net::DNS::RR::DHCID.3 Net::DNS::Domain.3 \ + Net::DNS::RR::KX.3 Net::DNS::RR::HIP.3 \ Net::DNS::Resolver::Cygwin.3 Net::DNS::RR::SPF.3 OPTIONS= IPV6 "Enable functionality over IPv6 transport" on diff --git a/dns/p5-Net-DNS/distinfo b/dns/p5-Net-DNS/distinfo index 6099aeaad0b8..8600346c9917 100644 --- a/dns/p5-Net-DNS/distinfo +++ b/dns/p5-Net-DNS/distinfo @@ -1,3 +1,3 @@ -MD5 (Net-DNS-0.65.tar.gz) = 54e5a12a20de39b954a93723927ac789 -SHA256 (Net-DNS-0.65.tar.gz) = eefc554ed7adaeb824373235d85313d0a0aeca373913deb6568f8d95b6c81ad7 -SIZE (Net-DNS-0.65.tar.gz) = 157633 +MD5 (Net-DNS-0.66.tar.gz) = 1635d876324e3c2f6e277d5778bfe94c +SHA256 (Net-DNS-0.66.tar.gz) = ee922a6ab1403820ad476713d62cb35e7092585ebd628f02865827fcb09d6823 +SIZE (Net-DNS-0.66.tar.gz) = 172366 diff --git a/dns/p5-Net-DNS/pkg-plist b/dns/p5-Net-DNS/pkg-plist index 018785bdd939..cff093a85227 100644 --- a/dns/p5-Net-DNS/pkg-plist +++ b/dns/p5-Net-DNS/pkg-plist @@ -1,4 +1,5 @@ %%SITE_PERL%%/%%PERL_ARCH%%/Net/DNS.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Net/DNS/Domain.pm %%SITE_PERL%%/%%PERL_ARCH%%/Net/DNS/FAQ.pod %%SITE_PERL%%/%%PERL_ARCH%%/Net/DNS/Header.pm %%SITE_PERL%%/%%PERL_ARCH%%/Net/DNS/Nameserver.pm @@ -12,11 +13,14 @@ %%SITE_PERL%%/%%PERL_ARCH%%/Net/DNS/RR/APL.pm %%SITE_PERL%%/%%PERL_ARCH%%/Net/DNS/RR/CERT.pm %%SITE_PERL%%/%%PERL_ARCH%%/Net/DNS/RR/CNAME.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Net/DNS/RR/DHCID.pm %%SITE_PERL%%/%%PERL_ARCH%%/Net/DNS/RR/DNAME.pm %%SITE_PERL%%/%%PERL_ARCH%%/Net/DNS/RR/EID.pm %%SITE_PERL%%/%%PERL_ARCH%%/Net/DNS/RR/HINFO.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Net/DNS/RR/HIP.pm %%SITE_PERL%%/%%PERL_ARCH%%/Net/DNS/RR/IPSECKEY.pm %%SITE_PERL%%/%%PERL_ARCH%%/Net/DNS/RR/ISDN.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Net/DNS/RR/KX.pm %%SITE_PERL%%/%%PERL_ARCH%%/Net/DNS/RR/LOC.pm %%SITE_PERL%%/%%PERL_ARCH%%/Net/DNS/RR/MB.pm %%SITE_PERL%%/%%PERL_ARCH%%/Net/DNS/RR/MG.pm |