svn commit: r558171 - head/dns/knot2

Kurt Jaeger pi at FreeBSD.org
Tue Dec 15 18:40:19 UTC 2020


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 <freebsd at dns.company> (maintainer)
  Reviewed by:	Chris Hutchinson <portmaster at bsdforge.com>
  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


More information about the svn-ports-all mailing list