]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Version bump to 5.6.1dr1 5.6.1dr1
authorAndreas Steffen <andreas.steffen@strongswan.org>
Fri, 1 Sep 2017 11:49:09 +0000 (13:49 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Fri, 1 Sep 2017 11:49:09 +0000 (13:49 +0200)
NEWS
configure.ac
testing/testing.conf

diff --git a/NEWS b/NEWS
index 8e82607b383d92c7c3b04f9bb0304f68601aac1d..9c5db2d9cc5614e1ce4b3d8bdea2089c775fb55e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+strongswan-5.6.1
+----------------
+
+- The sec-updater tool checks for security updates dpkg-based repositories
+  (e.g. Debian/Ubuntu) and sets the security flags in the IMV policy database
+  accordingly. Using the sec-updater.sh script template the lookup can be
+  automated (e.g. via a cron job).
+
+- The introduction of file versions in the IMV database scheme broke file
+  reference hash measurements. This has been fixed by creating generic product
+  versions having an empty package name.
+
+
 strongswan-5.6.0
 ----------------
 
index ce0c9a70fa32b2f1928c056d68716c8df81b9e84..7d0a89f194fe34973e655af793c597e05ed81b17 100644 (file)
@@ -19,7 +19,7 @@
 #  initialize & set some vars
 # ============================
 
-AC_INIT([strongSwan],[5.6.0])
+AC_INIT([strongSwan],[5.6.1dr1])
 AM_INIT_AUTOMAKE(m4_esyscmd([
        echo tar-ustar
        echo subdir-objects
index e22afc3e41fca7c815665955241d376922c710b5..d339661054ffccb558150d9ebd18399808584473 100644 (file)
@@ -31,7 +31,7 @@ fi
 : ${KERNELPATCH=ha-4.4-abicompat.patch.bz2}
 
 # strongSwan version used in tests
-: ${SWANVERSION=5.6.0}
+: ${SWANVERSION=5.6.1dr1}
 
 # Build directory where the guest kernel and images will be built
 : ${BUILDDIR=$TESTDIR/build}