Skip to content

Commit

Permalink
Version bump to 5.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
strongX509 committed Oct 1, 2018
1 parent 291c1ac commit 04ef28b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion testing/hosts/default/etc/ssh/sshd_config
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 0 additions & 2 deletions testing/ssh_config
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions testing/testing.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 04ef28b

Please sign in to comment.