From owner-svn-ports-head@freebsd.org Mon Feb 22 17:27:52 2016 Return-Path: Delivered-To: svn-ports-head@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 8DB7DAB12C1; Mon, 22 Feb 2016 17:27:52 +0000 (UTC) (envelope-from pi@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 4F71E1881; Mon, 22 Feb 2016 17:27:52 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1MHRpge038184; Mon, 22 Feb 2016 17:27:51 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1MHRpdx038181; Mon, 22 Feb 2016 17:27:51 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201602221727.u1MHRpdx038181@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Mon, 22 Feb 2016 17:27:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409361 - in head/dns/knot2: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Feb 2016 17:27:52 -0000 Author: pi Date: Mon Feb 22 17:27:50 2016 New Revision: 409361 URL: https://svnweb.freebsd.org/changeset/ports/409361 Log: dns/knot2: 2.0.2 -> 2.1.1 Changes: https://gitlab.labs.nic.cz/labs/knot/raw/v2.1.1/NEWS PR: 207100 Approved by: Leo Vandewoestijne (maintainer) Deleted: head/dns/knot2/files/patch-src_dnssec_lib_binary.c Modified: head/dns/knot2/Makefile head/dns/knot2/distinfo head/dns/knot2/pkg-plist Modified: head/dns/knot2/Makefile ============================================================================== --- head/dns/knot2/Makefile Mon Feb 22 17:04:15 2016 (r409360) +++ head/dns/knot2/Makefile Mon Feb 22 17:27:50 2016 (r409361) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= knot -DISTVERSION= 2.0.2 -PORTREVISION= 2 +DISTVERSION= 2.1.1 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 Mon Feb 22 17:04:15 2016 (r409360) +++ head/dns/knot2/distinfo Mon Feb 22 17:27:50 2016 (r409361) @@ -1,2 +1,2 @@ -SHA256 (knot-2.0.2.tar.xz) = 0418a22f9e801503993b3c872f2403bf73eab5ef7266128789b0531b41ea0c7e -SIZE (knot-2.0.2.tar.xz) = 958800 +SHA256 (knot-2.1.1.tar.xz) = e110d11d4a4c4b5abb091b32fcb073934fb840046e975234323e0fc15f2f8f5b +SIZE (knot-2.1.1.tar.xz) = 998820 Modified: head/dns/knot2/pkg-plist ============================================================================== --- head/dns/knot2/pkg-plist Mon Feb 22 17:04:15 2016 (r409360) +++ head/dns/knot2/pkg-plist Mon Feb 22 17:27:50 2016 (r409361) @@ -1,9 +1,9 @@ -%%ETCDIR%%/example.com.zone -@sample %%ETCDIR%%/knot.conf.sample bin/kdig bin/khost bin/knsec3hash bin/knsupdate +%%ETCDIR%%/example.com.zone +@sample %%ETCDIR%%/knot.conf.sample include/dnssec/binary.h include/dnssec/crypto.h include/dnssec/dnssec.h @@ -19,40 +19,22 @@ include/dnssec/nsec.h include/dnssec/random.h include/dnssec/sign.h include/dnssec/tsig.h +include/dnssec/version.h +include/libknot/attribute.h include/libknot/binary.h +include/libknot/codes.h include/libknot/consts.h +include/libknot/db/db.h +include/libknot/db/db_lmdb.h +include/libknot/db/db_trie.h include/libknot/descriptor.h include/libknot/dname.h +include/libknot/dnssec/rrset-sign.h include/libknot/errcode.h -include/libknot/internal/array-sort.h -include/libknot/internal/base32hex.h -include/libknot/internal/base64.h -include/libknot/internal/binsearch.h -include/libknot/internal/consts.h -include/libknot/internal/endian.h -include/libknot/internal/errcode.h -include/libknot/internal/getline.h -include/libknot/internal/heap.h -include/libknot/internal/hhash.h -include/libknot/internal/lists.h -include/libknot/internal/macros.h -include/libknot/internal/mem.h -include/libknot/internal/mempattern.h -include/libknot/internal/mempool.h -include/libknot/internal/namedb/namedb.h -include/libknot/internal/namedb/namedb_lmdb.h -include/libknot/internal/namedb/namedb_trie.h -include/libknot/internal/net.h -include/libknot/internal/print.h -include/libknot/internal/sockaddr.h -include/libknot/internal/strlcat.h -include/libknot/internal/strlcpy.h -include/libknot/internal/tolower.h -include/libknot/internal/trie/hat-trie.h -include/libknot/internal/trie/murmurhash3.h -include/libknot/internal/utils.h -include/libknot/internal/wire_ctx.h +include/libknot/error.h include/libknot/libknot.h +include/libknot/lookup.h +include/libknot/mm_ctx.h include/libknot/packet/compr.h include/libknot/packet/pkt.h include/libknot/packet/rrset-wire.h @@ -66,6 +48,7 @@ include/libknot/rrset-dump.h include/libknot/rrset.h include/libknot/rrtype/aaaa.h include/libknot/rrtype/dnskey.h +include/libknot/rrtype/ds.h include/libknot/rrtype/naptr.h include/libknot/rrtype/nsec.h include/libknot/rrtype/nsec3.h @@ -78,24 +61,22 @@ include/libknot/rrtype/tsig.h include/libknot/rrtype/txt.h include/libknot/tsig-op.h include/libknot/tsig.h -include/libknot/yparser/yparser.h -include/libknot/yparser/ypformat.h -include/libknot/yparser/ypscheme.h -include/libknot/yparser/yptrafo.h +include/libknot/version.h include/zscanner/error.h include/zscanner/scanner.h +include/zscanner/version.h lib/libdnssec.a lib/libdnssec.so -lib/libdnssec.so.0 -lib/libdnssec.so.0.0.0 +lib/libdnssec.so.1 +lib/libdnssec.so.1.0.0 lib/libknot.a lib/libknot.so -lib/libknot.so.1 -lib/libknot.so.1.0.0 +lib/libknot.so.2 +lib/libknot.so.2.0.0 lib/libzscanner.a lib/libzscanner.so -lib/libzscanner.so.0 -lib/libzscanner.so.0.0.1 +lib/libzscanner.so.1 +lib/libzscanner.so.1.0.0 libdata/pkgconfig/libdnssec.pc libdata/pkgconfig/libknot.pc libdata/pkgconfig/libzscanner.pc