]> git.ipfire.org Git - people/ms/strongswan.git/commitdiff
Version bump to 5.9.3dr1
authorAndreas Steffen <andreas.steffen@strongswan.org>
Wed, 31 Mar 2021 07:59:55 +0000 (09:59 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Wed, 31 Mar 2021 07:59:55 +0000 (09:59 +0200)
NEWS
configure.ac
testing/testing.conf

diff --git a/NEWS b/NEWS
index 4c09bcb6e08efaa53528c60e84b731d0b719e335..5b384abaa2b8653b2cbf122766636f24173ec24f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+strongswan-5.9.3
+----------------
+
+- Added AES_ECB, SHA-3 and SHAKE-256 support to wolfssl plugin.
+
+
 strongswan-5.9.2
 ----------------
 
index 86e649200ad163107254b0cf7264eb3a5daf51a2..bc1099c9481771d045b4725dcbf00d51260e0587 100644 (file)
@@ -19,7 +19,7 @@
 #  initialize & set some vars
 # ============================
 
-AC_INIT([strongSwan],[5.9.2])
+AC_INIT([strongSwan],[5.9.3dr1])
 AM_INIT_AUTOMAKE(m4_esyscmd([
        echo tar-ustar
        echo subdir-objects
index 5d3afc23ab3c33557dd0dc2416e75c986a08821c..c0d40d217576b6cac3e16ff96a6262c0b13ee6b0 100644 (file)
@@ -24,14 +24,14 @@ fi
 : ${TESTDIR=/srv/strongswan-testing}
 
 # Kernel configuration
-: ${KERNELVERSION=5.11.2}
+: ${KERNELVERSION=5.11.11}
 : ${KERNEL=linux-$KERNELVERSION}
 : ${KERNELTARBALL=$KERNEL.tar.xz}
 : ${KERNELCONFIG=$DIR/../config/kernel/config-5.11}
 : ${KERNELPATCH=ha-5.10-abicompat.patch.bz2}
 
 # strongSwan version used in tests
-: ${SWANVERSION=5.9.2}
+: ${SWANVERSION=5.9.3dr1}
 
 # Build directory where the guest kernel and images will be built
 : ${BUILDDIR=$TESTDIR/build}