diff options
author | taca <taca@pkgsrc.org> | 2013-03-26 22:12:56 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-03-26 22:12:56 +0000 |
commit | 39bd3c5152aa42f75903097fe38e94d8ca734003 (patch) | |
tree | 8740448d6102e6fa0026d625ea8e5ea0dd775612 | |
parent | 0f19e33f7a28430d5d79a354036dc91b2547b69f (diff) | |
download | pkgsrc-39bd3c5152aa42f75903097fe38e94d8ca734003.tar.gz |
Update bind98 to 9.8.4pl2 (BIND 9.8.4-P2).
--- 9.8.4-P2 released ---
3516. [security] Removed the check for regex.h in configure in order
to disable regex syntax checking, as it exposes
BIND to a critical flaw in libregex on some
platforms. [RT #32688]
-rw-r--r-- | net/bind98/Makefile | 5 | ||||
-rw-r--r-- | net/bind98/distinfo | 11 |
2 files changed, 6 insertions, 10 deletions
diff --git a/net/bind98/Makefile b/net/bind98/Makefile index f9e9889f604..65632fb1382 100644 --- a/net/bind98/Makefile +++ b/net/bind98/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.26 2013/03/02 20:33:30 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2013/03/26 22:12:56 taca Exp $ DISTNAME= bind-${BIND_VERSION} PKGNAME= ${DISTNAME:S/-P/pl/} -PKGREVISION= 3 CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/ \ http://ftp.belnet.be/pub/mirror/ftp.isc.org/isc/bind9/${BIND_VERSION}/ @@ -15,7 +14,7 @@ CONFLICTS+= host-[0-9]* MAKE_JOBS_SAFE= no -BIND_VERSION= 9.8.4-P1 +BIND_VERSION= 9.8.4-P2 .include "../../mk/bsd.prefs.mk" diff --git a/net/bind98/distinfo b/net/bind98/distinfo index 169e5e0406a..4b538092fc7 100644 --- a/net/bind98/distinfo +++ b/net/bind98/distinfo @@ -1,11 +1,8 @@ -$NetBSD: distinfo,v 1.18 2013/02/09 00:09:43 pettai Exp $ +$NetBSD: distinfo,v 1.19 2013/03/26 22:12:56 taca Exp $ -SHA1 (bind-9.8.4-P1.tar.gz) = 91be68225c7b99d8ea31f05ddcd829201e18b45e -RMD160 (bind-9.8.4-P1.tar.gz) = 72e5001e92748bcf4f4b5b241adc211678ab93e9 -Size (bind-9.8.4-P1.tar.gz) = 7129321 bytes -SHA1 (rl-9.8.4-P1.patch) = cb386680e6dfe6b832d670cbdcafd52c5e5f1558 -RMD160 (rl-9.8.4-P1.patch) = 273a5e3431ee37c85db39ae918536daa3b56d2ab -Size (rl-9.8.4-P1.patch) = 100388 bytes +SHA1 (bind-9.8.4-P2.tar.gz) = f8d1f3d7fd41b943901dacf01f6b95f901288359 +RMD160 (bind-9.8.4-P2.tar.gz) = 620426bde78c49c81900d6d537e2f818600f43b2 +Size (bind-9.8.4-P2.tar.gz) = 7129690 bytes SHA1 (patch-bin_dig_dighost.c) = 3f37033cc64e1153268ab437fab533d2920bb18c SHA1 (patch-bin_tests_system_Makefile.in) = 650ac962464e23f6c4278e7025f55f282789f9c9 SHA1 (patch-config.threads.in) = 045531d8378a88c654ab98ba6ea65786c8cf4e2b |