From owner-dev-commits-ports-all@freebsd.org Mon May 3 12:57:30 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id F24D0632742; Mon, 3 May 2021 12:57:30 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FYjgG6Lvgz4nxS; Mon, 3 May 2021 12:57:30 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C78B71E81D; Mon, 3 May 2021 12:57:30 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 143CvUqU047725; Mon, 3 May 2021 12:57:30 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 143CvUWk047724; Mon, 3 May 2021 12:57:30 GMT (envelope-from git) Date: Mon, 3 May 2021 12:57:30 GMT Message-Id: <202105031257.143CvUWk047724@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Mathieu Arnold Subject: git: 4eb3d4626ae5 - main - Update to latest commit. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: mat X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 4eb3d4626ae55d4ad5fee37ab63099d5d3e11328 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 May 2021 12:57:31 -0000 The branch main has been updated by mat: URL: https://cgit.FreeBSD.org/ports/commit/?id=4eb3d4626ae55d4ad5fee37ab63099d5d3e11328 commit 4eb3d4626ae55d4ad5fee37ab63099d5d3e11328 Author: Mathieu Arnold AuthorDate: 2021-05-03 07:16:28 +0000 Commit: Mathieu Arnold CommitDate: 2021-05-03 12:56:05 +0000 Update to latest commit. --- dns/bind-tools/pkg-plist-devel | 14 +++++++------- dns/bind9-devel/Makefile | 4 ++-- dns/bind9-devel/distinfo | 6 +++--- dns/bind9-devel/pkg-plist | 14 +++++++------- 4 files changed, 19 insertions(+), 19 deletions(-) diff --git a/dns/bind-tools/pkg-plist-devel b/dns/bind-tools/pkg-plist-devel index 85ddaa200dda..dadd3b83fd2b 100644 --- a/dns/bind-tools/pkg-plist-devel +++ b/dns/bind-tools/pkg-plist-devel @@ -17,19 +17,19 @@ bin/nsec3hash bin/nslookup bin/nsupdate lib/bind-tools/libbind9.so -lib/bind-tools/libbind9-9.17.11.so +lib/bind-tools/libbind9-9.17.12.so lib/bind-tools/libdns.so -lib/bind-tools/libdns-9.17.11.so +lib/bind-tools/libdns-9.17.12.so lib/bind-tools/libirs.so -lib/bind-tools/libirs-9.17.11.so +lib/bind-tools/libirs-9.17.12.so lib/bind-tools/libisc.so -lib/bind-tools/libisc-9.17.11.so +lib/bind-tools/libisc-9.17.12.so lib/bind-tools/libisccc.so -lib/bind-tools/libisccc-9.17.11.so +lib/bind-tools/libisccc-9.17.12.so lib/bind-tools/libisccfg.so -lib/bind-tools/libisccfg-9.17.11.so +lib/bind-tools/libisccfg-9.17.12.so lib/bind-tools/libns.so -lib/bind-tools/libns-9.17.11.so +lib/bind-tools/libns-9.17.12.so man/man1/arpaname.1.gz man/man1/delv.1.gz man/man1/dig.1.gz diff --git a/dns/bind9-devel/Makefile b/dns/bind9-devel/Makefile index e4a5059366b5..fe808eaa43d7 100644 --- a/dns/bind9-devel/Makefile +++ b/dns/bind9-devel/Makefile @@ -49,13 +49,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.11a0.2021.04.26 +ISCVERSION= 9.17.12a0.2021.04.30 # XXX: Remove gitlab USE_GITLAB= yes GL_SITE= https://gitlab.isc.org GL_ACCOUNT= isc-projects GL_PROJECT= bind9 -GL_COMMIT= c84399df648b1e305f9fbbf48da470a65df61fe7 +GL_COMMIT= 7a3b6a7fb0c277d31231cd8c8823c57b31e8c18d CPE_VENDOR= isc CPE_VERSION= ${ISCVERSION:C/-.*//} diff --git a/dns/bind9-devel/distinfo b/dns/bind9-devel/distinfo index f9a1547c1a07..629b0de36196 100644 --- a/dns/bind9-devel/distinfo +++ b/dns/bind9-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1619423487 -SHA256 (isc-projects-bind9-c84399df648b1e305f9fbbf48da470a65df61fe7_GL0.tar.gz) = 145adc47532f7690c9367e4b761325e06b49fa2f034d301144d236f4c655a9e1 -SIZE (isc-projects-bind9-c84399df648b1e305f9fbbf48da470a65df61fe7_GL0.tar.gz) = 6410907 +TIMESTAMP = 1620026424 +SHA256 (isc-projects-bind9-7a3b6a7fb0c277d31231cd8c8823c57b31e8c18d_GL0.tar.gz) = 89f902b768309268cd744e5d5c425cce77109f752a69cfbaaf40532a2cc69e41 +SIZE (isc-projects-bind9-7a3b6a7fb0c277d31231cd8c8823c57b31e8c18d_GL0.tar.gz) = 6420618 diff --git a/dns/bind9-devel/pkg-plist b/dns/bind9-devel/pkg-plist index 7214cc9221dc..e8ed1d5d625f 100644 --- a/dns/bind9-devel/pkg-plist +++ b/dns/bind9-devel/pkg-plist @@ -266,19 +266,19 @@ include/pkcs11/pkcs11.h lib/bind/filter-a.so lib/bind/filter-aaaa.so lib/libbind9.so -lib/libbind9-9.17.11.so +lib/libbind9-9.17.12.so lib/libdns.so -lib/libdns-9.17.11.so +lib/libdns-9.17.12.so lib/libirs.so -lib/libirs-9.17.11.so +lib/libirs-9.17.12.so lib/libisc.so -lib/libisc-9.17.11.so +lib/libisc-9.17.12.so lib/libisccc.so -lib/libisccc-9.17.11.so +lib/libisccc-9.17.12.so lib/libisccfg.so -lib/libisccfg-9.17.11.so +lib/libisccfg-9.17.12.so lib/libns.so -lib/libns-9.17.11.so +lib/libns-9.17.12.so @comment man/man1/arpaname.1.gz @comment man/man1/delv.1.gz @comment man/man1/dig.1.gz