]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Use Botan 3.9.0 for tests
authorTobias Brunner <tobias@strongswan.org>
Thu, 21 Aug 2025 14:24:46 +0000 (16:24 +0200)
committerTobias Brunner <tobias@strongswan.org>
Thu, 21 Aug 2025 14:35:20 +0000 (16:35 +0200)
scripts/test.sh
testing/scripts/recipes/011_botan.mk

index 056962dd4e9022eef90e952dc8246c898644c0c7..d5d4abe6aa3605098670cf20218394922bab9970 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.9.0
        BOTAN_DIR=$DEPS_BUILD_DIR/botan
 
        if test -d "$BOTAN_DIR"; then
index 3488bf3daf75e51a7b8691f69588e7432ea9e431..53df3fe1125e7a6c3c90212393e2faff82a385b5 100644 (file)
@@ -2,7 +2,7 @@
 
 PKG = botan
 SRC = https://github.com/randombit/$(PKG).git
-REV = 3.7.1
+REV = 3.9.0
 
 NUM_CPUS := $(shell getconf _NPROCESSORS_ONLN)