mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
main/botan: security upgrade to 2.19.5
enable tests on all architectures
This commit is contained in:
parent
7f1f950047
commit
aef568a954
@ -1,8 +1,8 @@
|
||||
# Contributor: tcely <tcely@users.noreply.github.com>
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
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
|
||||
"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user