Commit 93cf3de1fc for strongswan.org

commit 93cf3de1fcf522b785137e8af4e11d63ad109401
Author: Tobias Brunner <tobias@strongswan.org>
Date:   Fri May 8 11:59:02 2026 +0200

    Use Botan 3.12.0 for tests

diff --git a/scripts/test.sh b/scripts/test.sh
index 3c30decdf1..e39dab6ce0 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.11.1
+	BOTAN_REV=3.12.0
 	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 99b7ee8227..e072942880 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.11.1
+REV = 3.12.0

 NUM_CPUS := $(shell getconf _NPROCESSORS_ONLN)