diff options
author | dougb <dougb@FreeBSD.org> | 2008-03-17 07:17:31 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2008-03-17 07:17:31 +0800 |
commit | a9aee22bd0dc840f1eb9ccac41ebb34aabf89ec6 (patch) | |
tree | 625132ba31ec230530f490ec1a8b487af5e7e512 /dns | |
parent | 5c2ea7a0422eb7ce82f2c5fb626deaad5a1622a0 (diff) | |
download | freebsd-ports-gnome-a9aee22bd0dc840f1eb9ccac41ebb34aabf89ec6.tar.gz freebsd-ports-gnome-a9aee22bd0dc840f1eb9ccac41ebb34aabf89ec6.tar.zst freebsd-ports-gnome-a9aee22bd0dc840f1eb9ccac41ebb34aabf89ec6.zip |
Update to version 0.63, which has a couple of bug fixes, including:
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>
Diffstat (limited to 'dns')
-rw-r--r-- | dns/p5-Net-DNS/Makefile | 10 | ||||
-rw-r--r-- | dns/p5-Net-DNS/distinfo | 6 |
2 files changed, 7 insertions, 9 deletions
diff --git a/dns/p5-Net-DNS/Makefile b/dns/p5-Net-DNS/Makefile index 70832c3aaa20..0f3847cbe045 100644 --- a/dns/p5-Net-DNS/Makefile +++ b/dns/p5-Net-DNS/Makefile @@ -6,10 +6,9 @@ # PORTNAME= Net-DNS -PORTVERSION= 0.62 +PORTVERSION= 0.63 CATEGORIES= dns net perl5 ipv6 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Net +MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= DougB@FreeBSD.org @@ -52,13 +51,12 @@ RUN_DEPENDS+= ${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-INET6 .endif DOCSDIR= ${PREFIX}/share/doc/p5-Net-DNS +DOCS= Changes README TODO post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} -.for doc in Changes README TODO - ${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR} -.endfor + @${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/ .endif .include <bsd.port.post.mk> diff --git a/dns/p5-Net-DNS/distinfo b/dns/p5-Net-DNS/distinfo index 97142bbe6762..df7a2e7374b2 100644 --- a/dns/p5-Net-DNS/distinfo +++ b/dns/p5-Net-DNS/distinfo @@ -1,3 +1,3 @@ -MD5 (Net-DNS-0.62.tar.gz) = 91366517392283a909ee37d3c1c64904 -SHA256 (Net-DNS-0.62.tar.gz) = 2ee22c790cacb7e31e799217577a495da8c48fc82701b37f3e23fa8e0b2fe5ae -SIZE (Net-DNS-0.62.tar.gz) = 148827 +MD5 (Net-DNS-0.63.tar.gz) = c46aad24af44d424a972bb59c3aa5f37 +SHA256 (Net-DNS-0.63.tar.gz) = 335ff2eb615c443e09e1b4a0afaabb78a208fd62648e0a550f056c3521cf5cdf +SIZE (Net-DNS-0.63.tar.gz) = 149488 |