# initialize & set some vars
# ============================
-AC_INIT([strongSwan],[5.7.0])
+AC_INIT([strongSwan],[5.7.1])
AM_INIT_AUTOMAKE(m4_esyscmd([
echo tar-ustar
echo subdir-objects
StrictHostKeyChecking no
UserKnownHostsFile /dev/null
GSSAPIAuthentication yes
- # faster encryption
- Ciphers arcfour
# share multiple sessions
ControlMaster auto
ControlPath /tmp/ssh-uml-%r@%h:%p
: ${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}