svn commit: r427892 - in head/dns/bind9-devel: . files

Mathieu Arnold mat at FreeBSD.org
Mon Dec 5 13:41:29 UTC 2016


Author: mat
Date: Mon Dec  5 13:41:27 2016
New Revision: 427892
URL: https://svnweb.freebsd.org/changeset/ports/427892

Log:
  Update to latest commit.
  
  Sponsored by:	Absolight

Modified:
  head/dns/bind9-devel/Makefile   (contents, props changed)
  head/dns/bind9-devel/distinfo   (contents, props changed)
  head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl   (contents, props changed)
  head/dns/bind9-devel/files/patch-configure   (contents, props changed)

Modified: head/dns/bind9-devel/Makefile
==============================================================================
--- head/dns/bind9-devel/Makefile	Mon Dec  5 13:41:09 2016	(r427891)
+++ head/dns/bind9-devel/Makefile	Mon Dec  5 13:41:27 2016	(r427892)
@@ -30,8 +30,8 @@ COMMENT=	BIND DNS suite with updated DNS
 LICENSE=	MPL
 
 # ISC releases things like 9.8.0-P1, which our versioning doesn't like
-ISCVERSION=	9.12.0a.2016.11.08
-HASH=		3ac0165
+ISCVERSION=	9.12.0a.2016.12.05
+HASH=		df372d9
 
 USES=	cpe libedit
 
@@ -252,9 +252,6 @@ post-extract:
 post-patch:
 	@${REINPLACE_CMD} -e '/RELEASETYPE=/s#$$#-${HASH}#' \
 		${WRKSRC}/version
-	@${REINPLACE_CMD} -e 's|readline/readline.h|editline/readline.h|; \
-		s|readline/history.h|histedit.h|' \
-		${WRKSRC}/bin/dig/nslookup.c ${WRKSRC}/bin/nsupdate/nsupdate.c
 .if defined(BIND_TOOLS_SLAVE)
 	@${REINPLACE_CMD} -e 's#^SUBDIRS.*#SUBDIRS = lib bin#' \
 		-e 's#isc-config.sh installdirs#installdirs#' \

Modified: head/dns/bind9-devel/distinfo
==============================================================================
--- head/dns/bind9-devel/distinfo	Mon Dec  5 13:41:09 2016	(r427891)
+++ head/dns/bind9-devel/distinfo	Mon Dec  5 13:41:27 2016	(r427892)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1479112992
-SHA256 (bind9-3ac0165.tar.gz) = f35da966160cfe515e7de53fc64523814087b13151e1a5ac80d236da9fe064a9
-SIZE (bind9-3ac0165.tar.gz) = 11876541
+TIMESTAMP = 1480943902
+SHA256 (bind9-df372d9.tar.gz) = 169be1d4e6568391ec5f1d7f14a3cb485a9797a3c74cdbed49cc95b36b5fe95c
+SIZE (bind9-df372d9.tar.gz) = 11870220

Modified: head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl
==============================================================================
--- head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl	Mon Dec  5 13:41:09 2016	(r427891)
+++ head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl	Mon Dec  5 13:41:27 2016	(r427892)
@@ -1,4 +1,4 @@
---- bin/named/config.c.orig	2016-11-01 20:46:42 UTC
+--- bin/named/config.c.orig	2016-12-04 23:46:43 UTC
 +++ bin/named/config.c
 @@ -154,6 +154,8 @@ options {\n\
  	lame-ttl 600;\n\
@@ -9,7 +9,7 @@
  	max-cache-ttl 604800; /* 1 week */\n\
  	transfer-format many-answers;\n\
  	max-cache-size 90%;\n\
---- bin/named/server.c.orig	2016-11-01 20:46:42 UTC
+--- bin/named/server.c.orig	2016-12-04 23:46:43 UTC
 +++ bin/named/server.c
 @@ -3638,6 +3638,16 @@ configure_view(dns_view_t *view, dns_vie
  	}
@@ -28,7 +28,7 @@
  	result = ns_config_get(maps, "max-cache-ttl", &obj);
  	INSIST(result == ISC_R_SUCCESS);
  	view->maxcachettl = cfg_obj_asuint32(obj);
---- lib/dns/include/dns/view.h.orig	2016-11-01 20:46:42 UTC
+--- lib/dns/include/dns/view.h.orig	2016-12-04 23:46:43 UTC
 +++ lib/dns/include/dns/view.h
 @@ -146,6 +146,8 @@ struct dns_view {
  	isc_boolean_t			requestnsid;
@@ -39,7 +39,7 @@
  	dns_ttl_t			maxncachettl;
  	isc_uint32_t			nta_lifetime;
  	isc_uint32_t			nta_recheck;
---- lib/dns/resolver.c.orig	2016-11-01 20:46:42 UTC
+--- lib/dns/resolver.c.orig	2016-12-04 23:46:43 UTC
 +++ lib/dns/resolver.c
 @@ -5433,6 +5433,18 @@ cache_name(fetchctx_t *fctx, dns_name_t 
  		}
@@ -60,9 +60,9 @@
  		 * Enforce the configure maximum cache TTL.
  		 */
  		if (rdataset->ttl > res->view->maxcachettl)
---- lib/isccfg/namedconf.c.orig	2016-11-01 20:46:42 UTC
+--- lib/isccfg/namedconf.c.orig	2016-12-04 23:46:43 UTC
 +++ lib/isccfg/namedconf.c
-@@ -1734,6 +1734,8 @@ view_clauses[] = {
+@@ -1760,6 +1760,8 @@ view_clauses[] = {
  	{ "nosit-udp-size", &cfg_type_uint32, CFG_CLAUSEFLAG_OBSOLETE },
  	{ "max-acache-size", &cfg_type_sizenodefault, 0 },
  	{ "max-cache-size", &cfg_type_sizeorpercent, 0 },

Modified: head/dns/bind9-devel/files/patch-configure
==============================================================================
--- head/dns/bind9-devel/files/patch-configure	Mon Dec  5 13:41:09 2016	(r427891)
+++ head/dns/bind9-devel/files/patch-configure	Mon Dec  5 13:41:27 2016	(r427892)
@@ -1,6 +1,6 @@
---- configure.orig	2016-11-08 17:06:23 UTC
+--- configure.orig	2016-12-04 23:46:43 UTC
 +++ configure
-@@ -14360,27 +14360,9 @@ done
+@@ -14385,27 +14385,9 @@ done
  		# problems start to show up.
  		saved_libs="$LIBS"
  		for TRY_LIBS in \
@@ -30,7 +30,7 @@
  		    { $as_echo "$as_me:${as_lineno-$LINENO}: checking linking as $TRY_LIBS" >&5
  $as_echo_n "checking linking as $TRY_LIBS... " >&6; }
  		    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-@@ -14423,47 +14405,7 @@ $as_echo "no" >&6; } ;;
+@@ -14448,47 +14430,7 @@ $as_echo "no" >&6; } ;;
  		no) as_fn_error $? "could not determine proper GSSAPI linkage" "$LINENO" 5 ;;
  		esac
  
@@ -79,7 +79,7 @@
  		DNS_GSSAPI_LIBS="$LIBS"
  
  		{ $as_echo "$as_me:${as_lineno-$LINENO}: result: using GSSAPI from $use_gssapi/lib and $use_gssapi/include" >&5
-@@ -22581,7 +22523,7 @@ $as_echo "" >&6; }
+@@ -22648,7 +22590,7 @@ $as_echo "" >&6; }
  			# Check other locations for includes.
  			# Order is important (sigh).
  


More information about the svn-ports-head mailing list