Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Jul 2020 13:50:17 +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: r542641 - in head/dns: bind-tools bind9-devel bind9-devel/files
Message-ID:  <202007201350.06KDoHwd091679@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Mon Jul 20 13:50:17 2020
New Revision: 542641
URL: https://svnweb.freebsd.org/changeset/ports/542641

Log:
  Update to latest commit.
  
  While there, move named-journalprint from bind-tools to bind9, it is
  only useful on machines with BIND9 running, where journal files actually
  exist.  The man page was already in the correct port.

Modified:
  head/dns/bind-tools/pkg-plist-devel   (contents, props changed)
  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/files/named.in
  head/dns/bind9-devel/pkg-plist   (contents, props changed)

Modified: head/dns/bind-tools/pkg-plist-devel
==============================================================================
--- head/dns/bind-tools/pkg-plist-devel	Mon Jul 20 13:50:13 2020	(r542640)
+++ head/dns/bind-tools/pkg-plist-devel	Mon Jul 20 13:50:17 2020	(r542641)
@@ -12,32 +12,31 @@ bin/dnssec-signzone
 bin/dnssec-verify
 bin/host
 bin/mdig
-bin/named-journalprint
 bin/named-rrchecker
 bin/nsec3hash
 bin/nslookup
 bin/nsupdate
 lib/bind-tools/libbind9.so
 lib/bind-tools/libbind9.so.1701
-lib/bind-tools/libbind9.so.1701.0.0
+lib/bind-tools/libbind9.so.1701.0.1
 lib/bind-tools/libdns.so
-lib/bind-tools/libdns.so.1702
-lib/bind-tools/libdns.so.1702.0.0
+lib/bind-tools/libdns.so.1703
+lib/bind-tools/libdns.so.1703.0.0
 lib/bind-tools/libirs.so
 lib/bind-tools/libirs.so.1701
 lib/bind-tools/libirs.so.1701.0.0
 lib/bind-tools/libisc.so
-lib/bind-tools/libisc.so.1702
-lib/bind-tools/libisc.so.1702.0.0
+lib/bind-tools/libisc.so.1703
+lib/bind-tools/libisc.so.1703.0.0
 lib/bind-tools/libisccc.so
 lib/bind-tools/libisccc.so.1701
 lib/bind-tools/libisccc.so.1701.0.0
 lib/bind-tools/libisccfg.so
 lib/bind-tools/libisccfg.so.1701
-lib/bind-tools/libisccfg.so.1701.0.0
+lib/bind-tools/libisccfg.so.1701.0.1
 lib/bind-tools/libns.so
-lib/bind-tools/libns.so.1702
-lib/bind-tools/libns.so.1702.0.0
+lib/bind-tools/libns.so.1703
+lib/bind-tools/libns.so.1703.0.0
 man/man1/arpaname.1.gz
 man/man1/delv.1.gz
 man/man1/dig.1.gz

Modified: head/dns/bind9-devel/Makefile
==============================================================================
--- head/dns/bind9-devel/Makefile	Mon Jul 20 13:50:13 2020	(r542640)
+++ head/dns/bind9-devel/Makefile	Mon Jul 20 13:50:17 2020	(r542641)
@@ -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.07.06
+ISCVERSION=	9.17.3a0.2020.07.06
 # XXX: Remove gitlab
 USE_GITLAB=	yes
 GL_SITE=	https://gitlab.isc.org
 GL_ACCOUNT=	isc-projects
 GL_PROJECT=	bind9
