summaryrefslogtreecommitdiff
path: root/net/bind95/patches/patch-af
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2010-05-26 15:56:39 +0000
committertaca <taca@pkgsrc.org>2010-05-26 15:56:39 +0000
commited97e83bd9bf2098a08566574cfb1cb96a073070 (patch)
tree98ce0f108ec80dee91c4d2965b434c001ab36646 /net/bind95/patches/patch-af
parentb7b361f57b02dbe42fbdf465ece9e9157061cfca (diff)
downloadpkgsrc-ed97e83bd9bf2098a08566574cfb1cb96a073070.tar.gz
Update net/bind95 package to 9.5.2pl4(9.5.2-P4).
--- 9.5.2-P4 released --- 2876. [bug] Named could return SERVFAIL for negative responses from unsigned zones. [RT #21131] --- 9.5.2-P3 released --- 2852. [bug] Handle broken DNSSEC trust chains better. [RT #15619]
Diffstat (limited to 'net/bind95/patches/patch-af')
-rw-r--r--net/bind95/patches/patch-af10
1 files changed, 5 insertions, 5 deletions
diff --git a/net/bind95/patches/patch-af b/net/bind95/patches/patch-af
index 5d9c65e622b..9d555fa00bd 100644
--- a/net/bind95/patches/patch-af
+++ b/net/bind95/patches/patch-af
@@ -1,6 +1,6 @@
-$NetBSD: patch-af,v 1.1.1.1 2008/06/21 23:15:28 adrianp Exp $
+$NetBSD: patch-af,v 1.2 2010/05/26 15:56:39 taca Exp $
---- lib/bind/configure.in.orig 2005-10-14 10:38:46.000000000 +0900
+--- lib/bind/configure.in.orig 2009-01-19 23:47:01.000000000 +0000
+++ lib/bind/configure.in
@@ -82,12 +82,7 @@ AC_SUBST(PERL)
#
@@ -16,7 +16,7 @@ $NetBSD: patch-af,v 1.1.1.1 2008/06/21 23:15:28 adrianp Exp $
;;
esac
-@@ -395,6 +390,10 @@ then
+@@ -327,6 +322,10 @@ then
CCOPT="$CCOPT -pthread"
STD_CDEFINES="$STD_CDEFINES -D_THREAD_SAFE"
;;
@@ -27,7 +27,7 @@ $NetBSD: patch-af,v 1.1.1.1 2008/06/21 23:15:28 adrianp Exp $
*-openbsd*)
CC="$CC -pthread"
CCOPT="$CCOPT -pthread"
-@@ -985,6 +984,7 @@ case "$host" in
+@@ -1019,6 +1018,7 @@ case "$host" in
*-bsdi[2345]*) have_minimum_ifreq=yes;;
*-darwin*) have_minimum_ifreq=yes;;
*-freebsd*) have_minimum_ifreq=yes;;
@@ -35,7 +35,7 @@ $NetBSD: patch-af,v 1.1.1.1 2008/06/21 23:15:28 adrianp Exp $
*-lynxos*) have_minimum_ifreq=yes;;
*-netbsd*) have_minimum_ifreq=yes;;
*-next*) have_minimum_ifreq=yes;;
-@@ -1024,6 +1024,7 @@ case "$host" in
+@@ -1058,6 +1058,7 @@ case "$host" in
*-darwin*) PORT_DIR="port/darwin";;
*-osf*) PORT_DIR="port/decunix";;
*-freebsd*) PORT_DIR="port/freebsd";;