Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Oct 2014 12:23:24 +0000 (UTC)
From:      Erwin Lansing <erwin@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r370316 - head/dns/knot
Message-ID:  <201410071223.s97CNOeC056005@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410071223.s97CNOeC056005>