- 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
#
# 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
#
# 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
: ${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}