Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Feb 2014 19:22:48 GMT
From:      Allan Jude <ports@scaleengine.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/186878: [maintainer][patch] Update dns/gdnsd to 1.11.1
Message-ID:  <201402181922.s1IJMmXM025246@cgiserv.freebsd.org>
Resent-Message-ID: <201402181930.s1IJUCsb068584@freefall.freebsd.org>

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

>Number:         186878
>Category:       ports
>Synopsis:       [maintainer][patch] Update dns/gdnsd to 1.11.1
>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:   Tue Feb 18 19:30:01 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Allan Jude
>Release:        9.2-RELEASE
>Organization:
ScaleEngine Inc.
>Environment:
FreeBSD Trooper.HML3.ScaleEngine.net 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC 2013     root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
Upgrade dns/gdnsd to 1.11.1

New master site, uses a redirect to amazon so needs fetch args to make it follow the redirect

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: dns/gdnsd/Makefile
===================================================================
--- dns/gdnsd/Makefile	(revision 344931)
+++ dns/gdnsd/Makefile	(working copy)
@@ -2,11 +2,13 @@
 # $FreeBSD$
 
 PORTNAME=	gdnsd
-PORTVERSION=	1.11.0
+PORTVERSION=	1.11.1
 CATEGORIES=	dns
-MASTER_SITES=	http://downloads.gdnsd.net/ \
+MASTER_SITES=	https://github.com/blblack/gdnsd/releases/download/v${PORTVERSION}/ \
 		http://gdnsd.scaleengine.net/gdnsd/
 
+FETCH_ARGS=	-Fpr
+
 MAINTAINER=	ports@scaleengine.com
 COMMENT=	Authoritative-only GeoIP-aware DNS server
 
Index: dns/gdnsd/distinfo
===================================================================
--- dns/gdnsd/distinfo	(revision 344931)
+++ dns/gdnsd/distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (gdnsd-1.11.0.tar.xz) = 45c60d3c739d3b4e25777edc3d552b093275b20226e610cbacbb143300412c94
-SIZE (gdnsd-1.11.0.tar.xz) = 627912
+SHA256 (gdnsd-1.11.1.tar.xz) = 5c560753e9c07631904fad84b422797e520079b989f6b5d912057bc2ca81e7e5
+SIZE (gdnsd-1.11.1.tar.xz) = 629060
Index: dns/gdnsd/pkg-plist
===================================================================
--- dns/gdnsd/pkg-plist	(revision 344931)
+++ dns/gdnsd/pkg-plist	(working copy)
@@ -1,4 +1,5 @@
 bin/gdnsd_geoip_test
+etc/rc.d/gdnsd
 include/gdnsd/compiler.h
 include/gdnsd/dmn.h
 include/gdnsd/dname.h
@@ -11,7 +12,6 @@
 include/gdnsd/plugin.h
 include/gdnsd/stats.h
 include/gdnsd/vscf.h
-@dirrm include/gdnsd
 lib/gdnsd/libgdnsd.la
 lib/gdnsd/libgdnsd.so
 lib/gdnsd/plugin_extmon.la
@@ -36,39 +36,7 @@
 lib/gdnsd/plugin_tcp_connect.so
 lib/gdnsd/plugin_weighted.la
 lib/gdnsd/plugin_weighted.so
-@dirrm lib/gdnsd
 libexec/gdnsd/gdnsd_extmon_helper
-@dirrm libexec/gdnsd
-sbin/gdnsd
-%%DOCSDIR%%/AUTHORS
-%%DOCSDIR%%/COPYING
-%%DOCSDIR%%/INSTALL
-%%DOCSDIR%%/NEWS
-%%DOCSDIR%%/README.md
-%%DOCSDIR%%/gdnsd-plugin-api.pod
-%%DOCSDIR%%/gdnsd-plugin-api.txt
-%%DOCSDIR%%/gdnsd-plugin-extmon.pod
-%%DOCSDIR%%/gdnsd-plugin-extmon.txt
-%%DOCSDIR%%/gdnsd-plugin-geoip.pod
-%%DOCSDIR%%/gdnsd-plugin-geoip.txt
-%%DOCSDIR%%/gdnsd-plugin-metafo.pod
-%%DOCSDIR%%/gdnsd-plugin-metafo.txt
-%%DOCSDIR%%/gdnsd-plugin-multifo.pod
-%%DOCSDIR%%/gdnsd-plugin-multifo.txt
-%%DOCSDIR%%/gdnsd-plugin-simplefo.pod
-%%DOCSDIR%%/gdnsd-plugin-simplefo.txt
-%%DOCSDIR%%/gdnsd-plugin-weighted.pod
-%%DOCSDIR%%/gdnsd-plugin-weighted.txt
-%%DOCSDIR%%/gdnsd.config.pod
-%%DOCSDIR%%/gdnsd.config.txt
-%%DOCSDIR%%/gdnsd.pod
-%%DOCSDIR%%/gdnsd.txt
-%%DOCSDIR%%/gdnsd.zonefile.pod
-%%DOCSDIR%%/gdnsd.zonefile.txt
-%%DOCSDIR%%/gdnsd_geoip_test.pod
-%%DOCSDIR%%/gdnsd_geoip_test.txt
-%%DOCSDIR%%/gdnsd_manual.pod
-%%DOCSDIR%%/gdnsd_manual.txt
 man/man1/gdnsd_geoip_test.1.gz
 man/man3/gdnsd-plugin-api.3.gz
 man/man5/gdnsd.config.5.gz
