]> git.ipfire.org Git - people/ms/strongswan.git/commitdiff
Use Botan 2.19.1 for tests
authorTobias Brunner <tobias@strongswan.org>
Thu, 20 Jan 2022 09:04:30 +0000 (10:04 +0100)
committerTobias Brunner <tobias@strongswan.org>
Mon, 24 Jan 2022 16:30:33 +0000 (17:30 +0100)
scripts/test.sh
testing/scripts/recipes/011_botan.mk

index 343ab9878e8da6f984ef6b18b92989d61849dcb0..9f3cc9dfa8387949dfd36b267c8b4561cc14bddd 100755 (executable)
@@ -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
index b80ca2cc6c7d41bdf6eaa10cddb168fc061f597c..705501f442634a1fc25ff86c44780c22c7e8391b 100644 (file)
@@ -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)