diff options
author | tron <tron@pkgsrc.org> | 2005-01-26 09:32:31 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2005-01-26 09:32:31 +0000 |
commit | 0cef1bed7324398e88c43312b9c4655eece2c256 (patch) | |
tree | 4c97a1390e5038d04d805212d01175053d4a9f5d /net | |
parent | d6aaeadf58c37c7613df40525c318a8ef5ea3adb (diff) | |
download | pkgsrc-0cef1bed7324398e88c43312b9c4655eece2c256.tar.gz |
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 (limited to 'net')
-rw-r--r-- | net/bind9/Makefile | 10 | ||||
-rw-r--r-- | net/bind9/distinfo | 4 |
2 files changed, 10 insertions, 4 deletions
diff --git a/net/bind9/Makefile b/net/bind9/Makefile index ec25d4d69d0..e487cf720a8 100644 --- a/net/bind9/Makefile +++ b/net/bind9/Makefile @@ -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 -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 --git a/net/bind9/distinfo b/net/bind9/distinfo index 6ec69e3975d..4ff2c1deb11 100644 --- a/net/bind9/distinfo +++ b/net/bind9/distinfo @@ -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 |