]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Use Botan 2.15.0 for tests
authorTobias Brunner <tobias@strongswan.org>
Mon, 20 Jul 2020 14:58:03 +0000 (16:58 +0200)
committerTobias Brunner <tobias@strongswan.org>
Mon, 20 Jul 2020 14:58:03 +0000 (16:58 +0200)
scripts/test.sh
testing/scripts/recipes/011_botan.mk

index 57776f3cffb2784219a7c83a8771c06aa48ae1a8..e4c279a8bf140988a5febd833d0cd9d113f79050 100755 (executable)
@@ -4,7 +4,7 @@
 build_botan()
 {
        # same revision used in the build recipe of the testing environment
-       BOTAN_REV=2.14.0
+       BOTAN_REV=2.15.0
        BOTAN_DIR=$DEPS_BUILD_DIR/botan
 
        if test -d "$BOTAN_DIR"; then
index 7244a20fb9e2f31803e26cee11c8705a09ea0f4e..1f4fcf3fc211f341e115ce8ec1d350c7b86acb6a 100644 (file)
@@ -2,7 +2,7 @@
 
 PKG = botan
 SRC = https://github.com/randombit/$(PKG).git
-REV = 2.14.0
+REV = 2.15.0
 
 NUM_CPUS := $(shell getconf _NPROCESSORS_ONLN)