Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Apr 2018 09:57:43 +0000 (UTC)
From:      Kirill Ponomarev <krion@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r467231 - branches/2018Q2/security/botan2
Message-ID:  <201804130957.w3D9vhkW035663@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: krion
Date: Fri Apr 13 09:57:43 2018
New Revision: 467231
URL: https://svnweb.freebsd.org/changeset/ports/467231

Log:
  MFH: r466403
  
  Update to version 2.5.0
  
  PR:		227249
  Submitted by:	maintainer
  
  Approved by:	ports-secteam (delphij)

Modified:
  branches/2018Q2/security/botan2/Makefile
  branches/2018Q2/security/botan2/distinfo
  branches/2018Q2/security/botan2/pkg-plist
Directory Properties:
  branches/2018Q2/   (props changed)

Modified: branches/2018Q2/security/botan2/Makefile
==============================================================================
--- branches/2018Q2/security/botan2/Makefile	Fri Apr 13 09:51:52 2018	(r467230)
+++ branches/2018Q2/security/botan2/Makefile	Fri Apr 13 09:57:43 2018	(r467231)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	botan
-DISTVERSION=	2.4.0
-PORTREVISION=	1
+DISTVERSION=	2.5.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.4.4.0
+.for i in bin/botan lib/libbotan-2.so.5.5.0
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${i}
 .endfor
 

Modified: branches/2018Q2/security/botan2/distinfo
==============================================================================
--- branches/2018Q2/security/botan2/distinfo	Fri Apr 13 09:51:52 2018	(r467230)
+++ branches/2018Q2/security/botan2/distinfo	Fri Apr 13 09:57:43 2018	(r467231)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1515446913
-SHA256 (Botan-2.4.0.tgz) = ed9464e2a5cfee4cd3d9bd7a8f80673b45c8a0718db2181a73f5465a606608a5
-SIZE (Botan-2.4.0.tgz) = 6530714
+TIMESTAMP = 1522742583
+SHA256 (Botan-2.5.0.tgz) = b8a31fe03e7f048a5bd3967ecd04b6a48966215e78792df06e333b0eede4fb1b
+SIZE (Botan-2.5.0.tgz) = 6596225

Modified: branches/2018Q2/security/botan2/pkg-plist
==============================================================================
--- branches/2018Q2/security/botan2/pkg-plist	Fri Apr 13 09:51:52 2018	(r467230)
+++ branches/2018Q2/security/botan2/pkg-plist	Fri Apr 13 09:57:43 2018	(r467231)
@@ -148,7 +148,7 @@ include/botan-2/botan/mem_ops.h
 include/botan-2/botan/mgf1.h
 include/botan-2/botan/misty1.h
 include/botan-2/botan/mode_pad.h
-include/botan-2/botan/mp_types.h
+include/botan-2/botan/monty.h
 include/botan-2/botan/mul128.h
 include/botan-2/botan/mutex.h
 include/botan-2/botan/name_constraint.h
@@ -246,8 +246,10 @@ include/botan-2/botan/sym_algo.h
 include/botan-2/botan/symkey.h
 include/botan-2/botan/system_rng.h
 include/botan-2/botan/threefish.h
+include/botan-2/botan/threefish_512.h
 include/botan-2/botan/tiger.h
 include/botan-2/botan/tls_alert.h
+include/botan-2/botan/tls_algos.h
 include/botan-2/botan/tls_blocking.h
 include/botan-2/botan/tls_callbacks.h
 include/botan-2/botan/tls_channel.h
@@ -301,7 +303,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.4
-lib/libbotan-2.so.4.4.0
+lib/libbotan-2.so.5
+lib/libbotan-2.so.5.5.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?201804130957.w3D9vhkW035663>