Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Aug 2016 02:08:29 +0000 (UTC)
From:      Jason Unovitch <junovitch@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r419984 - head/dns/knot2
Message-ID:  <201608100208.u7A28TYP015466@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: junovitch
Date: Wed Aug 10 02:08:29 2016
New Revision: 419984
URL: https://svnweb.freebsd.org/changeset/ports/419984

Log:
  dns/knot2: update 2.2.1 -> 2.3.0
  
  Changes:	https://www.knot-dns.cz/2016-08-09-version-230.html
  
  Approved by:	ports-secteam (with hat)
  Security:	CVE-2016-6171
  Security:	https://vuxml.FreeBSD.org/freebsd/7d08e608-5e95-11e6-b334-002590263bf5.html
  MFH:		2016Q3

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

Modified: head/dns/knot2/Makefile
==============================================================================
--- head/dns/knot2/Makefile	Wed Aug 10 01:38:20 2016	(r419983)
+++ head/dns/knot2/Makefile	Wed Aug 10 02:08:29 2016	(r419984)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	knot
-PORTVERSION=	2.2.1
-PORTREVISION?=  1
+PORTVERSION=	2.3.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	Wed Aug 10 01:38:20 2016	(r419983)
+++ head/dns/knot2/distinfo	Wed Aug 10 02:08:29 2016	(r419984)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1465218305
-SHA256 (knot-2.2.1.tar.xz) = 4b587bd8299445a29990ba89087b156ab9b6bf85cbd68846766c078e5b3481d3
-SIZE (knot-2.2.1.tar.xz) = 1017504
+TIMESTAMP = 1470789106
+SHA256 (knot-2.3.0.tar.xz) = 8abf9a6562ecf2f7f4222d16ca6c75463399870db360eda7caa40530b469533c
+SIZE (knot-2.3.0.tar.xz) = 1066852

Modified: head/dns/knot2/pkg-plist
==============================================================================
--- head/dns/knot2/pkg-plist	Wed Aug 10 01:38:20 2016	(r419983)
+++ head/dns/knot2/pkg-plist	Wed Aug 10 02:08:29 2016	(r419984)
@@ -25,6 +25,9 @@ include/libknot/binary.h
 include/libknot/codes.h
 include/libknot/consts.h
 include/libknot/control/control.h
+include/libknot/cookies/alg-fnv64.h
+include/libknot/cookies/client.h
+include/libknot/cookies/server.h
 include/libknot/db/db.h
 include/libknot/db/db_lmdb.h
 include/libknot/db/db_trie.h
@@ -39,9 +42,6 @@ include/libknot/packet/compr.h
 include/libknot/packet/pkt.h
 include/libknot/packet/rrset-wire.h
 include/libknot/packet/wire.h
-include/libknot/processing/layer.h
-include/libknot/processing/overlay.h
-include/libknot/processing/requestor.h
 include/libknot/rdata.h
 include/libknot/rdataset.h
 include/libknot/rrset-dump.h
@@ -53,6 +53,7 @@ include/libknot/rrtype/naptr.h
 include/libknot/rrtype/nsec.h
 include/libknot/rrtype/nsec3.h
 include/libknot/rrtype/nsec3param.h
+include/libknot/rrtype/opt-cookie.h
 include/libknot/rrtype/opt.h
 include/libknot/rrtype/rdname.h
 include/libknot/rrtype/rrsig.h
@@ -67,12 +68,12 @@ include/zscanner/scanner.h
 include/zscanner/version.h
 lib/libdnssec.a
 lib/libdnssec.so
-lib/libdnssec.so.1
-lib/libdnssec.so.1.0.0
+lib/libdnssec.so.2
+lib/libdnssec.so.2.0.0
 lib/libknot.a
 lib/libknot.so
-lib/libknot.so.2
-lib/libknot.so.2.0.0
+lib/libknot.so.3
+lib/libknot.so.3.0.0
 lib/libzscanner.a
 lib/libzscanner.so
 lib/libzscanner.so.1
@@ -86,6 +87,7 @@ man/man1/khost.1.gz
 man/man1/knot1to2.1.gz
 man/man1/knsec3hash.1.gz
 man/man1/knsupdate.1.gz
+man/man1/kzonecheck.1.gz
 man/man5/knot.conf.5.gz
 man/man8/keymgr.8.gz
 man/man8/knotc.8.gz
@@ -93,3 +95,4 @@ man/man8/knotd.8.gz
 sbin/keymgr
 sbin/knotc
 sbin/knotd
+sbin/kzonecheck



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608100208.u7A28TYP015466>