]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Version bump to 5.9.11dr3 5.9.11dr3
authorAndreas Steffen <andreas.steffen@strongswan.org>
Fri, 21 Apr 2023 14:36:23 +0000 (16:36 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Fri, 21 Apr 2023 14:36:23 +0000 (16:36 +0200)
configure.ac
testing/testing.conf

index a544d41c5fdd9a378168694fc037905e7fa34e36..79e17e086c1c45a2b5bf80fa348d75156535f805 100644 (file)
@@ -20,7 +20,7 @@
 #  initialize & set some vars
 # ============================
 
-AC_INIT([strongSwan],[5.9.11dr2])
+AC_INIT([strongSwan],[5.9.11dr3])
 AM_INIT_AUTOMAKE(m4_esyscmd([
        echo tar-ustar
        echo subdir-objects
index 88de22bb06c7324fbd8716a82dd660dd4a1fd2ad..76cc47cba2826b0d33465a454cb3ffb0e46a7708 100644 (file)
@@ -24,14 +24,14 @@ fi
 : ${TESTDIR=/srv/strongswan-testing}
 
 # Kernel configuration
-: ${KERNELVERSION=6.2.11}
+: ${KERNELVERSION=6.2.12}
 : ${KERNEL=linux-$KERNELVERSION}
 : ${KERNELTARBALL=$KERNEL.tar.xz}
 : ${KERNELCONFIG=$DIR/../config/kernel/config-6.2}
 : ${KERNELPATCH=ha-6.1-abicompat.patch.bz2}
 
 # strongSwan version used in tests
-: ${SWANVERSION=5.9.11dr2}
+: ${SWANVERSION=5.9.11dr3}
 
 # Build directory where the guest kernel and images will be built
 : ${BUILDDIR=$TESTDIR/build}