Version bump to 5.7.0rc1

This commit is contained in:
Andreas Steffen
2018-09-16 09:30:18 +02:00
parent 9a4b47ef96
commit 11b4a87050
3 changed files with 2658 additions and 5 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
# initialize & set some vars
# ============================
AC_INIT([strongSwan],[5.7.0dr8])
AC_INIT([strongSwan],[5.7.0rc1])
AM_INIT_AUTOMAKE(m4_esyscmd([
echo tar-ustar
echo subdir-objects
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=4.15.18}
: ${KERNELVERSION=4.18.7}
: ${KERNEL=linux-$KERNELVERSION}
: ${KERNELTARBALL=$KERNEL.tar.xz}
: ${KERNELCONFIG=$DIR/../config/kernel/config-4.15}
: ${KERNELPATCH=ha-4.15.6-abicompat.patch.bz2}
: ${KERNELCONFIG=$DIR/../config/kernel/config-4.18}
: ${KERNELPATCH=ha-4.16-abicompat.patch.bz2}
# strongSwan version used in tests
: ${SWANVERSION=5.7.0dr8}
: ${SWANVERSION=5.7.0rc1}
# Build directory where the guest kernel and images will be built
: ${BUILDDIR=$TESTDIR/build}