Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Mar 2016 08:09:25 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
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
Message-ID:  <201603310809.u2V89PuY098800@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <lapo at lapo.it> (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/
 



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