Version bump to 5.9.0dr1

This commit is contained in:
Andreas Steffen
2020-06-06 15:02:42 +02:00
parent 59ebdac49b
commit 12e4dbb231
4 changed files with 2986 additions and 4 deletions
+4
View File
@@ -1,3 +1,7 @@
strongswan-5.9.0
----------------
strongswan-5.8.4
----------------
+1 -1
View File
@@ -19,7 +19,7 @@
# initialize & set some vars
# ============================
AC_INIT([strongSwan],[5.8.4])
AC_INIT([strongSwan],[5.9.0dr1])
AM_INIT_AUTOMAKE(m4_esyscmd([
echo tar-ustar
echo subdir-objects
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -24,14 +24,14 @@ fi
: ${TESTDIR=/srv/strongswan-testing}
# Kernel configuration
: ${KERNELVERSION=5.5.13}
: ${KERNELVERSION=5.7}
: ${KERNEL=linux-$KERNELVERSION}
: ${KERNELTARBALL=$KERNEL.tar.xz}
: ${KERNELCONFIG=$DIR/../config/kernel/config-5.5}
: ${KERNELCONFIG=$DIR/../config/kernel/config-5.7}
: ${KERNELPATCH=ha-5.0-abicompat.patch.bz2}
# strongSwan version used in tests
: ${SWANVERSION=5.8.4}
: ${SWANVERSION=5.9.0dr1}
# Build directory where the guest kernel and images will be built
: ${BUILDDIR=$TESTDIR/build}