From aef568a954e9efbc43145589bf1c8f1de5a40fcf Mon Sep 17 00:00:00 2001 From: omni Date: Mon, 7 Oct 2024 00:18:11 +0000 Subject: [PATCH] main/botan: security upgrade to 2.19.5 enable tests on all architectures --- main/botan/APKBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/main/botan/APKBUILD b/main/botan/APKBUILD index 7a79fb0eb0d..936a6dbc309 100644 --- a/main/botan/APKBUILD +++ b/main/botan/APKBUILD @@ -1,8 +1,8 @@ # Contributor: tcely # Maintainer: Natanael Copa pkgname=botan -pkgver=2.19.3 -pkgrel=5 +pkgver=2.19.5 +pkgrel=0 pkgdesc="Crypto and TLS for C++11" url="https://botan.randombit.net/" arch="all" @@ -14,6 +14,10 @@ source="https://botan.randombit.net/releases/Botan-$pkgver.tar.xz" builddir="$srcdir/Botan-$pkgver" # secfixes: +# 2.19.5-r0: +# - CVE-2024-34702 +# - CVE-2024-34703 +# - CVE-2024-39312 # 2.18.1-r3: # - CVE-2021-40529 # 2.17.3-r0: @@ -27,10 +31,6 @@ builddir="$srcdir/Botan-$pkgver" # 2.5.0-r0: # - CVE-2018-9127 -case $CARCH in - ppc64le|aarch64|armhf|armv7) options="$options !check" ;; # 3 tests timeout -esac - build() { # botan benefits from -O3. Upstream is using it when testing. CXXFLAGS="$CXXFLAGS -O3" \ @@ -61,5 +61,5 @@ package() { } sha512sums=" -80012397e2aa7cc88a9536340ac9b770d1195fddda53b9d4cfde82318dd05f9d4f925bbdff773aba99883a701f4d30581e9d5c97e915fa80c3ca2acfa5a92110 Botan-2.19.3.tar.xz +323930fbabd833a6affd71f90835e4ca31a9632e346dee9c5f396aca898697d0f2993b860f739d02cdf49fa7fbb3a2d306c4790e5d5f39620b2dea284983669c Botan-2.19.5.tar.xz "