From: Tobias Brunner Date: Thu, 31 Aug 2023 12:46:51 +0000 (+0200) Subject: Use Botan 3.2.0 for tests X-Git-Tag: 5.9.12dr2~2^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=578b561a22216736dab52ffe5e2dadda1b3f2091;p=thirdparty%2Fstrongswan.git Use Botan 3.2.0 for tests This includes a change that allows checking EC keys for explicit param encoding. --- diff --git a/scripts/test.sh b/scripts/test.sh index ea0db8ad79..d9a9224170 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.1.1 + BOTAN_REV=3.2.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 315878c125..a4c7477813 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.1.1 +REV = 3.2.0 NUM_CPUS := $(shell getconf _NPROCESSORS_ONLN)