From owner-svn-ports-all@freebsd.org Sun Mar 8 13:55:07 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 044A526A4B1; Sun, 8 Mar 2020 13:55:07 +0000 (UTC) (envelope-from tcberner@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) server-signature RSA-PSS (4096 bits) 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 48b2t25lbTz4TGh; Sun, 8 Mar 2020 13:55:06 +0000 (UTC) (envelope-from tcberner@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 6FB8622D67; Sun, 8 Mar 2020 13:55:06 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 028Dt60f043645; Sun, 8 Mar 2020 13:55:06 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 028Dt6ew043644; Sun, 8 Mar 2020 13:55:06 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <202003081355.028Dt6ew043644@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sun, 8 Mar 2020 13:55:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r528036 - head/dns/opendnssec X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/dns/opendnssec X-SVN-Commit-Revision: 528036 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.29 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: Sun, 08 Mar 2020 13:55:07 -0000 Author: tcberner Date: Sun Mar 8 13:55:05 2020 New Revision: 528036 URL: https://svnweb.freebsd.org/changeset/ports/528036 Log: dns/opendnssec: adding EOL message to opendnssec-1.4.14 The upstream has declared this soon to be EOL. The port is now updated accordingly. End-of-life announcement: https://www.opendnssec.org/2019/10/ OpenDNSSEC 2.1 was released in February 2017, and in the past two-and-half year it has proven itself to be stable and viable upgrade of 1.4, and has additional features and improvements. Therefore we announce end-of-life of OpenDNSSEC 1.4. One of the steps towards future releases with better experience and shorter cycles. Starting today, October 8, 2019, in accordance with our policies, we will only provide essential fixes and support until 9 October 2020, after which support will no longer be available. We feel confident that existing installations can upgrade without much hassle and offer support to our customers in doing so. OpenDNSSEC 2.1.4 [1] serves as the replacement for the 1.4 LTS. The current version is 2.1.6. There is a migration step necessary, for which you can find a good breakdown at the migration page. [2] [1] https://svnweb.freebsd.org/ports/head/dns/opendnssec2 [2] https://www.opendnssec.org/migration-from-1-4-to-2-1/ PR: 244610 Submitted by: Jaap Akkerhuis (maintainer) Modified: head/dns/opendnssec/Makefile Modified: head/dns/opendnssec/Makefile ============================================================================== --- head/dns/opendnssec/Makefile Sun Mar 8 13:48:40 2020 (r528035) +++ head/dns/opendnssec/Makefile Sun Mar 8 13:55:05 2020 (r528036) @@ -3,7 +3,7 @@ PORTNAME= opendnssec PORTVERSION= 1.4.14 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= dns MASTER_SITES= http://dist.opendnssec.org/source/ @@ -11,6 +11,9 @@ MAINTAINER= jaap@NLnetLabs.nl COMMENT= Tool suite for maintaining DNSSEC LICENSE= BSD3CLAUSE + +DEPRECATED= EOLed by upstream +EXPIRATION_DATE= 2020-10-09 BUILD_DEPENDS= ldns>=1.6.16:dns/ldns LIB_DEPENDS= libldns.so:dns/ldns