Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Nov 2009 20:25:44 GMT
From:      Konstantin Saurbier <konstantin@saurbier.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/140841: [UPDATE] dns/ldns 1.6.2 Bugfix release from upstream
Message-ID:  <200911242025.nAOKPiBC028943@www.freebsd.org>
Resent-Message-ID: <200911242030.nAOKUBeI079603@freefall.freebsd.org>

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

>Number:         140841
>Category:       ports
>Synopsis:       [UPDATE] dns/ldns 1.6.2 Bugfix release from upstream
>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 Nov 24 20:30:10 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Konstantin Saurbier
>Release:        8.0-RC3
>Organization:
>Environment:
FreeBSD venus.localdomain 8.0-RC3 FreeBSD 8.0-RC3 #0: Tue Nov 10 06:35:19 UTC 2009     root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
Update to version 1.6.2 of dns/ldns. It is a bugfux release from upstream.

Excerpt from the changelog:

1.6.2	2009-11-05
	* Fix Makefile patch from Havard Eidnes, better install.sh usage.
	* Fix parse error on SOA serial of 2910532839.
	  Fix print of ';' and readback of '\;' in names, also for '\\'.
	  Fix parse of '\(' and '\)' in names.  Also for file read. Also '\.'
	* Fix signature creation when TTLs are different for RRs in RRset.
	* bug273: fix so EDNS rdata is included in pkt to wire conversion.
	* bug274: fix use of c++ keyword 'class' for RR class in the code.
	* bug275: fix memory leak of packet edns rdata.
	* Fix timeout procedure for TCP and AXFR on Solaris.
	* Fix occasional NSEC bitmap bogus
	* Fix rr comparing (was in reversed order since 1.6.0)
	* bug278: fix parsing HINFO rdata (and other cases).
	* Fix previous owner name: also pick up if owner name is @.
	* RFC5702: enabled sha2 functions by default. This requires OpenSSL 0.9.8 or higher.
      Reason for this default is the root to be signed with RSASHA256.
	* Fix various LDNS RR parsing issues: IPSECKEY, WKS, NSAP, very long lines
	* Fix: Make ldns_dname_is_subdomain case insensitive.
	* Fix ldns-verify-zone so that address records at zone NS set are not considered glue
		(Or glue records fall below delegation)
	* Fix LOC RR altitude printing.
	* Feature: Added period (e.g. '3m6d') support at explicit TTLs.
	* Feature: DNSKEY rrset by default signed with minimal signatures
		but -A option for ldns-signzone to sign it with all keys.
		This makes the DNSKEY responses smaller for signed domains.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- dns/ldns.orig/Makefile	2009-08-16 23:31:41.000000000 +0000
+++ dns/ldns/Makefile	2009-11-24 21:17:37.000000000 +0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	ldns
-PORTVERSION=	1.6.1
+PORTVERSION=	1.6.2
 CATEGORIES=	dns
 MASTER_SITES=	http://www.nlnetlabs.nl/downloads/ldns/
 
@@ -207,15 +207,15 @@
 	ldns_update_set_adcount.3 ldns_update_set_prcount.3 \
 	ldns_update_set_upcount.3 ldns_update_set_zocount.3 \
 	ldns_update_upcount.3 ldns_update_zocount.3 ldns_verify.3 \
-	ldns_verify_rrsig.3 ldns_verify_rrsig_dsa.3 \
-	ldns_verify_rrsig_keylist.3 ldns_verify_rrsig_rsamd5.3 \
-	ldns_verify_rrsig_rsasha1.3 ldns_wire2dname.3 ldns_wire2pkt.3 \
-	ldns_wire2rdf.3 ldns_wire2rr.3 ldns_zone.3 ldns_zone_deep_free.3 \
-	ldns_zone_glue_rr_list.3 ldns_zone_new.3 ldns_zone_new_frm_fp.3 \
-	ldns_zone_new_frm_fp_l.3 ldns_zone_print.3 ldns_zone_push_rr.3 \
-	ldns_zone_push_rr_list.3 ldns_zone_rr_count.3 ldns_zone_rrs.3 \
-	ldns_zone_set_rrs.3 ldns_zone_set_soa.3 ldns_zone_soa.3 \
-	ldns_zone_sort.3
+	ldns_verify_notime.3 ldns_verify_rrsig.3 ldns_verify_rrsig_dsa.3 \
+	ldns_verify_rrsig_keylist.3 ldns_verify_rrsig_keylist_notime.3 \
+	ldns_verify_rrsig_rsamd5.3 ldns_verify_rrsig_rsasha1.3 \
+	ldns_wire2dname.3 ldns_wire2pkt.3 ldns_wire2rdf.3 ldns_wire2rr.3 \
+	ldns_zone.3 ldns_zone_deep_free.3 ldns_zone_glue_rr_list.3 \
+	ldns_zone_new.3 ldns_zone_new_frm_fp.3 ldns_zone_new_frm_fp_l.3 \
+	ldns_zone_print.3 ldns_zone_push_rr.3 ldns_zone_push_rr_list.3 \
+	ldns_zone_rr_count.3 ldns_zone_rrs.3 ldns_zone_set_rrs.3 \
+	ldns_zone_set_soa.3 ldns_zone_soa.3 ldns_zone_sort.3
 .endif
 
 .if defined(WITH_EXAMPLES)
--- dns/ldns.orig/distinfo	2009-08-16 23:31:41.000000000 +0000
+++ dns/ldns/distinfo	2009-11-24 21:10:02.000000000 +0000
@@ -1,3 +1,3 @@
-MD5 (ldns-1.6.1.tar.gz) = a44dafecdcc49aaea5d20ae15bc738c0
-SHA256 (ldns-1.6.1.tar.gz) = c30a4791dbfb0dc31c58e24a25c594f534cdef24013b1945b6713aedd17fe100
-SIZE (ldns-1.6.1.tar.gz) = 830714
+MD5 (ldns-1.6.2.tar.gz) = 88ade81d5ffafbb5a31316aacb262696
+SHA256 (ldns-1.6.2.tar.gz) = 65b54523cefd3922a874865e68d072bcb5af21bbf9c676afcbc7506f34209e64
+SIZE (ldns-1.6.2.tar.gz) = 828024


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



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