From: Tobias Brunner Date: Wed, 21 Feb 2024 15:16:24 +0000 (+0100) Subject: Use Botan 3.3.0 for tests X-Git-Tag: 5.9.14dr1~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7fdc10a3ca987cbad205b67f71418b452276a0f;p=thirdparty%2Fstrongswan.git Use Botan 3.3.0 for tests --- diff --git a/scripts/test.sh b/scripts/test.sh index ec5b33c5ad..78c1779392 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.2.0 + BOTAN_REV=3.3.0 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 a4c7477813..c7fd80ac5c 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.2.0 +REV = 3.3.0 NUM_CPUS := $(shell getconf _NPROCESSORS_ONLN)