Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Jun 2020 13:12:03 +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: r537546 - in head/dns/bind9-devel: . files
Message-ID:  <202006021312.052DC3p0068418@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Tue Jun  2 13:12:02 2020
New Revision: 537546
URL: https://svnweb.freebsd.org/changeset/ports/537546

Log:
  Update to latest commit.

Modified:
  head/dns/bind9-devel/Makefile   (contents, props changed)
  head/dns/bind9-devel/distinfo   (contents, props changed)
  head/dns/bind9-devel/files/extrapatch-bind-tools   (contents, props changed)
  head/dns/bind9-devel/files/extrapatch-no-bind-tools   (contents, props changed)
  head/dns/bind9-devel/pkg-plist   (contents, props changed)

Modified: head/dns/bind9-devel/Makefile
==============================================================================
--- head/dns/bind9-devel/Makefile	Tue Jun  2 13:11:58 2020	(r537545)
+++ head/dns/bind9-devel/Makefile	Tue Jun  2 13:12:02 2020	(r537546)
@@ -5,11 +5,11 @@ PORTNAME=	bind
 PORTVERSION=	${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc/.rc/}
 .if defined(BIND_TOOLS_SLAVE)
 # dns/bind-tools here
-PORTREVISION=	1
+PORTREVISION=	0
 .else
 # XXX: correct version
 # dns/bind9xx here
-PORTREVISION=	1
+PORTREVISION=	0
 .endif
 CATEGORIES=	dns net
 # XXX: put the ISC master_site
@@ -48,13 +48,13 @@ RUN_DEPENDS=	bind-tools>0:dns/bind-tools
 # XXX: remove tar:bz2
 USES=		autoreconf compiler:c11 cpe libedit libtool pkgconfig ssl tar:bz2
 # ISC releases things like 9.8.0-P1, which our versioning doesn't like
-ISCVERSION=	9.17.0a0.2020.05.25
+ISCVERSION=	9.17.0a0.2020.06.01
 # XXX: Remove gitlab
 USE_GITLAB=	yes
 GL_SITE=	https://gitlab.isc.org
 GL_ACCOUNT=	isc-projects
 GL_PROJECT=	bind9
