From 29c59885ca0b0d19dd2f96db96923a06f5bd5d31 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Mon, 9 Nov 2020 10:55:46 +0100 Subject: [PATCH] Use Botan 2.17.1 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 abaee206c..6a63f4695 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.16.0 + BOTAN_REV=2.17.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 eea21043b..6a830895d 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.16.0 +REV = 2.17.1 NUM_CPUS := $(shell getconf _NPROCESSORS_ONLN)