]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Version bump to 5.9.6 5.9.6
authorAndreas Steffen <andreas.steffen@strongswan.org>
Thu, 28 Apr 2022 20:38:10 +0000 (22:38 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Thu, 28 Apr 2022 20:38:10 +0000 (22:38 +0200)
configure.ac
testing/testing.conf

index 69f32b807f9362eef1ff429c012428398d63a9bc..9c40416151732b98dde6ef36dfcbd50073cef1df 100644 (file)
@@ -19,7 +19,7 @@
 #  initialize & set some vars
 # ============================
 
-AC_INIT([strongSwan],[5.9.6rc1])
+AC_INIT([strongSwan],[5.9.6])
 AM_INIT_AUTOMAKE(m4_esyscmd([
        echo tar-ustar
        echo subdir-objects
index e2b564cbbccae9c44c279444b6e1f76a88bb6716..d8a437f1f70d0f3094f912ba9c5a596a9db68630 100644 (file)
@@ -24,14 +24,14 @@ fi
 : ${TESTDIR=/srv/strongswan-testing}
 
 # Kernel configuration
-: ${KERNELVERSION=5.17.3}
+: ${KERNELVERSION=5.17.5}
 : ${KERNEL=linux-$KERNELVERSION}
 : ${KERNELTARBALL=$KERNEL.tar.xz}
 : ${KERNELCONFIG=$DIR/../config/kernel/config-5.17}
 : ${KERNELPATCH=ha-5.15-abicompat.patch.bz2}
 
 # strongSwan version used in tests
-: ${SWANVERSION=5.9.6rc1}
+: ${SWANVERSION=5.9.6}
 
 # Build directory where the guest kernel and images will be built
 : ${BUILDDIR=$TESTDIR/build}