=== modified file 'Makefile' --- Makefile 2015-07-16 20:30:35 +0000 +++ Makefile 2015-08-10 20:08:24 +0000 @@ -26,7 +26,7 @@ OPTIMIZE=-Os -fno-strict-aliasing LANGUAGE=-std=gnu11 htmldir=man -version=1.6.9 +version=1.7.0 SED=sed USER=$(firstword $(subst :, ,$(shell getent passwd _mandos || getent passwd nobody || echo 65534))) === modified file 'NEWS' --- NEWS 2014-10-05 20:08:58 +0000 +++ NEWS 2015-08-10 20:08:24 +0000 @@ -1,6 +1,30 @@ This NEWS file records noteworthy changes, very tersely. See the manual for detailed information. +Version 1.7.0 (2015-08-10) +* Server +** Bug fix: Handle local Zeroconf service name collisions better. +** Bug fix: Finally fix "ERROR: Child process vanished" bug. +** Bug fix: Fix systemd service file to start server correctly. +** Bug fix: Be compatible with old 2048-bit DSA keys. +** The D-Bus API now provides the standard D-Bus ObjectManager + interface, and deprecates older functionality. See the DBUS-API + file for the currently recommended API. Note: the original API + still works, but is deprecated. +* Client +** Can now find Mandos server even if the server has an IPv6 address + on a network without IPv6 Router Advertisment (like if the Mandos + client itself is the router, or there is an IPv6 router advertising + a network other than the one which the Mandos server is on.) +** Use a better value than 1024 for the default number of DH bits. + This better value is either provided by a DH parameters file (see + below) or an appropriate number of DH bits is determined based on + the PGP key. +** Bug fix: mandos-keygen now generates correct output for the + "Checker" variable even if the SSH server on the Mandos client has + multiple SSH key types. +** Can now use pre-generated Diffie-Hellman parameters from a file. + Version 1.6.9 (2014-10-05) * Server ** Changed to emit standard D-Bus signal when D-Bus properties change. === modified file 'common.ent' --- common.ent 2014-10-05 20:08:58 +0000 +++ common.ent 2015-08-10 20:08:24 +0000 @@ -1,3 +1,3 @@ - + === modified file 'debian/changelog' --- debian/changelog 2014-10-05 20:08:58 +0000 +++ debian/changelog 2015-08-10 20:08:24 +0000 @@ -1,3 +1,24 @@ +mandos (1.7.0-1) unstable; urgency=medium + + * New upstream release. + * debian/control (Standards-Version): Updated to "3.9.6". + (Build-Depends): Add "libnl-route-3-dev". + (Package: mandos-client/Recommends): Added "gnutls-bin | openssl" for + the generating of DH parameters. + * debian/mandos-client.README.Debian: Update example command line to use + new MANDOSPLUGINHELPERDIR environment variable. Also document the new + dhparams.pem file. + * debian/mandos-client.postinst: Create DH parameters file. + * debian/mandos.prerm: Don't run init script, use only invoke-rc.d. + * debian/mandos-client.postinst: Don't use absolute paths to commands. + * debian/mandos-client.postrm: Don't use absolute paths to commands. + Also remove dhparams.pem file. + * debian/copyright (Copyright): Update copyright year. + * Upstream changed systemd service file to implicitly be of + "Type=dbus". (Closes: #786845) + + -- Teddy Hogeborn Mon, 10 Aug 2015 22:00:29 +0200 + mandos (1.6.9-1) unstable; urgency=medium * New upstream release. === modified file 'mandos' --- mandos 2015-08-10 10:42:52 +0000 +++ mandos 2015-08-10 20:08:24 +0000 @@ -104,7 +104,7 @@ if sys.version_info.major == 2: str = unicode -version = "1.6.9" +version = "1.7.0" stored_state_file = "clients.pickle" logger = logging.getLogger() === modified file 'mandos-ctl' --- mandos-ctl 2015-08-10 09:00:23 +0000 +++ mandos-ctl 2015-08-10 20:08:24 +0000 @@ -72,7 +72,7 @@ server_path = "/" server_interface = domain + ".Mandos" client_interface = domain + ".Mandos.Client" -version = "1.6.9" +version = "1.7.0" try: === modified file 'mandos-keygen' --- mandos-keygen 2015-05-23 10:41:35 +0000 +++ mandos-keygen 2015-08-10 20:08:24 +0000 @@ -21,7 +21,7 @@ # Contact the authors at . # -VERSION="1.6.9" +VERSION="1.7.0" KEYDIR="/etc/keys/mandos" KEYTYPE=RSA === modified file 'mandos-monitor' --- mandos-monitor 2015-08-10 09:00:23 +0000 +++ mandos-monitor 2015-08-10 20:08:24 +0000 @@ -60,7 +60,7 @@ domain = 'se.recompile' server_interface = domain + '.Mandos' client_interface = domain + '.Mandos.Client' -version = "1.6.9" +version = "1.7.0" try: dbus.OBJECT_MANAGER_IFACE === modified file 'mandos.lsm' --- mandos.lsm 2014-10-05 20:08:58 +0000 +++ mandos.lsm 2015-08-10 20:08:24 +0000 @@ -1,7 +1,7 @@ Begin4 Title: Mandos -Version: 1.6.9 -Entered-date: 2014-10-05 +Version: 1.7.0 +Entered-date: 2015-08-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,10 +12,10 @@ Maintained-by: teddy@recompile.se (Teddy Hogeborn), belorn@recompile.se (Björn Påhlsson) Primary-site: http://www.recompile.se/mandos - 161K mandos_1.6.9.orig.tar.gz + 169K mandos_1.7.0.orig.tar.gz Alternate-site: ftp://ftp.recompile.se/pub/mandos - 161K mandos_1.6.9.orig.tar.gz -Platforms: Requires GCC, GNU libC, Avahi, GnuPG, Python 2.6, and + 169K mandos_1.7.0.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 distributions, but not other Unixes.