]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Use Botan 3.7.1 for tests
authorTobias Brunner <tobias@strongswan.org>
Wed, 5 Feb 2025 13:14:40 +0000 (14:14 +0100)
committerTobias Brunner <tobias@strongswan.org>
Wed, 5 Feb 2025 13:14:40 +0000 (14:14 +0100)
scripts/test.sh
testing/scripts/recipes/011_botan.mk

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