]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Version bump to 6.0.3dr1 6.0.3dr1
authorAndreas Steffen <andreas.steffen@strongswan.org>
Mon, 22 Sep 2025 16:57:54 +0000 (18:57 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Mon, 22 Sep 2025 16:57:54 +0000 (18:57 +0200)
configure.ac
testing/testing.conf

index 4c4b5f76d8e5e4ed680523e544c33de578c60ad3..98e6e9dc19aee8ec896b79c4f4fb8d0e7bfde45f 100644 (file)
@@ -20,7 +20,7 @@
 #  initialize & set some vars
 # ============================
 
-AC_INIT([strongSwan],[6.0.2])
+AC_INIT([strongSwan],[6.0.3dr1])
 AM_INIT_AUTOMAKE(m4_esyscmd([
        echo tar-ustar
        echo subdir-objects
index 74e81a33665a711762c636b2da40ba6592b42b2d..927170712d154749496650302e4d8da95a8990e8 100644 (file)
@@ -24,14 +24,14 @@ fi
 : ${TESTDIR=/srv/strongswan-testing}
 
 # Kernel configuration
-: ${KERNELVERSION=6.15.5}
+: ${KERNELVERSION=6.16.8}
 : ${KERNEL=linux-$KERNELVERSION}
 : ${KERNELTARBALL=$KERNEL.tar.xz}
 : ${KERNELCONFIG=$DIR/../config/kernel/config-6.15}
 : ${KERNELPATCH=ha-6.14-abicompat.patch.bz2}
 
 # strongSwan version used in tests
-: ${SWANVERSION=6.0.2}
+: ${SWANVERSION=6.0.3dr1}
 
 # Build directory where the guest kernel and images will be built
 : ${BUILDDIR=$TESTDIR/build}