summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/bind96/Makefile5
-rw-r--r--net/bind96/PLIST4
-rw-r--r--net/bind96/distinfo12
-rw-r--r--net/bind96/patches/patch-ab6
-rw-r--r--net/bind96/patches/patch-ad10
5 files changed, 19 insertions, 18 deletions
diff --git a/net/bind96/Makefile b/net/bind96/Makefile
index 5646d1a9d05..b9c1359bb92 100644
--- a/net/bind96/Makefile
+++ b/net/bind96/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.41 2013/07/12 10:44:58 jperkin Exp $
+# $NetBSD: Makefile,v 1.42 2013/09/21 15:57:50 taca Exp $
DISTNAME= bind-${BIND_VERSION}
PKGNAME= ${DISTNAME:S/-ESV/.3.1.ESV/:S/-R/./: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.6-ESV-R9-P1
+BIND_VERSION= 9.6-ESV-R10
.include "../../mk/bsd.prefs.mk"
diff --git a/net/bind96/PLIST b/net/bind96/PLIST
index 8a91d735933..85cca76d343 100644
--- a/net/bind96/PLIST
+++ b/net/bind96/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2012/04/05 00:41:10 taca Exp $
+@comment $NetBSD: PLIST,v 1.10 2013/09/21 15:57:50 taca Exp $
bin/dig
bin/host
bin/isc-config.sh
@@ -139,11 +139,13 @@ include/isc/resource.h
include/isc/result.h
include/isc/resultclass.h
include/isc/rwlock.h
+include/isc/safe.h
include/isc/serial.h
include/isc/sha1.h
include/isc/sha2.h
include/isc/sockaddr.h
include/isc/socket.h
+include/isc/stat.h
include/isc/stdio.h
include/isc/stdlib.h
include/isc/stdtime.h
diff --git a/net/bind96/distinfo b/net/bind96/distinfo
index 96d0ea2901b..e4f62a550b9 100644
--- a/net/bind96/distinfo
+++ b/net/bind96/distinfo
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.22 2013/06/06 02:57:58 taca Exp $
+$NetBSD: distinfo,v 1.23 2013/09/21 15:57:50 taca Exp $
-SHA1 (bind-9.6-ESV-R9-P1.tar.gz) = 739cd279243308af616179dcf3d84fbe8a57e9c3
-RMD160 (bind-9.6-ESV-R9-P1.tar.gz) = 252d221d4d811d84642c432a920b139d10341ae3
-Size (bind-9.6-ESV-R9-P1.tar.gz) = 6410296 bytes
-SHA1 (patch-ab) = 6cec876c8caa7082f97365863f3f88c4f168da48
+SHA1 (bind-9.6-ESV-R10.tar.gz) = 7ea36aa59d2c5dc6a46fb88b138c3797fd543267
+RMD160 (bind-9.6-ESV-R10.tar.gz) = 68d6106ed706674a1d58b5610ce3af48ac7106b5
+Size (bind-9.6-ESV-R10.tar.gz) = 6420776 bytes
+SHA1 (patch-ab) = 33a515cd29cd7a534d65d34facb69fd4dca92180
SHA1 (patch-ac) = 074649e1514870a3154c623a5f6d1507b72b5b05
-SHA1 (patch-ad) = 3fcfac007f7823d48573459e57810f442c5b7d2f
+SHA1 (patch-ad) = 767e98199b26695c1f41d724879771e6806d6b45
SHA1 (patch-ag) = ffc547b444f01f51a12a01cfa884916a9a411a88
SHA1 (patch-am) = a52d847354cd83b2474d5420925925e4614c966f
diff --git a/net/bind96/patches/patch-ab b/net/bind96/patches/patch-ab
index 3f6d2d6d047..157c8b2ca48 100644
--- a/net/bind96/patches/patch-ab
+++ b/net/bind96/patches/patch-ab
@@ -1,6 +1,6 @@
-$NetBSD: patch-ab,v 1.2 2009/07/26 09:07:58 obache Exp $
+$NetBSD: patch-ab,v 1.3 2013/09/21 15:57:50 taca Exp $
---- lib/lwres/getnameinfo.c.orig 2007-06-19 23:47:22.000000000 +0000
+--- lib/lwres/getnameinfo.c.orig 2013-09-05 05:40:13.000000000 +0000
+++ lib/lwres/getnameinfo.c
@@ -121,6 +121,10 @@
#include <lwres/netdb.h>
@@ -13,7 +13,7 @@ $NetBSD: patch-ab,v 1.2 2009/07/26 09:07:58 obache Exp $
#include "assert_p.h"
#define SUCCESS 0
-@@ -271,13 +275,10 @@ lwres_getnameinfo(const struct sockaddr
+@@ -272,13 +276,10 @@ lwres_getnameinfo(const struct sockaddr
((const struct sockaddr_in6 *)sa)->sin6_scope_id) {
char *p = numaddr + strlen(numaddr);
const char *stringscope = NULL;
diff --git a/net/bind96/patches/patch-ad b/net/bind96/patches/patch-ad
index 7c3a043742c..8cdb20acc03 100644
--- a/net/bind96/patches/patch-ad
+++ b/net/bind96/patches/patch-ad
@@ -1,8 +1,8 @@
-$NetBSD: patch-ad,v 1.6 2012/04/05 00:41:10 taca Exp $
+$NetBSD: patch-ad,v 1.7 2013/09/21 15:57:50 taca Exp $
---- configure.orig 2012-03-26 16:14:28.000000000 +0000
+--- configure.orig 2013-09-05 05:40:13.000000000 +0000
+++ configure
-@@ -21923,6 +21923,8 @@ case $host in
+@@ -14354,6 +14354,8 @@ case $host in
use_threads=false ;;
*-freebsd*)
use_threads=false ;;
@@ -11,7 +11,7 @@ $NetBSD: patch-ad,v 1.6 2012/04/05 00:41:10 taca Exp $
*-bsdi[234]*)
# Thread signals do not work reliably on some versions of BSD/OS.
use_threads=false ;;
-@@ -23239,9 +23241,9 @@ case $use_libtool in
+@@ -15678,9 +15680,9 @@ case $use_libtool in
O=lo
A=la
LIBTOOL_MKDEP_SED='s;\.o;\.lo;'
@@ -23,7 +23,7 @@ $NetBSD: patch-ad,v 1.6 2012/04/05 00:41:10 taca Exp $
case "$host" in
*) LIBTOOL_ALLOW_UNDEFINED= ;;
esac
-@@ -26420,7 +26422,7 @@ $as_echo "no" >&6; }
+@@ -18892,7 +18894,7 @@ $as_echo "no" >&6; }
fi
if test -n "-L$use_dlz_postgres_lib -lpq"
then