From owner-svn-ports-all@freebsd.org Fri Apr 13 09:57:44 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9CFF0FA0616; Fri, 13 Apr 2018 09:57:44 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4EDA46E20A; Fri, 13 Apr 2018 09:57:44 +0000 (UTC) (envelope-from krion@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2ADD4183B1; Fri, 13 Apr 2018 09:57:44 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3D9visi035666; Fri, 13 Apr 2018 09:57:44 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3D9vhkW035663; Fri, 13 Apr 2018 09:57:43 GMT (envelope-from krion@FreeBSD.org) Message-Id: <201804130957.w3D9vhkW035663@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarev Date: Fri, 13 Apr 2018 09:57:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r467231 - branches/2018Q2/security/botan2 X-SVN-Group: ports-branches X-SVN-Commit-Author: krion X-SVN-Commit-Paths: branches/2018Q2/security/botan2 X-SVN-Commit-Revision: 467231 X-SVN-Commit-Repository: ports 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.25 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: Fri, 13 Apr 2018 09:57:44 -0000 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