From e19eb070fa599a3b85e45559e3bc12d96060b140 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Tue, 26 Oct 2021 10:33:05 +0200 Subject: [PATCH] Use Botan 2.18.2 for tests --- scripts/test.sh | 2 +- testing/scripts/recipes/011_botan.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/test.sh b/scripts/test.sh index 5c20fb9dfd..4fc1974b2d 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.18.0 + BOTAN_REV=c55f5d42650b # 2.18.2 + fix for SHA-3 compilation issue 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 c923c07d4e..b80ca2cc6c 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.0 +REV = 2.18.2 NUM_CPUS := $(shell getconf _NPROCESSORS_ONLN) -- 2.47.2