svn commit: r453259 - head/dns/knot2

Matthew Seaman matthew at FreeBSD.org
Tue Oct 31 22:20:28 UTC 2017


Author: matthew
Date: Tue Oct 31 22:20:27 2017
New Revision: 453259
URL: https://svnweb.freebsd.org/changeset/ports/453259

Log:
  Update to 2.6.0
  
  Release notes: https://www.knot-dns.cz/2017-09-29-version-260.html
  
  PR:		223278
  Submitted by:	clukas at firc.de
  Approved by:	freebsd at dns-lab.com (maintainer)

Modified:
  head/dns/knot2/Makefile
  head/dns/knot2/distinfo
  head/dns/knot2/pkg-plist

Modified: head/dns/knot2/Makefile
==============================================================================
--- head/dns/knot2/Makefile	Tue Oct 31 22:15:10 2017	(r453258)
+++ head/dns/knot2/Makefile	Tue Oct 31 22:20:27 2017	(r453259)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	knot
-PORTVERSION=	2.5.3
-PORTREVISION=	3
+PORTVERSION=	2.6.0
 CATEGORIES=	dns ipv6
 MASTER_SITES=	https://secure.nic.cz/files/knot-dns/ \
 		http://dns-lab.com/downloads/knot-dns/

Modified: head/dns/knot2/distinfo
==============================================================================
--- head/dns/knot2/distinfo	Tue Oct 31 22:15:10 2017	(r453258)
+++ head/dns/knot2/distinfo	Tue Oct 31 22:20:27 2017	(r453259)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1500303200
-SHA256 (knot-2.5.3.tar.xz) = d78ae231a68ace264f5738c8e57481923bcad7413f3f440c06fa6cc0aded9d8e
-SIZE (knot-2.5.3.tar.xz) = 1073372
+TIMESTAMP = 1509108369
+SHA256 (knot-2.6.0.tar.xz) = 68e04961d0bf6ba193cb7ec658b295c4ff6e60b3754d64bcd77ebdcee0f283fd
+SIZE (knot-2.6.0.tar.xz) = 1103928

Modified: head/dns/knot2/pkg-plist
==============================================================================
--- head/dns/knot2/pkg-plist	Tue Oct 31 22:15:10 2017	(r453258)
+++ head/dns/knot2/pkg-plist	Tue Oct 31 22:20:27 2017	(r453259)
@@ -73,12 +73,12 @@ include/zscanner/scanner.h
 include/zscanner/version.h
 lib/libdnssec.a
 lib/libdnssec.so
-lib/libdnssec.so.4
-lib/libdnssec.so.4.0.0
+lib/libdnssec.so.5
+lib/libdnssec.so.5.0.0
 lib/libknot.a
 lib/libknot.so
-lib/libknot.so.6
-lib/libknot.so.6.0.0
+lib/libknot.so.7
+lib/libknot.so.7.0.0
 lib/libzscanner.a
 lib/libzscanner.so
 lib/libzscanner.so.1


More information about the svn-ports-all mailing list