Version bump to 5.5.2dr5

This commit is contained in:
Andreas Steffen 2017-02-23 17:31:11 +01:00
parent af9341c2c0
commit f43850b3b9
3 changed files with 2528 additions and 4 deletions

View File

@ -19,7 +19,7 @@
# initialize & set some vars
# ============================
AC_INIT([strongSwan],[5.5.2dr4])
AC_INIT([strongSwan],[5.5.2dr5])
AM_INIT_AUTOMAKE(m4_esyscmd([
echo tar-ustar
echo subdir-objects

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.9}
: ${KERNELVERSION=4.10}
: ${KERNEL=linux-$KERNELVERSION}
: ${KERNELTARBALL=$KERNEL.tar.xz}
: ${KERNELCONFIG=$DIR/../config/kernel/config-4.9}
: ${KERNELCONFIG=$DIR/../config/kernel/config-4.10}
: ${KERNELPATCH=ha-4.4-abicompat.patch.bz2}
# strongSwan version used in tests
: ${SWANVERSION=5.5.2dr4}
: ${SWANVERSION=5.5.2dr5}
# Build directory where the guest kernel and images will be built
: ${BUILDDIR=$TESTDIR/build}