From owner-svn-ports-all@freebsd.org Wed Aug 19 03:03:09 2020 Return-Path: Delivered-To: svn-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 506D93AFF94; Wed, 19 Aug 2020 03:03:09 +0000 (UTC) (envelope-from leres@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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BWXf51S99z44rb; Wed, 19 Aug 2020 03:03:09 +0000 (UTC) (envelope-from leres@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1626E1C4A0; Wed, 19 Aug 2020 03:03:09 +0000 (UTC) (envelope-from leres@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 07J3389C073231; Wed, 19 Aug 2020 03:03:08 GMT (envelope-from leres@FreeBSD.org) Received: (from leres@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07J338ej073230; Wed, 19 Aug 2020 03:03:08 GMT (envelope-from leres@FreeBSD.org) Message-Id: <202008190303.07J338ej073230@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: leres set sender to leres@FreeBSD.org using -f From: Craig Leres Date: Wed, 19 Aug 2020 03:03:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r545269 - head/dns/dsc X-SVN-Group: ports-head X-SVN-Commit-Author: leres X-SVN-Commit-Paths: head/dns/dsc X-SVN-Commit-Revision: 545269 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Aug 2020 03:03:09 -0000 Author: leres Date: Wed Aug 19 03:03:08 2020 New Revision: 545269 URL: https://svnweb.freebsd.org/changeset/ports/545269 Log: dns/dsc: update to 2.11.1 Changes since 2.8.1: - Add support for receiving DNS messages over DNSTAP - Fix bug with listening for SIGINT when in foreground mode - Unlink UNIX socket on exit if successfully initiated - Fix startup bug, exit() if unable to initialize - Add new configuration options to dnstap_unixsock to control ownership and permissions for the DNSTAP socket file - Update the built in known TLDs table and adds the optional configuration option knowntlds_file - Fix a 17-year old code cut&paste mistake in the classification indexer, until now it's been classifying funny query types based on the query class, submitted by Jim Hague (Sinodun) PR: 248728 Submitted by: Leo Vandewoestijne (maintainer) Modified: head/dns/dsc/Makefile head/dns/dsc/distinfo Modified: head/dns/dsc/Makefile ============================================================================== --- head/dns/dsc/Makefile Wed Aug 19 00:44:38 2020 (r545268) +++ head/dns/dsc/Makefile Wed Aug 19 03:03:08 2020 (r545269) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= dsc -PORTVERSION= 2.8.1 -PORTREVISION= 1 +PORTVERSION= 2.11.1 CATEGORIES= dns MASTER_SITES= https://www.dns-oarc.net/files/dsc/ \ https://dns.company/files/dsc/ Modified: head/dns/dsc/distinfo ============================================================================== --- head/dns/dsc/distinfo Wed Aug 19 00:44:38 2020 (r545268) +++ head/dns/dsc/distinfo Wed Aug 19 03:03:08 2020 (r545269) @@ -1,3 +1,3 @@ -TIMESTAMP = 1563178795 -SHA256 (dsc-2.8.1.tar.gz) = 5df26c12d2cb9a3bad99493b1b5390576ce4f43ca04483b08fe5a8c5bc72d370 -SIZE (dsc-2.8.1.tar.gz) = 334611 +TIMESTAMP = 1597762120 +SHA256 (dsc-2.11.1.tar.gz) = f385437e8b6d6aea582e926803e5705eb769990df077e850c69c61342fa17b2f +SIZE (dsc-2.11.1.tar.gz) = 356875