]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Use Botan 3.2.0 for tests
authorTobias Brunner <tobias@strongswan.org>
Thu, 31 Aug 2023 12:46:51 +0000 (14:46 +0200)
committerTobias Brunner <tobias@strongswan.org>
Fri, 13 Oct 2023 07:10:46 +0000 (09:10 +0200)
This includes a change that allows checking EC keys for explicit
param encoding.

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

index ea0db8ad7971e97b013f917c794c87577159a330..d9a92241707349bfd81fe77e7031be80b072d7d8 100755 (executable)
@@ -4,7 +4,7 @@
 build_botan()
 {
        # same revision used in the build recipe of the testing environment
-       BOTAN_REV=3.1.1
+       BOTAN_REV=3.2.0
        BOTAN_DIR=$DEPS_BUILD_DIR/botan
 
        if test -d "$BOTAN_DIR"; then
index 315878c125486124ccdddea9dac7bffbffc1e2a5..a4c7477813bd64f7bfa44c99a2cbfc3e398c4cac 100644 (file)
@@ -2,7 +2,7 @@
 
 PKG = botan
 SRC = https://github.com/randombit/$(PKG).git
-REV = 3.1.1
+REV = 3.2.0
 
 NUM_CPUS := $(shell getconf _NPROCESSORS_ONLN)