]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Use Botan 2.12.0 for tests
authorTobias Brunner <tobias@strongswan.org>
Mon, 7 Oct 2019 12:31:40 +0000 (14:31 +0200)
committerTobias Brunner <tobias@strongswan.org>
Mon, 7 Oct 2019 12:31:40 +0000 (14:31 +0200)
scripts/test.sh
testing/scripts/recipes/011_botan.mk

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