]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Version bump to 5.9.8dr4 5.9.8dr4
authorAndreas Steffen <andreas.steffen@strongswan.org>
Tue, 20 Sep 2022 14:37:44 +0000 (16:37 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Tue, 20 Sep 2022 14:37:44 +0000 (16:37 +0200)
configure.ac
testing/testing.conf

index dcb92da92229eb34a9e68a89e67a765efd533c63..2c3da2595e52cbc0db3221c487fb60680696d9e9 100644 (file)
@@ -20,7 +20,7 @@
 #  initialize & set some vars
 # ============================
 
-AC_INIT([strongSwan],[5.9.8dr3])
+AC_INIT([strongSwan],[5.9.8dr4])
 AM_INIT_AUTOMAKE(m4_esyscmd([
        echo tar-ustar
        echo subdir-objects
index 22fc6e75a92aeb260921d19d4eae1872c5c1ddab..51c3ab834e8af9e41111ffb618e8812b049c8f62 100644 (file)
@@ -24,14 +24,14 @@ fi
 : ${TESTDIR=/srv/strongswan-testing}
 
 # Kernel configuration
-: ${KERNELVERSION=5.19.7}
+: ${KERNELVERSION=5.19.10}
 : ${KERNEL=linux-$KERNELVERSION}
 : ${KERNELTARBALL=$KERNEL.tar.xz}
 : ${KERNELCONFIG=$DIR/../config/kernel/config-5.19}
 : ${KERNELPATCH=ha-5.15-abicompat.patch.bz2}
 
 # strongSwan version used in tests
-: ${SWANVERSION=5.9.8dr3}
+: ${SWANVERSION=5.9.8dr4}
 
 # Build directory where the guest kernel and images will be built
 : ${BUILDDIR=$TESTDIR/build}