Date: Wed, 22 Jul 2009 03:34:05 GMT From: Cristiano Rolim Pereira <cristianorolim@hotmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/136976: [patch] - update dns/ldns to version 1.6.0 Message-ID: <200907220334.n6M3Y54I027795@www.freebsd.org> Resent-Message-ID: <200907220340.n6M3e5ti025441@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 136976 >Category: ports >Synopsis: [patch] - update dns/ldns to version 1.6.0 >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: Wed Jul 22 03:40:05 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Cristiano Rolim Pereira >Release: 7.2-RELEASE >Organization: >Environment: FreeBSD bsd7.casa 7.2-RELEASE-p2 FreeBSD 7.2-RELEASE-p2 #0: Wed Jun 24 00:14:35 UTC 2009 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: The attached patch updates dns/ldns to version 1.6.0. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN ../ldns.orig/Makefile ./Makefile --- ../ldns.orig/Makefile 2009-07-20 20:51:19.000000000 -0300 +++ ./Makefile 2009-07-21 08:00:01.000000000 -0300 @@ -6,8 +6,7 @@ # PORTNAME= ldns -PORTVERSION= 1.5.1 -PORTREVISION= 1 +PORTVERSION= 1.6.0 CATEGORIES= dns MASTER_SITES= http://www.nlnetlabs.nl/downloads/ldns/ @@ -220,16 +219,15 @@ .endif .if defined(WITH_EXAMPLES) -PLIST_SUB+= EXAMPLES="" +PLIST_SUB+= EXAMPLES="" NOMANCOMPRESS= true MANCOMPRESSED= no -MAN1= ldns-chaos.1 ldns-nsec3-hash.1 ldns-update.1 ldns-compare-zones.1 \ - ldns-read-zone.1 ldns-verify-zone.1 ldns-dpa.1 ldns-resolver.1 \ - ldns-version.1 ldns-key2ds.1 ldns-revoke.1 ldns-walk.1 \ - ldns-keyfetcher.1 ldns-rrsig.1 ldns-zcat.1 ldns-keygen.1 \ - ldns-signzone.1 ldns-zsplit.1 ldns-mx.1 ldns-testns.1 ldnsd.1 \ - ldns-notify.1 - +MAN1= ldns-chaos.1 ldns-compare-zones.1 ldns-dpa.1 ldns-key2ds.1 \ + ldns-keyfetcher.1 ldns-keygen.1 ldns-mx.1 ldns-notify.1 \ + ldns-nsec3-hash.1 ldns-read-zone.1 ldns-resolver.1 ldns-revoke.1 \ + ldns-rrsig.1 ldns-signzone.1 ldns-testns.1 ldns-update.1 \ + ldns-verify-zone.1 ldns-version.1 ldns-walk.1 ldns-zcat.1 \ + ldns-zsplit.1 ldnsd.1 post-configure: @(cd ${WRKSRC}/examples; ./configure --prefix=${PREFIX} \ --infodir=${PREFIX}/${INFO_PATH} --mandir=${MANPREFIX}/man \ diff -ruN ../ldns.orig/distinfo ./distinfo --- ../ldns.orig/distinfo 2009-07-20 20:51:19.000000000 -0300 +++ ./distinfo 2009-07-21 06:49:43.000000000 -0300 @@ -1,3 +1,3 @@ -MD5 (ldns-1.5.1.tar.gz) = 17f73def98711e1475409d9a8d5d9dcd -SHA256 (ldns-1.5.1.tar.gz) = f0672f0efd6f3285858f1f940a6de807f04a303119d3bc4b8095fbc88a6f1faa -SIZE (ldns-1.5.1.tar.gz) = 781562 +MD5 (ldns-1.6.0.tar.gz) = cd0d4d34a60d018fbfedae6d3ee4049b +SHA256 (ldns-1.6.0.tar.gz) = ff14a5a52c61ec3212b3e35fdd9f0861705a66fceb1cef8bd4720b950b5694e7 +SIZE (ldns-1.6.0.tar.gz) = 824644 diff -ruN ../ldns.orig/pkg-plist ./pkg-plist --- ../ldns.orig/pkg-plist 2009-07-20 20:51:19.000000000 -0300 +++ ./pkg-plist 2009-07-21 07:18:46.000000000 -0300 @@ -41,6 +41,8 @@ include/ldns/resolver.h include/ldns/rr.h include/ldns/rr_functions.h +include/ldns/sha1.h +include/ldns/sha2.h include/ldns/str2host.h include/ldns/tsig.h include/ldns/update.h >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907220334.n6M3Y54I027795>