Date: Sat, 20 Apr 2013 02:54:34 +0900 From: Hirohisa Yamaguchi <umq@ueo.co.jp> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/177981: [maintainer] dns/validns update to 0.7 Message-ID: <86zjwu5rtx.wl%umq@ueo.co.jp> Resent-Message-ID: <201304191810.r3JIA1GH087714@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 177981 >Category: ports >Synopsis: [maintainer] dns/validns update to 0.7 >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: Fri Apr 19 18:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Hirohisa Yamaguchi >Release: FreeBSD 9.1-RELEASE amd64 >Organization: <organization of PR author (multiple lines)> >Environment: System: FreeBSD calliope.****.org 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: The new version of dns/validns 0.7 is now available. Release announcement: http://www.validns.net/validns-0-7-released/ >How-To-Repeat: N/A >Fix: The patch follows patch-Makefile is a workaround for clang build M dns/validns/Makefile M dns/validns/distinfo M dns/validns/files/patch-Makefile M dns/validns/pkg-descr Index: dns/validns/Makefile =================================================================== --- dns/validns/Makefile (revision 316112) +++ dns/validns/Makefile (working copy) @@ -1,12 +1,8 @@ -# New ports collection makefile for: validns -# Date created: 2012-04-25 -# Whom: Hirohisa Yamaguchi <umq@ueo.co.jp> -# +# Created by: Hirohisa Yamaguchi <umq@ueo.co.jp> # $FreeBSD$ -# PORTNAME= validns -PORTVERSION= 0.6 +PORTVERSION= 0.7 CATEGORIES= dns security MASTER_SITES= http://www.validns.net/download/ @@ -21,6 +17,7 @@ MAN1= ${PORTNAME}.1 PLIST_FILES= bin/${PORTNAME} +OPTIONS_DEFINE= DOCS PORTDOCS= Changes README installation.mdwn notes.mdwn \ technical-notes.mdwn todo.mdwn usage.mdwn Index: dns/validns/distinfo =================================================================== --- dns/validns/distinfo (revision 316112) +++ dns/validns/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (validns-0.6.tar.gz) = b0a0a7897a3c7bd0474c5ad514e4468c6eb402db29f093d74c198de17abfd0e3 -SIZE (validns-0.6.tar.gz) = 153344 +SHA256 (validns-0.7.tar.gz) = 372f37f2ae2ff44251ffc0ceed7ad60bdb3e6a3a692e69d186566b9d19407591 +SIZE (validns-0.7.tar.gz) = 185377 Index: dns/validns/files/patch-Makefile =================================================================== --- dns/validns/files/patch-Makefile (revision 316112) +++ dns/validns/files/patch-Makefile (working copy) @@ -1,11 +1,10 @@ ---- ./Makefile.orig 2012-10-04 23:54:18.000000000 +0900 -+++ ./Makefile 2012-10-10 17:19:11.000000000 +0900 -@@ -11,7 +11,7 @@ - sshfp.o threads.o rp.o spf.o cert.o \ - dname.o tlsa.o nid.o l32.o l64.o lp.o \ - ipseckey.o -- $(CC) $(CFLAGS) $(OPTIMIZE) -o validns \ -+ $(CC) $(CFLAGS) -o validns \ - main.o carp.o mempool.o textparse.o base64.o base32hex.o \ - rr.o soa.o a.o cname.o mx.o ns.o \ - rrsig.o nsec.o dnskey.o txt.o aaaa.o \ +--- ./Makefile.orig 2013-04-12 03:34:14.000000000 +0900 ++++ ./Makefile 2013-04-20 02:48:03.000000000 +0900 +@@ -1,6 +1,6 @@ + # The following options seem to work fine on Linux, FreeBSD, and Darwin + OPTIMIZE=-O2 -g +-CFLAGS=-Wall -Werror -pthread --no-strict-aliasing ++CFLAGS=-pthread + INCPATH=-I/usr/local/include -I/opt/local/include -I/usr/local/ssl/include + CC?=cc + Index: dns/validns/pkg-descr =================================================================== --- dns/validns/pkg-descr (revision 316112) +++ dns/validns/pkg-descr (working copy) @@ -3,4 +3,4 @@ checks, includes DNSSEC signature verification and NSEC/NSEC3 chain validation, as well a number of optional policy checks on the zone. -WWW: http://www.validns.net/ +WWW: http://www.validns.net/ >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86zjwu5rtx.wl%umq>