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

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