From owner-svn-ports-head@freebsd.org Thu Nov 12 08:47:26 2020 Return-Path: Delivered-To: svn-ports-head@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 38D532E33E7; Thu, 12 Nov 2020 08:47:26 +0000 (UTC) (envelope-from fernape@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4CWwG61CV2z3Hn7; Thu, 12 Nov 2020 08:47:26 +0000 (UTC) (envelope-from fernape@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 1C8A0239BB; Thu, 12 Nov 2020 08:47:26 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0AC8lPfn047499; Thu, 12 Nov 2020 08:47:25 GMT (envelope-from fernape@FreeBSD.org) Received: (from fernape@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0AC8lPZP047496; Thu, 12 Nov 2020 08:47:25 GMT (envelope-from fernape@FreeBSD.org) Message-Id: <202011120847.0AC8lPZP047496@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fernape set sender to fernape@FreeBSD.org using -f From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= Date: Thu, 12 Nov 2020 08:47:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r554939 - head/security/botan2 X-SVN-Group: ports-head X-SVN-Commit-Author: fernape X-SVN-Commit-Paths: head/security/botan2 X-SVN-Commit-Revision: 554939 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.34 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: Thu, 12 Nov 2020 08:47:26 -0000 Author: fernape Date: Thu Nov 12 08:47:25 2020 New Revision: 554939 URL: https://svnweb.freebsd.org/changeset/ports/554939 Log: security/botan2: update to 2.17.1 ChangeLog: https://botan.randombit.net/news.html#version-2-17-1-2020-11-07 PR: 251036 Submitted by: tremere@cainites.net (maintainer) Modified: head/security/botan2/Makefile head/security/botan2/distinfo head/security/botan2/pkg-plist Modified: head/security/botan2/Makefile ============================================================================== --- head/security/botan2/Makefile Thu Nov 12 08:43:08 2020 (r554938) +++ head/security/botan2/Makefile Thu Nov 12 08:47:25 2020 (r554939) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= botan -DISTVERSION= 2.15.0 +DISTVERSION= 2.17.1 CATEGORIES= security MASTER_SITES= http://botan.randombit.net/releases/ PKGNAMESUFFIX= 2 @@ -36,7 +36,7 @@ LDFLAGS+= -pthread DOCSDIR= ${LOCALBASE}/share/doc/${PORTNAME}-${PORTVERSION} -_SOABIVER= 15 +_SOABIVER= 17 _SHLIBVER= ${DISTVERSION:S/./ /g:[2]} _SHLIBVERPATCH= ${DISTVERSION:S/./ /g:[3]} PLIST_SUB= SOABIVER=${_SOABIVER} SHLIBVER=${_SHLIBVER} SHLIBVERPATCH=${_SHLIBVERPATCH} Modified: head/security/botan2/distinfo ============================================================================== --- head/security/botan2/distinfo Thu Nov 12 08:43:08 2020 (r554938) +++ head/security/botan2/distinfo Thu Nov 12 08:47:25 2020 (r554939) @@ -1,3 +1,3 @@ -TIMESTAMP = 1594192139 -SHA256 (Botan-2.15.0.tar.xz) = d88af1307f1fefac79aa4f2f524699478d69ce15a857cf2d0a90ac6bf2a50009 -SIZE (Botan-2.15.0.tar.xz) = 5920688 +TIMESTAMP = 1604775880 +SHA256 (Botan-2.17.1.tar.xz) = 741358b3f1638ed7d9b2f59b4e344aa46f4966b15958b5434c0ac1580df0c0c1 +SIZE (Botan-2.17.1.tar.xz) = 5970240 Modified: head/security/botan2/pkg-plist ============================================================================== --- head/security/botan2/pkg-plist Thu Nov 12 08:43:08 2020 (r554938) +++ head/security/botan2/pkg-plist Thu Nov 12 08:47:25 2020 (r554939) @@ -17,7 +17,6 @@ include/botan-2/botan/asn1_print.h include/botan-2/botan/asn1_str.h 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 @@ -172,6 +171,7 @@ include/botan-2/botan/ocsp.h include/botan-2/botan/ocsp_types.h include/botan-2/botan/ofb.h include/botan-2/botan/oids.h +include/botan-2/botan/otp.h include/botan-2/botan/p11.h include/botan-2/botan/p11_ecc_key.h include/botan-2/botan/p11_ecdh.h @@ -182,6 +182,7 @@ include/botan-2/botan/p11_randomgenerator.h include/botan-2/botan/p11_rsa.h include/botan-2/botan/p11_session.h include/botan-2/botan/p11_slot.h +include/botan-2/botan/p11_types.h include/botan-2/botan/p11_x509.h include/botan-2/botan/package.h include/botan-2/botan/par_hash.h @@ -203,6 +204,8 @@ include/botan-2/botan/pkcs11.h include/botan-2/botan/pkcs11f.h include/botan-2/botan/pkcs11t.h include/botan-2/botan/pkcs8.h +include/botan-2/botan/pkix_enums.h +include/botan-2/botan/pkix_types.h include/botan-2/botan/point_gfp.h include/botan-2/botan/poly1305.h include/botan-2/botan/polyn_gf2m.h @@ -302,15 +305,12 @@ include/botan-2/botan/x509path.h include/botan-2/botan/x509self.h include/botan-2/botan/x919_mac.h include/botan-2/botan/xmss.h -include/botan-2/botan/xmss_address.h -include/botan-2/botan/xmss_common_ops.h include/botan-2/botan/xmss_hash.h -include/botan-2/botan/xmss_index_registry.h include/botan-2/botan/xmss_key_pair.h include/botan-2/botan/xmss_parameters.h include/botan-2/botan/xmss_privatekey.h include/botan-2/botan/xmss_publickey.h -include/botan-2/botan/xmss_tools.h +include/botan-2/botan/xmss_wots.h include/botan-2/botan/xmss_wots_parameters.h include/botan-2/botan/xmss_wots_privatekey.h include/botan-2/botan/xmss_wots_publickey.h