Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Apr 2016 10:04:43 +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: r414265 - in head/dns/bind99: . files
Message-ID:  <201604291004.u3TA4hnt018266@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Fri Apr 29 10:04:43 2016
New Revision: 414265
URL: https://svnweb.freebsd.org/changeset/ports/414265

Log:
  Update to 9.9.9.
  
  While there, update the root hints file.
  
  Sponsored by:	Absolight

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

Modified: head/dns/bind99/Makefile
==============================================================================
--- head/dns/bind99/Makefile	Fri Apr 29 09:58:41 2016	(r414264)
+++ head/dns/bind99/Makefile	Fri Apr 29 10:04:43 2016	(r414265)
@@ -2,7 +2,7 @@
 # pkg-help formatted with fmt 59 63
 
 PORTNAME=	bind
-PORTVERSION=	${ISCVERSION:S/-P/P/}
+PORTVERSION=	${ISCVERSION:S/-P/P/:S/b/.b/}
 PORTREVISION=	0
 CATEGORIES=	dns net ipv6
 MASTER_SITES=	ISC/bind9/${ISCVERSION}
@@ -15,7 +15,7 @@ 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.9.8-P4
+ISCVERSION=	9.9.9
 
 MAKE_JOBS_UNSAFE=	yes
 

Modified: head/dns/bind99/distinfo
==============================================================================
--- head/dns/bind99/distinfo	Fri Apr 29 09:58:41 2016	(r414264)
+++ head/dns/bind99/distinfo	Fri Apr 29 10:04:43 2016	(r414265)
@@ -1,4 +1,4 @@
-SHA256 (bind-9.9.8-P4.tar.gz) = 5ed0b852e4d1dc90e10751c7fa70a9ee29a619bad61d97250eac8161009d89f2
-SIZE (bind-9.9.8-P4.tar.gz) = 7999697
-SHA256 (9.9.8-P4-rpz2+rl.14038.05.patch.xz) = 5415559171c03a9a02e31284552a4888911eeb692d57def8d631b7d0564dc5f0
-SIZE (9.9.8-P4-rpz2+rl.14038.05.patch.xz) = 39240
+SHA256 (bind-9.9.9.tar.gz) = 981c95f9702105007ef29764dd086a7c9cf0d01143012ae429dd78714dc51871
+SIZE (bind-9.9.9.tar.gz) = 8781170
+SHA256 (9.9.9-rpz2+rl.14038.05.patch.xz) = 863808da519dfa9e0f0cc74b2f66f5cfd3af564c54c1157b20922d58776d1811
+SIZE (9.9.9-rpz2+rl.14038.05.patch.xz) = 39300

Modified: head/dns/bind99/files/extrapatch-bind-min-override-ttl
==============================================================================
--- head/dns/bind99/files/extrapatch-bind-min-override-ttl	Fri Apr 29 09:58:41 2016	(r414264)
+++ head/dns/bind99/files/extrapatch-bind-min-override-ttl	Fri Apr 29 10:04:43 2016	(r414265)
@@ -1,4 +1,4 @@
---- bin/named/config.c.orig	2016-02-29 00:30:52 UTC
+--- bin/named/config.c.orig	2016-04-20 20:11:30 UTC
 +++ bin/named/config.c
 @@ -141,6 +141,8 @@ options {\n\
  	min-roots 2;\n\
@@ -9,9 +9,9 @@
  	max-cache-ttl 604800; /* 1 week */\n\
  	transfer-format many-answers;\n\
  	max-cache-size 0;\n\
---- bin/named/server.c.orig	2016-02-29 00:30:52 UTC
+--- bin/named/server.c.orig	2016-04-20 20:11:30 UTC
 +++ bin/named/server.c
-@@ -2554,6 +2554,16 @@ configure_view(dns_view_t *view, cfg_obj
+@@ -2559,6 +2559,16 @@ configure_view(dns_view_t *view, cfg_obj
  	}
  
  	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-02-29 00:30:52 UTC
+--- lib/dns/include/dns/view.h.orig	2016-04-20 20:11:30 UTC
 +++ lib/dns/include/dns/view.h
 @@ -148,6 +148,8 @@ struct dns_view {
  	isc_boolean_t			provideixfr;
@@ -39,9 +39,9 @@
  	dns_ttl_t			maxncachettl;
  	in_port_t			dstport;
  	dns_aclenv_t			aclenv;
---- lib/dns/resolver.c.orig	2016-02-29 00:30:52 UTC
+--- lib/dns/resolver.c.orig	2016-04-20 20:11:30 UTC
 +++ lib/dns/resolver.c
-@@ -5088,6 +5088,18 @@ cache_name(fetchctx_t *fctx, dns_name_t 
+@@ -5114,6 +5114,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-02-29 00:30:52 UTC
+--- lib/isccfg/namedconf.c.orig	2016-04-20 20:11:30 UTC
 +++ lib/isccfg/namedconf.c
-@@ -1448,6 +1448,8 @@ view_clauses[] = {
+@@ -1459,6 +1459,8 @@ view_clauses[] = {
  	{ "lame-ttl", &cfg_type_uint32, 0 },
  	{ "max-acache-size", &cfg_type_sizenodefault, 0 },
  	{ "max-cache-size", &cfg_type_sizenodefault, 0 },

Modified: head/dns/bind99/files/named.root
==============================================================================
--- head/dns/bind99/files/named.root	Fri Apr 29 09:58:41 2016	(r414264)
+++ head/dns/bind99/files/named.root	Fri Apr 29 10:04:43 2016	(r414265)
@@ -13,8 +13,8 @@
 ;           on server           FTP.INTERNIC.NET
 ;       -OR-                    RS.INTERNIC.NET
 ;
-;       last update:    December 01, 2015
-;       related version of root zone:   2015120100
+;       last update:    March 23, 2016
+;       related version of root zone:   2016032301
 ;
 ; formerly NS.INTERNIC.NET
 ;
@@ -84,7 +84,7 @@ K.ROOT-SERVERS.NET.      3600000      AA
 ;
 .                        3600000      NS    L.ROOT-SERVERS.NET.
 L.ROOT-SERVERS.NET.      3600000      A     199.7.83.42
-L.ROOT-SERVERS.NET.      3600000      AAAA  2001:500:3::42
+L.ROOT-SERVERS.NET.      3600000      AAAA  2001:500:9f::42
 ;
 ; OPERATED BY WIDE
 ;

Modified: head/dns/bind99/files/patch-configure
==============================================================================
--- head/dns/bind99/files/patch-configure	Fri Apr 29 09:58:41 2016	(r414264)
+++ head/dns/bind99/files/patch-configure	Fri Apr 29 10:04:43 2016	(r414265)
@@ -1,6 +1,6 @@
---- configure.orig	2015-12-06 12:12:21 UTC
+--- configure.orig	2016-04-20 20:11:30 UTC
 +++ configure
-@@ -14289,27 +14289,9 @@ done
+@@ -14329,27 +14329,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
-@@ -14352,47 +14334,7 @@ $as_echo "no" >&6; } ;;
+@@ -14392,47 +14374,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
-@@ -20342,7 +20284,7 @@ $as_echo "" >&6; }
+@@ -20477,7 +20419,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?201604291004.u3TA4hnt018266>