=== modified file 'Makefile' --- Makefile 2012-06-22 23:33:56 +0000 +++ Makefile 2013-10-13 17:05:59 +0000 @@ -23,7 +23,7 @@ OPTIMIZE=-Os LANGUAGE=-std=gnu99 htmldir=man -version=1.6.0 +version=1.6.1 SED=sed USER=$(firstword $(subst :, ,$(shell getent passwd _mandos || getent passwd nobody || echo 65534))) === modified file 'NEWS' --- NEWS 2012-06-17 22:26:40 +0000 +++ NEWS 2013-10-13 17:05:59 +0000 @@ -1,6 +1,26 @@ This NEWS file records noteworthy changes, very tersely. See the manual for detailed information. +Version 1.6.1 (2013-10-13) +* Server +** All client options for time intervals now also take an RFC 3339 + duration. The same for all options to mandos-ctl. +** Bug fix: Handle fast checkers (like ":") correctly. +** Bug fix: Don't print output from checkers when running in + foreground. +** Bug fix: Do not fail when client is removed from clients.conf but + saved settings remain. +** Bug fix: mandos-monitor now displays standout (reverse video) again + using new version of Urwid. +** Bug fix: Make boolean options work from the config file again. +** Bug fix: Make --no-ipv6 work again. +** New default priority string to be slightly more compatible with + older versions of GnuTLS. +* Client +** Bug fix: Fix bashism in mandos-keygen. +** Default key and subkey types are now RSA and RSA, respectively. + Also, new default key size is 4096 bits. + Version 1.6.0 (2012-06-18) * Server ** Takes new --foreground option === modified file 'common.ent' --- common.ent 2012-06-17 22:26:40 +0000 +++ common.ent 2013-10-13 17:05:59 +0000 @@ -1,3 +1,3 @@ - + === modified file 'debian/changelog' --- debian/changelog 2012-06-17 22:26:40 +0000 +++ debian/changelog 2013-10-13 17:05:59 +0000 @@ -1,3 +1,23 @@ +mandos (1.6.1-1) unstable; urgency=low + + * New upstream release. + * debian/control (mandos/Depends): No longer depends on + python-gnupginterface, but does + depend on gnupg (<< 2). + (Build-Depends): Depend on debhelper 8.9.7 for using "override-*-arch" + and "override-*-indep" targets in debian/rules. + * debian/mandos-client.README: Update Linux documentation link. + * debian/rules: Completely rewritten to use debhelper v7. + * initramfs-tools-hook: Bug fix: Make sure the right version of GnuPG is + copied into the initramfs image. Always assume that GPGME is used to + avoid searching for it since the path might not be /usr/lib. Thanks + to Félix Sipma for the initial bug report, + and also thanks to Dick Middleton for some more + debugging. (Closes: #721903) + * Fix "bashism in /bin/sh script" fixed by upstream. (Closes: #690639) + + -- Teddy Hogeborn Sun, 13 Oct 2013 19:03:23 +0200 + mandos (1.6.0-1) unstable; urgency=low * New upstream release. === modified file 'mandos' --- mandos 2013-06-23 15:13:06 +0000 +++ mandos 2013-10-13 17:05:59 +0000 @@ -88,7 +88,7 @@ except ImportError: SO_BINDTODEVICE = None -version = "1.6.0" +version = "1.6.1" stored_state_file = "clients.pickle" logger = logging.getLogger() === modified file 'mandos-ctl' --- mandos-ctl 2012-11-14 21:03:24 +0000 +++ mandos-ctl 2013-10-13 17:05:59 +0000 @@ -66,7 +66,7 @@ server_path = "/" server_interface = domain + ".Mandos" client_interface = domain + ".Mandos.Client" -version = "1.6.0" +version = "1.6.1" def timedelta_to_milliseconds(td): """Convert a datetime.timedelta object to milliseconds""" === modified file 'mandos-keygen' --- mandos-keygen 2013-09-29 15:52:19 +0000 +++ mandos-keygen 2013-10-13 17:05:59 +0000 @@ -21,7 +21,7 @@ # Contact the authors at . # -VERSION="1.6.0" +VERSION="1.6.1" KEYDIR="/etc/keys/mandos" KEYTYPE=RSA === modified file 'mandos-monitor' --- mandos-monitor 2013-05-22 20:00:18 +0000 +++ mandos-monitor 2013-10-13 17:05:59 +0000 @@ -61,7 +61,7 @@ domain = 'se.recompile' server_interface = domain + '.Mandos' client_interface = domain + '.Mandos.Client' -version = "1.6.0" +version = "1.6.1" def isoformat_to_datetime(iso): "Parse an ISO 8601 date string to a datetime.datetime()" === modified file 'mandos.lsm' --- mandos.lsm 2012-06-17 22:26:40 +0000 +++ mandos.lsm 2013-10-13 17:05:59 +0000 @@ -1,7 +1,7 @@ Begin4 Title: Mandos -Version: 1.6.0 -Entered-date: 2012-06-18 +Version: 1.6.1 +Entered-date: 2013-10-13 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: http://www.recompile.se/mandos - 150K mandos_1.6.0.orig.tar.gz + 156K mandos_1.6.1.orig.tar.gz Alternate-site: ftp://ftp.recompile.se/pub/mandos - 150K mandos_1.6.0.orig.tar.gz + 156K mandos_1.6.1.orig.tar.gz Platforms: Requires GCC, GNU libC, Avahi, GnuPG, Python 2.6, and various other libraries. While made for Debian GNU/Linux, it is probably portable to other distributions, but not other Unixes.