pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/bind9 Apply ISC patch to fix a potential DoS in BI...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5da777726c02
branches:  trunk
changeset: 488241:5da777726c02
user:      tron <tron%pkgsrc.org@localhost>
date:      Wed Jan 26 09:32:31 2005 +0000

description:
Apply ISC patch to fix a potential DoS in BIND 9.3.0 reported in VU#938617.
Bump package version number to 9.3.0pl1 because of this.

diffstat:

 net/bind9/Makefile |  10 +++++++---
 net/bind9/distinfo |   4 +++-
 2 files changed, 10 insertions(+), 4 deletions(-)

diffs (39 lines):

diff -r c5cf977794eb -r 5da777726c02 net/bind9/Makefile
--- a/net/bind9/Makefile        Wed Jan 26 09:27:38 2005 +0000
+++ b/net/bind9/Makefile        Wed Jan 26 09:32:31 2005 +0000
@@ -1,14 +1,18 @@
-# $NetBSD: Makefile,v 1.64 2004/12/29 15:31:24 minskim Exp $
+# $NetBSD: Makefile,v 1.65 2005/01/26 09:32:31 tron Exp $
 
 DISTNAME=      bind-${BIND_VERSION}
-PKGNAME=       bind-${BIND_VERSION}
+PKGNAME=       bind-${BIND_VERSION}pl1
 CATEGORIES=    net
 MASTER_SITES=  ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/
 
 MAINTAINER=    tron%NetBSD.org@localhost
-HOMEPAGE=      http://www.isc.org/products/BIND/
+HOMEPAGE=      http://www.isc.org/sw/bind/
 COMMENT=       Version 9 of the Berkeley Internet Name Daemon, implementation of DNS
 
+PATCH_SITES=           ${MASTER_SITES}
+PATCHFILES=            9.3.0-patch1
+PATCH_DIST_STRIP=      -p1
+
 BIND_VERSION=  9.3.0
 DIST_SUBDIR=   bind/${BIND_VERSION}
 
diff -r c5cf977794eb -r 5da777726c02 net/bind9/distinfo
--- a/net/bind9/distinfo        Wed Jan 26 09:27:38 2005 +0000
+++ b/net/bind9/distinfo        Wed Jan 26 09:32:31 2005 +0000
@@ -1,7 +1,9 @@
-$NetBSD: distinfo,v 1.19 2004/10/03 09:20:41 tron Exp $
+$NetBSD: distinfo,v 1.20 2005/01/26 09:32:31 tron Exp $
 
 SHA1 (bind/9.3.0/bind-9.3.0.tar.gz) = 8186898daea3122180a0f0fc54cf4b4632d2270e
 Size (bind/9.3.0/bind-9.3.0.tar.gz) = 4730656 bytes
+SHA1 (bind/9.3.0/9.3.0-patch1) = 94e8ee6e73dbb82382a9c5c2071c7dcfdc73c7f6
+Size (bind/9.3.0/9.3.0-patch1) = 1019 bytes
 SHA1 (patch-aa) = 959fe6c66d54fa93a0191065a5d54007065ca707
 SHA1 (patch-ab) = dd12c457791a75a8b43d9dfd0c0b236dcdbe31a5
 SHA1 (patch-ac) = 57f0fee92a6c84bf422c6b872eb327b755450557



Home | Main Index | Thread Index | Old Index