Version bump to 6.0.6

This commit is contained in:
Andreas Steffen
2026-04-22 07:55:01 +02:00
parent 8b68b2ea51
commit 4d709df8b2
3 changed files with 3544 additions and 5 deletions
+4 -4
View File
@@ -24,14 +24,14 @@ fi
: ${TESTDIR=/srv/strongswan-testing}
# Kernel configuration
: ${KERNELVERSION=6.19.9}
: ${KERNELVERSION=7.0}
: ${KERNEL=linux-$KERNELVERSION}
: ${KERNELTARBALL=$KERNEL.tar.xz}
: ${KERNELCONFIG=$DIR/../config/kernel/config-6.19}
: ${KERNELPATCH=ha-6.17-abicompat.patch.bz2}
: ${KERNELCONFIG=$DIR/../config/kernel/config-7.0}
: ${KERNELPATCH=ha-7.0-abicompat.patch.bz2}
# strongSwan version used in tests
: ${SWANVERSION=6.0.5}
: ${SWANVERSION=6.0.6}
# Build directory where the guest kernel and images will be built
: ${BUILDDIR=$TESTDIR/build}