From owner-svn-ports-all@freebsd.org Thu Oct 27 11:17:44 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 79519C2369A; Thu, 27 Oct 2016 11:17:44 +0000 (UTC) (envelope-from jbeich@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 2F2993BA; Thu, 27 Oct 2016 11:17:44 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9RBHh8k044600; Thu, 27 Oct 2016 11:17:43 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9RBHhT1044596; Thu, 27 Oct 2016 11:17:43 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201610271117.u9RBHhT1044596@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 27 Oct 2016 11:17:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424757 - in head/dns: knot-resolver 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.23 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: Thu, 27 Oct 2016 11:17:44 -0000 Author: jbeich Date: Thu Oct 27 11:17:42 2016 New Revision: 424757 URL: https://svnweb.freebsd.org/changeset/ports/424757 Log: dns/knot2: update to 2.3.1 Changes: https://www.knot-dns.cz/2016-10-10-version-231.html PR: 213830 Submitted by: Leo Vandewoestijne (maintainer) Modified: head/dns/knot-resolver/Makefile (contents, props changed) head/dns/knot2/Makefile (contents, props changed) head/dns/knot2/distinfo (contents, props changed) head/dns/knot2/pkg-plist (contents, props changed) Modified: head/dns/knot-resolver/Makefile ============================================================================== --- head/dns/knot-resolver/Makefile Thu Oct 27 10:23:23 2016 (r424756) +++ head/dns/knot-resolver/Makefile Thu Oct 27 11:17:42 2016 (r424757) @@ -3,6 +3,7 @@ PORTNAME= knot-resolver PORTVERSION= 1.1.1 +PORTREVISION= 1 CATEGORIES= dns ipv6 MASTER_SITES= https://secure.nic.cz/files/knot-resolver/ \ https://dns.company/downloads/knot-resolver/ Modified: head/dns/knot2/Makefile ============================================================================== --- head/dns/knot2/Makefile Thu Oct 27 10:23:23 2016 (r424756) +++ head/dns/knot2/Makefile Thu Oct 27 11:17:42 2016 (r424757) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= knot -PORTVERSION= 2.3.0 +PORTVERSION= 2.3.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 Thu Oct 27 10:23:23 2016 (r424756) +++ head/dns/knot2/distinfo Thu Oct 27 11:17:42 2016 (r424757) @@ -1,3 +1,3 @@ -TIMESTAMP = 1470789106 -SHA256 (knot-2.3.0.tar.xz) = 8abf9a6562ecf2f7f4222d16ca6c75463399870db360eda7caa40530b469533c -SIZE (knot-2.3.0.tar.xz) = 1066852 +TIMESTAMP = 1477560234 +SHA256 (knot-2.3.1.tar.xz) = 42e4ec64dc8f017329d1753eb074a5759d6bb380e1f2a272101adccc0552f9b4 +SIZE (knot-2.3.1.tar.xz) = 1072808 Modified: head/dns/knot2/pkg-plist ============================================================================== --- head/dns/knot2/pkg-plist Thu Oct 27 10:23:23 2016 (r424756) +++ head/dns/knot2/pkg-plist Thu Oct 27 11:17:42 2016 (r424757) @@ -2,6 +2,7 @@ bin/kdig bin/khost bin/knsec3hash bin/knsupdate +bin/kzonecheck %%ETCDIR%%/example.com.zone @sample %%ETCDIR%%/knot.conf.sample include/dnssec/binary.h @@ -72,8 +73,8 @@ lib/libdnssec.so.2 lib/libdnssec.so.2.0.0 lib/libknot.a lib/libknot.so -lib/libknot.so.3 -lib/libknot.so.3.0.0 +lib/libknot.so.4 +lib/libknot.so.4.0.0 lib/libzscanner.a lib/libzscanner.so lib/libzscanner.so.1 @@ -95,4 +96,3 @@ man/man8/knotd.8.gz sbin/keymgr sbin/knotc sbin/knotd -sbin/kzonecheck