Commit 440b7e7940 for strongswan.org
commit 440b7e7940ddc6e51ce78355697e6b1e9468e251
Author: Tobias Brunner <tobias@strongswan.org>
Date: Wed Apr 1 09:07:26 2026 +0200
Use Botan 3.11.1 for tests
diff --git a/scripts/test.sh b/scripts/test.sh
index 2cfd090b1b..14e7770340 100755
--- a/scripts/test.sh
+++ b/scripts/test.sh
@@ -4,7 +4,7 @@
build_botan()
{
# same revision used in the build recipe of the testing environment
- BOTAN_REV=3.10.0
+ BOTAN_REV=3.11.1
BOTAN_DIR=$DEPS_BUILD_DIR/botan
if test -d "$BOTAN_DIR"; then
diff --git a/testing/scripts/recipes/011_botan.mk b/testing/scripts/recipes/011_botan.mk
index f3c1f984ff..99b7ee8227 100644
--- a/testing/scripts/recipes/011_botan.mk
+++ b/testing/scripts/recipes/011_botan.mk
@@ -2,7 +2,7 @@
PKG = botan
SRC = https://github.com/randombit/$(PKG).git
-REV = 3.10.0
+REV = 3.11.1
NUM_CPUS := $(shell getconf _NPROCESSORS_ONLN)