=== modified file 'Makefile' --- Makefile 2014-07-17 03:24:57 +0000 +++ Makefile 2014-08-06 20:56:55 +0000 @@ -26,7 +26,7 @@ OPTIMIZE=-Os -fno-strict-aliasing LANGUAGE=-std=gnu99 htmldir=man -version=1.6.7 +version=1.6.8 SED=sed USER=$(firstword $(subst :, ,$(shell getent passwd _mandos || getent passwd nobody || echo 65534))) === modified file 'NEWS' --- NEWS 2014-07-17 03:24:57 +0000 +++ NEWS 2014-08-06 20:56:55 +0000 @@ -1,6 +1,13 @@ This NEWS file records noteworthy changes, very tersely. See the manual for detailed information. +Version 1.6.8 (2014-08-06) +* Client +** Bug fix: mandos-keygen now generates working SSH checker commands. +* Server +** Bug fix: "mandos-monitor" now really redraws screen on Ctrl-L. +** Now requires Python 2.7. + Version 1.6.7 (2014-07-17) * Client ** Bug fix: Now compatible with GPGME 1.5.0. === modified file 'common.ent' --- common.ent 2014-07-17 03:24:57 +0000 +++ common.ent 2014-08-06 20:56:55 +0000 @@ -1,3 +1,3 @@ - + === modified file 'debian/changelog' --- debian/changelog 2014-07-17 03:24:57 +0000 +++ debian/changelog 2014-08-06 20:56:55 +0000 @@ -1,3 +1,16 @@ +mandos (1.6.8-1) unstable; urgency=medium + + * New upstream release. + * debian/control (Source: mandos/Build-Depends-Indep): Since upstream + now requires Python 2.7, depend on exactly the python2.7 package and + all the Python 2.7 versions of the python modules. + (Package: mandos/Depends): - '' - but still depend on python (>=2.7) + and the generic versions of the Python modules; this is for mandos-ctl + and mandos-monitor, both of which are compatible with Python 3, and + use #!/usr/bin/python. + + -- Teddy Hogeborn Wed, 06 Aug 2014 22:55:24 +0200 + mandos (1.6.7-1) unstable; urgency=medium * New upstream release. === modified file 'mandos' --- mandos 2014-07-25 23:39:49 +0000 +++ mandos 2014-08-06 20:56:55 +0000 @@ -88,7 +88,7 @@ except ImportError: SO_BINDTODEVICE = None -version = "1.6.7" +version = "1.6.8" stored_state_file = "clients.pickle" logger = logging.getLogger() === modified file 'mandos-ctl' --- mandos-ctl 2014-07-25 23:42:53 +0000 +++ mandos-ctl 2014-08-06 20:56:55 +0000 @@ -72,7 +72,7 @@ server_path = "/" server_interface = domain + ".Mandos" client_interface = domain + ".Mandos.Client" -version = "1.6.7" +version = "1.6.8" def milliseconds_to_string(ms): td = datetime.timedelta(0, 0, 0, ms) === modified file 'mandos-keygen' --- mandos-keygen 2014-08-06 20:45:04 +0000 +++ mandos-keygen 2014-08-06 20:56:55 +0000 @@ -21,7 +21,7 @@ # Contact the authors at . # -VERSION="1.6.7" +VERSION="1.6.8" KEYDIR="/etc/keys/mandos" KEYTYPE=RSA === modified file 'mandos-monitor' --- mandos-monitor 2014-07-25 23:42:53 +0000 +++ mandos-monitor 2014-08-06 20:56:55 +0000 @@ -60,7 +60,7 @@ domain = 'se.recompile' server_interface = domain + '.Mandos' client_interface = domain + '.Mandos.Client' -version = "1.6.7" +version = "1.6.8" def isoformat_to_datetime(iso): "Parse an ISO 8601 date string to a datetime.datetime()" === modified file 'mandos.lsm' --- mandos.lsm 2014-07-17 03:24:57 +0000 +++ mandos.lsm 2014-08-06 20:56:55 +0000 @@ -1,7 +1,7 @@ Begin4 Title: Mandos -Version: 1.6.7 -Entered-date: 2014-07-17 +Version: 1.6.8 +Entered-date: 2014-08-06 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 - 161K mandos_1.6.7.orig.tar.gz + 161K mandos_1.6.8.orig.tar.gz Alternate-site: ftp://ftp.recompile.se/pub/mandos - 161K mandos_1.6.7.orig.tar.gz + 161K mandos_1.6.8.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