=== modified file 'Makefile' --- Makefile 2012-05-05 10:52:11 +0000 +++ Makefile 2012-05-20 13:52:09 +0000 @@ -23,7 +23,7 @@ OPTIMIZE=-Os LANGUAGE=-std=gnu99 htmldir=man -version=1.5.3 +version=1.5.4 SED=sed USER=$(firstword $(subst :, ,$(shell getent passwd _mandos || getent passwd nobody || echo 65534))) === modified file 'NEWS' --- NEWS 2012-01-15 21:07:44 +0000 +++ NEWS 2012-05-20 13:52:09 +0000 @@ -1,6 +1,18 @@ This NEWS file records noteworthy changes, very tersely. See the manual for detailed information. +Version 1.5.4 (2012-05-20) +* Server +** Bug fix: Regression fix: Make non-zero approval timeout values work. +** Bug fix: Regression fix: Allow changing the Timeout D-Bus property. +** Fall back to not bind to an interface if an invalid interface name + is given. +** Removed support for undocumented feature of using plain "%%s" in + "checker" client option. +** Old D-Bus interface are now marked as deprecated. +** mandos-monitor: Bug fix: show approval timers correctly. +** mandos-ctl: Show "Extended Timeout" correctly, not as milliseconds. + Version 1.5.3 (2012-01-15) * Server ** Add D-Bus property se.recompile.Client.LastCheckerStatus and use it === modified file 'common.ent' --- common.ent 2012-01-15 21:07:44 +0000 +++ common.ent 2012-05-20 13:52:09 +0000 @@ -1,3 +1,3 @@ - + === modified file 'debian/changelog' --- debian/changelog 2012-02-21 21:20:12 +0000 +++ debian/changelog 2012-05-20 13:52:09 +0000 @@ -1,3 +1,16 @@ +mandos (1.5.4-1) unstable; urgency=low + + * New upstream release. + + -- Teddy Hogeborn Sun, 20 May 2012 15:38:34 +0200 + +mandos (1.5.3-1.2) unstable; urgency=low + + * Non-maintainer upload. + * Set Architecture to linux-any. (Closes: #647670) + + -- Robert Millan Sun, 22 Apr 2012 16:22:01 +0200 + mandos (1.5.3-1.1) unstable; urgency=low * Non-maintainer upload. === modified file 'debian/control' --- debian/control 2012-02-21 21:20:12 +0000 +++ debian/control 2012-05-12 19:54:59 +0000 @@ -36,7 +36,7 @@ whereupon the computers can continue booting normally. Package: mandos-client -Architecture: any +Architecture: linux-any Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, cryptsetup, gnupg (<< 2), initramfs-tools Breaks: dropbear (<= 0.53.1-1) === modified file 'mandos' --- mandos 2012-05-12 19:29:05 +0000 +++ mandos 2012-05-20 13:52:09 +0000 @@ -88,7 +88,7 @@ except ImportError: SO_BINDTODEVICE = None -version = "1.5.3" +version = "1.5.4" stored_state_file = "clients.pickle" logger = logging.getLogger() === modified file 'mandos-ctl' --- mandos-ctl 2012-05-07 19:13:15 +0000 +++ mandos-ctl 2012-05-20 13:52:09 +0000 @@ -63,7 +63,7 @@ server_path = "/" server_interface = domain + ".Mandos" client_interface = domain + ".Mandos.Client" -version = "1.5.3" +version = "1.5.4" def timedelta_to_milliseconds(td): """Convert a datetime.timedelta object to milliseconds""" === modified file 'mandos-keygen' --- mandos-keygen 2012-01-15 21:07:44 +0000 +++ mandos-keygen 2012-05-20 13:52:09 +0000 @@ -21,7 +21,7 @@ # Contact the authors at . # -VERSION="1.5.3" +VERSION="1.5.4" KEYDIR="/etc/keys/mandos" KEYTYPE=DSA === modified file 'mandos-monitor' --- mandos-monitor 2012-05-12 15:45:57 +0000 +++ mandos-monitor 2012-05-20 13:52:09 +0000 @@ -55,7 +55,7 @@ domain = 'se.recompile' server_interface = domain + '.Mandos' client_interface = domain + '.Mandos.Client' -version = "1.5.3" +version = "1.5.4" # Always run in monochrome mode urwid.curses_display.curses.has_colors = lambda : False === modified file 'mandos.lsm' --- mandos.lsm 2012-01-15 21:07:44 +0000 +++ mandos.lsm 2012-05-20 13:52:09 +0000 @@ -1,7 +1,7 @@ Begin4 Title: Mandos -Version: 1.5.3 -Entered-date: 2012-01-15 +Version: 1.5.4 +Entered-date: 2012-05-20 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 - 147K mandos_1.5.3.orig.tar.gz + 148K mandos_1.5.4.orig.tar.gz Alternate-site: ftp://ftp.recompile.se/pub/mandos - 147K mandos_1.5.3.orig.tar.gz + 148K mandos_1.5.4.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.