From: Tobias Brunner Date: Wed, 23 Oct 2024 14:48:36 +0000 (+0200) Subject: Use Botan 3.6.1 for tests X-Git-Tag: 6.0.0rc1~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=974f9c37dfeff2ad2a5ce692784b44c241a22cfa;p=thirdparty%2Fstrongswan.git Use Botan 3.6.1 for tests With 3.6.0 support for ML-KEM was added. --- diff --git a/scripts/test.sh b/scripts/test.sh index 5fbc856a5e..7df18d9b44 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -4,7 +4,7 @@ build_botan() { # same revision used in the build recipe of the testing environment - BOTAN_REV=3.3.0 + BOTAN_REV=3.6.1 BOTAN_DIR=$DEPS_BUILD_DIR/botan if test -d "$BOTAN_DIR"; then diff --git a/testing/scripts/recipes/011_botan.mk b/testing/scripts/recipes/011_botan.mk index c7fd80ac5c..fa5225a093 100644 --- a/testing/scripts/recipes/011_botan.mk +++ b/testing/scripts/recipes/011_botan.mk @@ -2,7 +2,7 @@ PKG = botan SRC = https://github.com/randombit/$(PKG).git -REV = 3.3.0 +REV = 3.6.1 NUM_CPUS := $(shell getconf _NPROCESSORS_ONLN) @@ -10,7 +10,7 @@ NUM_CPUS := $(shell getconf _NPROCESSORS_ONLN) CONFIG_OPTS = \ --without-os-features=threads \ --disable-modules=locking_allocator \ - --disable-modules=pkcs11,tls,x509,xmss \ + --disable-modules=pkcs11,tls,x509,xmss all: install