summaryrefslogtreecommitdiff
path: root/net/bind99/patches
diff options
context:
space:
mode:
authortaca <taca>2013-03-26 22:12:14 +0000
committertaca <taca>2013-03-26 22:12:14 +0000
commit4eef9264886f94fd82495e3f21d465182b41de69 (patch)
tree00d96489bd3dbdba0e9547a780ae932dabbd97fa /net/bind99/patches
parent5ca3daaa1bdbb4fd9170dabe2949afeee1dbfe35 (diff)
downloadpkgsrc-4eef9264886f94fd82495e3f21d465182b41de69.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/patches')
-rw-r--r--net/bind99/patches/patch-configure16
1 files changed, 8 insertions, 8 deletions
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