]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Version bump to 5.9.14 5.9.14
authorAndreas Steffen <andreas.steffen@strongswan.org>
Tue, 19 Mar 2024 10:56:44 +0000 (11:56 +0100)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Tue, 19 Mar 2024 10:56:44 +0000 (11:56 +0100)
configure.ac
testing/testing.conf

index b2e19fdf6928273fa349b4789a0898e4751147db..c1de0ad335324ef0ac37e77af73e2bb63623764c 100644 (file)
@@ -20,7 +20,7 @@
 #  initialize & set some vars
 # ============================
 
-AC_INIT([strongSwan],[5.9.14rc1])
+AC_INIT([strongSwan],[5.9.14])
 AM_INIT_AUTOMAKE(m4_esyscmd([
        echo tar-ustar
        echo subdir-objects
index 837f6ae247ad71b6a231a20f4577a8090e3a4e94..5abe327ed069ba90782cfe14d45c7ba5d12ce3b5 100644 (file)
@@ -24,14 +24,14 @@ fi
 : ${TESTDIR=/srv/strongswan-testing}
 
 # Kernel configuration
-: ${KERNELVERSION=6.8}
+: ${KERNELVERSION=6.8.1}
 : ${KERNEL=linux-$KERNELVERSION}
 : ${KERNELTARBALL=$KERNEL.tar.xz}
 : ${KERNELCONFIG=$DIR/../config/kernel/config-6.8}
 : ${KERNELPATCH=ha-6.5-abicompat-raw-sockets.patch.bz2}
 
 # strongSwan version used in tests
-: ${SWANVERSION=5.9.14rc1}
+: ${SWANVERSION=5.9.14}
 
 # Build directory where the guest kernel and images will be built
 : ${BUILDDIR=$TESTDIR/build}