Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Nov 2012 14:05:56 +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: r307785 - in head/dns/knot: . files
Message-ID:  <201211261405.qAQE5uox002013@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: erwin
Date: Mon Nov 26 14:05:56 2012
New Revision: 307785
URL: http://svnweb.freebsd.org/changeset/ports/307785

Log:
  Update to 1.1.2
  
  Bugfixes:
  	* Fixed crash on reload when config contained duplicate zones.
  	* Fixed scheduling of transfers.
  	* Fixed debug message.
  
  PR:		173422
  Submitted by:	Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer)
  Feature safe:	yes

Deleted:
  head/dns/knot/files/patch-src__config.h.in
  head/dns/knot/files/patch-src__knot__server__dthreads.h
Modified:
  head/dns/knot/Makefile
  head/dns/knot/distinfo

Modified: head/dns/knot/Makefile
==============================================================================
--- head/dns/knot/Makefile	Mon Nov 26 13:48:39 2012	(r307784)
+++ head/dns/knot/Makefile	Mon Nov 26 14:05:56 2012	(r307785)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	knot
-PORTVERSION=	1.1.0
+PORTVERSION=	1.1.2
 CATEGORIES=	dns ipv6
 MASTER_SITES=	http://public.nic.cz/files/knot-dns/ \
 		http://www.dns-lab.com/downloads/knot-dns/
@@ -32,7 +32,8 @@ SUB_FILES=	pkg-message
 
 USE_RC_SUBR=	${PORTNAME}d
 
-MAN8=		knot.conf.8 knotc.8 knotd.8
+MAN8=		knotc.8 knotd.8
+MAN5=		knot.conf.5
 
 INFO=		knot
 

Modified: head/dns/knot/distinfo
==============================================================================
--- head/dns/knot/distinfo	Mon Nov 26 13:48:39 2012	(r307784)
+++ head/dns/knot/distinfo	Mon Nov 26 14:05:56 2012	(r307785)
@@ -1,2 +1,2 @@
-SHA256 (knot-1.1.0.tar.gz) = 6b1a429d39abb8378e2c62750e04d04a67ef89daae52fefb5c93b881c001446e
-SIZE (knot-1.1.0.tar.gz) = 1180069
+SHA256 (knot-1.1.2.tar.gz) = a44457257d49c58ce444cdbf74062bb4467144fe8769a8d5fcf9ef691e402bdb
+SIZE (knot-1.1.2.tar.gz) = 1198555



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