ports/164224: [MAINTAINER] dns/ldns: update to 1.6.12

Jaap Akkerhuis jaap at NLnetLabs.nl
Mon Jan 16 22:20:09 UTC 2012


>Number:         164224
>Category:       ports
>Synopsis:       [MAINTAINER] dns/ldns: update to 1.6.12
>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:   Mon Jan 16 22:20:08 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Jaap Akkerhuis
>Release:        FreeBSD 8.2-STABLE i386
>Organization:
NLnet Labs
>Environment:
System: FreeBSD bartok.nlnetlabs.nl 8.2-STABLE FreeBSD 8.2-STABLE #226: Mon Jan 16 11:19:13 CET 2012
>Description:
- Update to 1.6.12

Main changes:

* bugfix #413: Fix manpage source for srcdir != builddir
* Canonicalize the signers name rdata field in RRSIGs when signing
* Ignore minor version of Private-key-format (so v1.3 may be used)
* Allow a check_time to be given in stead of always checking against
  the current time. With ldns-verify-zone the check_time can be set
  with the -t option.
* Added functions for updating and manipulating SOA serial numbers.
  ldns-read-zone has an option -S for updating and manipulating the
  serial numbers.
* bugfix #419: NSEC3 validation of a name covered by a wildcard with
  no data.
* Fix days_since_epoch to year_yday calculation on 32bits systems.


Fixed some leftover OPTIONS problems in the port.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- ldns-1.6.12.patch begins here ---
diff -ruN --exclude=CVS /space/portstrees/AFreeBSD/ports/dns/ldns.orig/Makefile /space/portstrees/AFreeBSD/ports/dns/ldns/Makefile
--- /space/portstrees/AFreeBSD/ports/dns/ldns.orig/Makefile	2012-01-11 20:10:32.000000000 +0100
+++ /space/portstrees/AFreeBSD/ports/dns/ldns/Makefile	2012-01-16 22:18:53.000000000 +0100
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	ldns
-PORTVERSION=	1.6.11
-PORTREVISION=	1
+PORTVERSION=	1.6.12
 CATEGORIES=	dns
 MASTER_SITES=	http://www.nlnetlabs.nl/downloads/ldns/ \
 		CRITICAL
@@ -33,15 +32,10 @@
 
 .if defined(WITH_PYLDNS)
 USE_PYTHON=	yes
-.include "${PORTSDIR}/Mk/bsd.python.mk"
-CONFIGURE_ARGS+=--with-pyldns
-BUILD_DEPENDS+=	${LOCALBASE}/bin/swig:${PORTSDIR}/devel/swig13
-INSTALL_TARGET+=install-pyldns
-PLIST_SUB+=	PYLDNS=""
-.else
-PLIST_SUB+=	PYLDNS="@comment "
 .endif
 
+.include <bsd.port.pre.mk>
+
 ALL_TARGET=	all
 INSTALL_TARGET=	install-lib install-h
 
@@ -271,6 +265,15 @@
 CONFIGURE_ARGS+=--enable-ecdsa
 .endif
 
+.if defined(WITH_PYLDNS)
+CONFIGURE_ARGS+=--with-pyldns
+BUILD_DEPENDS+=	${LOCALBASE}/bin/swig:${PORTSDIR}/devel/swig13
+INSTALL_TARGET+=install-pyldns
+PLIST_SUB+=	PYLDNS=""
+.else
+PLIST_SUB+=	PYLDNS="@comment "
+.endif
+
 post-configure:
 .if defined(WITH_EXAMPLES)
 	@(cd ${WRKSRC}/examples; ./configure --prefix=${PREFIX} \
@@ -299,4 +302,4 @@
 	@(cd ${WRKSRC}/drill; ${GMAKE} install)
 .endif
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff -ruN --exclude=CVS /space/portstrees/AFreeBSD/ports/dns/ldns.orig/distinfo /space/portstrees/AFreeBSD/ports/dns/ldns/distinfo
--- /space/portstrees/AFreeBSD/ports/dns/ldns.orig/distinfo	2012-01-11 20:10:32.000000000 +0100
+++ /space/portstrees/AFreeBSD/ports/dns/ldns/distinfo	2012-01-11 20:30:46.000000000 +0100
@@ -1,2 +1,2 @@
-SHA256 (ldns-1.6.11.tar.gz) = 6891b8ea8e9ded3e7d2caaaf494a8c2459bab729cdd1716f6db2ba375f628888
-SIZE (ldns-1.6.11.tar.gz) = 1018369
+SHA256 (ldns-1.6.12.tar.gz) = b966787510a169ca0ed78f9a8a5de01fb309909575e721ead92095d4677aa51c
+SIZE (ldns-1.6.12.tar.gz) = 1057607
--- ldns-1.6.12.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list