=== modified file 'Makefile' --- Makefile 2019-07-27 10:11:45 +0000 +++ Makefile 2019-07-30 18:44:31 +0000 @@ -42,7 +42,7 @@ OPTIMIZE:=-Os -fno-strict-aliasing LANGUAGE:=-std=gnu11 htmldir:=man -version:=1.8.4 +version:=1.8.5 SED:=sed USER:=$(firstword $(subst :, ,$(shell getent passwd _mandos \ === modified file 'NEWS' --- NEWS 2019-04-09 20:09:51 +0000 +++ NEWS 2019-07-30 18:44:31 +0000 @@ -1,6 +1,19 @@ This NEWS file records noteworthy changes, very tersely. See the manual for detailed information. +Version 1.8.5 (2019-07-30) +* Client +** Support dracut(8) as well as initramfs-tools(7). +** Minor bug fix: Allow the mandos-keygen --passfile option to use + passfiles with names starting with "-". +** Document known limitation of mandos-keygen --password; it strips + white space from start and end of the password. +* Server +** Bug fix: The server used to fail to restart if the "port" setting + was used. This has been fixed. +** Minor bug fix: Reap zombies left over from checker runs. (Debian + bug #933387) + Version 1.8.4 (2019-04-09) * Client ** Fix minor memory leak in plugin-runner. === modified file 'common.ent' --- common.ent 2019-04-09 20:09:51 +0000 +++ common.ent 2019-07-30 18:44:31 +0000 @@ -1,3 +1,3 @@ - + === modified file 'debian/changelog' --- debian/changelog 2019-04-09 20:09:51 +0000 +++ debian/changelog 2019-07-30 18:44:31 +0000 @@ -1,3 +1,30 @@ +mandos (1.8.5-1) unstable; urgency=medium + + * New upstream release. + * Fix "does not reap children" by reaping children (Closes: #933387) + * debian/mandos-client.README.Debian: Use new-style interface name. + * debian/tests/control: New file; implements autopkgtest support. + * debian/mandos-client.lintian-overrides + (manpage-has-errors-from-man): Remove; unnecessary. + * debian/mandos.lintian-overrides + (init.d-script-needs-depends-on-lsb-base): - '' - + * debian/mandos-client.postinst (update_initramfs): Upstream now + supports dracut(8), so update commands here to and run the correct + command to update initramfs. + * debian/control (Build-Depends): Add GLib -dev package. + (mandos-client/Depends): Add dracut(8) as an alternative dependency to + initramfs-tools. + (mandos-client/Conflicts): New; set to "dracut-config-generic". + (debian/mandos-client.README.Debian): Update for dracut(8) support. + * debian/mandos-client.templates: Reflowed by debconf-gettextize(1). + * debian/mandos.templates: - '' - + * debian/po/POTFILES.in: New. + * debian/po/templates.pot: - '' - + * debian/source/lintian-overrides: New. + * debian/control (Standards-Version): Update to "4.4.0". + + -- Teddy Hogeborn Tue, 30 Jul 2019 20:41:29 +0200 + mandos (1.8.4-1) unstable; urgency=medium * Fix "dirs in initrd are not accessible by mandos plugin-runner" by === modified file 'mandos' --- mandos 2019-07-30 17:03:57 +0000 +++ mandos 2019-07-30 18:44:31 +0000 @@ -115,7 +115,7 @@ if sys.version_info.major == 2: str = unicode -version = "1.8.4" +version = "1.8.5" stored_state_file = "clients.pickle" logger = logging.getLogger() === modified file 'mandos-ctl' --- mandos-ctl 2019-07-29 16:35:53 +0000 +++ mandos-ctl 2019-07-30 18:44:31 +0000 @@ -78,7 +78,7 @@ locale.setlocale(locale.LC_ALL, "") -version = "1.8.4" +version = "1.8.5" def main(): === modified file 'mandos-keygen' --- mandos-keygen 2019-07-17 23:37:13 +0000 +++ mandos-keygen 2019-07-30 18:44:31 +0000 @@ -23,7 +23,7 @@ # Contact the authors at . # -VERSION="1.8.4" +VERSION="1.8.5" KEYDIR="/etc/keys/mandos" KEYTYPE=RSA === modified file 'mandos-monitor' --- mandos-monitor 2019-04-09 20:09:51 +0000 +++ mandos-monitor 2019-07-30 18:44:31 +0000 @@ -59,7 +59,7 @@ domain = 'se.recompile' server_interface = domain + '.Mandos' client_interface = domain + '.Mandos.Client' -version = "1.8.4" +version = "1.8.5" try: dbus.OBJECT_MANAGER_IFACE === modified file 'mandos.lsm' --- mandos.lsm 2019-04-09 20:09:51 +0000 +++ mandos.lsm 2019-07-30 18:44:31 +0000 @@ -1,7 +1,7 @@ Begin4 Title: Mandos -Version: 1.8.4 -Entered-date: 2019-04-09 +Version: 1.8.5 +Entered-date: 2019-07-30 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 - 193K mandos_1.8.4.orig.tar.gz + 232K mandos_1.8.5.orig.tar.gz Alternate-site: ftp://ftp.recompile.se/pub/mandos - 193K mandos_1.8.4.orig.tar.gz + 232K mandos_1.8.5.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