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

Mathieu Arnold mat at FreeBSD.org
Tue Sep 5 11:00:58 UTC 2017


Author: mat
Date: Tue Sep  5 11:00:56 2017
New Revision: 449281
URL: https://svnweb.freebsd.org/changeset/ports/449281

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	Tue Sep  5 10:04:16 2017	(r449280)
+++ head/dns/bind9-devel/Makefile	Tue Sep  5 11:00:56 2017	(r449281)
@@ -31,8 +31,8 @@ LICENSE=	MPL
 LICENSE_FILE=	${WRKSRC}/COPYRIGHT
 
 # ISC releases things like 9.8.0-P1, which our versioning doesn't like
-ISCVERSION=	9.12.0a.2017.09.04
-HASH=		1007623
+ISCVERSION=	9.12.0a.2017.09.05
+HASH=		e8a4edf
 
 USES=	cpe libedit
 

Modified: head/dns/bind9-devel/distinfo
==============================================================================
--- head/dns/bind9-devel/distinfo	Tue Sep  5 10:04:16 2017	(r449280)
+++ head/dns/bind9-devel/distinfo	Tue Sep  5 11:00:56 2017	(r449281)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1504530859
-SHA256 (bind9-1007623.tar.gz) = 8bd1cbde1ae534398eae50c6e1199215c608fabea328e64e91025a59d2ebeb2d
-SIZE (bind9-1007623.tar.gz) = 11908264
+TIMESTAMP = 1504608701
+SHA256 (bind9-e8a4edf.tar.gz) = a8917c5ba2879ff49a3e8a98853d6641dce7267fcb6111185147f10ea64a4b3d
+SIZE (bind9-e8a4edf.tar.gz) = 11911423

Modified: head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl
==============================================================================
--- head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl	Tue Sep  5 10:04:16 2017	(r449280)
+++ head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl	Tue Sep  5 11:00:56 2017	(r449281)
@@ -1,4 +1,4 @@
---- bin/named/config.c.orig	2017-09-04 08:22:52 UTC
+--- bin/named/config.c.orig	2017-09-05 01:10:49 UTC
 +++ bin/named/config.c
 @@ -176,12 +176,14 @@ options {\n\
  	max-recursion-depth 7;\n\
@@ -15,7 +15,7 @@
  	provide-ixfr true;\n\
  	query-source address *;\n\
  	query-source-v6 address *;\n\
---- bin/named/server.c.orig	2017-09-04 08:22:52 UTC
+--- bin/named/server.c.orig	2017-09-05 01:10:49 UTC
 +++ bin/named/server.c
 @@ -3722,6 +3722,16 @@ configure_view(dns_view_t *view, dns_vie
  	}
@@ -34,7 +34,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	2017-09-04 08:22:52 UTC
+--- lib/dns/include/dns/view.h.orig	2017-09-05 01:10:49 UTC
 +++ lib/dns/include/dns/view.h
 @@ -145,6 +145,8 @@ struct dns_view {
  	isc_boolean_t			requestnsid;
@@ -45,9 +45,9 @@
  	dns_ttl_t			maxncachettl;
  	isc_uint32_t			nta_lifetime;
  	isc_uint32_t			nta_recheck;
---- lib/dns/resolver.c.orig	2017-09-04 08:22:52 UTC
+--- lib/dns/resolver.c.orig	2017-09-05 01:10:49 UTC
 +++ lib/dns/resolver.c
-@@ -5723,6 +5723,18 @@ cache_name(fetchctx_t *fctx, dns_name_t 
+@@ -5722,6 +5722,18 @@ cache_name(fetchctx_t *fctx, dns_name_t 
  		}
  
  		/*
@@ -66,7 +66,7 @@
  		 * Enforce the configure maximum cache TTL.
  		 */
  		if (rdataset->ttl > res->view->maxcachettl)
---- lib/isccfg/namedconf.c.orig	2017-09-04 08:22:52 UTC
+--- lib/isccfg/namedconf.c.orig	2017-09-05 01:10:49 UTC
 +++ lib/isccfg/namedconf.c
 @@ -1894,6 +1894,8 @@ view_clauses[] = {
  	{ "max-acache-size", &cfg_type_sizenodefault,

Modified: head/dns/bind9-devel/files/patch-configure
==============================================================================
--- head/dns/bind9-devel/files/patch-configure	Tue Sep  5 10:04:16 2017	(r449280)
+++ head/dns/bind9-devel/files/patch-configure	Tue Sep  5 11:00:56 2017	(r449281)
@@ -1,6 +1,6 @@
---- configure.orig	2017-08-05 02:36:31 UTC
+--- configure.orig	2017-09-05 01:10:49 UTC
 +++ configure
-@@ -14408,27 +14408,9 @@ done
+@@ -14434,27 +14434,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
-@@ -14471,47 +14453,7 @@ $as_echo "no" >&6; } ;;
+@@ -14497,47 +14479,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
-@@ -22997,7 +22939,7 @@ $as_echo "" >&6; }
+@@ -23023,7 +22965,7 @@ $as_echo "" >&6; }
  			# Check other locations for includes.
  			# Order is important (sigh).
  


More information about the svn-ports-all mailing list