]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Version bump to 5.9.3dr3 5.9.3dr3
authorAndreas Steffen <andreas.steffen@strongswan.org>
Fri, 4 Jun 2021 07:28:12 +0000 (09:28 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Fri, 4 Jun 2021 07:28:17 +0000 (09:28 +0200)
configure.ac
testing/testing.conf

index c5dbaf09f77f149a409a3280ce2004f6cb43bbd9..235ce3bb7683708e840fe81d16623169869e7989 100644 (file)
@@ -19,7 +19,7 @@
 #  initialize & set some vars
 # ============================
 
-AC_INIT([strongSwan],[5.9.3dr2])
+AC_INIT([strongSwan],[5.9.3dr3])
 AM_INIT_AUTOMAKE(m4_esyscmd([
        echo tar-ustar
        echo subdir-objects
index d520dc20e13de00dec07f9ae75117e55c7c920a3..43bd9fcda6b7a7c56ef0dc11383510d6fe6f280e 100644 (file)
@@ -24,14 +24,14 @@ fi
 : ${TESTDIR=/srv/strongswan-testing}
 
 # Kernel configuration
-: ${KERNELVERSION=5.12.5}
+: ${KERNELVERSION=5.12.9}
 : ${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.3dr2}
+: ${SWANVERSION=5.9.3dr3}
 
 # Build directory where the guest kernel and images will be built
 : ${BUILDDIR=$TESTDIR/build}