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

Mathieu Arnold mat at FreeBSD.org
Fri Mar 1 10:03:07 UTC 2019


Author: mat
Date: Fri Mar  1 10:03:04 2019
New Revision: 494251
URL: https://svnweb.freebsd.org/changeset/ports/494251

Log:
  Update to 9.12.4.

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	Fri Mar  1 10:02:53 2019	(r494250)
+++ head/dns/bind912/Makefile	Fri Mar  1 10:03:04 2019	(r494251)
@@ -32,7 +32,7 @@ LIB_DEPENDS=	libxml2.so:textproc/libxml2
 
 USES=	compiler:c11 cpe libedit
 # ISC releases things like 9.8.0-P1, which our versioning doesn't like
-ISCVERSION=	9.12.3-P4
+ISCVERSION=	9.12.4
 
 CPE_VENDOR=	isc
 CPE_VERSION=	${ISCVERSION:C/-.*//}

Modified: head/dns/bind912/distinfo
==============================================================================
--- head/dns/bind912/distinfo	Fri Mar  1 10:02:53 2019	(r494250)
+++ head/dns/bind912/distinfo	Fri Mar  1 10:03:04 2019	(r494251)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1550649173
-SHA256 (bind-9.12.3-P4.tar.gz) = d1014453c62623e42323fd83fc89444c12ae6b707fd586466959a052fe21f206
-SIZE (bind-9.12.3-P4.tar.gz) = 8627833
+TIMESTAMP = 1551432826
+SHA256 (bind-9.12.4.tar.gz) = 81bf24b2b86f7288ccf727aff59f1d752cc3e9de30a7480d24d67736256a0d53
+SIZE (bind-9.12.4.tar.gz) = 7936647

Modified: head/dns/bind912/files/extrapatch-bind-min-override-ttl
==============================================================================
--- head/dns/bind912/files/extrapatch-bind-min-override-ttl	Fri Mar  1 10:02:53 2019	(r494250)
+++ head/dns/bind912/files/extrapatch-bind-min-override-ttl	Fri Mar  1 10:03:04 2019	(r494251)
@@ -1,4 +1,4 @@
---- bin/named/config.c.orig	2019-02-05 00:00:59 UTC
+--- bin/named/config.c.orig	2019-02-27 23:42:04 UTC
 +++ bin/named/config.c
 @@ -183,12 +183,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	2019-02-05 00:00:59 UTC
+--- bin/named/server.c.orig	2019-02-27 23:42:04 UTC
 +++ bin/named/server.c
-@@ -4075,6 +4075,16 @@ configure_view(dns_view_t *view, dns_viewlist_t *viewl
+@@ -4098,6 +4098,16 @@ configure_view(dns_view_t *view, dns_viewlist_t *viewl
  	}
  
  	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	2019-02-05 00:00:59 UTC
+--- lib/dns/include/dns/view.h.orig	2019-02-27 23:42:04 UTC
 +++ lib/dns/include/dns/view.h
 @@ -151,6 +151,8 @@ struct dns_view {
  	bool			requestnsid;
@@ -45,9 +45,9 @@
  	dns_ttl_t			maxncachettl;
  	uint32_t			nta_lifetime;
  	uint32_t			nta_recheck;
---- lib/dns/resolver.c.orig	2019-02-05 00:00:59 UTC
+--- lib/dns/resolver.c.orig	2019-02-27 23:42:04 UTC
 +++ lib/dns/resolver.c
-@@ -5757,6 +5757,18 @@ cache_name(fetchctx_t *fctx, dns_name_t *name, dns_adb
+@@ -5797,6 +5797,18 @@ cache_name(fetchctx_t *fctx, dns_name_t *name, dns_adb
  		}
  
  		/*
@@ -66,7 +66,7 @@
  		 * Enforce the configure maximum cache TTL.
  		 */
  		if (rdataset->ttl > res->view->maxcachettl) {
---- lib/isccfg/namedconf.c.orig	2019-02-05 00:00:59 UTC
+--- lib/isccfg/namedconf.c.orig	2019-02-27 23:42:04 UTC
 +++ lib/isccfg/namedconf.c
 @@ -1917,6 +1917,8 @@ view_clauses[] = {
  	{ "max-acache-size", &cfg_type_sizenodefault,

Modified: head/dns/bind912/files/patch-configure
==============================================================================
--- head/dns/bind912/files/patch-configure	Fri Mar  1 10:02:53 2019	(r494250)
+++ head/dns/bind912/files/patch-configure	Fri Mar  1 10:03:04 2019	(r494251)
@@ -1,6 +1,6 @@
---- configure.orig	2018-10-06 05:51:22 UTC
+--- configure.orig	2019-02-27 23:42:04 UTC
 +++ configure
-@@ -15085,27 +15085,9 @@ done
+@@ -15138,27 +15138,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
-@@ -15148,47 +15130,7 @@ $as_echo "no" >&6; } ;;
+@@ -15201,47 +15183,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
-@@ -23886,7 +23828,7 @@ $as_echo "" >&6; }
+@@ -24225,7 +24167,7 @@ $as_echo "" >&6; }
  			# Check other locations for includes.
  			# Order is important (sigh).
  


More information about the svn-ports-all mailing list