=== modified file 'Makefile' --- Makefile 2016-08-06 00:53:13 +0000 +++ Makefile 2016-10-01 14:24:14 +0000 @@ -40,7 +40,7 @@ OPTIMIZE=-Os -fno-strict-aliasing LANGUAGE=-std=gnu11 htmldir=man -version=1.7.10 +version=1.7.11 SED=sed USER=$(firstword $(subst :, ,$(shell getent passwd _mandos || getent passwd nobody || echo 65534))) === modified file 'NEWS' --- NEWS 2016-06-23 20:10:40 +0000 +++ NEWS 2016-10-01 14:24:14 +0000 @@ -1,6 +1,15 @@ This NEWS file records noteworthy changes, very tersely. See the manual for detailed information. +Version 1.7.11 (2016-10-01) +* Client +** Security fix: Don't compile with AddressSanitizer +* Server +** Bug fix: Find GnuTLS library when gnutls28-dev is not installed +** Bug fix: Include "Expires" and "Last Checker Status" in mandos-ctl + verbose output +** New option for mandos-ctl: --dump-json + Version 1.7.10 (2016-06-23) * Client ** Security fix: restrict permissions of /etc/mandos/plugin-helpers === modified file 'common.ent' --- common.ent 2016-06-23 20:10:40 +0000 +++ common.ent 2016-10-01 14:24:14 +0000 @@ -1,3 +1,3 @@ - + === modified file 'debian/changelog' --- debian/changelog 2016-06-23 20:10:40 +0000 +++ debian/changelog 2016-10-01 14:24:14 +0000 @@ -1,3 +1,11 @@ +mandos (1.7.11-1) unstable; urgency=high + + * New upstream release. + * debian/control (Source: mandos/Vcs-Bzr): Change to use HTTPS. + (Vcs-Browser): - '' - + + -- Teddy Hogeborn Sat, 01 Oct 2016 16:20:48 +0200 + mandos (1.7.10-1) unstable; urgency=high * New upstream release. === modified file 'mandos' --- mandos 2016-08-26 18:44:21 +0000 +++ mandos 2016-10-01 14:24:14 +0000 @@ -114,7 +114,7 @@ if sys.version_info.major == 2: str = unicode -version = "1.7.10" +version = "1.7.11" stored_state_file = "clients.pickle" logger = logging.getLogger() === modified file 'mandos-ctl' --- mandos-ctl 2016-08-25 16:17:23 +0000 +++ mandos-ctl 2016-10-01 14:24:14 +0000 @@ -75,7 +75,7 @@ server_path = "/" server_interface = domain + ".Mandos" client_interface = domain + ".Mandos.Client" -version = "1.7.10" +version = "1.7.11" try: === modified file 'mandos-keygen' --- mandos-keygen 2016-06-23 20:10:40 +0000 +++ mandos-keygen 2016-10-01 14:24:14 +0000 @@ -21,7 +21,7 @@ # Contact the authors at . # -VERSION="1.7.10" +VERSION="1.7.11" KEYDIR="/etc/keys/mandos" KEYTYPE=RSA === modified file 'mandos-monitor' --- mandos-monitor 2016-08-25 17:06:42 +0000 +++ mandos-monitor 2016-10-01 14:24:14 +0000 @@ -58,7 +58,7 @@ domain = 'se.recompile' server_interface = domain + '.Mandos' client_interface = domain + '.Mandos.Client' -version = "1.7.10" +version = "1.7.11" try: dbus.OBJECT_MANAGER_IFACE === modified file 'mandos.lsm' --- mandos.lsm 2016-06-23 20:10:40 +0000 +++ mandos.lsm 2016-10-01 14:24:14 +0000 @@ -1,7 +1,7 @@ Begin4 Title: Mandos -Version: 1.7.10 -Entered-date: 2016-06-23 +Version: 1.7.11 +Entered-date: 2016-10-01 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 - 172K mandos_1.7.10.orig.tar.gz + 173K mandos_1.7.11.orig.tar.gz Alternate-site: ftp://ftp.recompile.se/pub/mandos - 172K mandos_1.7.10.orig.tar.gz + 173K mandos_1.7.11.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