From nobody Fri Oct 15 04:57:39 2021 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id BF7671813643; Fri, 15 Oct 2021 04:57:39 +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 4HVvCR4tdcz4dwd; Fri, 15 Oct 2021 04:57:39 +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 88F912053A; Fri, 15 Oct 2021 04:57:39 +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 19F4vd6m067986; Fri, 15 Oct 2021 04:57:39 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19F4vdWL067985; Fri, 15 Oct 2021 04:57:39 GMT (envelope-from git) Date: Fri, 15 Oct 2021 04:57:39 GMT Message-Id: <202110150457.19F4vdWL067985@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Don Lewis Subject: git: 260f3661d8c3 - main - dns/dnstable-convert: Upgrade to version 0.11.0 List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: truckman X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 260f3661d8c33f136075f7b5b896d2cb8d7b7104 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by truckman: URL: https://cgit.FreeBSD.org/ports/commit/?id=260f3661d8c33f136075f7b5b896d2cb8d7b7104 commit 260f3661d8c33f136075f7b5b896d2cb8d7b7104 Author: Don Lewis AuthorDate: 2021-10-15 04:46:59 +0000 Commit: Don Lewis CommitDate: 2021-10-15 04:46:59 +0000 dns/dnstable-convert: Upgrade to version 0.11.0 dnstable-convert 0.11.0: * Add new tool dnstable_unconvert which converts the RRSET entries of a dnstable file to the equivalent NMSG format. * Add SVCB and HTTPS records indexing support, based upon draft-ietf-dnsop-svcb-https-07. Note that the hostname portion in the RDATA is downcased in the sliced encoding and reversed name entry. * Put CDS, CDNSKEY, and TA resource record types into dnssec.* output files. To duplicate these three DNSSEC types to the dns.* output files for compatibility, use the new dnstable_convert -D option. * Put RRtype in the currently empty value portion of RRSET_NAME_FWD and RDATA_NAME_REV indexes if it's in range (1 to 65535). Use an 8-bit integer if it is less than 256, else uses a 16-bit little endian integer. * Generate ENTRY_TYPE_TIME_RANGE and ENTRY_TYPE_VERSION metadata entries in output dnstable files. * The versions of the following entries are: ENTRY_TYPE_RRSET = 0 // Initial version. ENTRY_TYPE_RRSET_NAME_FWD = 1 // Add rrtype union as value. ENTRY_TYPE_RDATA = 1 // Fix the SRV slicing and add SVCB/HTTPS sliced entries. ENTRY_TYPE_RDATA_NAME_REV = 1 // Add SOA, SVCB, and HTTPS name indexing; add rrtype union // as value. * dnstable_convert: use input file - (dash) for standard input (stdin). * dnstable_convert: add -c compression option to set type of compression used. This defaults to zlib. * dnstable_convert: add -l compression option to set compression level. * dnstable_convert: add -m option to specify maximum megabytes of memory to use for in-memory sorting. It defaults to 2048 MB. * Various changes to the status output from dnstable_convert when it runs. * Documentation and testing improvements. Sponsored by: Farsight Security, Inc. --- dns/dnstable-convert/Makefile | 7 ++++--- dns/dnstable-convert/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/dns/dnstable-convert/Makefile b/dns/dnstable-convert/Makefile index 38855790c5e1..a604969f0a35 100644 --- a/dns/dnstable-convert/Makefile +++ b/dns/dnstable-convert/Makefile @@ -1,6 +1,5 @@ PORTNAME= dnstable-convert -PORTVERSION= 0.10.0 -PORTREVISION= 1 +PORTVERSION= 0.11.0 CATEGORIES= dns MASTER_SITES= FARSIGHT LOCAL/truckman/farsight @@ -21,7 +20,9 @@ USES= gmake libtool pathfix pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -PLIST_FILES= bin/dnstable_convert man/man1/dnstable_convert.1.gz +PLIST_FILES= bin/dnstable_convert bin/dnstable_unconvert \ + man/man1/dnstable_convert.1.gz \ + man/man1/dnstable_unconvert.1.gz post-install: ${INSTALL_MAN} ${WRKSRC}/man/*.1 ${STAGEDIR}/${PREFIX}/man/man1 diff --git a/dns/dnstable-convert/distinfo b/dns/dnstable-convert/distinfo index e7a3fc7a2fbc..634f56ea7a82 100644 --- a/dns/dnstable-convert/distinfo +++ b/dns/dnstable-convert/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1529897638 -SHA256 (dnstable-convert-0.10.0.tar.gz) = ec55439acd6ad5a6f9afd73f6d23a91eaee7865aca608e14dec7c71f59902a3b -SIZE (dnstable-convert-0.10.0.tar.gz) = 134932 +TIMESTAMP = 1634270341 +SHA256 (dnstable-convert-0.11.0.tar.gz) = 676d4cf7c039203462ad2b804df065f5f9e60ff4322278e746f6973fd9b1bfb7 +SIZE (dnstable-convert-0.11.0.tar.gz) = 149973