Version bump to 5.9.1dr1

This commit is contained in:
Andreas Steffen
2020-10-07 16:54:32 +02:00
parent 3e5a528aec
commit f3d96b7bc9
13 changed files with 39 additions and 14 deletions
+3 -3
View File
@@ -24,14 +24,14 @@ fi
: ${TESTDIR=/srv/strongswan-testing}
# Kernel configuration
: ${KERNELVERSION=5.7.9}
: ${KERNELVERSION=5.8.10}
: ${KERNEL=linux-$KERNELVERSION}
: ${KERNELTARBALL=$KERNEL.tar.xz}
: ${KERNELCONFIG=$DIR/../config/kernel/config-5.7}
: ${KERNELCONFIG=$DIR/../config/kernel/config-5.8}
: ${KERNELPATCH=ha-5.0-abicompat.patch.bz2}
# strongSwan version used in tests
: ${SWANVERSION=5.9.0}
: ${SWANVERSION=5.9.1dr1}
# Build directory where the guest kernel and images will be built
: ${BUILDDIR=$TESTDIR/build}