Date: Sun, 8 Mar 2020 13:55:06 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r528036 - head/dns/opendnssec Message-ID: <202003081355.028Dt6ew043644@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <jaap@NLnetLabs.nl> (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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003081355.028Dt6ew043644>