From owner-svn-ports-head@freebsd.org Sun Sep 13 01:55:27 2020 Return-Path: Delivered-To: svn-ports-head@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 394093E8E70; Sun, 13 Sep 2020 01:55:27 +0000 (UTC) (envelope-from dbaio@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 4BpsyR0jKCz4nCh; Sun, 13 Sep 2020 01:55:27 +0000 (UTC) (envelope-from dbaio@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 EFAC01E4D3; Sun, 13 Sep 2020 01:55:26 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 08D1tQiD024510; Sun, 13 Sep 2020 01:55:26 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08D1tQJw024509; Sun, 13 Sep 2020 01:55:26 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <202009130155.08D1tQJw024509@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sun, 13 Sep 2020 01:55:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r548443 - head/dns/knot2 X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/dns/knot2 X-SVN-Commit-Revision: 548443 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Sep 2020 01:55:27 -0000 Author: dbaio Date: Sun Sep 13 01:55:26 2020 New Revision: 548443 URL: https://svnweb.freebsd.org/changeset/ports/548443 Log: dns/knot2: Update to 2.9.6 Changelog: https://www.knot-dns.cz/2020-08-31-version-296.html Remove Python from DOCS option, it is not necessary at this moment. [1] PR: 249169 PR: 243374 [1] Submitted by: Leo Vandewoestijne (maintainer) Reported by: alex_y_xu@yahoo.ca [1] Modified: head/dns/knot2/Makefile head/dns/knot2/distinfo Modified: head/dns/knot2/Makefile ============================================================================== --- head/dns/knot2/Makefile Sun Sep 13 01:14:09 2020 (r548442) +++ head/dns/knot2/Makefile Sun Sep 13 01:55:26 2020 (r548443) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= knot -DISTVERSION= 2.9.5 +DISTVERSION= 2.9.6 CATEGORIES= dns MASTER_SITES= https://secure.nic.cz/files/knot-dns/ \ https://dns.company/downloads/knot-dns/ @@ -79,7 +79,6 @@ DNSTAP_LIB_DEPENDS= libprotobuf-c.so:devel/protobuf-c # in higher line count. Ideally this bug should be fixed upstream. DNSTAP_CPPFLAGS= -I${LOCALBASE}/include -DOCS_USES= python:build DOCS_CONFIGURE_OFF= --disable-documentation FASTPARSER_DESC= Fast zone parser (demanding compilation) Modified: head/dns/knot2/distinfo ============================================================================== --- head/dns/knot2/distinfo Sun Sep 13 01:14:09 2020 (r548442) +++ head/dns/knot2/distinfo Sun Sep 13 01:55:26 2020 (r548443) @@ -1,3 +1,3 @@ -TIMESTAMP = 1592835061 -SHA256 (knot-2.9.5.tar.xz) = 1109a8ba212ff8ddfdbaf44a6f8fc13a2b880a98a9e54c19112ba72a1aacbf76 -SIZE (knot-2.9.5.tar.xz) = 1190872 +TIMESTAMP = 1599955330 +SHA256 (knot-2.9.6.tar.xz) = bf742883c6825b54f19f2dadca2c94fec1ff8bdcf0a52388e2e167937594b2e7 +SIZE (knot-2.9.6.tar.xz) = 1188412