]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Version bump to 5.9.5dr2 5.9.5dr2
authorAndreas Steffen <andreas.steffen@strongswan.org>
Thu, 18 Nov 2021 17:23:21 +0000 (18:23 +0100)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Thu, 18 Nov 2021 21:06:09 +0000 (22:06 +0100)
configure.ac
testing/testing.conf

index 97da247ae87acecb1d18c4e630611eea701151d7..85893ebc1540b4f5f4396c82dd35474c4439f462 100644 (file)
@@ -19,7 +19,7 @@
 #  initialize & set some vars
 # ============================
 
-AC_INIT([strongSwan],[5.9.5dr1])
+AC_INIT([strongSwan],[5.9.5dr2])
 AM_INIT_AUTOMAKE(m4_esyscmd([
        echo tar-ustar
        echo subdir-objects
index 3a3ea3ed807245f5e3b11b91904a1a63642e50fa..aceaa6fe240d02dc35b54981277f4969c8a73983 100644 (file)
@@ -24,14 +24,14 @@ fi
 : ${TESTDIR=/srv/strongswan-testing}
 
 # Kernel configuration
-: ${KERNELVERSION=5.14.14}
+: ${KERNELVERSION=5.14.20}
 : ${KERNEL=linux-$KERNELVERSION}
 : ${KERNELTARBALL=$KERNEL.tar.xz}
 : ${KERNELCONFIG=$DIR/../config/kernel/config-5.14}
 : ${KERNELPATCH=ha-5.14-abicompat.patch.bz2}
 
 # strongSwan version used in tests
-: ${SWANVERSION=5.9.5dr1}
+: ${SWANVERSION=5.9.5dr2}
 
 # Build directory where the guest kernel and images will be built
 : ${BUILDDIR=$TESTDIR/build}