=== modified file 'Makefile' --- Makefile 2019-04-09 19:33:36 +0000 +++ Makefile 2019-04-09 20:09:51 +0000 @@ -40,7 +40,7 @@ OPTIMIZE:=-Os -fno-strict-aliasing LANGUAGE:=-std=gnu11 htmldir:=man -version:=1.8.3 +version:=1.8.4 SED:=sed USER:=$(firstword $(subst :, ,$(shell getent passwd _mandos || getent passwd nobody || echo 65534))) === modified file 'NEWS' --- NEWS 2019-02-11 06:31:42 +0000 +++ NEWS 2019-04-09 20:09:51 +0000 @@ -1,6 +1,12 @@ This NEWS file records noteworthy changes, very tersely. See the manual for detailed information. +Version 1.8.4 (2019-04-09) +* Client +** Fix minor memory leak in plugin-runner. +* Server +** mandos-ctl now has a --debug option to show D-Bus calls. + Version 1.8.3 (2019-02-11) * No user-visible changes. === modified file 'common.ent' --- common.ent 2019-02-11 06:31:42 +0000 +++ common.ent 2019-04-09 20:09:51 +0000 @@ -1,3 +1,3 @@ - + === modified file 'debian/changelog' --- debian/changelog 2019-02-11 11:52:07 +0000 +++ debian/changelog 2019-04-09 20:09:51 +0000 @@ -1,3 +1,23 @@ +mandos (1.8.4-1) unstable; urgency=medium + + * Fix "dirs in initrd are not accessible by mandos plugin-runner" by + making sure UMASK is set, no matter what other packages have installed + in "/usr/share/initramfs-tools/conf-hooks.d". (Closes: #926641) + * Fix "LeakSanitizer: detected memory leaks, fails to decrypt" + by fixing memory leak in plugin-runner. (Closes: #926643) + * debian/mandos-client.dirs: Add + "usr/share/initramfs-tools/conf-hooks.d", needed by fix for #926641. + + -- Teddy Hogeborn Tue, 09 Apr 2019 22:05:39 +0200 + +mandos (1.8.3-3) unstable; urgency=medium + + * Fix "src:mandos: modifies d/control during build" by not doing that + anymore. (Closes: #922202) + * debian/rules (override_dh_shlibdeps-arch): Commented out. + + -- Teddy Hogeborn Wed, 13 Feb 2019 09:52:39 +0100 + mandos (1.8.3-2) unstable; urgency=medium * debian/rules (override_dh_shlibdeps-arch): New; conditionally edit === modified file 'mandos' --- mandos 2019-03-23 14:59:54 +0000 +++ mandos 2019-04-09 20:09:51 +0000 @@ -115,7 +115,7 @@ if sys.version_info.major == 2: str = unicode -version = "1.8.3" +version = "1.8.4" stored_state_file = "clients.pickle" logger = logging.getLogger() === modified file 'mandos-ctl' --- mandos-ctl 2019-04-09 13:50:57 +0000 +++ mandos-ctl 2019-04-09 20:09:51 +0000 @@ -78,7 +78,7 @@ locale.setlocale(locale.LC_ALL, "") -version = "1.8.3" +version = "1.8.4" def main(): === modified file 'mandos-keygen' --- mandos-keygen 2019-02-11 06:31:42 +0000 +++ mandos-keygen 2019-04-09 20:09:51 +0000 @@ -23,7 +23,7 @@ # Contact the authors at . # -VERSION="1.8.3" +VERSION="1.8.4" KEYDIR="/etc/keys/mandos" KEYTYPE=RSA === modified file 'mandos-monitor' --- mandos-monitor 2019-02-11 06:31:42 +0000 +++ mandos-monitor 2019-04-09 20:09:51 +0000 @@ -59,7 +59,7 @@ domain = 'se.recompile' server_interface = domain + '.Mandos' client_interface = domain + '.Mandos.Client' -version = "1.8.3" +version = "1.8.4" try: dbus.OBJECT_MANAGER_IFACE === modified file 'mandos.lsm' --- mandos.lsm 2019-02-11 06:31:42 +0000 +++ mandos.lsm 2019-04-09 20:09:51 +0000 @@ -1,7 +1,7 @@ Begin4 Title: Mandos -Version: 1.8.3 -Entered-date: 2019-02-11 +Version: 1.8.4 +Entered-date: 2019-04-09 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 - 182K mandos_1.8.3.orig.tar.gz + 193K mandos_1.8.4.orig.tar.gz Alternate-site: ftp://ftp.recompile.se/pub/mandos - 182K mandos_1.8.3.orig.tar.gz + 193K mandos_1.8.4.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