From: Tobias Brunner Date: Tue, 2 Jul 2019 07:53:53 +0000 (+0200) Subject: Use Botan 2.11.0 for tests X-Git-Tag: 5.8.1rc1~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de07b77442c87dddce8c2f21509c1f92bbbbad74;p=thirdparty%2Fstrongswan.git Use Botan 2.11.0 for tests --- diff --git a/scripts/test.sh b/scripts/test.sh index 78b3feb6ea..9271bb0225 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.10.0 + BOTAN_REV=2.11.0 BOTAN_DIR=$TRAVIS_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 98c6d7c0e8..cb2dd2a42d 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.10.0 +REV = 2.11.0 NUM_CPUS := $(shell getconf _NPROCESSORS_ONLN)