Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Apr 2016 10:05:18 +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: r414267 - in head/dns/bind9-devel: . files
Message-ID:  <201604291005.u3TA5I7T018618@repo.freebsd.org>

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

Log:
  Update to latest snapshot.
  
  While there, update the root hints file.
  
  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/named.root
  head/dns/bind9-devel/files/patch-configure   (contents, props changed)

Modified: head/dns/bind9-devel/Makefile
==============================================================================
--- head/dns/bind9-devel/Makefile	Fri Apr 29 10:05:11 2016	(r414266)
+++ head/dns/bind9-devel/Makefile	Fri Apr 29 10:05:18 2016	(r414267)
@@ -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=	LOCAL/mat/bind
@@ -19,8 +19,8 @@ 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.11.0.a20160408
-HASH=		7f79448
+ISCVERSION=	9.11.0.a20160428
+HASH=		a27dc50
 
 MAKE_JOBS_UNSAFE=	yes
 

Modified: head/dns/bind9-devel/distinfo
==============================================================================
--- head/dns/bind9-devel/distinfo	Fri Apr 29 10:05:11 2016	(r414266)
+++ head/dns/bind9-devel/distinfo	Fri Apr 29 10:05:18 2016	(r414267)
@@ -1,2 +1,2 @@
-SHA256 (bind9-7f79448.tar.gz) = 18f73fb104947963e135a60d247389b0db74b4bef046be8e914007a6c8b2104b
-SIZE (bind9-7f79448.tar.gz) = 11693960
+SHA256 (bind9-a27dc50.tar.gz) = f5c2ee82b3a3c6de086df3cfc4c1a2ca2729e60c2563d65247dc36a82f783c01
+SIZE (bind9-a27dc50.tar.gz) = 11721171

Modified: head/dns/bind9-devel/files/named.root
==============================================================================
--- head/dns/bind9-devel/files/named.root	Fri Apr 29 10:05:11 2016	(r414266)
+++ head/dns/bind9-devel/files/named.root	Fri Apr 29 10:05:18 2016	(r414267)
@@ -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/bind9-devel/files/patch-configure
==============================================================================
--- head/dns/bind9-devel/files/patch-configure	Fri Apr 29 10:05:11 2016	(r414266)
+++ head/dns/bind9-devel/files/patch-configure	Fri Apr 29 10:05:18 2016	(r414267)
@@ -1,6 +1,6 @@
---- configure.orig	2016-03-26 21:25:44 UTC
+--- configure.orig	2016-04-29 05:30:53 UTC
 +++ configure
-@@ -14152,27 +14152,9 @@ done
+@@ -14186,27 +14186,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
-@@ -14215,47 +14197,7 @@ $as_echo "no" >&6; } ;;
+@@ -14249,47 +14231,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
-@@ -22061,7 +22003,7 @@ $as_echo "" >&6; }
+@@ -22095,7 +22037,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?201604291005.u3TA5I7T018618>