From: Andreas Steffen Date: Fri, 1 Sep 2017 11:49:09 +0000 (+0200) Subject: Version bump to 5.6.1dr1 X-Git-Tag: 5.6.1dr1^0 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d43b84dcb4c24a5efa20dc9149557a0e7fa141b8;p=thirdparty%2Fstrongswan.git Version bump to 5.6.1dr1 --- diff --git a/NEWS b/NEWS index 8e82607b38..9c5db2d9cc 100644 --- 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 ---------------- diff --git a/configure.ac b/configure.ac index ce0c9a70fa..7d0a89f194 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/testing/testing.conf b/testing/testing.conf index e22afc3e41..d339661054 100644 --- a/testing/testing.conf +++ b/testing/testing.conf @@ -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}