Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Dec 2013 20:02:30 GMT
From:      Mark Felder <feld@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/184946: [UPDATE]: dns/knot 1.3.4
Message-ID:  <201312172002.rBHK2UVs057635@oldred.freebsd.org>
Resent-Message-ID: <201312172010.rBHKA13q091941@freefall.freebsd.org>

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

>Number:         184946
>Category:       ports
>Synopsis:       [UPDATE]: dns/knot 1.3.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 17 20:10:01 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Mark Felder
>Release:        
>Organization:
>Environment:
>Description:
update knot to 1.3.4 and fix the pkg-plist so knot.conf is correctly removed if it matches knot.sample.conf
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 335567)
+++ Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	knot
-DISTVERSION=	1.3.3
+DISTVERSION=	1.3.4
 CATEGORIES=	dns ipv6
 MASTER_SITES=	https://secure.nic.cz/files/knot-dns/ \
 		http://dns-lab.com/downloads/knot-dns/
Index: distinfo
===================================================================
--- distinfo	(revision 335567)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (knot-1.3.3.tar.gz) = 70f5237871a92cd8a777c73b80b6ac339212ea084d4adfaf314388be704027b4
-SIZE (knot-1.3.3.tar.gz) = 1148233
+SHA256 (knot-1.3.4.tar.gz) = 0e15fb93de9eb2b8cb5d25c2239566462858125cb1b8455fc744835589212399
+SIZE (knot-1.3.4.tar.gz) = 1208147
Index: pkg-plist
===================================================================
--- pkg-plist	(revision 335567)
+++ pkg-plist	(working copy)
@@ -1,4 +1,4 @@
-@unexec if cmp -s %B/knot.sample.conf %B/knot.conf; then rm -f %B/knot.conf; fi
+@unexec if cmp -s %D/etc/knot/knot.conf %D/etc/knot/knot.sample.conf; then rm -f %D/etc/knot/knot.conf; fi
 %%ETCDIR%%/knot.sample.conf
 @exec [ -f %B/knot.conf ] || cp %B/%f %B/knot.conf
 %%ETCDIR%%/example.com.zone


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



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