From owner-svn-ports-all@FreeBSD.ORG Wed Oct 31 07:58:37 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 505405EB; Wed, 31 Oct 2012 07:58:37 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 362068FC0C; Wed, 31 Oct 2012 07:58:37 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9V7wb7C084888; Wed, 31 Oct 2012 07:58:37 GMT (envelope-from ak@svn.freebsd.org) Received: (from ak@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9V7wagY084878; Wed, 31 Oct 2012 07:58:36 GMT (envelope-from ak@svn.freebsd.org) Message-Id: <201210310758.q9V7wagY084878@svn.freebsd.org> From: Alex Kozlov Date: Wed, 31 Oct 2012 07:58:36 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Oct 2012 07:58:37 -0000 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 (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 - ALL_TARGET= all INSTALL_TARGET= install-lib install-h install-config @@ -299,4 +296,4 @@ post-install: @(cd ${WRKSRC}/drill; ${GMAKE} install) .endif -.include +.include 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: