Date: Wed, 4 Apr 2018 08:36:45 +0000 (UTC) From: Kirill Ponomarev <krion@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r466403 - head/security/botan2 Message-ID: <201804040836.w348ajDF032061@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: krion Date: Wed Apr 4 08:36:44 2018 New Revision: 466403 URL: https://svnweb.freebsd.org/changeset/ports/466403 Log: Update to version 2.5.0 PR: 227249 Submitted by: maintainer Modified: head/security/botan2/Makefile head/security/botan2/distinfo head/security/botan2/pkg-plist Modified: head/security/botan2/Makefile ============================================================================== --- head/security/botan2/Makefile Wed Apr 4 08:33:30 2018 (r466402) +++ head/security/botan2/Makefile Wed Apr 4 08:36:44 2018 (r466403) @@ -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: head/security/botan2/distinfo ============================================================================== --- head/security/botan2/distinfo Wed Apr 4 08:33:30 2018 (r466402) +++ head/security/botan2/distinfo Wed Apr 4 08:36:44 2018 (r466403) @@ -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: head/security/botan2/pkg-plist ============================================================================== --- head/security/botan2/pkg-plist Wed Apr 4 08:33:30 2018 (r466402) +++ head/security/botan2/pkg-plist Wed Apr 4 08:36:44 2018 (r466403) @@ -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?201804040836.w348ajDF032061>