=== modified file 'Makefile' --- Makefile 2018-08-19 14:32:00 +0000 +++ Makefile 2018-08-19 20:17:48 +0000 @@ -40,7 +40,7 @@ OPTIMIZE:=-Os -fno-strict-aliasing LANGUAGE:=-std=gnu11 htmldir:=man -version:=1.7.19 +version:=1.7.20 SED:=sed USER:=$(firstword $(subst :, ,$(shell getent passwd _mandos || getent passwd nobody || echo 65534))) === modified file 'NEWS' --- NEWS 2018-02-22 18:50:12 +0000 +++ NEWS 2018-08-19 20:17:48 +0000 @@ -1,6 +1,19 @@ This NEWS file records noteworthy changes, very tersely. See the manual for detailed information. +Version 1.7.20 (2018-08-19) +* Client +** Fix: Adapt to the Debian cryptsetup package 2.0.3 or later. + Important: in that version or later, the plugins "askpass-fifo", + "password-prompt", and "plymouth" will no longer be run, since they + would conflict with what cryptsetup is doing. Other plugins, such + as mandos-client and any user-supplied plugins, will still run. +** Better error message if failing to decrypt secret data +** Check for (and report) any key import failure from GPGME +** Better error message if self-signature verification fails +** Set system clock if not set; required by GnuPG for key import +** When debugging plugin-runner, it will now show starting plugins + Version 1.7.19 (2018-02-22) * Client ** Do not print "unlink(...): No such file or directory". === modified file 'common.ent' --- common.ent 2018-02-22 18:50:12 +0000 +++ common.ent 2018-08-19 20:17:48 +0000 @@ -1,3 +1,3 @@ - + === modified file 'debian/changelog' --- debian/changelog 2018-02-22 18:50:12 +0000 +++ debian/changelog 2018-08-19 20:17:48 +0000 @@ -1,3 +1,24 @@ +mandos (1.7.20-1) unstable; urgency=medium + + * New upstream release. + * Fix "[tethys] mandos-client: Mandos client fails while booting but + works from chroot into unpacked initramfs" by setting system clock if + necessary (Closes: #894495) + * Fix "initramfs boot script assumes internal cryptsetup implementation + details and is now broken" by only using documented + interfaces (Closes: #904899) + * debian/mandos-client.dirs: Add + "usr/share/initramfs-tools/scripts/local-premount" and + "usr/share/initramfs-tools/conf.d", and remove + "usr/share/initramfs-tools/conf-hooks.d". + * debian/control (mandos-client/Depends): Add "(>= 0.99)" to dependency + on "initramfs-tools". + * debian/control (Source: mandos/Rules-Requires-Root): New; set to + "binary-targets". + (Standards-Version): Update to "4.2.0". + + -- Teddy Hogeborn Sun, 19 Aug 2018 22:14:04 +0200 + mandos (1.7.19-1) unstable; urgency=medium * New upstream release. === modified file 'mandos' --- mandos 2018-08-15 09:18:22 +0000 +++ mandos 2018-08-19 20:17:48 +0000 @@ -115,7 +115,7 @@ if sys.version_info.major == 2: str = unicode -version = "1.7.19" +version = "1.7.20" stored_state_file = "clients.pickle" logger = logging.getLogger() === modified file 'mandos-ctl' --- mandos-ctl 2018-02-22 18:50:12 +0000 +++ mandos-ctl 2018-08-19 20:17:48 +0000 @@ -75,7 +75,7 @@ server_path = "/" server_interface = domain + ".Mandos" client_interface = domain + ".Mandos.Client" -version = "1.7.19" +version = "1.7.20" try: === modified file 'mandos-keygen' --- mandos-keygen 2018-02-22 18:50:12 +0000 +++ mandos-keygen 2018-08-19 20:17:48 +0000 @@ -23,7 +23,7 @@ # Contact the authors at . # -VERSION="1.7.19" +VERSION="1.7.20" KEYDIR="/etc/keys/mandos" KEYTYPE=RSA === modified file 'mandos-monitor' --- mandos-monitor 2018-02-22 18:50:12 +0000 +++ mandos-monitor 2018-08-19 20:17:48 +0000 @@ -59,7 +59,7 @@ domain = 'se.recompile' server_interface = domain + '.Mandos' client_interface = domain + '.Mandos.Client' -version = "1.7.19" +version = "1.7.20" try: dbus.OBJECT_MANAGER_IFACE === modified file 'mandos.lsm' --- mandos.lsm 2018-02-22 18:50:12 +0000 +++ mandos.lsm 2018-08-19 20:17:48 +0000 @@ -1,7 +1,7 @@ Begin4 Title: Mandos -Version: 1.7.19 -Entered-date: 2018-02-22 +Version: 1.7.20 +Entered-date: 2018-08-19 Description: The Mandos system allows computers to have encrypted root file systems and at the same time be capable of remote and/or unattended reboots. @@ -12,9 +12,9 @@ Maintained-by: teddy@recompile.se (Teddy Hogeborn), belorn@recompile.se (Björn Påhlsson) Primary-site: https://www.recompile.se/mandos - 174K mandos_1.7.19.orig.tar.gz + 177K mandos_1.7.20.orig.tar.gz Alternate-site: ftp://ftp.recompile.se/pub/mandos - 174K mandos_1.7.19.orig.tar.gz + 177K mandos_1.7.20.orig.tar.gz Platforms: Requires GCC, GNU libC, Avahi, GnuPG, Python 2.7, and various other libraries. While made for Debian GNU/Linux, it is probably portable to other