svn commit: r418769 - in head/dns: bind9-devel bind9-devel/files bind910 bind911 bind911/files bind99

Mathieu Arnold mat at FreeBSD.org
Tue Jul 19 11:30:40 UTC 2016


Author: mat
Date: Tue Jul 19 11:30:38 2016
New Revision: 418769
URL: https://svnweb.freebsd.org/changeset/ports/418769

Log:
  BIND9 update, 9.9.9-P2, 9.10.4-P2, 9.11.0b2 and latest 9.12 snapshot.
  
  MFH:		2016Q3
  Security:	CVE-2016-2775
  Changes:	https://lists.isc.org/pipermail/bind-announce/2016-July/000996.html
  Changes:	https://lists.isc.org/pipermail/bind-announce/2016-July/000997.html
  Changes:	https://lists.isc.org/pipermail/bind-announce/2016-July/000998.html
  Changes:	https://lists.isc.org/pipermail/bind-announce/2016-July/000999.html
  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)
  head/dns/bind910/Makefile   (contents, props changed)
  head/dns/bind910/distinfo   (contents, props changed)
  head/dns/bind911/Makefile   (contents, props changed)
  head/dns/bind911/distinfo   (contents, props changed)
  head/dns/bind911/files/extrapatch-bind-min-override-ttl   (contents, props changed)
  head/dns/bind911/files/patch-configure   (contents, props changed)
  head/dns/bind99/Makefile   (contents, props changed)
  head/dns/bind99/distinfo   (contents, props changed)

Modified: head/dns/bind9-devel/Makefile
==============================================================================
--- head/dns/bind9-devel/Makefile	Tue Jul 19 11:25:14 2016	(r418768)
+++ head/dns/bind9-devel/Makefile	Tue Jul 19 11:30:38 2016	(r418769)
@@ -16,8 +16,8 @@ COMMENT=	BIND DNS suite with updated DNS
 LICENSE=	MPL
 
 # ISC releases things like 9.8.0-P1, which our versioning doesn't like
-ISCVERSION=	9.12.0a.2016.07.04
-HASH=		c8fb7e4
+ISCVERSION=	9.12.0a.2016.07.14
+HASH=		203b693
 
 MAKE_JOBS_UNSAFE=	yes
 

Modified: head/dns/bind9-devel/distinfo
==============================================================================
--- head/dns/bind9-devel/distinfo	Tue Jul 19 11:25:14 2016	(r418768)
+++ head/dns/bind9-devel/distinfo	Tue Jul 19 11:30:38 2016	(r418769)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1467626025
-SHA256 (bind9-c8fb7e4.tar.gz) = 273b40b1ec4ec850007c5c4af0afdabd7b917232a4e889831ef3968a2dc8591a
-SIZE (bind9-c8fb7e4.tar.gz) = 11761224
+TIMESTAMP = 1468926927
+SHA256 (bind9-203b693.tar.gz) = 1702e2e597c88234c319b2ab83a286e28e6e58e23790858d0165dee6de1f5957
+SIZE (bind9-203b693.tar.gz) = 11763050

Modified: head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl
==============================================================================
--- head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl	Tue Jul 19 11:25:14 2016	(r418768)
+++ head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl	Tue Jul 19 11:30:38 2016	(r418769)
@@ -1,4 +1,4 @@
---- bin/named/config.c.orig	2016-06-27 05:29:38 UTC
+--- bin/named/config.c.orig	2016-07-14 05:13:57 UTC
 +++ bin/named/config.c
 @@ -151,6 +151,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-06-27 05:29:38 UTC
+--- bin/named/server.c.orig	2016-07-14 05:13:57 UTC
 +++ bin/named/server.c
