svn commit: r456665 - in head/dns/bind912: . files

Mathieu Arnold mat at FreeBSD.org
Mon Dec 18 17:58:44 UTC 2017


Author: mat
Date: Mon Dec 18 17:58:42 2017
New Revision: 456665
URL: https://svnweb.freebsd.org/changeset/ports/456665

Log:
  Update to 9.12.0rc1.
  
  Sponsored by:	Absolight

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

Modified: head/dns/bind912/Makefile
==============================================================================
--- head/dns/bind912/Makefile	Mon Dec 18 17:58:14 2017	(r456664)
+++ head/dns/bind912/Makefile	Mon Dec 18 17:58:42 2017	(r456665)
@@ -8,7 +8,7 @@ PORTVERSION=	${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc
 PORTREVISION=	0
 .else
 # dns/bind912 here
-PORTREVISION=	1
+PORTREVISION=	0
 .endif
 CATEGORIES=	dns net ipv6
 MASTER_SITES=	ISC/bind9/${ISCVERSION}
@@ -30,7 +30,7 @@ LICENSE=	MPL20
 LICENSE_FILE=	${WRKSRC}/COPYRIGHT
 
 # ISC releases things like 9.8.0-P1, which our versioning doesn't like
-ISCVERSION=	9.12.0b2
+ISCVERSION=	9.12.0rc1
 
 USES=	cpe libedit
 

Modified: head/dns/bind912/distinfo
==============================================================================
--- head/dns/bind912/distinfo	Mon Dec 18 17:58:14 2017	(r456664)
+++ head/dns/bind912/distinfo	Mon Dec 18 17:58:42 2017	(r456665)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1510227060
-SHA256 (bind-9.12.0b2.tar.gz) = 0d3a507ae67de7995a95db64886b5369ca6011fc8b3f082defaf3a879dac8b4c
-SIZE (bind-9.12.0b2.tar.gz) = 9274253
+TIMESTAMP = 1513610500
+SHA256 (bind-9.12.0rc1.tar.gz) = 523cd296138baaab9e301173873050ebfee833aac5a495cc34da6ccb7dd820d3
+SIZE (bind-9.12.0rc1.tar.gz) = 9282848

Modified: head/dns/bind912/files/extrapatch-bind-min-override-ttl
==============================================================================
--- head/dns/bind912/files/extrapatch-bind-min-override-ttl	Mon Dec 18 17:58:14 2017	(r456664)
+++ head/dns/bind912/files/extrapatch-bind-min-override-ttl	Mon Dec 18 17:58:42 2017	(r456665)
@@ -1,4 +1,4 @@
---- bin/named/config.c.orig	2017-11-07 21:48:37 UTC
+--- bin/named/config.c.orig	2017-12-06 17:32:49 UTC
 +++ bin/named/config.c
 @@ -176,12 +176,14 @@ options {\n\
  	max-recursion-queries 75;\n\
@@ -15,9 +15,9 @@
  	provide-ixfr true;\n\
  	query-source address *;\n\
  	query-source-v6 address *;\n\
---- bin/named/server.c.orig	2017-11-07 21:48:37 UTC
+--- bin/named/server.c.orig	2017-12-06 17:32:49 UTC
 +++ bin/named/server.c
-@@ -4059,6 +4059,16 @@ configure_view(dns_view_t *view, dns_vie
+@@ -4067,6 +4067,16 @@ configure_view(dns_view_t *view, dns_vie
  	}
  
  	obj = NULL;
@@ -34,7 +34,7 @@
  	result = named_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-11-07 21:48:37 UTC
+--- lib/dns/include/dns/view.h.orig	2017-12-06 17:32: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-11-07 21:48:37 UTC
+--- lib/dns/resolver.c.orig	2017-12-06 17:32:49 UTC
 +++ lib/dns/resolver.c
-@@ -5747,6 +5747,18 @@ cache_name(fetchctx_t *fctx, dns_name_t 
+@@ -5748,6 +5748,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-11-07 21:48:37 UTC
+--- lib/isccfg/namedconf.c.orig	2017-12-06 17:32:49 UTC
 +++ lib/isccfg/namedconf.c
 @@ -1909,6 +1909,8 @@ view_clauses[] = {
  	{ "max-acache-size", &cfg_type_sizenodefault,

Modified: head/dns/bind912/files/patch-configure
==============================================================================
--- head/dns/bind912/files/patch-configure	Mon Dec 18 17:58:14 2017	(r456664)
+++ head/dns/bind912/files/patch-configure	Mon Dec 18 17:58:42 2017	(r456665)
@@ -1,6 +1,6 @@
---- configure.orig	2017-11-07 21:48:37 UTC
+--- configure.orig	2017-12-06 17:32:49 UTC
 +++ configure
-@@ -14417,27 +14417,9 @@ done
+@@ -14442,27 +14442,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
-@@ -14480,47 +14462,7 @@ $as_echo "no" >&6; } ;;
+@@ -14505,47 +14487,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
-@@ -23121,7 +23063,7 @@ $as_echo "" >&6; }
+@@ -23145,7 +23087,7 @@ $as_echo "" >&6; }
  			# Check other locations for includes.
  			# Order is important (sigh).
  


More information about the svn-ports-all mailing list