From: Tobias Brunner Date: Thu, 20 Jan 2022 09:04:30 +0000 (+0100) Subject: Use Botan 2.19.1 for tests X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1bb05006d3b751532ab77b4c5c0501c0afb655bd;p=people%2Fms%2Fstrongswan.git Use Botan 2.19.1 for tests --- diff --git a/scripts/test.sh b/scripts/test.sh index 343ab9878..9f3cc9dfa 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=c55f5d42650b # 2.18.2 + fix for SHA-3 compilation issue + BOTAN_REV=2.19.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 b80ca2cc6..705501f44 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.18.2 +REV = 2.19.1 NUM_CPUS := $(shell getconf _NPROCESSORS_ONLN)