From owner-svn-ports-all@freebsd.org Thu Mar 31 08:09:26 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E29E2AE3BFC; Thu, 31 Mar 2016 08:09:26 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B8F0D1607; Thu, 31 Mar 2016 08:09:26 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2V89Ppv098807; Thu, 31 Mar 2016 08:09:25 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2V89PuY098800; Thu, 31 Mar 2016 08:09:25 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201603310809.u2V89PuY098800@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Thu, 31 Mar 2016 08:09:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412212 - in head: devel/monotone dns/bundy dns/powerdns security/botan110 security/softhsm 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.21 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: Thu, 31 Mar 2016 08:09:27 -0000 Author: madpilot Date: Thu Mar 31 08:09:25 2016 New Revision: 412212 URL: https://svnweb.freebsd.org/changeset/ports/412212 Log: - Update botan110 to 1.10.12 - Chase shlib version bump in dependent ports PR: 208393 Submitted by: Lapo Luchini (maintainer) Security: 2004616d-f66c-11e5-b94c-001999f8d30b Security: 4cd9b19f-f66d-11e5-b94c-001999f8d30b MFH: 2016Q1 Modified: head/devel/monotone/Makefile head/dns/bundy/Makefile head/dns/powerdns/Makefile head/security/botan110/Makefile head/security/botan110/distinfo head/security/softhsm/Makefile Modified: head/devel/monotone/Makefile ============================================================================== --- head/devel/monotone/Makefile Thu Mar 31 08:06:18 2016 (r412211) +++ head/devel/monotone/Makefile Thu Mar 31 08:09:25 2016 (r412212) @@ -3,7 +3,7 @@ PORTNAME= monotone PORTVERSION= 1.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= http://www.monotone.ca/downloads/${PORTVERSION}/ Modified: head/dns/bundy/Makefile ============================================================================== --- head/dns/bundy/Makefile Thu Mar 31 08:06:18 2016 (r412211) +++ head/dns/bundy/Makefile Thu Mar 31 08:09:25 2016 (r412212) @@ -3,7 +3,7 @@ PORTNAME= bundy PORTVERSION= 0.20160125 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= dns MASTER_SITES= LOCAL/mat/bundy GH Modified: head/dns/powerdns/Makefile ============================================================================== --- head/dns/powerdns/Makefile Thu Mar 31 08:06:18 2016 (r412211) +++ head/dns/powerdns/Makefile Thu Mar 31 08:09:25 2016 (r412212) @@ -2,6 +2,7 @@ PORTNAME= powerdns PORTVERSION= 3.4.8 +PORTREVISION= 1 CATEGORIES= dns ipv6 MASTER_SITES= http://downloads.powerdns.com/releases/ DISTNAME= pdns-${PORTVERSION} Modified: head/security/botan110/Makefile ============================================================================== --- head/security/botan110/Makefile Thu Mar 31 08:06:18 2016 (r412211) +++ head/security/botan110/Makefile Thu Mar 31 08:09:25 2016 (r412212) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= botan -PORTVERSION= 1.10.9 +PORTVERSION= 1.10.12 CATEGORIES= security -MASTER_SITES= http://files.randombit.net/botan/v1.10/ +MASTER_SITES= http://botan.randombit.net/releases/ PKGNAMESUFFIX= 110 DISTNAME= Botan-${PORTVERSION} @@ -18,14 +18,14 @@ OPTIONS_DEFINE= SSL GMP ECC DOCS OPTIONS_DEFAULT= SSL GMP ECC ECC_DESC= ECC support -USES= compiler gmake python:build tar:tbz +USES= compiler gmake python:build tar:tgz HAS_CONFIGURE= yes CONFIGURE_SCRIPT= configure.py CONFIGURE_ARGS= --prefix=${PREFIX} --with-bzip2 --with-zlib MAKE_ARGS= CXX="${CXX}" LIB_OPT="${CXXFLAGS}" USE_LDCONFIG= yes -PLIST_FILES= bin/botan-config-1.10 lib/libbotan-1.10.a lib/libbotan-1.10.so lib/libbotan-1.10.so.0 \ - lib/libbotan-1.10.so.0.9 libdata/pkgconfig/botan-1.10.pc +PLIST_FILES= bin/botan-config-1.10 lib/libbotan-1.10.a lib/libbotan-1.10.so lib/libbotan-1.10.so.1 \ + lib/libbotan-1.10.so.1.12 libdata/pkgconfig/botan-1.10.pc DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} PORTDOCS= * Modified: head/security/botan110/distinfo ============================================================================== --- head/security/botan110/distinfo Thu Mar 31 08:06:18 2016 (r412211) +++ head/security/botan110/distinfo Thu Mar 31 08:09:25 2016 (r412212) @@ -1,2 +1,2 @@ -SHA256 (Botan-1.10.9.tbz) = 3a57384529c9e4e19490239710c46b51a16475f4eadbc75760d73eaa1e93642f -SIZE (Botan-1.10.9.tbz) = 2211764 +SHA256 (Botan-1.10.12.tgz) = affc3a79919577943f896e64d3e4a4dcc4970c5bf80cc98c7f3a3144745eac27 +SIZE (Botan-1.10.12.tgz) = 2707397 Modified: head/security/softhsm/Makefile ============================================================================== --- head/security/softhsm/Makefile Thu Mar 31 08:06:18 2016 (r412211) +++ head/security/softhsm/Makefile Thu Mar 31 08:09:25 2016 (r412212) @@ -3,7 +3,7 @@ PORTNAME= softhsm PORTVERSION= 1.3.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= http://dist.opendnssec.org/source/