Date: Mon, 26 Nov 2012 13:48:39 +0000 (UTC) From: Erwin Lansing <erwin@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307784 - head/dns/ldns Message-ID: <201211261348.qAQDmdEc098462@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: erwin Date: Mon Nov 26 13:48:39 2012 New Revision: 307784 URL: http://svnweb.freebsd.org/changeset/ports/307784 Log: Update to 1.6.16 ldns 1.6.14 and ldns 1.6.15 had a bug in creating empty bitmaps for NSEC3 on empty non-terminals; and were unable to build a loadable pyldns module. This release has those two bugs resolved. PR: 173626 Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> Approved by: maintainer Feature safe: yes Modified: head/dns/ldns/Makefile head/dns/ldns/distinfo Modified: head/dns/ldns/Makefile ============================================================================== --- head/dns/ldns/Makefile Mon Nov 26 13:08:43 2012 (r307783) +++ head/dns/ldns/Makefile Mon Nov 26 13:48:39 2012 (r307784) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ldns -PORTVERSION= 1.6.15 -PORTREVISION= 2 +PORTVERSION= 1.6.16 CATEGORIES= dns MASTER_SITES= http://www.nlnetlabs.nl/downloads/ldns/ \ CRITICAL Modified: head/dns/ldns/distinfo ============================================================================== --- head/dns/ldns/distinfo Mon Nov 26 13:08:43 2012 (r307783) +++ head/dns/ldns/distinfo Mon Nov 26 13:48:39 2012 (r307784) @@ -1,2 +1,2 @@ -SHA256 (ldns-1.6.15.tar.gz) = 0e9d3e8f52098a01780f1f747a1d382b8983fdb50c84603599e7b0613f51749b -SIZE (ldns-1.6.15.tar.gz) = 1109667 +SHA256 (ldns-1.6.16.tar.gz) = 24b2f9cb05797170f2021ef0e0372d4b5225ee4199f0568a15589b5c524df695 +SIZE (ldns-1.6.16.tar.gz) = 1109941
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211261348.qAQDmdEc098462>