svn commit: r307785 - in head/dns/knot: . files
Erwin Lansing
erwin at FreeBSD.org
Mon Nov 26 14:05:57 UTC 2012
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 at 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
More information about the svn-ports-head
mailing list