]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Version bump to 5.9.3dr4 5.9.3dr4
authorAndreas Steffen <andreas.steffen@strongswan.org>
Tue, 22 Jun 2021 08:33:07 +0000 (10:33 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Tue, 22 Jun 2021 08:33:07 +0000 (10:33 +0200)
configure.ac
testing/testing.conf

index 235ce3bb7683708e840fe81d16623169869e7989..537b0191a85663998068e8762b037f9872de9d16 100644 (file)
@@ -19,7 +19,7 @@
 #  initialize & set some vars
 # ============================
 
-AC_INIT([strongSwan],[5.9.3dr3])
+AC_INIT([strongSwan],[5.9.3dr4])
 AM_INIT_AUTOMAKE(m4_esyscmd([
        echo tar-ustar
        echo subdir-objects
index 43bd9fcda6b7a7c56ef0dc11383510d6fe6f280e..92aa6fac93c4186d285d9d10b06ebf467f473758 100644 (file)
@@ -24,14 +24,14 @@ fi
 : ${TESTDIR=/srv/strongswan-testing}
 
 # Kernel configuration
-: ${KERNELVERSION=5.12.9}
+: ${KERNELVERSION=5.12.12}
 : ${KERNEL=linux-$KERNELVERSION}
 : ${KERNELTARBALL=$KERNEL.tar.xz}
 : ${KERNELCONFIG=$DIR/../config/kernel/config-5.12}
 : ${KERNELPATCH=ha-5.10-abicompat.patch.bz2}
 
 # strongSwan version used in tests
-: ${SWANVERSION=5.9.3dr3}
+: ${SWANVERSION=5.9.3dr4}
 
 # Build directory where the guest kernel and images will be built
 : ${BUILDDIR=$TESTDIR/build}