update to Net-DNS-0.33
- Added Net::DNS::Resolver::Recurse module. - Fixed the regular expression in RR.pm to comply with the RFCs, turns our we were _too_ paranoid. - Fixed 00-load.t to skip the Net::DNS::SEC modules. The test suite should now pass if you have Net::DNS::SEC installed.
This commit is contained in:
parent
f561000cf3
commit
1bbb249dfa
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.16 2002/12/01 13:41:34 wilfried Exp $
|
||||
# $OpenBSD: Makefile,v 1.17 2003/01/28 18:43:27 wilfried Exp $
|
||||
|
||||
COMMENT= 'module to interface the DNS resolver'
|
||||
|
||||
DISTNAME= Net-DNS-0.31
|
||||
DISTNAME= Net-DNS-0.33
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= net perl5
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (Net-DNS-0.31.tar.gz) = b83c5b228d7d029996f037e118843809
|
||||
RMD160 (Net-DNS-0.31.tar.gz) = e6aec51e08d102a795f919d59bf848f6faafb58f
|
||||
SHA1 (Net-DNS-0.31.tar.gz) = f6739cc7f3a40ab7ed767486e05761f9950486b3
|
||||
MD5 (Net-DNS-0.33.tar.gz) = fa52a47b7f3acb3f61a585aebfcdb74d
|
||||
RMD160 (Net-DNS-0.33.tar.gz) = f4d0fe8a04d3438167eec641a888e22b34705238
|
||||
SHA1 (Net-DNS-0.33.tar.gz) = a4bb8e6aabfe78198ae98e73cf2b607225eccebb
|
||||
|
@ -1,5 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.8 2002/11/23 14:10:21 wilfried Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.9 2003/01/28 18:43:27 wilfried Exp $
|
||||
${P5SITE}/Net/DNS.pm
|
||||
${P5SITE}/Net/DNS/FAQ.pod
|
||||
${P5SITE}/Net/DNS/Header.pm
|
||||
${P5SITE}/Net/DNS/Nameserver.pm
|
||||
${P5SITE}/Net/DNS/Packet.pm
|
||||
@ -37,8 +38,11 @@ ${P5SITE}/Net/DNS/RR/TSIG.pm
|
||||
${P5SITE}/Net/DNS/RR/TXT.pm
|
||||
${P5SITE}/Net/DNS/RR/X25.pm
|
||||
${P5SITE}/Net/DNS/Resolver.pm
|
||||
${P5SITE}/Net/DNS/Resolver/Recurse.pm
|
||||
${P5SITE}/Net/DNS/Select.pm
|
||||
${P5SITE}/Net/DNS/Update.pm
|
||||
@comment ${P5ARCH}/auto/Net/DNS/.packlist
|
||||
@comment ${P5ARCH}/perllocal.pod
|
||||
man/man3p/Net::DNS.3p
|
||||
man/man3p/Net::DNS::FAQ.3p
|
||||
man/man3p/Net::DNS::Header.3p
|
||||
@ -78,6 +82,14 @@ man/man3p/Net::DNS::RR::TSIG.3p
|
||||
man/man3p/Net::DNS::RR::TXT.3p
|
||||
man/man3p/Net::DNS::RR::X25.3p
|
||||
man/man3p/Net::DNS::Resolver.3p
|
||||
man/man3p/Net::DNS::Resolver::Recurse.3p
|
||||
man/man3p/Net::DNS::Update.3p
|
||||
@comment @dirrm man/man3p
|
||||
@comment @dirrm ${P5ARCH}/auto/Net/DNS
|
||||
@comment @dirrm ${P5ARCH}/auto/Net
|
||||
@comment @dirrm ${P5ARCH}/auto
|
||||
@comment @dirrm ${P5ARCH}
|
||||
@dirrm ${P5SITE}/Net/DNS/Resolver
|
||||
@dirrm ${P5SITE}/Net/DNS/RR
|
||||
@dirrm ${P5SITE}/Net/DNS
|
||||
@comment @dirrm ${P5SITE}/Net
|
||||
|
Loading…
Reference in New Issue
Block a user