-@@ -3521,6 +3521,16 @@ configure_view(dns_view_t *view, dns_vie
+@@ -3549,6 +3549,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-06-27 05:29:38 UTC
+--- lib/dns/include/dns/view.h.orig	2016-07-14 05:13:57 UTC
 +++ lib/dns/include/dns/view.h
 @@ -145,6 +145,8 @@ struct dns_view {
  	isc_boolean_t			requestnsid;
@@ -39,7 +39,7 @@
  	dns_ttl_t			maxncachettl;
  	isc_uint32_t			nta_lifetime;
  	isc_uint32_t			nta_recheck;
---- lib/dns/resolver.c.orig	2016-06-27 05:29:38 UTC
+--- lib/dns/resolver.c.orig	2016-07-14 05:13:57 UTC
 +++ lib/dns/resolver.c
 @@ -5431,6 +5431,18 @@ cache_name(fetchctx_t *fctx, dns_name_t 
  		}
@@ -60,7 +60,7 @@
  		 * Enforce the configure maximum cache TTL.
  		 */
  		if (rdataset->ttl > res->view->maxcachettl)
---- lib/isccfg/namedconf.c.orig	2016-06-27 05:29:38 UTC
+--- lib/isccfg/namedconf.c.orig	2016-07-14 05:13:57 UTC
 +++ lib/isccfg/namedconf.c
 @@ -1707,6 +1707,8 @@ view_clauses[] = {
  	{ "nosit-udp-size", &cfg_type_uint32, CFG_CLAUSEFLAG_OBSOLETE },

Modified: head/dns/bind9-devel/files/patch-configure
==============================================================================
--- head/dns/bind9-devel/files/patch-configure	Tue Jul 19 11:25:14 2016	(r418768)
+++ head/dns/bind9-devel/files/patch-configure	Tue Jul 19 11:30:38 2016	(r418769)
@@ -1,4 +1,4 @@
---- configure.orig	2016-07-04 05:46:50 UTC
+--- configure.orig	2016-07-14 05:13:57 UTC
 +++ configure
 @@ -14338,27 +14338,9 @@ done
  		# problems start to show up.
@@ -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
-@@ -22279,7 +22221,7 @@ $as_echo "" >&6; }
+@@ -22318,7 +22260,7 @@ $as_echo "" >&6; }
  			# Check other locations for includes.
  			# Order is important (sigh).
  

Modified: head/dns/bind910/Makefile
==============================================================================
--- head/dns/bind910/Makefile	Tue Jul 19 11:25:14 2016	(r418768)
+++ head/dns/bind910/Makefile	Tue Jul 19 11:30:38 2016	(r418769)
@@ -29,7 +29,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.10.4-P1
+ISCVERSION=	9.10.4-P2
 
 MAKE_JOBS_UNSAFE=	yes
 

Modified: head/dns/bind910/distinfo
==============================================================================
--- head/dns/bind910/distinfo	Tue Jul 19 11:25:14 2016	(r418768)
+++ head/dns/bind910/distinfo	Tue Jul 19 11:30:38 2016	(r418769)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1464252479
-SHA256 (bind-9.10.4-P1.tar.gz) = 7c3b7d1afe48a6bbead8f11f6971fb09eb57fa257dc32a088fcc20a0218131a2
-SIZE (bind-9.10.4-P1.tar.gz) = 9293605
+TIMESTAMP = 1468926862
+SHA256 (bind-9.10.4-P2.tar.gz) = b35b8af8fe030196d03b3e487f5ecd0c0836b5e124abc7a3ecd184740b444423
+SIZE (bind-9.10.4-P2.tar.gz) = 9298010

Modified: head/dns/bind911/Makefile
==============================================================================
--- head/dns/bind911/Makefile	Tue Jul 19 11:25:14 2016	(r418768)
+++ head/dns/bind911/Makefile	Tue Jul 19 11:30:38 2016	(r418769)
@@ -29,7 +29,7 @@ COMMENT=	BIND DNS suite with updated DNS
 LICENSE=	MPL
 
 # ISC releases things like 9.8.0-P1, which our versioning doesn't like
-ISCVERSION=	9.11.0b1
+ISCVERSION=	9.11.0b2
 
 MAKE_JOBS_UNSAFE=	yes
 

Modified: head/dns/bind911/distinfo
==============================================================================
--- head/dns/bind911/distinfo	Tue Jul 19 11:25:14 2016	(r418768)
+++ head/dns/bind911/distinfo	Tue Jul 19 11:30:38 2016	(r418769)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1467624274
-SHA256 (bind-9.11.0b1.tar.gz) = de0f974225dfa8261ab624034cbeef715fe3f767aa3742cd7a2279002399f5d6
-SIZE (bind-9.11.0b1.tar.gz) = 9707184
+TIMESTAMP = 1468926742
+SHA256 (bind-9.11.0b2.tar.gz) = 440e7fa7c4e241c13028699ab107fc4c3efd1719012b1af356d39db5ab49109d
+SIZE (bind-9.11.0b2.tar.gz) = 9714852

Modified: head/dns/bind911/files/extrapatch-bind-min-override-ttl
==============================================================================
--- head/dns/bind911/files/extrapatch-bind-min-override-ttl	Tue Jul 19 11:25:14 2016	(r418768)
+++ head/dns/bind911/files/extrapatch-bind-min-override-ttl	Tue Jul 19 11:30:38 2016	(r418769)
@@ -1,4 +1,4 @@
---- bin/named/config.c.orig	2016-06-27 17:38:13 UTC
+--- bin/named/config.c.orig	2016-07-14 01:31:01 UTC
 +++ bin/named/config.c
 @@ -151,6 +151,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-06-27 17:38:13 UTC
+--- bin/named/server.c.orig	2016-07-14 01:31:01 UTC
 +++ bin/named/server.c
-@@ -3521,6 +3521,16 @@ configure_view(dns_view_t *view, dns_vie
+@@ -3549,6 +3549,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-06-27 17:38:13 UTC
+--- lib/dns/include/dns/view.h.orig	2016-07-14 01:31:01 UTC
 +++ lib/dns/include/dns/view.h
 @@ -145,6 +145,8 @@ struct dns_view {
  	isc_boolean_t			requestnsid;
@@ -39,7 +39,7 @@
  	dns_ttl_t			maxncachettl;
  	isc_uint32_t			nta_lifetime;
  	isc_uint32_t			nta_recheck;
---- lib/dns/resolver.c.orig	2016-06-27 17:38:13 UTC
+--- lib/dns/resolver.c.orig	2016-07-14 01:31:01 UTC
 +++ lib/dns/resolver.c
 @@ -5431,6 +5431,18 @@ cache_name(fetchctx_t *fctx, dns_name_t 
  		}
@@ -60,7 +60,7 @@
  		 * Enforce the configure maximum cache TTL.
  		 */
  		if (rdataset->ttl > res->view->maxcachettl)
---- lib/isccfg/namedconf.c.orig	2016-06-27 17:38:13 UTC
+--- lib/isccfg/namedconf.c.orig	2016-07-14 01:31:01 UTC
 +++ lib/isccfg/namedconf.c
 @@ -1707,6 +1707,8 @@ view_clauses[] = {
  	{ "nosit-udp-size", &cfg_type_uint32, CFG_CLAUSEFLAG_OBSOLETE },

Modified: head/dns/bind911/files/patch-configure
==============================================================================
--- head/dns/bind911/files/patch-configure	Tue Jul 19 11:25:14 2016	(r418768)
+++ head/dns/bind911/files/patch-configure	Tue Jul 19 11:30:38 2016	(r418769)
@@ -1,6 +1,6 @@
---- configure.orig	2016-06-27 17:38:13 UTC
+--- configure.orig	2016-07-14 01:31:01 UTC
 +++ configure
-@@ -14205,27 +14205,9 @@ done
+@@ -14338,27 +14338,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
-@@ -14268,47 +14250,7 @@ $as_echo "no" >&6; } ;;
+@@ -14401,47 +14383,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
-@@ -22147,7 +22089,7 @@ $as_echo "" >&6; }
+@@ -22318,7 +22260,7 @@ $as_echo "" >&6; }
  			# Check other locations for includes.
  			# Order is important (sigh).
  

Modified: head/dns/bind99/Makefile
==============================================================================
--- head/dns/bind99/Makefile	Tue Jul 19 11:25:14 2016	(r418768)
+++ head/dns/bind99/Makefile	Tue Jul 19 11:30:38 2016	(r418769)
@@ -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.9-P1
+ISCVERSION=	9.9.9-P2
 
 MAKE_JOBS_UNSAFE=	yes
 

Modified: head/dns/bind99/distinfo
==============================================================================
--- head/dns/bind99/distinfo	Tue Jul 19 11:25:14 2016	(r418768)
+++ head/dns/bind99/distinfo	Tue Jul 19 11:30:38 2016	(r418769)
@@ -1,5 +1,3 @@
-TIMESTAMP = 1464252734
-SHA256 (bind-9.9.9-P1.tar.gz) = 9bcc76b8cbee2e64210e80fc6b57a8e8ff07780f994f87d5a2aa312cdfa24aa4
-SIZE (bind-9.9.9-P1.tar.gz) = 8758793
-SHA256 (9.9.9-P1-rpz2+rl.14038.05.patch.xz) = 230ab0dbf30e8cf956ea6557d00046618abe158cb2fc3c2204c021ace58e5588
-SIZE (9.9.9-P1-rpz2+rl.14038.05.patch.xz) = 39284
+TIMESTAMP = 1468927271
+SHA256 (bind-9.9.9-P2.tar.gz) = 7746cc29071cb7e10f10be013cea836a3027b820a367ce3986cd366c01863bf2
+SIZE (bind-9.9.9-P2.tar.gz) = 8762371


More information about the svn-ports-all mailing list