]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Use Botan 2.10.0 for tests
authorTobias Brunner <tobias@strongswan.org>
Mon, 1 Apr 2019 09:01:46 +0000 (11:01 +0200)
committerTobias Brunner <tobias@strongswan.org>
Mon, 1 Apr 2019 09:01:46 +0000 (11:01 +0200)
scripts/test.sh
testing/scripts/recipes/011_botan.mk

index cae9d45cc6dd7e81e352c4ed0e5b74bce53ede21..41bcdb414e7ac5d687a199b9316c4e52543d7203 100755 (executable)
@@ -4,7 +4,7 @@
 build_botan()
 {
        # same revision used in the build recipe of the testing environment
-       BOTAN_REV=2.9.0
+       BOTAN_REV=2.10.0
        BOTAN_DIR=$TRAVIS_BUILD_DIR/../botan
 
        if test -d "$BOTAN_DIR"; then
index f3206e9430c73428244ef8e3f12b64c2f9f322f3..98c6d7c0e805117b904ae8a3f10dc5394839e315 100644 (file)
@@ -2,7 +2,7 @@
 
 PKG = botan
 SRC = https://github.com/randombit/$(PKG).git
-REV = 2.9.0
+REV = 2.10.0
 
 NUM_CPUS := $(shell getconf _NPROCESSORS_ONLN)