]> git.ipfire.org Git - people/ms/strongswan.git/commitdiff
Use Botan 2.18.2 for tests
authorTobias Brunner <tobias@strongswan.org>
Tue, 26 Oct 2021 08:33:05 +0000 (10:33 +0200)
committerTobias Brunner <tobias@strongswan.org>
Fri, 29 Oct 2021 07:07:38 +0000 (09:07 +0200)
scripts/test.sh
testing/scripts/recipes/011_botan.mk

index 5c20fb9dfd8984963ad44f4e06f349ed592c2771..4fc1974b2d9d27de3e06d9070fe23021a5efae3b 100755 (executable)
@@ -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
index c923c07d4e987c1ed25c681c00a7cccad18826a1..b80ca2cc6c7d41bdf6eaa10cddb168fc061f597c 100644 (file)
@@ -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)