From owner-svn-ports-all@freebsd.org Wed Feb 24 19:35:00 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 ED65CAB2B65; Wed, 24 Feb 2016 19:35:00 +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 BB5DD17DE; Wed, 24 Feb 2016 19:35:00 +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 u1OJYxWc030880; Wed, 24 Feb 2016 19:34:59 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1OJYx1F030878; Wed, 24 Feb 2016 19:34:59 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201602241934.u1OJYx1F030878@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Wed, 24 Feb 2016 19:34:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409478 - head/dns/knot1 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.20 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, 24 Feb 2016 19:35:01 -0000 Author: pi Date: Wed Feb 24 19:34:59 2016 New Revision: 409478 URL: https://svnweb.freebsd.org/changeset/ports/409478 Log: dns/knot1: 1.6.6 -> 1.6.7 Changes: https://gitlab.labs.nic.cz/labs/knot/raw/1.6/NEWS - IXFR: Log change of the zone serial number after the transfer - RRL: Document operational impact of various settings - RRL: Add support for zero slip (dropping of all limited responses) - Added 'timer-db' configuration option allowing relocation of timer database PR: 207414 Submitted by: Leo Vandewoestijne (maintainer) Modified: head/dns/knot1/Makefile head/dns/knot1/distinfo Modified: head/dns/knot1/Makefile ============================================================================== --- head/dns/knot1/Makefile Wed Feb 24 19:12:33 2016 (r409477) +++ head/dns/knot1/Makefile Wed Feb 24 19:34:59 2016 (r409478) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= knot -PORTVERSION= 1.6.6 +PORTVERSION= 1.6.7 CATEGORIES= dns ipv6 MASTER_SITES= https://secure.nic.cz/files/knot-dns/ \ http://dns-lab.com/downloads/knot-dns/ Modified: head/dns/knot1/distinfo ============================================================================== --- head/dns/knot1/distinfo Wed Feb 24 19:12:33 2016 (r409477) +++ head/dns/knot1/distinfo Wed Feb 24 19:34:59 2016 (r409478) @@ -1,2 +1,2 @@ -SHA256 (knot-1.6.6.tar.xz) = 6ccae42b0878201e2113a048317bf518acad70fe436b04e24da32703d27edf03 -SIZE (knot-1.6.6.tar.xz) = 793380 +SHA256 (knot-1.6.7.tar.xz) = ed3cd8e281aff9b28ab9d8de8d59cae7aae48e435660193c117a43e8979b4d48 +SIZE (knot-1.6.7.tar.xz) = 793964