]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Use Botan 2.19.3 for tests
authorTobias Brunner <tobias@strongswan.org>
Mon, 28 Nov 2022 15:02:25 +0000 (16:02 +0100)
committerTobias Brunner <tobias@strongswan.org>
Mon, 28 Nov 2022 15:02:25 +0000 (16:02 +0100)
scripts/test.sh
testing/scripts/recipes/011_botan.mk

index 60ba14e98e12c8a93740673013fc27dca889765b..b03454db53178e836dc571935afd1c2545438ca4 100755 (executable)
@@ -4,7 +4,7 @@
 build_botan()
 {
        # same revision used in the build recipe of the testing environment
-       BOTAN_REV=2.19.1
+       BOTAN_REV=2.19.3
        BOTAN_DIR=$DEPS_BUILD_DIR/botan
 
        if test -d "$BOTAN_DIR"; then
index 705501f442634a1fc25ff86c44780c22c7e8391b..7c2d23b9842d2ab46857bf8859d5f328d1c46ca4 100644 (file)
@@ -2,7 +2,7 @@
 
 PKG = botan
 SRC = https://github.com/randombit/$(PKG).git
-REV = 2.19.1
+REV = 2.19.3
 
 NUM_CPUS := $(shell getconf _NPROCESSORS_ONLN)