]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Use Botan 2.9.0 for tests
authorTobias Brunner <tobias@strongswan.org>
Wed, 16 Jan 2019 16:11:46 +0000 (17:11 +0100)
committerTobias Brunner <tobias@strongswan.org>
Wed, 16 Jan 2019 16:11:46 +0000 (17:11 +0100)
scripts/test.sh
testing/scripts/recipes/011_botan.mk

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