]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Version bump to 5.9.4dr2 5.9.4dr2
authorAndreas Steffen <andreas.steffen@strongswan.org>
Tue, 21 Sep 2021 12:18:16 +0000 (14:18 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Tue, 21 Sep 2021 12:18:16 +0000 (14:18 +0200)
NEWS
configure.ac
testing/testing.conf

diff --git a/NEWS b/NEWS
index 0fc01557c7ca0dc8fd39f0f612284accacee5463..a2390df6bdc036e3b538239e33af2a9dd821521c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,8 @@ strongswan-5.9.4
 
 - Initialize libtpmtss in all programs and library that use it.
 
+- Migrated testing scripts to Python 3.
+
 
 strongswan-5.9.3
 ----------------
index 53940c725c64ee4ff0094053a2aa4894a584a0e8..696554620ed12ab7db6a0f8eb9a94804bb9a4378 100644 (file)
@@ -19,7 +19,7 @@
 #  initialize & set some vars
 # ============================
 
-AC_INIT([strongSwan],[5.9.4dr1])
+AC_INIT([strongSwan],[5.9.4dr2])
 AM_INIT_AUTOMAKE(m4_esyscmd([
        echo tar-ustar
        echo subdir-objects
index f8d9ec34c5822cddd4f9b84c769347a9bbf83066..fed8cbbbe01142e4fec1ea61d3c3d868e1d034cc 100644 (file)
@@ -24,14 +24,14 @@ fi
 : ${TESTDIR=/srv/strongswan-testing}
 
 # Kernel configuration
-: ${KERNELVERSION=5.13.12}
+: ${KERNELVERSION=5.13.19}
 : ${KERNEL=linux-$KERNELVERSION}
 : ${KERNELTARBALL=$KERNEL.tar.xz}
 : ${KERNELCONFIG=$DIR/../config/kernel/config-5.13}
 : ${KERNELPATCH=ha-5.10-abicompat.patch.bz2}
 
 # strongSwan version used in tests
-: ${SWANVERSION=5.9.4dr1}
+: ${SWANVERSION=5.9.4dr2}
 
 # Build directory where the guest kernel and images will be built
 : ${BUILDDIR=$TESTDIR/build}