Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Oct 2012 07:58:36 +0000 (UTC)
From:      Alex Kozlov <ak@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r306736 - in head: . dns/adsuck dns/autotrust dns/ldns dns/opendnssec dns/sshfp dns/unbound mail/enma
Message-ID:  <201210310758.q9V7wagY084878@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ak
Date: Wed Oct 31 07:58:36 2012
New Revision: 306736
URL: http://svn.freebsd.org/changeset/ports/306736

Log:
  - Update ldns to 1.6.15 [1]
  - Add an entry to UPDATING about binary incompatibility in previous version of ldns
  - Fix OptionsNG
  - Bump PORTREVISION for all ports dependent on dns/ldns
  - Remove ABI version numbers from LIB_DEPENDS while I'm here
  
  PR:	ports/173080 [1]
  Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) [1]
  Approved by:	portmgr (erwin)
  Feature safe:	yes

Modified:
  head/UPDATING
  head/dns/adsuck/Makefile   (contents, props changed)
  head/dns/autotrust/Makefile   (contents, props changed)
  head/dns/ldns/Makefile   (contents, props changed)
  head/dns/ldns/distinfo   (contents, props changed)
  head/dns/opendnssec/Makefile   (contents, props changed)
  head/dns/sshfp/Makefile   (contents, props changed)
  head/dns/unbound/Makefile
  head/mail/enma/Makefile   (contents, props changed)

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Wed Oct 31 06:34:29 2012	(r306735)
+++ head/UPDATING	Wed Oct 31 07:58:36 2012	(r306736)
@@ -5,6 +5,21 @@ they are unavoidable.
 You should get into the habit of checking this file for changes each time
 you update your ports collection, before attempting any port upgrades.
 
+20121031:
+  AFFECTS: users of dns/ldns
+  AUTHOR: ak@FreeBSD.org
+
+  There is a binary incompatibility in ldns 1.6.14 which is fixed with an
+  emergency release of ldns 1.6.15.
+
+  Warning!
+  If you have compiled ldns using software with ldns-1.6.14, then this new
+  version will be binary incompatible with your installed version. You
+  will have to recompile the software together with ldns-1.6.15.
+
+  Was the software compiled with ldns-1.6.13 or earlier, then you will not
+  have this problem and can safely install ldns-1.6.15.
+
 20121030:
   AFFECTS: users of www/squid31
   AUTHOR: flo@FreeBSD.org

Modified: head/dns/adsuck/Makefile
==============================================================================
--- head/dns/adsuck/Makefile	Wed Oct 31 06:34:29 2012	(r306735)
+++ head/dns/adsuck/Makefile	Wed Oct 31 07:58:36 2012	(r306736)
@@ -6,6 +6,7 @@
 
 PORTNAME=	adsuck
 PORTVERSION=	2.3
+PORTREVISION=	1
 CATEGORIES=	dns
 MASTER_SITES=	http://opensource.conformal.com/snapshots/adsuck/ \
 		http://philpep.org/pub/

Modified: head/dns/autotrust/Makefile
==============================================================================
--- head/dns/autotrust/Makefile	Wed Oct 31 06:34:29 2012	(r306735)
+++ head/dns/autotrust/Makefile	Wed Oct 31 07:58:36 2012	(r306736)
@@ -7,15 +7,15 @@
 
 PORTNAME=	autotrust
 PORTVERSION=	0.3.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	dns
 MASTER_SITES=	http://www.nlnetlabs.nl/downloads/autotrust/
 
 MAINTAINER=	jaap@NLnetLabs.nl
 COMMENT=	A tool to automatically update DNSSEC trust anchors
 
-LIB_DEPENDS+=	ldns.1:${PORTSDIR}/dns/ldns \
-		unbound.3:${PORTSDIR}/dns/unbound
+LIB_DEPENDS+=	ldns:${PORTSDIR}/dns/ldns \
+		unbound:${PORTSDIR}/dns/unbound
 
 GNU_CONFIGURE=	yes
 CFLAGS=		-I${LOCALBASE}/include ${PTHREAD_CFLAGS}

Modified: head/dns/ldns/Makefile
==============================================================================
--- head/dns/ldns/Makefile	Wed Oct 31 06:34:29 2012	(r306735)
+++ head/dns/ldns/Makefile	Wed Oct 31 07:58:36 2012	(r306736)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	ldns
-PORTVERSION=	1.6.14
+PORTVERSION=	1.6.15
 CATEGORIES=	dns
 MASTER_SITES=	http://www.nlnetlabs.nl/downloads/ldns/ \
 		CRITICAL
@@ -18,8 +18,7 @@ USE_OPENSSL=	yes
 USE_LDCONFIG=	yes
 
 OPTIONS_DEFINE=	DOCS EXAMPLES DRILL GOST PYLDNS
