testing: Version bump to 4.6.3 kernel and strongSwan 5.5.0

This commit is contained in:
Andreas Steffen 2016-06-30 16:18:38 +02:00
parent a8d6501036
commit ee2644dd3f
2 changed files with 2435 additions and 3 deletions

File diff suppressed because it is too large Load Diff

View File

@ -24,14 +24,14 @@ fi
: ${TESTDIR=/srv/strongswan-testing}
# Kernel configuration
: ${KERNELVERSION=4.5.2}
: ${KERNELVERSION=4.6.3}
: ${KERNEL=linux-$KERNELVERSION}
: ${KERNELTARBALL=$KERNEL.tar.xz}
: ${KERNELCONFIG=$DIR/../config/kernel/config-4.5}
: ${KERNELCONFIG=$DIR/../config/kernel/config-4.6}
: ${KERNELPATCH=ha-4.4-abicompat.patch.bz2}
# strongSwan version used in tests
: ${SWANVERSION=5.4.0}
: ${SWANVERSION=5.5.0}
# Build directory where the guest kernel and images will be built
: ${BUILDDIR=$TESTDIR/build}