]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Use Botan 2.11.0 for tests
authorTobias Brunner <tobias@strongswan.org>
Tue, 2 Jul 2019 07:53:53 +0000 (09:53 +0200)
committerTobias Brunner <tobias@strongswan.org>
Tue, 2 Jul 2019 09:35:21 +0000 (11:35 +0200)
scripts/test.sh
testing/scripts/recipes/011_botan.mk

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