Version bump to 6.0.0

This commit is contained in:
Andreas Steffen
2024-12-02 14:21:53 +01:00
parent fefea48724
commit c86f709b4b
5 changed files with 3810 additions and 5 deletions
File diff suppressed because it is too large Load Diff
+4 -4
View File
@@ -24,14 +24,14 @@ fi
: ${TESTDIR=/srv/strongswan-testing}
# Kernel configuration
: ${KERNELVERSION=6.8.1}
: ${KERNELVERSION=6.12.1}
: ${KERNEL=linux-$KERNELVERSION}
: ${KERNELTARBALL=$KERNEL.tar.xz}
: ${KERNELCONFIG=$DIR/../config/kernel/config-6.8}
: ${KERNELPATCH=ha-6.5-abicompat-raw-sockets.patch.bz2}
: ${KERNELCONFIG=$DIR/../config/kernel/config-6.12}
: ${KERNELPATCH=ha-6.4-abicompat.patch.bz2}
# strongSwan version used in tests
: ${SWANVERSION=6.0.0rc2}
: ${SWANVERSION=6.0.0}
# Build directory where the guest kernel and images will be built
: ${BUILDDIR=$TESTDIR/build}