From: Tobias Brunner Date: Mon, 12 May 2025 13:58:36 +0000 (+0200) Subject: Use Botan 3.8.1 for tests X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc592f8a65c8b866444677f21dfe4fc0c8aa15ac;p=thirdparty%2Fstrongswan.git Use Botan 3.8.1 for tests --- diff --git a/scripts/test.sh b/scripts/test.sh index d58fa8406d..5ca7e0de79 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.7.1 + BOTAN_REV=3.8.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 3488bf3daf..092fb51bb9 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.7.1 +REV = 3.8.1 NUM_CPUS := $(shell getconf _NPROCESSORS_ONLN)