]> git.ipfire.org Git - people/ms/strongswan.git/commitdiff
Use Botan 2.13.0 for tests
authorTobias Brunner <tobias@strongswan.org>
Wed, 15 Jan 2020 09:23:35 +0000 (10:23 +0100)
committerTobias Brunner <tobias@strongswan.org>
Thu, 16 Jan 2020 07:30:47 +0000 (08:30 +0100)
scripts/test.sh
testing/scripts/recipes/011_botan.mk

index b56bebec5d080a6d39adab100088a047dd4b33aa..5ed4a1570ec1415270a9ff107fc82df21ac89eec 100755 (executable)
@@ -4,7 +4,7 @@
 build_botan()
 {
        # same revision used in the build recipe of the testing environment
-       BOTAN_REV=2.12.1
+       BOTAN_REV=2.13.0
        BOTAN_DIR=$TRAVIS_BUILD_DIR/../botan
 
        if test -d "$BOTAN_DIR"; then
index 177774e9a91b5bd7a2256d53cec8cc53ad54000f..98deaa1b1ac6cf8854de00d1008409c97b45c8df 100644 (file)
@@ -2,7 +2,7 @@
 
 PKG = botan
 SRC = https://github.com/randombit/$(PKG).git
-REV = 2.12.1
+REV = 2.13.0
 
 NUM_CPUS := $(shell getconf _NPROCESSORS_ONLN)