@@ -80,9 +48,42 @@
 man/man8/gdnsd-plugin-simplefo.8.gz
 man/man8/gdnsd-plugin-weighted.8.gz
 man/man8/gdnsd.8.gz
-@dirrm %%DOCSDIR%%
+sbin/gdnsd
+%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
+%%PORTDOCS%%%%DOCSDIR%%/COPYING
+%%PORTDOCS%%%%DOCSDIR%%/INSTALL
+%%PORTDOCS%%%%DOCSDIR%%/NEWS
+%%PORTDOCS%%%%DOCSDIR%%/README.md
+%%PORTDOCS%%%%DOCSDIR%%/gdnsd-plugin-api.pod
+%%PORTDOCS%%%%DOCSDIR%%/gdnsd-plugin-api.txt
+%%PORTDOCS%%%%DOCSDIR%%/gdnsd-plugin-extmon.pod
+%%PORTDOCS%%%%DOCSDIR%%/gdnsd-plugin-extmon.txt
+%%PORTDOCS%%%%DOCSDIR%%/gdnsd-plugin-geoip.pod
+%%PORTDOCS%%%%DOCSDIR%%/gdnsd-plugin-geoip.txt
+%%PORTDOCS%%%%DOCSDIR%%/gdnsd-plugin-metafo.pod
+%%PORTDOCS%%%%DOCSDIR%%/gdnsd-plugin-metafo.txt
+%%PORTDOCS%%%%DOCSDIR%%/gdnsd-plugin-multifo.pod
+%%PORTDOCS%%%%DOCSDIR%%/gdnsd-plugin-multifo.txt
+%%PORTDOCS%%%%DOCSDIR%%/gdnsd-plugin-simplefo.pod
+%%PORTDOCS%%%%DOCSDIR%%/gdnsd-plugin-simplefo.txt
+%%PORTDOCS%%%%DOCSDIR%%/gdnsd-plugin-weighted.pod
+%%PORTDOCS%%%%DOCSDIR%%/gdnsd-plugin-weighted.txt
+%%PORTDOCS%%%%DOCSDIR%%/gdnsd.config.pod
+%%PORTDOCS%%%%DOCSDIR%%/gdnsd.config.txt
+%%PORTDOCS%%%%DOCSDIR%%/gdnsd.pod
+%%PORTDOCS%%%%DOCSDIR%%/gdnsd.txt
+%%PORTDOCS%%%%DOCSDIR%%/gdnsd.zonefile.pod
+%%PORTDOCS%%%%DOCSDIR%%/gdnsd.zonefile.txt
+%%PORTDOCS%%%%DOCSDIR%%/gdnsd_geoip_test.pod
+%%PORTDOCS%%%%DOCSDIR%%/gdnsd_geoip_test.txt
+%%PORTDOCS%%%%DOCSDIR%%/gdnsd_manual.pod
+%%PORTDOCS%%%%DOCSDIR%%/gdnsd_manual.txt
 @exec mkdir -p %%ETCDIR%%/zones
 @unexec rmdir >/dev/null 2>&1 /var/run/gdnsd || :
+%%PORTDOCS%%@dirrmtry %%DOCSDIR%%
+@dirrmtry libexec/gdnsd
+@dirrmtry lib/gdnsd
+@dirrmtry include/gdnsd
 @dirrmtry etc/gdnsd/zones
 @dirrmtry etc/gdnsd/geoip
 @dirrmtry etc/gdnsd


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



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