-GL_COMMIT=	f34b179d12f74ad1851488d0363ee1471a6926ed
+GL_COMMIT=	9dcf229634968dc7d808c1d23f4bab5d3ba7f47f
 
 CPE_VENDOR=	isc
 CPE_VERSION=	${ISCVERSION:C/-.*//}

Modified: head/dns/bind9-devel/distinfo
==============================================================================
--- head/dns/bind9-devel/distinfo	Mon Jul 20 13:50:13 2020	(r542640)
+++ head/dns/bind9-devel/distinfo	Mon Jul 20 13:50:17 2020	(r542641)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1594033999
-SHA256 (isc-projects-bind9-f34b179d12f74ad1851488d0363ee1471a6926ed_GL0.tar.gz) = 708fcc1b193fb149ac814cd7d1b32279b70e36ceb78bf54e7f05638e1634965a
-SIZE (isc-projects-bind9-f34b179d12f74ad1851488d0363ee1471a6926ed_GL0.tar.gz) = 4496597
+TIMESTAMP = 1595247830
+SHA256 (isc-projects-bind9-9dcf229634968dc7d808c1d23f4bab5d3ba7f47f_GL0.tar.gz) = 6346405add0b0e0624f8df1c6b180f24d2a7aeb6d40bcc799ebcb602a6c74c7b
+SIZE (isc-projects-bind9-9dcf229634968dc7d808c1d23f4bab5d3ba7f47f_GL0.tar.gz) = 4249231

Modified: head/dns/bind9-devel/files/extrapatch-bind-tools
==============================================================================
--- head/dns/bind9-devel/files/extrapatch-bind-tools	Mon Jul 20 13:50:13 2020	(r542640)
+++ head/dns/bind9-devel/files/extrapatch-bind-tools	Mon Jul 20 13:50:17 2020	(r542641)
@@ -1,6 +1,6 @@
 Only select the "tools" part of bind for building.
 
---- Makefile.am.orig	2020-06-06 05:02:12 UTC
+--- Makefile.am.orig	2020-07-20 08:13:37 UTC
 +++ Makefile.am
 @@ -8,8 +8,6 @@ CLEANFILES = bind.keys.h
  bind.keys.h: bind.keys Makefile
@@ -11,7 +11,7 @@ Only select the "tools" part of bind for building.
  .PHONY: doc
  
  EXTRA_DIST = 			\
---- bin/Makefile.am.orig	2020-06-06 05:02:12 UTC
+--- bin/Makefile.am.orig	2020-07-20 08:13:37 UTC
 +++ bin/Makefile.am
 @@ -1,4 +1,4 @@
 -SUBDIRS = named rndc dig delv dnssec tools nsupdate check confgen tests plugins
@@ -19,3 +19,13 @@ Only select the "tools" part of bind for building.
  
  if HAVE_PKCS11
  SUBDIRS += pkcs11
+--- bin/tools/Makefile.am.orig	2020-07-20 08:13:37 UTC
++++ bin/tools/Makefile.am
+@@ -11,7 +11,6 @@ LDADD =				\
+ bin_PROGRAMS =			\
+ 	arpaname		\
+ 	mdig			\
+-	named-journalprint	\
+ 	named-rrchecker		\
+ 	nsec3hash
+ 

Modified: head/dns/bind9-devel/files/extrapatch-no-bind-tools
==============================================================================
--- head/dns/bind9-devel/files/extrapatch-no-bind-tools	Mon Jul 20 13:50:13 2020	(r542640)
+++ head/dns/bind9-devel/files/extrapatch-no-bind-tools	Mon Jul 20 13:50:17 2020	(r542641)
@@ -1,6 +1,6 @@
 Exclude the "tools" from building and installing.
 
---- bin/Makefile.am.orig	2020-06-11 06:07:21 UTC
+--- bin/Makefile.am.orig	2020-07-20 08:13:37 UTC
 +++ bin/Makefile.am
 @@ -1,4 +1,4 @@
 -SUBDIRS = named rndc dig delv dnssec tools nsupdate check confgen tests plugins
@@ -8,19 +8,18 @@ Exclude the "tools" from building and installing.
  
  if HAVE_PKCS11
  SUBDIRS += pkcs11
---- bin/tools/Makefile.am.orig	2020-06-11 06:07:21 UTC
+--- bin/tools/Makefile.am.orig	2020-07-20 08:13:37 UTC
 +++ bin/tools/Makefile.am
-@@ -8,12 +8,7 @@ LDADD =				\
- 	$(LIBISC_LIBS)		\
+@@ -9,11 +9,7 @@ LDADD =				\
  	$(LIBDNS_LIBS)
  
--bin_PROGRAMS =			\
+ bin_PROGRAMS =			\
 -	arpaname		\
 -	mdig			\
 -	named-journalprint	\
 -	named-rrchecker		\
 -	nsec3hash
-+bin_PROGRAMS =
++	named-journalprint
  
  arpaname_LDADD =		\
  	$(LIBISC_LIBS)

Modified: head/dns/bind9-devel/files/named.in
==============================================================================
--- head/dns/bind9-devel/files/named.in	Mon Jul 20 13:50:13 2020	(r542640)
+++ head/dns/bind9-devel/files/named.in	Mon Jul 20 13:50:17 2020	(r542641)
@@ -385,7 +385,7 @@ named_prestart()
 
 	local checkconf
 
-	checkconf="${_named_program_root}/sbin/named-checkconf"
+	checkconf="${_named_program_root}/bin/named-checkconf"
 	if ! checkyesno named_chroot_autoupdate && [ -n "${named_chrootdir}" ]; then
 		checkconf="${checkconf} -t ${named_chrootdir}"
 	fi

Modified: head/dns/bind9-devel/pkg-plist
==============================================================================
--- head/dns/bind9-devel/pkg-plist	Mon Jul 20 13:50:13 2020	(r542640)
+++ head/dns/bind9-devel/pkg-plist	Mon Jul 20 13:50:17 2020	(r542641)
@@ -2,6 +2,7 @@
 bin/named-checkconf
 bin/named-checkzone
 bin/named-compilezone
+bin/named-journalprint
 %%LMDB%%bin/named-nzd2nzf
 %%NATIVE_PKCS11%%bin/pkcs11-destroy
 %%NATIVE_PKCS11%%bin/pkcs11-keygen
@@ -263,25 +264,25 @@ include/pk11/site.h
 include/pkcs11/pkcs11.h
 lib/libbind9.so
 lib/libbind9.so.1701
-lib/libbind9.so.1701.0.0
+lib/libbind9.so.1701.0.1
 lib/libdns.so
-lib/libdns.so.1702
-lib/libdns.so.1702.0.0
+lib/libdns.so.1703
+lib/libdns.so.1703.0.0
 lib/libirs.so
 lib/libirs.so.1701
 lib/libirs.so.1701.0.0
 lib/libisc.so
-lib/libisc.so.1702
-lib/libisc.so.1702.0.0
+lib/libisc.so.1703
+lib/libisc.so.1703.0.0
 lib/libisccc.so
 lib/libisccc.so.1701
 lib/libisccc.so.1701.0.0
 lib/libisccfg.so
 lib/libisccfg.so.1701
-lib/libisccfg.so.1701.0.0
+lib/libisccfg.so.1701.0.1
 lib/libns.so
-lib/libns.so.1702
-lib/libns.so.1702.0.0
+lib/libns.so.1703
+lib/libns.so.1703.0.0
 @comment lib/named/filter-aaaa.so
 @comment man/man1/arpaname.1.gz
 @comment man/man1/delv.1.gz



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