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

Mathieu Arnold mat at FreeBSD.org
Mon May 9 10:12:34 UTC 2016


Author: mat
Date: Mon May  9 10:12:32 2016
New Revision: 414834
URL: https://svnweb.freebsd.org/changeset/ports/414834

Log:
  Update to latest snapshot.
  
  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 May  9 10:12:27 2016	(r414833)
+++ head/dns/bind9-devel/Makefile	Mon May  9 10:12:32 2016	(r414834)
@@ -19,8 +19,8 @@ COMMENT=	BIND DNS suite with updated DNS
 LICENSE=	ISCL
 
 # ISC releases things like 9.8.0-P1, which our versioning doesn't like
-ISCVERSION=	9.11.0.a20160430
-HASH=		9e6e088
+ISCVERSION=	9.11.0.a20160509
+HASH=		97e9fc9
 
 MAKE_JOBS_UNSAFE=	yes
 

Modified: head/dns/bind9-devel/distinfo
==============================================================================
--- head/dns/bind9-devel/distinfo	Mon May  9 10:12:27 2016	(r414833)
+++ head/dns/bind9-devel/distinfo	Mon May  9 10:12:32 2016	(r414834)
@@ -1,2 +1,2 @@
-SHA256 (bind9-9e6e088.tar.gz) = 39dfc17633e01bc7d28c6f3975c464c5702192267991c27ca8f8be8f92a78a46
-SIZE (bind9-9e6e088.tar.gz) = 11725304
+SHA256 (bind9-97e9fc9.tar.gz) = d569fc2735ab4ad4ab475479cc2b02a7421dac7cfe94dfae364c652d260fec81
+SIZE (bind9-97e9fc9.tar.gz) = 11735414

Modified: head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl
==============================================================================
--- head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl	Mon May  9 10:12:27 2016	(r414833)
+++ head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl	Mon May  9 10:12:32 2016	(r414834)
@@ -1,4 +1,4 @@
---- bin/named/config.c.orig	2016-03-09 04:02:43 UTC
+--- bin/named/config.c.orig	2016-05-09 05:42:57 UTC
 +++ bin/named/config.c
 @@ -159,6 +159,8 @@ options {\n\
  	lame-ttl 600;\n\
@@ -9,9 +9,9 @@
  	max-cache-ttl 604800; /* 1 week */\n\
  	transfer-format many-answers;\n\
  	max-cache-size 90%;\n\
---- bin/named/server.c.orig	2016-03-09 04:02:43 UTC
+--- bin/named/server.c.orig	2016-05-09 05:42:57 UTC
 +++ bin/named/server.c
-@@ -3022,6 +3022,16 @@ configure_view(dns_view_t *view, dns_vie
+@@ -3030,6 +3030,16 @@ configure_view(dns_view_t *view, dns_vie
  	}
  
  	obj = NULL;
@@ -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-03-09 04:02:43 UTC
+--- lib/dns/include/dns/view.h.orig	2016-05-09 05:42:57 UTC
 +++ lib/dns/include/dns/view.h
 @@ -152,6 +152,8 @@ struct dns_view {
  	isc_boolean_t			requestnsid;
@@ -39,9 +39,9 @@
  	dns_ttl_t			maxncachettl;
  	isc_uint32_t			nta_lifetime;
  	isc_uint32_t			nta_recheck;
---- lib/dns/resolver.c.orig	2016-03-09 04:02:43 UTC
+--- lib/dns/resolver.c.orig	2016-05-09 05:42:57 UTC
 +++ lib/dns/resolver.c
-@@ -5419,6 +5419,18 @@ cache_name(fetchctx_t *fctx, dns_name_t 
+@@ -5440,6 +5440,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-03-09 04:02:43 UTC
+--- lib/isccfg/namedconf.c.orig	2016-05-09 05:42:57 UTC
 +++ lib/isccfg/namedconf.c
-@@ -1677,6 +1677,8 @@ view_clauses[] = {
+@@ -1678,6 +1678,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 May  9 10:12:27 2016	(r414833)
+++ head/dns/bind9-devel/files/patch-configure	Mon May  9 10:12:32 2016	(r414834)
@@ -1,6 +1,6 @@
---- configure.orig	2016-04-29 05:30:53 UTC
+--- configure.orig	2016-05-09 05:42:57 UTC
 +++ configure
-@@ -14186,27 +14186,9 @@ done
+@@ -14204,27 +14204,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
-@@ -14249,47 +14231,7 @@ $as_echo "no" >&6; } ;;
+@@ -14267,47 +14249,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
-@@ -22095,7 +22037,7 @@ $as_echo "" >&6; }
+@@ -22141,7 +22083,7 @@ $as_echo "" >&6; }
  			# Check other locations for includes.
  			# Order is important (sigh).
  


More information about the svn-ports-all mailing list