]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Use Botan 2.17.1 for tests
authorTobias Brunner <tobias@strongswan.org>
Mon, 9 Nov 2020 09:55:46 +0000 (10:55 +0100)
committerTobias Brunner <tobias@strongswan.org>
Fri, 27 Nov 2020 11:05:22 +0000 (12:05 +0100)
scripts/test.sh
testing/scripts/recipes/011_botan.mk

index abaee206c5a45050d3bedd6e322a76e977f27f2d..6a63f46952581a904c973b21e1b2886fef9e36ce 100755 (executable)
@@ -4,7 +4,7 @@
 build_botan()
 {
        # same revision used in the build recipe of the testing environment
-       BOTAN_REV=2.16.0
+       BOTAN_REV=2.17.1
        BOTAN_DIR=$DEPS_BUILD_DIR/botan
 
        if test -d "$BOTAN_DIR"; then
index eea21043b8bf8a49890fc81ddac08e2c13c912cb..6a830895dbe7af29b8850f124f414450bcb862fc 100644 (file)
@@ -2,7 +2,7 @@
 
 PKG = botan
 SRC = https://github.com/randombit/$(PKG).git
-REV = 2.16.0
+REV = 2.17.1
 
 NUM_CPUS := $(shell getconf _NPROCESSORS_ONLN)