Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 03 Jul 2007 12:56:19 +0900
From:      Hirohisa Yamaguchi <umq@ueo.co.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/114230: [patch] the latest dns/p5-Net-DNS update to 0.60 contains security updates
Message-ID:  <86tzsm3zto.wl%umq@ueo.co.jp>
Resent-Message-ID: <200707030400.l6340B4e082624@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         114230
>Category:       ports
>Synopsis:       [patch] the latest dns/p5-Net-DNS update to 0.60 contains security updates
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 03 04:00:11 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Hirohisa Yamaguchi
>Release:        FreeBSD 7.0-CURRENT amd64
>Organization:
<organization of PR author (multiple lines)>
>Environment:
System: FreeBSD calliope.****.org 7.0-CURRENT FreeBSD 7.0-CURRENT #9: Mon Jun 25 09:50:29 JST 2007 root@calliope.****.org:/usr/obj/usr/src/sys/CALLIOPE64 amd64

>Description:
	The new version of dns/p5-Net-DNS 0.60 has been released
	release notes: http://www.net-dns.org/blog/post/1/40

	there are also CVE reports published.
	  http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-3377
	  http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-3409

>How-To-Repeat:
	N/A
>Fix:

	the patch follows

cvs diff: Diffing .
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/dns/p5-Net-DNS/Makefile,v
retrieving revision 1.66
diff -p -u -r1.66 Makefile
--- Makefile	27 Sep 2006 23:40:21 -0000	1.66
+++ Makefile	3 Jul 2007 03:50:51 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Net-DNS
-PORTVERSION=	0.59
+PORTVERSION=	0.60
 CATEGORIES=	dns net perl5 ipv6
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Net
@@ -25,7 +25,8 @@ CONFIGURE_ARGS+=	--online-tests
 MAN3=		Net::DNS.3 Net::DNS::Header.3 Net::DNS::Packet.3 \
 		Net::DNS::Question.3 Net::DNS::RR.3 Net::DNS::RR::A.3 \
 		Net::DNS::RR::AFSDB.3 Net::DNS::RR::CNAME.3 \
-		Net::DNS::RR::HINFO.3 Net::DNS::RR::ISDN.3 Net::DNS::RR::MG.3 \
+		Net::DNS::RR::HINFO.3 Net::DNS::RR::IPSECKEY.3 \
+		Net::DNS::RR::ISDN.3 Net::DNS::RR::MG.3 \
 		Net::DNS::RR::MINFO.3 Net::DNS::RR::MR.3 Net::DNS::RR::MX.3 \
 		Net::DNS::RR::NS.3 Net::DNS::RR::PTR.3 Net::DNS::RR::RP.3 \
 		Net::DNS::RR::RT.3 Net::DNS::RR::SOA.3 Net::DNS::RR::SRV.3 \
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/dns/p5-Net-DNS/distinfo,v
retrieving revision 1.40
diff -p -u -r1.40 distinfo
--- distinfo	27 Sep 2006 23:40:21 -0000	1.40
+++ distinfo	3 Jul 2007 03:50:51 -0000
@@ -1,3 +1,3 @@
-MD5 (Net-DNS-0.59.tar.gz) = d3408875f34e5fa0a313a4a21c70e832
-SHA256 (Net-DNS-0.59.tar.gz) = 4ec19c2390d42a83943ea99adf0d174c5e47992f47b2541a9021d2f714dd8633
-SIZE (Net-DNS-0.59.tar.gz) = 137998
+MD5 (Net-DNS-0.60.tar.gz) = 8ab75a7c4a1b782e5d88b08cc70be945
+SHA256 (Net-DNS-0.60.tar.gz) = 2bf3cba677774023d8b65cf8970c0dc3d335c933acb3007fc5e53ea9e4cf9f40
+SIZE (Net-DNS-0.60.tar.gz) = 146434
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/dns/p5-Net-DNS/pkg-plist,v
retrieving revision 1.20
diff -p -u -r1.20 pkg-plist
--- pkg-plist	20 Feb 2006 21:44:05 -0000	1.20
+++ pkg-plist	3 Jul 2007 03:50:51 -0000
@@ -15,6 +15,7 @@
 %%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/IPSECKEY.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/Net/DNS/RR/ISDN.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/Net/DNS/RR/LOC.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/Net/DNS/RR/MB.pm
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86tzsm3zto.wl%umq>