Version bump to 5.7.1

This commit is contained in:
Andreas Steffen
2018-10-01 17:46:17 +02:00
parent 291c1acd4b
commit 04ef28b4df
4 changed files with 3 additions and 6 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
# 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
@@ -1,6 +1,5 @@
Port 22
Protocol 2
Ciphers arcfour
HostKey /etc/ssh/ssh_host_rsa_key
HostKey /etc/ssh/ssh_host_dsa_key
HostKey /etc/ssh/ssh_host_ecdsa_key
-2
View File
@@ -6,8 +6,6 @@ Host *
StrictHostKeyChecking no
UserKnownHostsFile /dev/null
GSSAPIAuthentication yes
# faster encryption
Ciphers arcfour
# share multiple sessions
ControlMaster auto
ControlPath /tmp/ssh-uml-%r@%h:%p
+2 -2
View File
@@ -24,14 +24,14 @@ fi
: ${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}