From: Tobias Brunner Date: Mon, 28 Nov 2022 15:02:25 +0000 (+0100) Subject: Use Botan 2.19.3 for tests X-Git-Tag: 5.9.9rc1~37 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=977ab29fc105bf9de8843583d0644bcd997aab89;p=thirdparty%2Fstrongswan.git Use Botan 2.19.3 for tests --- diff --git a/scripts/test.sh b/scripts/test.sh index 60ba14e98e..b03454db53 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=2.19.1 + BOTAN_REV=2.19.3 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 705501f442..7c2d23b984 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 = 2.19.1 +REV = 2.19.3 NUM_CPUS := $(shell getconf _NPROCESSORS_ONLN)