]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Use Botan 3.8.1 for tests
authorTobias Brunner <tobias@strongswan.org>
Mon, 12 May 2025 13:58:36 +0000 (15:58 +0200)
committerTobias Brunner <tobias@strongswan.org>
Mon, 28 Jul 2025 08:28:15 +0000 (10:28 +0200)
scripts/test.sh
testing/scripts/recipes/011_botan.mk

index d58fa8406d74ce83842f5c4b26235f4047bcd7af..5ca7e0de79b544a913594a2bd9cc571a2dd30b10 100755 (executable)
@@ -4,7 +4,7 @@
 build_botan()
 {
        # same revision used in the build recipe of the testing environment
-       BOTAN_REV=3.7.1
+       BOTAN_REV=3.8.1
        BOTAN_DIR=$DEPS_BUILD_DIR/botan
 
        if test -d "$BOTAN_DIR"; then
index 3488bf3daf75e51a7b8691f69588e7432ea9e431..092fb51bb965d69095d7ecdbda866912ae9811e8 100644 (file)
@@ -2,7 +2,7 @@
 
 PKG = botan
 SRC = https://github.com/randombit/$(PKG).git
-REV = 3.7.1
+REV = 3.8.1
 
 NUM_CPUS := $(shell getconf _NPROCESSORS_ONLN)