-GL_COMMIT=	8422b23c921176329c07e57aa26dfa32ed63cd4f
+GL_COMMIT=	31fa72ec2e724ecf1489983849eb05b7aeb3481a
 
 CPE_VENDOR=	isc
 CPE_VERSION=	${ISCVERSION:C/-.*//}

Modified: head/dns/bind9-devel/distinfo
==============================================================================
--- head/dns/bind9-devel/distinfo	Tue Jun  2 13:11:58 2020	(r537545)
+++ head/dns/bind9-devel/distinfo	Tue Jun  2 13:12:02 2020	(r537546)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1590418666
-SHA256 (isc-projects-bind9-8422b23c921176329c07e57aa26dfa32ed63cd4f_GL0.tar.gz) = 179f61e59e119993196f52c262f57fa792dbe9d788811c713cbfb4d1108429fe
-SIZE (isc-projects-bind9-8422b23c921176329c07e57aa26dfa32ed63cd4f_GL0.tar.gz) = 4473365
+TIMESTAMP = 1591098249
+SHA256 (isc-projects-bind9-31fa72ec2e724ecf1489983849eb05b7aeb3481a_GL0.tar.gz) = 269e65c65ff1ee57d7deb927649f86ff79458f8dad9d9686b6c2b00821d6eac1
+SIZE (isc-projects-bind9-31fa72ec2e724ecf1489983849eb05b7aeb3481a_GL0.tar.gz) = 4472173

Modified: head/dns/bind9-devel/files/extrapatch-bind-tools
==============================================================================
--- head/dns/bind9-devel/files/extrapatch-bind-tools	Tue Jun  2 13:11:58 2020	(r537545)
+++ head/dns/bind9-devel/files/extrapatch-bind-tools	Tue Jun  2 13:12:02 2020	(r537546)
@@ -1,15 +1,15 @@
 Only select the "tools" part of bind for building.
 
---- Makefile.am.orig	2020-05-10 23:44:14 UTC
+--- Makefile.am.orig	2020-06-01 11:40:58 UTC
 +++ Makefile.am
 @@ -8,6 +8,4 @@ CLEANFILES = bind.keys.h
  bind.keys.h: bind.keys Makefile
- 	${PERL} ${top_srcdir}/util/bindkeys.pl < ${top_srcdir}/bind.keys > $@
+ 	${PERL} ${top_srcdir}/util/bindkeys.pl ${top_srcdir}/bind.keys > $@
  
 -dist_sysconf_DATA = bind.keys
 -
  .PHONY: doc
---- bin/Makefile.am.orig	2020-05-10 23:44:14 UTC
+--- bin/Makefile.am.orig	2020-06-01 11:40:58 UTC
 +++ bin/Makefile.am
 @@ -1,4 +1,4 @@
 -SUBDIRS = named rndc dig delv dnssec tools nsupdate check confgen tests plugins

Modified: head/dns/bind9-devel/files/extrapatch-no-bind-tools
==============================================================================
--- head/dns/bind9-devel/files/extrapatch-no-bind-tools	Tue Jun  2 13:11:58 2020	(r537545)
+++ head/dns/bind9-devel/files/extrapatch-no-bind-tools	Tue Jun  2 13:12:02 2020	(r537546)
@@ -1,6 +1,6 @@
 Exclude the "tools" from building and installing.
 
---- bin/Makefile.am.orig	2020-05-10 23:44:14 UTC
+--- bin/Makefile.am.orig	2020-06-01 11:40:58 UTC
 +++ bin/Makefile.am
 @@ -1,4 +1,4 @@
 -SUBDIRS = named rndc dig delv dnssec tools nsupdate check confgen tests plugins
@@ -8,7 +8,7 @@ Exclude the "tools" from building and installing.
  
  if HAVE_PKCS11
  SUBDIRS += pkcs11
---- bin/tools/Makefile.am.orig	2020-05-10 23:44:14 UTC
+--- bin/tools/Makefile.am.orig	2020-06-01 11:40:58 UTC
 +++ bin/tools/Makefile.am
 @@ -8,14 +8,9 @@ LDADD =				\
  	$(LIBISC_LIBS)		\
@@ -25,5 +25,5 @@ Exclude the "tools" from building and installing.
 -	nsec3hash
 +sbin_PROGRAMS =
  
- mdig_CPPFLAGS =			\
- 	$(AM_CPPFLAGS)		\
+ arpaname_LDADD =		\
+ 	$(LIBISC_LIBS)

Modified: head/dns/bind9-devel/pkg-plist
==============================================================================
--- head/dns/bind9-devel/pkg-plist	Tue Jun  2 13:11:58 2020	(r537545)
+++ head/dns/bind9-devel/pkg-plist	Tue Jun  2 13:12:02 2020	(r537546)
@@ -1,4 +1,8 @@
 %%DNSTAP%%bin/dnstap-read
+%%NATIVE_PKCS11%%bin/pkcs11-destroy
+%%NATIVE_PKCS11%%bin/pkcs11-keygen
+%%NATIVE_PKCS11%%bin/pkcs11-list
+%%NATIVE_PKCS11%%bin/pkcs11-tokens
 @sample etc/mtree/BIND.chroot.dist.sample
 @sample etc/mtree/BIND.chroot.local.dist.sample
 %%ETCDIR%%/bind.keys
@@ -303,10 +307,6 @@ sbin/named-checkconf
 sbin/named-checkzone
 sbin/named-compilezone
 %%LMDB%%sbin/named-nzd2nzf
-%%NATIVE_PKCS11%%sbin/pkcs11-destroy
-%%NATIVE_PKCS11%%sbin/pkcs11-keygen
-%%NATIVE_PKCS11%%sbin/pkcs11-list
-%%NATIVE_PKCS11%%sbin/pkcs11-tokens
 sbin/rndc
 sbin/rndc-confgen
 sbin/tsig-confgen



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