From owner-svn-ports-head@freebsd.org Wed Apr 4 08:36:46 2018 Return-Path: Delivered-To: svn-ports-head@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 07037F9E061; Wed, 4 Apr 2018 08:36:46 +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 ABA576C000; Wed, 4 Apr 2018 08:36:45 +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 8C8C91147F; Wed, 4 Apr 2018 08:36:45 +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 w348aj5A032069; Wed, 4 Apr 2018 08:36:45 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w348ajDF032061; Wed, 4 Apr 2018 08:36:45 GMT (envelope-from krion@FreeBSD.org) Message-Id: <201804040836.w348ajDF032061@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarev Date: Wed, 4 Apr 2018 08:36:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r466403 - head/security/botan2 X-SVN-Group: ports-head X-SVN-Commit-Author: krion X-SVN-Commit-Paths: head/security/botan2 X-SVN-Commit-Revision: 466403 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Apr 2018 08:36:46 -0000 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