=== modified file 'Makefile' --- Makefile 2018-01-29 19:43:17 +0000 +++ Makefile 2018-02-10 19:34:21 +0000 @@ -40,7 +40,7 @@ OPTIMIZE:=-Os -fno-strict-aliasing LANGUAGE:=-std=gnu11 htmldir:=man -version:=1.7.16 +version:=1.7.17 SED:=sed USER:=$(firstword $(subst :, ,$(shell getent passwd _mandos || getent passwd nobody || echo 65534))) === modified file 'NEWS' --- NEWS 2017-08-20 19:12:58 +0000 +++ NEWS 2018-02-10 19:34:21 +0000 @@ -1,6 +1,11 @@ This NEWS file records noteworthy changes, very tersely. See the manual for detailed information. +Version 1.7.17 (2018-02-10) +* Client +** Bug fix: Fix a memory leak in the plugin-runner +** Bug fix: Fix memory leaks in the plymouth plugin + Version 1.7.16 (2017-08-20) * Client ** Bug fix: ignore "resumedev" entries in initramfs' cryptroot file === modified file 'common.ent' --- common.ent 2017-08-20 19:12:58 +0000 +++ common.ent 2018-02-10 19:34:21 +0000 @@ -1,3 +1,3 @@ - + === modified file 'debian/changelog' --- debian/changelog 2017-08-20 19:12:58 +0000 +++ debian/changelog 2018-02-10 19:34:21 +0000 @@ -1,3 +1,28 @@ +mandos (1.7.17-1) unstable; urgency=medium + + * New upstream release. + * Fix "fails with "LeakSanitizer has encountered a fatal error"" + by fixing memory leak in plugin-runner (Closes: #886595) + * debian/control (Build-Depends): Also depend on "libgnutls28-dev (<< + 3.6.0) | libgnutls30 (<< 3.6.0)". + (Package: mandos/Depends): - '' - + * debian/compat: Change to "10". + * debian/watch (version): Change to "4". + (opts/pgpsigurlmangle): Remove. + (opts/pgpmode): New; set to "auto". + (URL): Change to "https://ftp.recompile.se/pub/@PACKAGE@/@PACKAGE@ + @ANY_VERSION@(?:\.orig)?@ARCHIVE_EXT@". + * debian/copyright: Update copyright year to 2018. + * debian/rules: Support the "noopt" and "parallel" DEB_BUILD_OPTIONS. + (override_dh_fixperms-arch): Use the DEB_HOST_MULTIARCH + variable directly instead of shelling out to "dpkg-architecture". + * debian/control (Standards-Version): Update to "4.1.3". + (Build-Depends): Change version of debhelper dependency to ">= 10". + * debian/mandos.lintian-overrides + (init.d-script-needs-depends-on-lsb-base): Change line number to "46". + + -- Teddy Hogeborn Sat, 10 Feb 2018 19:09:50 +0100 + mandos (1.7.16-1) unstable; urgency=medium * New upstream release. === modified file 'mandos' --- mandos 2018-02-09 21:48:47 +0000 +++ mandos 2018-02-10 19:34:21 +0000 @@ -115,7 +115,7 @@ if sys.version_info.major == 2: str = unicode -version = "1.7.16" +version = "1.7.17" stored_state_file = "clients.pickle" logger = logging.getLogger() === modified file 'mandos-ctl' --- mandos-ctl 2018-02-08 10:23:55 +0000 +++ mandos-ctl 2018-02-10 19:34:21 +0000 @@ -75,7 +75,7 @@ server_path = "/" server_interface = domain + ".Mandos" client_interface = domain + ".Mandos.Client" -version = "1.7.16" +version = "1.7.17" try: === modified file 'mandos-keygen' --- mandos-keygen 2018-02-08 10:23:55 +0000 +++ mandos-keygen 2018-02-10 19:34:21 +0000 @@ -23,7 +23,7 @@ # Contact the authors at . # -VERSION="1.7.16" +VERSION="1.7.17" KEYDIR="/etc/keys/mandos" KEYTYPE=RSA === modified file 'mandos-monitor' --- mandos-monitor 2018-02-08 10:23:55 +0000 +++ mandos-monitor 2018-02-10 19:34:21 +0000 @@ -59,7 +59,7 @@ domain = 'se.recompile' server_interface = domain + '.Mandos' client_interface = domain + '.Mandos.Client' -version = "1.7.16" +version = "1.7.17" try: dbus.OBJECT_MANAGER_IFACE === modified file 'mandos.lsm' --- mandos.lsm 2017-08-20 19:12:58 +0000 +++ mandos.lsm 2018-02-10 19:34:21 +0000 @@ -1,7 +1,7 @@ Begin4 Title: Mandos -Version: 1.7.16 -Entered-date: 2017-08-20 +Version: 1.7.17 +Entered-date: 2018-02-10 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 - 173K mandos_1.7.16.orig.tar.gz + 174K mandos_1.7.17.orig.tar.gz Alternate-site: ftp://ftp.recompile.se/pub/mandos - 173K mandos_1.7.16.orig.tar.gz + 174K mandos_1.7.17.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