From owner-svn-ports-head@FreeBSD.ORG Tue Oct 7 12:23:25 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 39BE159E; Tue, 7 Oct 2014 12:23:25 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 25E4C83E; Tue, 7 Oct 2014 12:23:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s97CNPjq056007; Tue, 7 Oct 2014 12:23:25 GMT (envelope-from erwin@FreeBSD.org) Received: (from erwin@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s97CNOeC056005; Tue, 7 Oct 2014 12:23:24 GMT (envelope-from erwin@FreeBSD.org) Message-Id: <201410071223.s97CNOeC056005@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: erwin set sender to erwin@FreeBSD.org using -f From: Erwin Lansing Date: Tue, 7 Oct 2014 12:23:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370316 - head/dns/knot 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.18-1 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: Tue, 07 Oct 2014 12:23:25 -0000 Author: erwin Date: Tue Oct 7 12:23:24 2014 New Revision: 370316 URL: https://svnweb.freebsd.org/changeset/ports/370316 QAT: https://qat.redports.org/buildarchive/r370316/ Log: Update to 1.5.3: Bugfixes: Some specific incoming IXFRs were causing server to crash Rare sychronization error during reload caused read-after-free Response synthetization module did not work properly with DNSSEC-enabled zones If Knot sent AXFR when IXFR was requested, message ID and opcode were wrong Knot failed to send large messages to remote control (present since 1.5.1) Version: 1.5.2 Bugfixes: Some RR parsing corner cases were not handled properly AXFR-style IXFR was refused and had to be retransfered Hash character (#) was not properly escaped when storing text zone file PR: 193969 Submitted by: erwin Approved by: freebsd@dns-lab.com (maintainer) Modified: head/dns/knot/Makefile head/dns/knot/distinfo Modified: head/dns/knot/Makefile ============================================================================== --- head/dns/knot/Makefile Tue Oct 7 12:20:35 2014 (r370315) +++ head/dns/knot/Makefile Tue Oct 7 12:23:24 2014 (r370316) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= knot -PORTVERSION= 1.5.1 -PORTREVISION= 1 +PORTVERSION= 1.5.3 CATEGORIES= dns ipv6 MASTER_SITES= https://secure.nic.cz/files/knot-dns/ \ http://dns-lab.com/downloads/knot-dns/ Modified: head/dns/knot/distinfo ============================================================================== --- head/dns/knot/distinfo Tue Oct 7 12:20:35 2014 (r370315) +++ head/dns/knot/distinfo Tue Oct 7 12:23:24 2014 (r370316) @@ -1,2 +1,2 @@ -SHA256 (knot-1.5.1.tar.gz) = 9a636e846586619be590d94f57c17bb3e520c516f82875380466061e1ed33963 -SIZE (knot-1.5.1.tar.gz) = 1172631 +SHA256 (knot-1.5.3.tar.gz) = 8d82ad5b2c7162750dc40c57d45dcae2665171a862767a350379fe1c4e0afcdd +SIZE (knot-1.5.3.tar.gz) = 1175445