Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Sep 2013 20:53:25 GMT
From:      Leo Vandewoestijne <freebsd@dns-lab.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/182524: [MAINTAINER-UPDATE] dns/knot: update to 1.3.2
Message-ID:  <201309302053.r8UKrPYw069138@oldred.freebsd.org>
Resent-Message-ID: <201309302100.r8UL01jW095142@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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
+@dirrmtry var/run/knot
+@dirrmtry var/lib/knot
+@dirrmtry var/lib
+bin/kdig
+bin/khost
+bin/knsupdate
 sbin/knotc
 sbin/knotd
-sbin/knsupdate


>Release-Note:
>Audit-Trail:
>Unformatted:



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