From owner-svn-ports-all@freebsd.org Sat Jan 11 12:16:34 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7391D1E8425; Sat, 11 Jan 2020 12:16:34 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47vzNf2T78z41Ps; Sat, 11 Jan 2020 12:16:34 +0000 (UTC) (envelope-from fluffy@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 500C6293B; Sat, 11 Jan 2020 12:16:34 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00BCGYQ9002835; Sat, 11 Jan 2020 12:16:34 GMT (envelope-from fluffy@FreeBSD.org) Received: (from fluffy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00BCGXDh002833; Sat, 11 Jan 2020 12:16:33 GMT (envelope-from fluffy@FreeBSD.org) Message-Id: <202001111216.00BCGXDh002833@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fluffy set sender to fluffy@FreeBSD.org using -f From: Dima Panov Date: Sat, 11 Jan 2020 12:16:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r522680 - branches/2020Q1/security/botan2 X-SVN-Group: ports-branches X-SVN-Commit-Author: fluffy X-SVN-Commit-Paths: branches/2020Q1/security/botan2 X-SVN-Commit-Revision: 522680 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.29 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: Sat, 11 Jan 2020 12:16:34 -0000 Author: fluffy Date: Sat Jan 11 12:16:33 2020 New Revision: 522680 URL: https://svnweb.freebsd.org/changeset/ports/522680 Log: MFH: r522563 security/botan2: update to 2.13.0 release * Fix a bug introduced in 2.12.0 where TLS::Channel::is_active and TLS::Channel::is_closed could simultaneously return true. (GH #2174 #2171) * Use std::shared_ptr instead of boost::shared_ptr in some examples. (GH #2155) * Add Roughtime client (GH #2143 #1842) * Add support for XMSS X.509 certificates (GH #2172) * Add support for X.509 CRLs in FFI layer and Python wrapper (GH #2213) https://botan.randombit.net/news.html PR: 243239 Submitted by: maintainer Approved by: maintainer Approved by: ports-secteam (joneum) Modified: branches/2020Q1/security/botan2/Makefile branches/2020Q1/security/botan2/distinfo branches/2020Q1/security/botan2/pkg-plist Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/security/botan2/Makefile ============================================================================== --- branches/2020Q1/security/botan2/Makefile Sat Jan 11 12:08:34 2020 (r522679) +++ branches/2020Q1/security/botan2/Makefile Sat Jan 11 12:16:33 2020 (r522680) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= botan -DISTVERSION= 2.12.1 -PORTREVISION= 1 +DISTVERSION= 2.13.0 CATEGORIES= security MASTER_SITES= http://botan.randombit.net/releases/ PKGNAMESUFFIX= 2 @@ -37,7 +36,8 @@ LDFLAGS+= -pthread DOCSDIR= ${LOCALBASE}/share/doc/${PORTNAME}-${PORTVERSION} _SHLIBVER= ${DISTVERSION:S/./ /g:[2]} -PLIST_SUB= SHLIBVER=${_SHLIBVER} +_SHLIBVERPATCH= ${DISTVERSION:S/./ /g:[3]} +PLIST_SUB= SHLIBVER=${_SHLIBVER} SHLIBVERPATCH=${_SHLIBVERPATCH} PORTDOCS= * OPTIONS_DEFINE= DOCS PYTHON SQLITE3 SSL @@ -78,6 +78,6 @@ post-patch: ${WRKSRC}/src/build-data/cc/clang.txt post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/botan ${STAGEDIR}${PREFIX}/lib/libbotan-2.so.${_SHLIBVER}.${_SHLIBVER}.1 + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/botan ${STAGEDIR}${PREFIX}/lib/libbotan-2.so.${_SHLIBVER}.${_SHLIBVER}.${_SHLIBVERPATCH} .include Modified: branches/2020Q1/security/botan2/distinfo ============================================================================== --- branches/2020Q1/security/botan2/distinfo Sat Jan 11 12:08:34 2020 (r522679) +++ branches/2020Q1/security/botan2/distinfo Sat Jan 11 12:16:33 2020 (r522680) @@ -1,3 +1,3 @@ -TIMESTAMP = 1574608870 -SHA256 (Botan-2.12.1.tar.xz) = 7e035f142a51fca1359705792627a282456d49749bf62a37a8e48375d41baaa9 -SIZE (Botan-2.12.1.tar.xz) = 5844528 +TIMESTAMP = 1578385259 +SHA256 (Botan-2.13.0.tar.xz) = f57ae42a41e1091bca58f44f41addebd9a390b651603952c881ec89d50187e90 +SIZE (Botan-2.13.0.tar.xz) = 5911360 Modified: branches/2020Q1/security/botan2/pkg-plist ============================================================================== --- branches/2020Q1/security/botan2/pkg-plist Sat Jan 11 12:08:34 2020 (r522679) +++ branches/2020Q1/security/botan2/pkg-plist Sat Jan 11 12:16:33 2020 (r522680) @@ -19,6 +19,7 @@ include/botan-2/botan/asn1_time.h 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/base58.h include/botan-2/botan/base64.h @@ -123,6 +124,7 @@ include/botan-2/botan/gost_3411.h include/botan-2/botan/hash.h include/botan-2/botan/hash_id.h include/botan-2/botan/hex.h +include/botan-2/botan/hex_filt.h include/botan-2/botan/hkdf.h include/botan-2/botan/hmac.h include/botan-2/botan/hmac_drbg.h @@ -220,6 +222,7 @@ include/botan-2/botan/rfc6979.h include/botan-2/botan/rmd160.h include/botan-2/botan/rng.h include/botan-2/botan/rotate.h +include/botan-2/botan/roughtime.h include/botan-2/botan/rsa.h include/botan-2/botan/salsa20.h include/botan-2/botan/scan_name.h @@ -316,6 +319,6 @@ include/botan-2/botan/zlib.h lib/libbotan-2.a lib/libbotan-2.so lib/libbotan-2.so.%%SHLIBVER%% -lib/libbotan-2.so.%%SHLIBVER%%.%%SHLIBVER%%.1 +lib/libbotan-2.so.%%SHLIBVER%%.%%SHLIBVER%%.%%SHLIBVERPATCH%% %%PYTHON%%%%PYTHON_SITELIBDIR%%/botan2.py libdata/pkgconfig/botan-2.pc