From 04ef28b4df495c4b748e677f670d7f2d0b28fbbf Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Mon, 1 Oct 2018 17:46:17 +0200 Subject: [PATCH] Version bump to 5.7.1 --- configure.ac | 2 +- testing/hosts/default/etc/ssh/sshd_config | 1 - testing/ssh_config | 2 -- testing/testing.conf | 4 ++-- 4 files changed, 3 insertions(+), 6 deletions(-) diff --git a/configure.ac b/configure.ac index 0a09fe5fe6..673393f8da 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/testing/hosts/default/etc/ssh/sshd_config b/testing/hosts/default/etc/ssh/sshd_config index ecd7f4fd18..46b1f02314 100644 --- a/testing/hosts/default/etc/ssh/sshd_config +++ b/testing/hosts/default/etc/ssh/sshd_config @@ -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 diff --git a/testing/ssh_config b/testing/ssh_config index 56a619002f..3ecdd27d1f 100644 --- a/testing/ssh_config +++ b/testing/ssh_config @@ -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 diff --git a/testing/testing.conf b/testing/testing.conf index 78c8dcabcf..d1626b4ddb 100644 --- a/testing/testing.conf +++ b/testing/testing.conf @@ -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} -- 2.47.2