From owner-dev-commits-ports-main@freebsd.org Tue Aug 3 14:03:02 2021 Return-Path: Delivered-To: dev-commits-ports-main@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 E95106392BF; Tue, 3 Aug 2021 14:03:02 +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 4GfGmQ5yCzz4ZrG; Tue, 3 Aug 2021 14:03:02 +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 B513914179; Tue, 3 Aug 2021 14:03:02 +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 173E32K1017820; Tue, 3 Aug 2021 14:03:02 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 173E32NV017819; Tue, 3 Aug 2021 14:03:02 GMT (envelope-from git) Date: Tue, 3 Aug 2021 14:03:02 GMT Message-Id: <202108031403.173E32NV017819@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: "Vanilla I. Shu" Subject: git: 9e082695ed53 - main - dns/knot3: upgrade to 3.1.0. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: vanilla X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 9e082695ed53d772f75aa0b7f4da351d5491f9e9 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2021 14:03:03 -0000 The branch main has been updated by vanilla: URL: https://cgit.FreeBSD.org/ports/commit/?id=9e082695ed53d772f75aa0b7f4da351d5491f9e9 commit 9e082695ed53d772f75aa0b7f4da351d5491f9e9 Author: Vanilla I. Shu AuthorDate: 2021-08-03 14:00:32 +0000 Commit: Vanilla I. Shu CommitDate: 2021-08-03 14:00:32 +0000 dns/knot3: upgrade to 3.1.0. PR: 257584 Reported by: maintainer --- dns/knot3/Makefile | 6 +++--- dns/knot3/distinfo | 6 +++--- dns/knot3/files/pkg-message.in | 2 +- dns/knot3/pkg-plist | 12 ++++++++---- 4 files changed, 15 insertions(+), 11 deletions(-) diff --git a/dns/knot3/Makefile b/dns/knot3/Makefile index 49babddf54e9..c96361bbc4b8 100644 --- a/dns/knot3/Makefile +++ b/dns/knot3/Makefile @@ -1,7 +1,7 @@ # Created by: Leo Vandewoestijne PORTNAME= knot -DISTVERSION= 3.0.8 +DISTVERSION= 3.1.0 CATEGORIES= dns MASTER_SITES= https://secure.nic.cz/files/knot-dns/ \ https://dns.company/downloads/knot-dns/ @@ -88,9 +88,9 @@ DOH_LIB_DEPENDS= libnghttp2.so:www/libnghttp2 FASTPARSER_DESC= Fast zone parser (demanding compilation) FASTPARSER_CONFIGURE_ENABLE= fastparser -IDN_CONFIGURE_WITH= libidn -IDN_CONFIGURE_OFF= --without-libidn IDN_LIB_DEPENDS= libidn2.so:dns/libidn2 +IDN_CONFIGURE_OFF= --without-libidn +IDN_CONFIGURE_WITH= libidn MAXMINDDB_DESC= Enable MaxMind for geodb module MAXMINDDB_LIB_DEPENDS= libmaxminddb.so:net/libmaxminddb diff --git a/dns/knot3/distinfo b/dns/knot3/distinfo index 2ada57cd31ee..aab86bb92d64 100644 --- a/dns/knot3/distinfo +++ b/dns/knot3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1626854909 -SHA256 (knot-3.0.8.tar.xz) = df723949c19ebecf9a7118894c3127e292eb09dc7274b5ce9b527409f42edfb0 -SIZE (knot-3.0.8.tar.xz) = 1336624 +TIMESTAMP = 1627981334 +SHA256 (knot-3.1.0.tar.xz) = 54323712e3cbc3d4c70a15777818fd2ff0de30cebb6c22e2946372b15b2653ed +SIZE (knot-3.1.0.tar.xz) = 1401992 diff --git a/dns/knot3/files/pkg-message.in b/dns/knot3/files/pkg-message.in index c8897b7d2d82..02cde6dc4373 100644 --- a/dns/knot3/files/pkg-message.in +++ b/dns/knot3/files/pkg-message.in @@ -15,7 +15,7 @@ - https://www.knot-dns.cz/documentation/ When upgrading from 2.4.x read: - - https://www.knot-dns.cz/docs/3.0/html/migration.html#upgrade-2-9-x-to-3-0-x + - https://www.knot-dns.cz/docs/3.1/html/migration.html#upgrade-2-9-x-to-3-0-x EOM } ] diff --git a/dns/knot3/pkg-plist b/dns/knot3/pkg-plist index 736a39cc5c58..2a49df7f9980 100644 --- a/dns/knot3/pkg-plist +++ b/dns/knot3/pkg-plist @@ -9,6 +9,7 @@ bin/kzonesign include/knot/module.h include/libdnssec/binary.h include/libdnssec/crypto.h +include/libdnssec/digest.h include/libdnssec/dnssec.h include/libdnssec/error.h include/libdnssec/key.h @@ -31,6 +32,7 @@ include/libknot/db/db_lmdb.h include/libknot/db/db_trie.h include/libknot/descriptor.h include/libknot/dname.h +include/libknot/dynarray.h include/libknot/endian.h include/libknot/errcode.h include/libknot/error.h @@ -58,10 +60,12 @@ include/libknot/rrtype/rdname.h include/libknot/rrtype/rrsig.h include/libknot/rrtype/soa.h include/libknot/rrtype/tsig.h +include/libknot/rrtype/zonemd.h include/libknot/tsig-op.h include/libknot/tsig.h include/libknot/version.h include/libknot/wire.h +include/libknot/xdp.h include/libknot/yparser/yparser.h include/libknot/yparser/ypformat.h include/libknot/yparser/ypschema.h @@ -75,12 +79,12 @@ lib/libdnssec.so.8 lib/libdnssec.so.8.0.0 lib/libknot.a lib/libknot.so -lib/libknot.so.11 -lib/libknot.so.11.0.0 +lib/libknot.so.12 +lib/libknot.so.12.0.0 lib/libzscanner.a lib/libzscanner.so -lib/libzscanner.so.3 -lib/libzscanner.so.3.0.0 +lib/libzscanner.so.4 +lib/libzscanner.so.4.0.0 libdata/pkgconfig/knotd.pc libdata/pkgconfig/libdnssec.pc libdata/pkgconfig/libknot.pc