-OPTIONS_SET=	EXAMPLES DRILL
-OPTIONS_UNSET=	DOCS GOST PYLDNS
+OPTIONS_DEFAULT=	EXAMPLES DRILL
 
 EXAMPLES_DESC=	"With example programs"
 DRILL_DESC=	"With drill program"
@@ -32,8 +31,6 @@ PYLDNS_DESC=	${PYTHON_DESC}
 USE_PYTHON=	yes
 .endif
 
-.include <bsd.port.pre.mk>
-
 ALL_TARGET=	all
 INSTALL_TARGET=	install-lib install-h install-config
 
@@ -299,4 +296,4 @@ post-install:
 	@(cd ${WRKSRC}/drill; ${GMAKE} install)
 .endif
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/dns/ldns/distinfo
==============================================================================
--- head/dns/ldns/distinfo	Wed Oct 31 06:34:29 2012	(r306735)
+++ head/dns/ldns/distinfo	Wed Oct 31 07:58:36 2012	(r306736)
@@ -1,2 +1,2 @@
-SHA256 (ldns-1.6.14.tar.gz) = 4824f4b7d484d69f3a735a994c26b9d8699992e88631f680eac3907ce1a5e7d6
-SIZE (ldns-1.6.14.tar.gz) = 1109608
+SHA256 (ldns-1.6.15.tar.gz) = 0e9d3e8f52098a01780f1f747a1d382b8983fdb50c84603599e7b0613f51749b
+SIZE (ldns-1.6.15.tar.gz) = 1109667

Modified: head/dns/opendnssec/Makefile
==============================================================================
--- head/dns/opendnssec/Makefile	Wed Oct 31 06:34:29 2012	(r306735)
+++ head/dns/opendnssec/Makefile	Wed Oct 31 07:58:36 2012	(r306736)
@@ -7,6 +7,7 @@
 
 PORTNAME=	opendnssec
 PORTVERSION=	1.3.10
+PORTREVISION=	1
 CATEGORIES=	dns
 MASTER_SITES=	http://www.opendnssec.org/files/source/ \
 		http://dist.opendnssec.org/source/
@@ -14,7 +15,7 @@ MASTER_SITES=	http://www.opendnssec.org/
 MAINTAINER=	jaap@NLnetLabs.nl
 COMMENT=	Tool suite for maintaining DNSSEC
 
-BUILD_DEPENDS=	ldns>=1.6.12:${PORTSDIR}/dns/ldns
+BUILD_DEPENDS=	ldns>=1.6.15:${PORTSDIR}/dns/ldns
 LIB_DEPENDS=	ldns:${PORTSDIR}/dns/ldns
 
 GNU_CONFIGURE=	yes

Modified: head/dns/sshfp/Makefile
==============================================================================
--- head/dns/sshfp/Makefile	Wed Oct 31 06:34:29 2012	(r306735)
+++ head/dns/sshfp/Makefile	Wed Oct 31 07:58:36 2012	(r306736)
@@ -7,6 +7,7 @@
 
 PORTNAME=	sshfp
 PORTVERSION=	1.2.1
+PORTREVISION=	1
 CATEGORIES=	dns security
 MASTER_SITES=	ftp://ftp.xelerance.com/sshfp/ \
 		CRITICAL

Modified: head/dns/unbound/Makefile
==============================================================================
--- head/dns/unbound/Makefile	Wed Oct 31 06:34:29 2012	(r306735)
+++ head/dns/unbound/Makefile	Wed Oct 31 07:58:36 2012	(r306736)
@@ -7,7 +7,7 @@
 
 PORTNAME=	unbound
 PORTVERSION=	1.4.18
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	dns
 MASTER_SITES=	http://unbound.net/downloads/
 

Modified: head/mail/enma/Makefile
==============================================================================
--- head/mail/enma/Makefile	Wed Oct 31 06:34:29 2012	(r306735)
+++ head/mail/enma/Makefile	Wed Oct 31 07:58:36 2012	(r306736)
@@ -7,6 +7,7 @@
 
 PORTNAME=	enma
 PORTVERSION=	1.2.0
+PORTREVISION=	1
 CATEGORIES=	mail
 MASTER_SITES=	SF/${PORTNAME}/ENMA/${PORTVERSION}
 
@@ -53,7 +54,7 @@ CONFIGURE_ARGS+=	--with-resolver=libbind
 BUILD_DEPENDS+=	${LOCALBASE}/lib/libbind.a:${PORTSDIR}/dns/libbind
 .else
 CONFIGURE_ARGS+=	--with-resolver=ldns
-LIB_DEPENDS+=	ldns.1:${PORTSDIR}/dns/ldns
+LIB_DEPENDS+=	ldns:${PORTSDIR}/dns/ldns
 .endif
 
 pre-configure:



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