]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Use Botan 3.6.1 for tests
authorTobias Brunner <tobias@strongswan.org>
Wed, 23 Oct 2024 14:48:36 +0000 (16:48 +0200)
committerTobias Brunner <tobias@strongswan.org>
Fri, 22 Nov 2024 13:03:17 +0000 (14:03 +0100)
With 3.6.0 support for ML-KEM was added.

scripts/test.sh
testing/scripts/recipes/011_botan.mk

index 5fbc856a5ef85edba04ad49b074b73ed64aaae85..7df18d9b44225d8f0f45c55361430d484d788267 100755 (executable)
@@ -4,7 +4,7 @@
 build_botan()
 {
        # same revision used in the build recipe of the testing environment
-       BOTAN_REV=3.3.0
+       BOTAN_REV=3.6.1
        BOTAN_DIR=$DEPS_BUILD_DIR/botan
 
        if test -d "$BOTAN_DIR"; then
index c7fd80ac5cd5c0c0240d5092c4feb4600ff418ec..fa5225a093ba47861616c0e8555bb1a12896d7ee 100644 (file)
@@ -2,7 +2,7 @@
 
 PKG = botan
 SRC = https://github.com/randombit/$(PKG).git
-REV = 3.3.0
+REV = 3.6.1
 
 NUM_CPUS := $(shell getconf _NPROCESSORS_ONLN)
 
@@ -10,7 +10,7 @@ NUM_CPUS := $(shell getconf _NPROCESSORS_ONLN)
 CONFIG_OPTS = \
        --without-os-features=threads \
        --disable-modules=locking_allocator \
-       --disable-modules=pkcs11,tls,x509,xmss \
+       --disable-modules=pkcs11,tls,x509,xmss
 
 all: install