From owner-svn-ports-all@freebsd.org Wed Aug 10 02:08:30 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C9D82BB36D9; Wed, 10 Aug 2016 02:08:30 +0000 (UTC) (envelope-from junovitch@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 mx1.freebsd.org (Postfix) with ESMTPS id 9D1641471; Wed, 10 Aug 2016 02:08:30 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7A28TC4015471; Wed, 10 Aug 2016 02:08:29 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7A28TYP015466; Wed, 10 Aug 2016 02:08:29 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201608100208.u7A28TYP015466@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Wed, 10 Aug 2016 02:08:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419984 - head/dns/knot2 X-SVN-Group: ports-head 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.22 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: Wed, 10 Aug 2016 02:08:30 -0000 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