]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Version bump to 5.5.3dr1 5.5.3dr1
authorAndreas Steffen <andreas.steffen@strongswan.org>
Wed, 26 Apr 2017 19:29:42 +0000 (21:29 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Wed, 26 Apr 2017 19:29:42 +0000 (21:29 +0200)
NEWS
configure.ac
testing/testing.conf

diff --git a/NEWS b/NEWS
index aed5ee1da6fae1c6493a9427168009316ad8185e..51b1bad8db772c93053feff9d641390a0a704591 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+strongswan-5.5.3
+----------------
+
+- The pki tool loads the curve25519 plugin by default.
+
+
 strongswan-5.5.2
 ----------------
 
index 5533b8eb8b16e177f64d3333b0297156e46b487a..91d08f2644948720090b6d4e12cc97847b3c6380 100644 (file)
@@ -19,7 +19,7 @@
 #  initialize & set some vars
 # ============================
 
-AC_INIT([strongSwan],[5.5.2])
+AC_INIT([strongSwan],[5.5.3dr1])
 AM_INIT_AUTOMAKE(m4_esyscmd([
        echo tar-ustar
        echo subdir-objects
index 1a3097711a4b5e49684a2738a1725b3271b7a59e..cbddb755d7684d71be09255c136929eac7531c5b 100644 (file)
@@ -24,14 +24,14 @@ fi
 : ${TESTDIR=/srv/strongswan-testing}
 
 # Kernel configuration
-: ${KERNELVERSION=4.10.6}
+: ${KERNELVERSION=4.10.12}
 : ${KERNEL=linux-$KERNELVERSION}
 : ${KERNELTARBALL=$KERNEL.tar.xz}
 : ${KERNELCONFIG=$DIR/../config/kernel/config-4.10}
 : ${KERNELPATCH=ha-4.4-abicompat.patch.bz2}
 
 # strongSwan version used in tests
-: ${SWANVERSION=5.5.2}
+: ${SWANVERSION=5.5.3dr1}
 
 # Build directory where the guest kernel and images will be built
 : ${BUILDDIR=$TESTDIR/build}