Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Aug 2018 18:18:44 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r477808 - in branches/2018Q3: dns/powerdns dns/powerdns-recursor editors/encryptpad security/botan2
Message-ID:  <201808221818.w7MIIiou023093@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Wed Aug 22 18:18:44 2018
New Revision: 477808
URL: https://svnweb.freebsd.org/changeset/ports/477808

Log:
  MFH: r477449
  
  security/botan2: update to 2.7.0
  
  While here, bump PORTREVISION on dependent ports
  
  PR:		230666
  Submitted by:	Ralf van der Enden <tremere@cainites.net> (maintainer
  Security:	7762d7ad-2e38-41d2-9785-c51f653ba8bd
  
  Approved by:	ports-secteam (implicit)

Modified:
  branches/2018Q3/dns/powerdns-recursor/Makefile
  branches/2018Q3/dns/powerdns/Makefile
  branches/2018Q3/editors/encryptpad/Makefile
  branches/2018Q3/security/botan2/Makefile
  branches/2018Q3/security/botan2/distinfo
  branches/2018Q3/security/botan2/pkg-plist
Directory Properties:
  branches/2018Q3/   (props changed)

Modified: branches/2018Q3/dns/powerdns-recursor/Makefile
==============================================================================
--- branches/2018Q3/dns/powerdns-recursor/Makefile	Wed Aug 22 18:08:15 2018	(r477807)
+++ branches/2018Q3/dns/powerdns-recursor/Makefile	Wed Aug 22 18:18:44 2018	(r477808)
@@ -3,7 +3,7 @@
 
 PORTNAME=	recursor
 DISTVERSION=	4.1.3
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	dns ipv6
 MASTER_SITES=	http://downloads.powerdns.com/releases/
 PKGNAMEPREFIX=	powerdns-
@@ -29,7 +29,8 @@ USES=		compiler:c++11-lib cpe gmake localbase:ldflags 
 GNU_CONFIGURE=	YES
 CXXFLAGS+=	-D_GLIBCXX_USE_C99
 CONFIGURE_ARGS=	--sysconfdir=${PREFIX}/etc/pdns \
-		--with-protobuf
+		--with-protobuf \
+		--without-net-snmp
 
 CPE_VENDOR=	powerdns
 

Modified: branches/2018Q3/dns/powerdns/Makefile
==============================================================================
--- branches/2018Q3/dns/powerdns/Makefile	Wed Aug 22 18:08:15 2018	(r477807)
+++ branches/2018Q3/dns/powerdns/Makefile	Wed Aug 22 18:18:44 2018	(r477808)
@@ -2,7 +2,7 @@
 
 PORTNAME=	powerdns
 DISTVERSION=	4.1.3
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	dns ipv6
 MASTER_SITES=	http://downloads.powerdns.com/releases/
 DISTNAME=	pdns-${DISTVERSION}

Modified: branches/2018Q3/editors/encryptpad/Makefile
==============================================================================
--- branches/2018Q3/editors/encryptpad/Makefile	Wed Aug 22 18:08:15 2018	(r477807)
+++ branches/2018Q3/editors/encryptpad/Makefile	Wed Aug 22 18:18:44 2018	(r477808)
@@ -4,7 +4,7 @@
 PORTNAME=	encryptpad
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.4.0.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	editors security
 
 PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/

Modified: branches/2018Q3/security/botan2/Makefile
==============================================================================
--- branches/2018Q3/security/botan2/Makefile	Wed Aug 22 18:08:15 2018	(r477807)
+++ branches/2018Q3/security/botan2/Makefile	Wed Aug 22 18:18:44 2018	(r477808)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	botan
-DISTVERSION=	2.6.0
-PORTREVISION=	1
+DISTVERSION=	2.7.0
 CATEGORIES=	security
 MASTER_SITES=	http://botan.randombit.net/releases/
 PKGNAMESUFFIX=	2
@@ -62,7 +61,7 @@ post-patch:
 		${WRKSRC}/src/build-data/cc/clang.txt
 
 post-install:
-.for i in bin/botan lib/libbotan-2.so.5.6.0
+.for i in bin/botan lib/libbotan-2.so.7.7.0
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${i}
 .endfor
 

Modified: branches/2018Q3/security/botan2/distinfo
==============================================================================
--- branches/2018Q3/security/botan2/distinfo	Wed Aug 22 18:08:15 2018	(r477807)
+++ branches/2018Q3/security/botan2/distinfo	Wed Aug 22 18:18:44 2018	(r477808)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1523435950
-SHA256 (Botan-2.6.0.tgz) = c1f261555bba702c73608dde7bd743ef2d6377a41a1c295915b25c5babaf5cc5
-SIZE (Botan-2.6.0.tgz) = 6599127
+TIMESTAMP = 1530602195
+SHA256 (Botan-2.7.0.tgz) = e42df91556317588c6ca0e41bf796f9bd5ec5c70e0668e6c97c608c697c24a90
+SIZE (Botan-2.7.0.tgz) = 7021654

Modified: branches/2018Q3/security/botan2/pkg-plist
==============================================================================
--- branches/2018Q3/security/botan2/pkg-plist	Wed Aug 22 18:08:15 2018	(r477807)
+++ branches/2018Q3/security/botan2/pkg-plist	Wed Aug 22 18:18:44 2018	(r477808)
@@ -15,6 +15,7 @@ include/botan-2/botan/assert.h
 include/botan-2/botan/atomic.h
 include/botan-2/botan/auto_rng.h
 include/botan-2/botan/b64_filt.h
+include/botan-2/botan/base32.h
 include/botan-2/botan/base64.h
 include/botan-2/botan/basefilt.h
 include/botan-2/botan/bcrypt.h
@@ -214,6 +215,7 @@ include/botan-2/botan/rotate.h
 include/botan-2/botan/rsa.h
 include/botan-2/botan/salsa20.h
 include/botan-2/botan/scan_name.h
+include/botan-2/botan/scrypt.h
 include/botan-2/botan/secmem.h
 include/botan-2/botan/secqueue.h
 include/botan-2/botan/seed.h
@@ -303,7 +305,7 @@ include/botan-2/botan/xts.h
 include/botan-2/botan/zlib.h
 lib/libbotan-2.a
 lib/libbotan-2.so
-lib/libbotan-2.so.5
-lib/libbotan-2.so.5.6.0
+lib/libbotan-2.so.7
+lib/libbotan-2.so.7.7.0
 %%PYTHON_SITELIBDIR%%/botan2.py
 libdata/pkgconfig/botan-2.pc



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