]> git.ipfire.org Git - people/ms/strongswan.git/commitdiff
Use Botan 2.16.0 for tests
authorTobias Brunner <tobias@strongswan.org>
Wed, 7 Oct 2020 08:01:37 +0000 (10:01 +0200)
committerTobias Brunner <tobias@strongswan.org>
Wed, 7 Oct 2020 10:38:52 +0000 (12:38 +0200)
scripts/test.sh
testing/scripts/recipes/011_botan.mk

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