summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron>2013-03-30 17:37:47 +0000
committertron <tron>2013-03-30 17:37:47 +0000
commit7e4175681345497350e23384fea62f321e140dd5 (patch)
treecf0de8b0384fc88765be40d1bc1f30c5bee82f55
parentf574e34a26ea766b98153b6f2dd4587b2ac04b61 (diff)
downloadpkgsrc-7e4175681345497350e23384fea62f321e140dd5.tar.gz
Pullup ticket #4104 - requested by taca
net/bind98: security update Revisions pulled up: - net/bind98/Makefile 1.27 via patch - net/bind98/distinfo 1.19-1.20 via patch - net/bind98/options.mk 1.5 via patch --- Module Name: pkgsrc Committed By: taca Date: Tue Mar 26 22:12:56 UTC 2013 Modified Files: pkgsrc/net/bind98: Makefile distinfo Log Message: 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/Makefile5
-rw-r--r--net/bind98/distinfo11
-rw-r--r--net/bind98/options.mk6
3 files changed, 12 insertions, 10 deletions
diff --git a/net/bind98/Makefile b/net/bind98/Makefile
index 380de152eb9..69f20e2e741 100644
--- a/net/bind98/Makefile
+++ b/net/bind98/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.24 2012/12/16 01:52:27 obache Exp $
+# $NetBSD: Makefile,v 1.24.2.1 2013/03/30 17:37:47 tron Exp $
DISTNAME= bind-${BIND_VERSION}
PKGNAME= ${DISTNAME:S/-P/pl/}
-PKGREVISION= 1
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 8cf675879a8..c432d576bcb 100644
--- a/net/bind98/distinfo
+++ b/net/bind98/distinfo
@@ -1,8 +1,11 @@
-$NetBSD: distinfo,v 1.17 2012/12/05 00:54:16 taca Exp $
+$NetBSD: distinfo,v 1.17.2.1 2013/03/30 17:37:47 tron 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 (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 (rl-9.8.4-P2.patch) = d15d0ce067269d75b830693e4eeb5facc7a60140
+RMD160 (rl-9.8.4-P2.patch) = 6a55461dbad7fd0eb7e36e4031f5c46ba49e1cad
+Size (rl-9.8.4-P2.patch) = 100510 bytes
SHA1 (patch-bin_dig_dighost.c) = 3f37033cc64e1153268ab437fab533d2920bb18c
SHA1 (patch-bin_tests_system_Makefile.in) = 650ac962464e23f6c4278e7025f55f282789f9c9
SHA1 (patch-config.threads.in) = 045531d8378a88c654ab98ba6ea65786c8cf4e2b
diff --git a/net/bind98/options.mk b/net/bind98/options.mk
index b3f6eb92ac8..2f85895c031 100644
--- a/net/bind98/options.mk
+++ b/net/bind98/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2012/12/02 11:51:44 is Exp $
+# $NetBSD: options.mk,v 1.3.2.1 2013/03/30 17:37:47 tron Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.bind98
PKG_SUPPORTED_OPTIONS= bind-dig-sigchase bind-xml-statistics-server
@@ -55,8 +55,8 @@ CONFIGURE_ARGS+= --with-dlz-filesystem
.endif
.if !empty(PKG_OPTIONS:Mrrl)
-PATCHFILES=rl-9.8.4.patch
-PATCH_SITES=http://ss.vix.com/~vixie/
+PATCHFILES=rl-9.8.4-P2.patch
+PATCH_SITES=http://ss.vix.su/~vjs/
.endif
###