diff options
author | taca <taca@pkgsrc.org> | 2013-03-26 22:12:14 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-03-26 22:12:14 +0000 |
commit | adada857a25cf3359c905b180efad554376894be (patch) | |
tree | 00d96489bd3dbdba0e9547a780ae932dabbd97fa /net/bind99 | |
parent | 96c269ca5bcb7af6d5c01bfc99c26a9e2365ae9c (diff) | |
download | pkgsrc-adada857a25cf3359c905b180efad554376894be.tar.gz |
Update bind99 to 9.9.2pl2 (BIND 9.9.2-P2).
--- 9.9.2-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]
Diffstat (limited to 'net/bind99')
-rw-r--r-- | net/bind99/Makefile | 5 | ||||
-rw-r--r-- | net/bind99/distinfo | 10 | ||||
-rw-r--r-- | net/bind99/patches/patch-configure | 16 |
3 files changed, 15 insertions, 16 deletions
diff --git a/net/bind99/Makefile b/net/bind99/Makefile index 2ceb1faa81f..b777808cfd7 100644 --- a/net/bind99/Makefile +++ b/net/bind99/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2013/03/02 20:33:30 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2013/03/26 22:12:14 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.9.2-P1 +BIND_VERSION= 9.9.2-P2 .include "../../mk/bsd.prefs.mk" diff --git a/net/bind99/distinfo b/net/bind99/distinfo index 12db741f4a8..a2a725fa1c1 100644 --- a/net/bind99/distinfo +++ b/net/bind99/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.12 2013/02/09 00:14:34 pettai Exp $ +$NetBSD: distinfo,v 1.13 2013/03/26 22:12:14 taca Exp $ -SHA1 (bind-9.9.2-P1.tar.gz) = 9d56db2a86dde8167f7adfb200beee0f51d771a5 -RMD160 (bind-9.9.2-P1.tar.gz) = 0693b2dd3678ea918d30107dc78514b60bcf923d -Size (bind-9.9.2-P1.tar.gz) = 7277498 bytes +SHA1 (bind-9.9.2-P2.tar.gz) = 3aadeaf64164a31a1cf22737ff2eea706792b68d +RMD160 (bind-9.9.2-P2.tar.gz) = 3fd39bc8a572ac2c888ce6fc71454a8034cd9b68 +Size (bind-9.9.2-P2.tar.gz) = 7277958 bytes SHA1 (rl-9.9.2-P1.patch) = 60bf003124a16c6dcfc297fc2ad8da2c916b568f RMD160 (rl-9.9.2-P1.patch) = d7bbb95e7fe864d776747e05043c90d5c4e887a2 Size (rl-9.9.2-P1.patch) = 100497 bytes @@ -11,7 +11,7 @@ SHA1 (patch-bin_dig_dighost.c) = 186cdc70605242afb0211dc8802ec75677a65614 SHA1 (patch-bin_nsupdate_Makefile.in) = 42b39d60468ffa8ed13f77259755b217966de664 SHA1 (patch-bin_tests_system_Makefile.in) = 1f268808c55223ac11d1794039503424a51ee71b SHA1 (patch-config.threads.in) = 227b83efe9cb3e301aaac9b97cf42f1fb8ad06b2 -SHA1 (patch-configure) = a9f5f75fafc9f0b756adcbbf6bee257fd5d4567e +SHA1 (patch-configure) = 96135505a9c554c95dade6872b42f360ad5bfeec SHA1 (patch-configure.in) = f07381d79ef45a7356d0657c220fcec3ffc6741d SHA1 (patch-contrib_dlz_config.dlz.in) = f18bec63fbfce7cb2cd72929058ce3770fce458f SHA1 (patch-lib_bind9_Makefile.in) = 89e21d21fa512f11a2fdb8d7455abd5d95f20ba5 diff --git a/net/bind99/patches/patch-configure b/net/bind99/patches/patch-configure index 7bf7ee04bd0..c1181547427 100644 --- a/net/bind99/patches/patch-configure +++ b/net/bind99/patches/patch-configure @@ -1,13 +1,13 @@ -$NetBSD: patch-configure,v 1.3 2012/10/10 03:07:12 taca Exp $ +$NetBSD: patch-configure,v 1.4 2013/03/26 22:12:14 taca Exp $ * Add DragonFly support. * Link proper postgresql library. * Use separate @LIBREADLINE@ AC_SUBST. * Avoid using "==" for argument of test(1). ---- configure.orig 2012-09-27 00:35:19.000000000 +0000 +--- configure.orig 2013-03-06 16:56:08.000000000 +0000 +++ configure -@@ -1341,6 +1341,7 @@ LWRES_PLATFORM_NEEDVSNPRINTF +@@ -1369,6 +1369,7 @@ LWRES_PLATFORM_NEEDVSNPRINTF ISC_PLATFORM_NEEDVSNPRINTF LWRES_PLATFORM_NEEDSPRINTF ISC_PLATFORM_NEEDSPRINTF @@ -15,7 +15,7 @@ $NetBSD: patch-configure,v 1.3 2012/10/10 03:07:12 taca Exp $ ISC_PLATFORM_NEEDSTRLCAT ISC_PLATFORM_NEEDSTRLCPY GENRANDOMLIB -@@ -19754,7 +19755,7 @@ done +@@ -19784,7 +19785,7 @@ done ;; esac @@ -24,7 +24,7 @@ $NetBSD: patch-configure,v 1.3 2012/10/10 03:07:12 taca Exp $ then case "$use_python" in unspec) -@@ -22390,6 +22391,8 @@ case $host in +@@ -22420,6 +22421,8 @@ case $host in use_threads=false ;; *-freebsd*) use_threads=true ;; @@ -33,7 +33,7 @@ $NetBSD: patch-configure,v 1.3 2012/10/10 03:07:12 taca Exp $ *-bsdi[234]*) # Thread signals do not work reliably on some versions of BSD/OS. use_threads=false ;; -@@ -25024,23 +25027,47 @@ no) ;; +@@ -25054,23 +25057,47 @@ no) ;; then readline=-lreadline fi @@ -42,7 +42,7 @@ $NetBSD: patch-configure,v 1.3 2012/10/10 03:07:12 taca Exp $ - for ac_func in readline -do : - ac_fn_c_check_func "$LINENO" "readline" "ac_cv_func_readline" --if test "x$ac_cv_func_readline" = x""yes; then : +-if test "x$ac_cv_func_readline" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE_READLINE 1 -_ACEOF @@ -96,7 +96,7 @@ $NetBSD: patch-configure,v 1.3 2012/10/10 03:07:12 taca Exp $ ;; esac -@@ -27372,7 +27399,7 @@ $as_echo "no" >&6; } +@@ -27402,7 +27429,7 @@ $as_echo "no" >&6; } fi if test -n "-L$use_dlz_postgres_lib -lpq" then |