Version bump to 5.7.1

This commit is contained in:
Andreas Steffen
2018-10-01 17:46:17 +02:00
parent 291c1acd4b
commit 04ef28b4df
4 changed files with 3 additions and 6 deletions
+2 -2
View File
@@ -24,14 +24,14 @@ fi
: ${TESTDIR=/srv/strongswan-testing}
# Kernel configuration
: ${KERNELVERSION=4.18.9}
: ${KERNELVERSION=4.18.11}
: ${KERNEL=linux-$KERNELVERSION}
: ${KERNELTARBALL=$KERNEL.tar.xz}
: ${KERNELCONFIG=$DIR/../config/kernel/config-4.18}
: ${KERNELPATCH=ha-4.16-abicompat.patch.bz2}
# strongSwan version used in tests
: ${SWANVERSION=5.7.0}
: ${SWANVERSION=5.7.1}
# Build directory where the guest kernel and images will be built
: ${BUILDDIR=$TESTDIR/build}