]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Version bump to 5.9.0dr2 5.9.0dr2
authorAndreas Steffen <andreas.steffen@strongswan.org>
Sun, 14 Jun 2020 10:15:44 +0000 (12:15 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Sun, 14 Jun 2020 10:15:44 +0000 (12:15 +0200)
NEWS
configure.ac
testing/testing.conf

diff --git a/NEWS b/NEWS
index 397fe5844db99611837c0e4137ed5bc81cb7d91b..4e928732ebe1a82c5d9e752bd12c29b3b230f45b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
 strongswan-5.9.0
 ----------------
 
+- We prefer AEAD algorithms for ESP and therefore put AES-GCM in front of
+  the default proposal.
+
 
 strongswan-5.8.4
 ----------------
index 7072123db20bf83e656ab7ec856814c37d52cd51..d71ddeb38c8bdd10d82a9f130a23941639886f84 100644 (file)
@@ -19,7 +19,7 @@
 #  initialize & set some vars
 # ============================
 
-AC_INIT([strongSwan],[5.9.0dr1])
+AC_INIT([strongSwan],[5.9.0dr2])
 AM_INIT_AUTOMAKE(m4_esyscmd([
        echo tar-ustar
        echo subdir-objects
index 3d2867c85a0e28d73afabcfcd231890437173b99..e8c5f83ad7839c6fc0c755cda66fc991cf746176 100644 (file)
@@ -31,7 +31,7 @@ fi
 : ${KERNELPATCH=ha-5.0-abicompat.patch.bz2}
 
 # strongSwan version used in tests
-: ${SWANVERSION=5.9.0dr1}
+: ${SWANVERSION=5.9.0dr2}
 
 # Build directory where the guest kernel and images will be built
 : ${BUILDDIR=$TESTDIR/build}