Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Mar 2019 08:35:57 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r495692 - in head/dns/bind914: . files
Message-ID:  <201903140835.x2E8ZvXq022106@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Thu Mar 14 08:35:56 2019
New Revision: 495692
URL: https://svnweb.freebsd.org/changeset/ports/495692

Log:
  Update to 9.14.0rc3.

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

Modified: head/dns/bind914/Makefile
==============================================================================
--- head/dns/bind914/Makefile	Thu Mar 14 08:35:08 2019	(r495691)
+++ head/dns/bind914/Makefile	Thu Mar 14 08:35:56 2019	(r495692)
@@ -33,7 +33,7 @@ LIB_DEPENDS=	libxml2.so:textproc/libxml2
 
 USES=	compiler:c11 cpe libedit ssl
 # ISC releases things like 9.8.0-P1, which our versioning doesn't like
-ISCVERSION=	9.14.0rc2
+ISCVERSION=	9.14.0rc3
 
 CPE_VENDOR=	isc
 CPE_VERSION=	${ISCVERSION:C/-.*//}

Modified: head/dns/bind914/distinfo
==============================================================================
--- head/dns/bind914/distinfo	Thu Mar 14 08:35:08 2019	(r495691)
+++ head/dns/bind914/distinfo	Thu Mar 14 08:35:56 2019	(r495692)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1552082879
-SHA256 (bind-9.14.0rc2.tar.gz) = 3127a7ae9bd046dbd1470850bdc0990ba1e694d728d18600edcf73f0826646d2
-SIZE (bind-9.14.0rc2.tar.gz) = 6289284
+TIMESTAMP = 1552551873
+SHA256 (bind-9.14.0rc3.tar.gz) = 16de60971fb7e3ac5fbc1b2ed9fbbe4b90bdf6b1f64e650996cdc6ac6e9bc38c
+SIZE (bind-9.14.0rc3.tar.gz) = 6289124

Modified: head/dns/bind914/files/extrapatch-bind-min-override-ttl
==============================================================================
--- head/dns/bind914/files/extrapatch-bind-min-override-ttl	Thu Mar 14 08:35:08 2019	(r495691)
+++ head/dns/bind914/files/extrapatch-bind-min-override-ttl	Thu Mar 14 08:35:56 2019	(r495692)
@@ -1,4 +1,4 @@
---- bin/named/config.c.orig	2019-03-07 05:45:21 UTC
+--- bin/named/config.c.orig	2019-03-13 02:03:34 UTC
 +++ bin/named/config.c
 @@ -179,6 +179,7 @@ options {\n\
  	notify-source *;\n\
@@ -8,7 +8,7 @@
  	provide-ixfr true;\n\
  	qname-minimization relaxed;\n\
  	query-source address *;\n\
---- bin/named/server.c.orig	2019-03-07 05:45:21 UTC
+--- bin/named/server.c.orig	2019-03-13 02:03:34 UTC
 +++ bin/named/server.c
 @@ -4162,6 +4162,11 @@ configure_view(dns_view_t *view, dns_viewlist_t *viewl
  	}
@@ -22,7 +22,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	2019-03-07 05:45:21 UTC
+--- lib/dns/include/dns/view.h.orig	2019-03-13 02:03:34 UTC
 +++ lib/dns/include/dns/view.h
 @@ -153,6 +153,7 @@ struct dns_view {
  	bool			requestnsid;
@@ -32,9 +32,9 @@
  	dns_ttl_t			maxncachettl;
  	dns_ttl_t			mincachettl;
  	dns_ttl_t			minncachettl;
---- lib/dns/resolver.c.orig	2019-03-07 05:45:21 UTC
+--- lib/dns/resolver.c.orig	2019-03-13 02:03:34 UTC
 +++ lib/dns/resolver.c
-@@ -6008,6 +6008,12 @@ cache_name(fetchctx_t *fctx, dns_name_t *name, dns_adb
+@@ -6009,6 +6009,12 @@ cache_name(fetchctx_t *fctx, dns_name_t *name, dns_adb
  		}
  
  		/*
@@ -47,7 +47,7 @@
  		 * Enforce the configure maximum cache TTL.
  		 */
  		if (rdataset->ttl > res->view->maxcachettl) {
---- lib/isccfg/namedconf.c.orig	2019-03-07 05:45:21 UTC
+--- lib/isccfg/namedconf.c.orig	2019-03-13 02:03:34 UTC
 +++ lib/isccfg/namedconf.c
 @@ -1899,6 +1899,7 @@ view_clauses[] = {
  #endif

Modified: head/dns/bind914/files/patch-configure
==============================================================================
--- head/dns/bind914/files/patch-configure	Thu Mar 14 08:35:08 2019	(r495691)
+++ head/dns/bind914/files/patch-configure	Thu Mar 14 08:35:56 2019	(r495692)
@@ -1,6 +1,6 @@
---- configure.orig	2019-03-07 05:45:21 UTC
+--- configure.orig	2019-03-13 02:03:34 UTC
 +++ configure
-@@ -16302,27 +16302,9 @@ done
+@@ -16318,27 +16318,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
-@@ -16365,47 +16347,7 @@ $as_echo "no" >&6; } ;;
+@@ -16381,47 +16363,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
-@@ -20912,7 +20854,7 @@ $as_echo "" >&6; }
+@@ -20928,7 +20870,7 @@ $as_echo "" >&6; }
  			# Check other locations for includes.
  			# Order is important (sigh).
  



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903140835.x2E8ZvXq022106>