]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Version bump to 5.9.7dr2 5.9.7dr2
authorAndreas Steffen <andreas.steffen@strongswan.org>
Wed, 29 Jun 2022 09:33:34 +0000 (11:33 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Wed, 29 Jun 2022 09:33:34 +0000 (11:33 +0200)
configure.ac
testing/testing.conf

index 9f0440e6d5658bb524e7130d8c2b18832d142918..a5aae612e0eade86d288b69e30ae676e20e01c60 100644 (file)
@@ -20,7 +20,7 @@
 #  initialize & set some vars
 # ============================
 
-AC_INIT([strongSwan],[5.9.7dr1])
+AC_INIT([strongSwan],[5.9.7dr2])
 AM_INIT_AUTOMAKE(m4_esyscmd([
        echo tar-ustar
        echo subdir-objects
index 9c75ce9e9ef59ea4af687b3f3888fa657607c1e8..fec429ce70d6f3e161539b2daa9dcba95f039677 100644 (file)
@@ -24,14 +24,14 @@ fi
 : ${TESTDIR=/srv/strongswan-testing}
 
 # Kernel configuration
-: ${KERNELVERSION=5.18}
+: ${KERNELVERSION=5.18.7}
 : ${KERNEL=linux-$KERNELVERSION}
 : ${KERNELTARBALL=$KERNEL.tar.xz}
 : ${KERNELCONFIG=$DIR/../config/kernel/config-5.18}
 : ${KERNELPATCH=ha-5.15-abicompat.patch.bz2}
 
 # strongSwan version used in tests
-: ${SWANVERSION=5.9.7dr1}
+: ${SWANVERSION=5.9.7dr2}
 
 # Build directory where the guest kernel and images will be built
 : ${BUILDDIR=$TESTDIR/build}