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

index 3adce6c005b9d32e2aed99dfdd3a753652e5131f..448f47032c706db6ccf96ea56dda233c506116bf 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)