=== modified file 'Makefile' --- Makefile 2013-10-22 19:44:27 +0000 +++ Makefile 2013-10-24 20:38:44 +0000 @@ -23,7 +23,7 @@ OPTIMIZE=-Os LANGUAGE=-std=gnu99 htmldir=man -version=1.6.1 +version=1.6.2 SED=sed USER=$(firstword $(subst :, ,$(shell getent passwd _mandos || getent passwd nobody || echo 65534))) === modified file 'NEWS' --- NEWS 2013-10-13 17:05:59 +0000 +++ NEWS 2013-10-24 20:38:44 +0000 @@ -1,6 +1,17 @@ This NEWS file records noteworthy changes, very tersely. See the manual for detailed information. +Version 1.6.2 (2013-10-24) +* Server +** PID file moved from /var/run to /run. +** Bug fix: Handle long secrets when saving client state. +** Bug fix: Use more magic in the GnuTLS priority string to handle + both old DSA/ELG 2048-bit keys and new RSA/RSA 4096-bit keys. +* Client +** mandos-keygen: Bug fix: now generate RSA keys which GnuTLS can use. + Bug fix: Output passphrase prompts even when + redirecting standard output. + Version 1.6.1 (2013-10-13) * Server ** All client options for time intervals now also take an RFC 3339 === modified file 'common.ent' --- common.ent 2013-10-13 17:05:59 +0000 +++ common.ent 2013-10-24 20:38:44 +0000 @@ -1,3 +1,3 @@ - + === modified file 'debian/changelog' --- debian/changelog 2013-10-13 17:05:59 +0000 +++ debian/changelog 2013-10-24 20:38:44 +0000 @@ -1,3 +1,18 @@ +mandos (1.6.2-1) unstable; urgency=low + + * New upstream release. + * debian/compat: Changed to "9". + * debian/control (Build-Depends): Changed debhelper version to (>= 9). + (Standards-Version): Updated to "3.9.4". + (DM-Upload-Allowed): Removed. + (mandos/Depends): Add "initscripts (>= 2.88dsf-13.3)" to be able to + use the "/run" directory (for mandos.pid). + * debian/copyright (Copyright): Update year. + * Fix "Mandos/gnutls fails to establish connection, "an algorithm that + is not enabled was negotiated"" fixed by upstream. (Closes: #702120) + + -- Teddy Hogeborn Thu, 24 Oct 2013 22:33:40 +0200 + mandos (1.6.1-1) unstable; urgency=low * New upstream release. === modified file 'mandos' --- mandos 2013-10-22 19:24:01 +0000 +++ mandos 2013-10-24 20:38:44 +0000 @@ -88,7 +88,7 @@ except ImportError: SO_BINDTODEVICE = None -version = "1.6.1" +version = "1.6.2" stored_state_file = "clients.pickle" logger = logging.getLogger() === modified file 'mandos-ctl' --- mandos-ctl 2013-10-13 17:05:59 +0000 +++ mandos-ctl 2013-10-24 20:38:44 +0000 @@ -66,7 +66,7 @@ server_path = "/" server_interface = domain + ".Mandos" client_interface = domain + ".Mandos.Client" -version = "1.6.1" +version = "1.6.2" def timedelta_to_milliseconds(td): """Convert a datetime.timedelta object to milliseconds""" === modified file 'mandos-keygen' --- mandos-keygen 2013-10-22 19:24:01 +0000 +++ mandos-keygen 2013-10-24 20:38:44 +0000 @@ -21,7 +21,7 @@ # Contact the authors at . # -VERSION="1.6.1" +VERSION="1.6.2" KEYDIR="/etc/keys/mandos" KEYTYPE=RSA === modified file 'mandos-monitor' --- mandos-monitor 2013-10-20 15:25:09 +0000 +++ mandos-monitor 2013-10-24 20:38:44 +0000 @@ -61,7 +61,7 @@ domain = 'se.recompile' server_interface = domain + '.Mandos' client_interface = domain + '.Mandos.Client' -version = "1.6.1" +version = "1.6.2" def isoformat_to_datetime(iso): "Parse an ISO 8601 date string to a datetime.datetime()" === modified file 'mandos.lsm' --- mandos.lsm 2013-10-13 17:05:59 +0000 +++ mandos.lsm 2013-10-24 20:38:44 +0000 @@ -1,7 +1,7 @@ Begin4 Title: Mandos -Version: 1.6.1 -Entered-date: 2013-10-13 +Version: 1.6.2 +Entered-date: 2013-10-24 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 - 156K mandos_1.6.1.orig.tar.gz + 156K mandos_1.6.2.orig.tar.gz Alternate-site: ftp://ftp.recompile.se/pub/mandos - 156K mandos_1.6.1.orig.tar.gz + 156K mandos_1.6.2.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.