]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Use Botan 3.3.0 for tests
authorTobias Brunner <tobias@strongswan.org>
Wed, 21 Feb 2024 15:16:24 +0000 (16:16 +0100)
committerTobias Brunner <tobias@strongswan.org>
Thu, 22 Feb 2024 12:49:46 +0000 (13:49 +0100)
scripts/test.sh
testing/scripts/recipes/011_botan.mk

index ec5b33c5ad04900c18b16c7ab2a49df325d3d624..78c1779392774ae5bb347ac00a0f5000fbb08490 100755 (executable)
@@ -4,7 +4,7 @@
 build_botan()
 {
        # same revision used in the build recipe of the testing environment
-       BOTAN_REV=3.2.0
+       BOTAN_REV=3.3.0
        BOTAN_DIR=$DEPS_BUILD_DIR/botan
 
        if test -d "$BOTAN_DIR"; then
index a4c7477813bd64f7bfa44c99a2cbfc3e398c4cac..c7fd80ac5cd5c0c0240d5092c4feb4600ff418ec 100644 (file)
@@ -2,7 +2,7 @@
 
 PKG = botan
 SRC = https://github.com/randombit/$(PKG).git
-REV = 3.2.0
+REV = 3.3.0
 
 NUM_CPUS := $(shell getconf _NPROCESSORS_ONLN)