ports/182524: [MAINTAINER-UPDATE] dns/knot: update to 1.3.2
Leo Vandewoestijne
freebsd at dns-lab.com
Mon Sep 30 21:00:02 UTC 2013
>Number: 182524
>Category: ports
>Synopsis: [MAINTAINER-UPDATE] dns/knot: update to 1.3.2
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Mon Sep 30 21:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Leo Vandewoestijne
>Release:
>Organization:
DNS-Lab
>Environment:
>Description:
This is the update of Knot DNS to version 1.3.2
This patch absoletes PR 181716
The reported trouble is seems to me all solved in this patch.
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
diff -ruptr knot.old/Makefile knot/Makefile
--- knot.old/Makefile 2013-09-30 20:29:52.000000000 +0000
+++ knot/Makefile 2013-09-30 20:31:27.000000000 +0000
@@ -2,11 +2,10 @@
# $FreeBSD: dns/knot/Makefile 327719 2013-09-20 16:31:57Z bapt $
PORTNAME= knot
-DISTVERSION= 1.3.0r1
+DISTVERSION= 1.3.2
CATEGORIES= dns ipv6
MASTER_SITES= https://secure.nic.cz/files/knot-dns/ \
- http://www.dns-lab.com/downloads/knot-dns/
-DISTNAME= knot-1.3.0-rc1
+ http://dns-lab.com/downloads/knot-dns/
MAINTAINER= freebsd at dns-lab.com
COMMENT= Knot DNS is a high performance authoritative-only DNS server
@@ -22,14 +21,14 @@ USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
USE_OPENSSL= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --sysconfdir=${ETCDIR}
SUB_FILES= pkg-message
USE_RC_SUBR= ${PORTNAME}d
-MAN8= knotc.8 knotd.8 kdig.8 khost.8 knsupdate.8
+MAN8= knotc.8 knotd.8
MAN5= knot.conf.5
+MAN1= kdig.1 khost.1 knsupdate.1
INFO= knot
diff -ruptr knot.old/distinfo knot/distinfo
--- knot.old/distinfo 2013-09-30 20:29:52.000000000 +0000
+++ knot/distinfo 2013-09-30 20:32:07.000000000 +0000
@@ -1,2 +1,2 @@
-SHA256 (knot-1.3.0-rc1.tar.gz) = 7f79dd4e2cf5e4346f9571cdc6667744298b0a0e98d56655287074bac95b3a5b
-SIZE (knot-1.3.0-rc1.tar.gz) = 1157222
+SHA256 (knot-1.3.2.tar.gz) = 4cb096eae5afa6d5e533d5c8e0d13b7e241c485b24c21bead4e878bd068b3351
+SIZE (knot-1.3.2.tar.gz) = 1148305
diff -ruptr knot.old/pkg-plist knot/pkg-plist
--- knot.old/pkg-plist 2013-09-30 20:29:52.000000000 +0000
+++ knot/pkg-plist 2013-09-30 20:40:36.000000000 +0000
@@ -4,8 +4,11 @@
%%ETCDIR%%/example.com.zone
%%ETCDIR%%/knot.sample.conf
@dirrmtry %%ETCDIR%%
-sbin/kdig
-sbin/khost
+ at dirrmtry var/run/knot
+ at dirrmtry var/lib/knot
+ at dirrmtry var/lib
+bin/kdig
+bin/khost
+bin/knsupdate
sbin/knotc
sbin/knotd
-sbin/knsupdate
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list