From owner-svn-ports-head@freebsd.org Tue Dec 15 18:40:19 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 6DC2F4BEA06; Tue, 15 Dec 2020 18:40:19 +0000 (UTC) (envelope-from pi@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 4CwRrz2fjJz4j2W; Tue, 15 Dec 2020 18:40:19 +0000 (UTC) (envelope-from pi@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 4E82118378; Tue, 15 Dec 2020 18:40:19 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BFIeJip027083; Tue, 15 Dec 2020 18:40:19 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BFIeI4P027081; Tue, 15 Dec 2020 18:40:18 GMT (envelope-from pi@FreeBSD.org) Message-Id: <202012151840.0BFIeI4P027081@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 15 Dec 2020 18:40:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r558171 - head/dns/knot2 X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: head/dns/knot2 X-SVN-Commit-Revision: 558171 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.34 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: Tue, 15 Dec 2020 18:40:19 -0000 Author: pi Date: Tue Dec 15 18:40:18 2020 New Revision: 558171 URL: https://svnweb.freebsd.org/changeset/ports/558171 Log: dns/knot2: upgrade to 2.9.8 and add deprecation advice to use knot3.x PR: 249367 Submitted by: Leo Vandewoestijne (maintainer) Reviewed by: Chris Hutchinson Relnotes: https://www.knot-dns.cz/2020-10-09-version-297.html https://www.knot-dns.cz/2020-12-14-version-298.html Modified: head/dns/knot2/Makefile head/dns/knot2/distinfo Modified: head/dns/knot2/Makefile ============================================================================== --- head/dns/knot2/Makefile Tue Dec 15 18:18:14 2020 (r558170) +++ head/dns/knot2/Makefile Tue Dec 15 18:40:18 2020 (r558171) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= knot -DISTVERSION= 2.9.6 +DISTVERSION= 2.9.8 CATEGORIES= dns MASTER_SITES= https://secure.nic.cz/files/knot-dns/ \ https://dns.company/downloads/knot-dns/ @@ -13,6 +13,9 @@ COMMENT?= High performance authoritative-only DNS serv LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING + +DEPRECATED= Use knot3, it is functionally compatible with 2.9.x +EXPIRATION_DATE=2021-02-28 CONFLICTS= knot-1.* knot1-[0-6].* Modified: head/dns/knot2/distinfo ============================================================================== --- head/dns/knot2/distinfo Tue Dec 15 18:18:14 2020 (r558170) +++ head/dns/knot2/distinfo Tue Dec 15 18:40:18 2020 (r558171) @@ -1,3 +1,3 @@ -TIMESTAMP = 1599955330 -SHA256 (knot-2.9.6.tar.xz) = bf742883c6825b54f19f2dadca2c94fec1ff8bdcf0a52388e2e167937594b2e7 -SIZE (knot-2.9.6.tar.xz) = 1188412 +TIMESTAMP = 1608052385 +SHA256 (knot-2.9.8.tar.xz) = d07b4441b853ef9230be3620f9805e5116f3b9fc7557f710db03cc0791e9cd6b +SIZE (knot-2.9.8.tar.xz) = 1194284