aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2017-09-13 16:56:45 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2017-09-13 16:56:45 +0200
commitc80cec2d5e6f9e9489c85f9d7cf639b8dae0e97d (patch)
tree7caa83f23ffd44591e195009441f6b912d1bb04d
parent8aad7ffb11beb1c39bde41a456b7c21b240667c8 (diff)
downloadstrongswan-5.6.1dr2.tar.bz2
strongswan-5.6.1dr2.tar.xz
Version bump to 5.6.1dr25.6.1dr2
-rw-r--r--NEWS6
-rw-r--r--configure.ac4
-rw-r--r--testing/testing.conf2
3 files changed, 7 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 9c5db2d9c..362b03a01 100644
--- a/NEWS
+++ b/NEWS
@@ -3,8 +3,10 @@ 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).
+ accordingly. Additionally for each new package version a SWID tag for the
+ given OS and HW architecture is created and stored in the database.
+ Using the sec-updater.sh script template the lookup can be automated
+ (e.g. via an hourly 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
diff --git a/configure.ac b/configure.ac
index 7d0a89f19..400c33bf0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
#
# Copyright (C) 2007-2017 Tobias Brunner
-# Copyright (C) 2006-2016 Andreas Steffen
+# Copyright (C) 2006-2017 Andreas Steffen
# Copyright (C) 2006-2014 Martin Willi
# HSR Hochschule fuer Technik Rapperswil
#
@@ -19,7 +19,7 @@
# initialize & set some vars
# ============================
-AC_INIT([strongSwan],[5.6.1dr1])
+AC_INIT([strongSwan],[5.6.1dr2])
AM_INIT_AUTOMAKE(m4_esyscmd([
echo tar-ustar
echo subdir-objects
diff --git a/testing/testing.conf b/testing/testing.conf
index d33966105..dc8f61eb5 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.1dr1}
+: ${SWANVERSION=5.6.1dr2}
# Build directory where the guest kernel and images will be built
: ${BUILDDIR=$TESTDIR/build}