]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Use Botan 3.12.0 for tests
authorTobias Brunner <tobias@strongswan.org>
Fri, 8 May 2026 09:59:02 +0000 (11:59 +0200)
committerTobias Brunner <tobias@strongswan.org>
Fri, 8 May 2026 10:00:15 +0000 (12:00 +0200)
scripts/test.sh
testing/scripts/recipes/011_botan.mk

index 3c30decdf1b45eee6b9992ab24c63b53f4d4d482..e39dab6ce06720c163e4c93365cbb646aa4ddc45 100755 (executable)
@@ -4,7 +4,7 @@
 build_botan()
 {
        # same revision used in the build recipe of the testing environment
-       BOTAN_REV=3.11.1
+       BOTAN_REV=3.12.0
        BOTAN_DIR=$DEPS_BUILD_DIR/botan
 
        if test -d "$BOTAN_DIR"; then
index 99b7ee8227ccab9ca81dfed6fe7b070c30f16fe8..e0729428806b08dcd13ed816edb4547e177e45c3 100644 (file)
@@ -2,7 +2,7 @@
 
 PKG = botan
 SRC = https://github.com/randombit/$(PKG).git
-REV = 3.11.1
+REV = 3.12.0
 
 NUM_CPUS := $(shell getconf _NPROCESSORS_ONLN)