=== modified file 'Makefile' --- Makefile 2014-03-28 21:31:12 +0000 +++ Makefile 2014-05-11 20:18:48 +0000 @@ -26,7 +26,7 @@ OPTIMIZE=-Os -fno-strict-aliasing LANGUAGE=-std=gnu99 htmldir=man -version=1.6.4 +version=1.6.5 SED=sed USER=$(firstword $(subst :, ,$(shell getent passwd _mandos || getent passwd nobody || echo 65534))) === modified file 'NEWS' --- NEWS 2014-02-16 13:12:20 +0000 +++ NEWS 2014-05-11 20:18:48 +0000 @@ -1,6 +1,13 @@ This NEWS file records noteworthy changes, very tersely. See the manual for detailed information. +Version 1.6.5 (2014-05-11) +* Client +** Work around bug in GnuPG +** Give better error messages when run without sufficient privileges +** Only warn if workaround for Debian bug #633582 was necessary and + failed, not if it failed and was unnecessary. + Version 1.6.4 (2014-02-16) * Server ** Very minor fix to self-test code. === modified file 'common.ent' --- common.ent 2014-02-16 13:12:20 +0000 +++ common.ent 2014-05-11 20:18:48 +0000 @@ -1,3 +1,3 @@ - + === modified file 'debian/changelog' --- debian/changelog 2014-02-16 13:12:20 +0000 +++ debian/changelog 2014-05-11 20:18:48 +0000 @@ -1,3 +1,17 @@ +mandos (1.6.5-1) unstable; urgency=medium + + * New upstream release. + * debian/copyright: Change year to "2014". + * debian/control (Build-Depends, Build-Depends-Indep): Moved build + dependencies of "mandos" package to "Build-Depends-Indep". + * debian/upstream/signing-key.asc: New; upstream source public key. + * debian/control (Standards-Version): Updated to "3.9.5". + * debian/control (mandos/Depends): Remove the dependency on + "avahi-daemon (>= 0.6.31-3) | systemd-sysv". It is unnecessary + since we have a workaround in debian/mandos.postinst anyway. + + -- Teddy Hogeborn Sun, 11 May 2014 22:16:33 +0200 + mandos (1.6.4-1) unstable; urgency=medium * New upstream release. === modified file 'mandos' --- mandos 2014-02-22 17:13:00 +0000 +++ mandos 2014-05-11 20:18:48 +0000 @@ -88,7 +88,7 @@ except ImportError: SO_BINDTODEVICE = None -version = "1.6.4" +version = "1.6.5" stored_state_file = "clients.pickle" logger = logging.getLogger() === modified file 'mandos-ctl' --- mandos-ctl 2014-03-01 09:39:25 +0000 +++ mandos-ctl 2014-05-11 20:18:48 +0000 @@ -66,7 +66,7 @@ server_path = "/" server_interface = domain + ".Mandos" client_interface = domain + ".Mandos.Client" -version = "1.6.4" +version = "1.6.5" def timedelta_to_milliseconds(td): """Convert a datetime.timedelta object to milliseconds""" === modified file 'mandos-keygen' --- mandos-keygen 2014-03-29 02:38:15 +0000 +++ mandos-keygen 2014-05-11 20:18:48 +0000 @@ -21,7 +21,7 @@ # Contact the authors at . # -VERSION="1.6.4" +VERSION="1.6.5" KEYDIR="/etc/keys/mandos" KEYTYPE=RSA === modified file 'mandos-monitor' --- mandos-monitor 2014-03-01 09:39:25 +0000 +++ mandos-monitor 2014-05-11 20:18:48 +0000 @@ -60,7 +60,7 @@ domain = 'se.recompile' server_interface = domain + '.Mandos' client_interface = domain + '.Mandos.Client' -version = "1.6.4" +version = "1.6.5" def isoformat_to_datetime(iso): "Parse an ISO 8601 date string to a datetime.datetime()" === modified file 'mandos.lsm' --- mandos.lsm 2014-02-16 14:22:03 +0000 +++ mandos.lsm 2014-05-11 20:18:48 +0000 @@ -1,7 +1,7 @@ Begin4 Title: Mandos -Version: 1.6.4 -Entered-date: 2014-02-16 +Version: 1.6.5 +Entered-date: 2014-05-11 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 - 158K mandos_1.6.4.orig.tar.gz + 159K mandos_1.6.5.orig.tar.gz Alternate-site: ftp://ftp.recompile.se/pub/mandos - 158K mandos_1.6.4.orig.tar.gz + 159K mandos_1.6.5.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