=== modified file 'Makefile' --- Makefile 2013-10-30 21:05:47 +0000 +++ Makefile 2014-01-21 21:04:25 +0000 @@ -23,7 +23,7 @@ OPTIMIZE=-Os LANGUAGE=-std=gnu99 htmldir=man -version=1.6.2 +version=1.6.3 SED=sed USER=$(firstword $(subst :, ,$(shell getent passwd _mandos || getent passwd nobody || echo 65534))) === modified file 'NEWS' --- NEWS 2013-10-24 20:38:44 +0000 +++ NEWS 2014-01-21 21:04:25 +0000 @@ -1,6 +1,15 @@ This NEWS file records noteworthy changes, very tersely. See the manual for detailed information. +Version 1.6.3 (2014-01-21) +* Server +** Add systemd support. +** For PID file, fall back to /var/run if /run does not exist. +* Client +** Moved files from /usr/lib/mandos to whatever the architecture + specifies, like /usr/lib/x86_64-linux-gnu/mandos or + /usr/lib64/mandos. + Version 1.6.2 (2013-10-24) * Server ** PID file moved from /var/run to /run. === modified file 'common.ent' --- common.ent 2013-10-24 20:38:44 +0000 +++ common.ent 2014-01-21 21:04:25 +0000 @@ -1,3 +1,3 @@ - + === modified file 'debian/changelog' --- debian/changelog 2013-10-24 20:38:44 +0000 +++ debian/changelog 2014-01-21 21:04:25 +0000 @@ -1,3 +1,20 @@ +mandos (1.6.3-1) unstable; urgency=low + + * New upstream release. + * debian/control (Build-Depends): Added "systemd". + * debian/mandos.dirs (lib/systemd/system): New. + * debian/mandos-client.README.Debian: Refer to architecture libdir. + * debian/control (mandos/Depends): Add "avahi-daemon (>= 0.6.31-3) | + systemd-sysv". + * debian/mandos.postinst: If avahi-daemon is version 0.6.31-2 or older, + edit /etc/init.d script headers Required-Start + and Required-Stop to have "avahi" instead of + "avahi-daemon", before insserv(8) sees it. + * debian/mandos-client.lintian-overrides: Libdir changes. + * debian/rules (override_dh_fixperms): - '' - + + -- Teddy Hogeborn Tue, 21 Jan 2014 22:01:30 +0100 + mandos (1.6.2-1) unstable; urgency=low * New upstream release. === modified file 'mandos' --- mandos 2014-01-06 16:01:46 +0000 +++ mandos 2014-01-21 21:04:25 +0000 @@ -88,7 +88,7 @@ except ImportError: SO_BINDTODEVICE = None -version = "1.6.2" +version = "1.6.3" stored_state_file = "clients.pickle" logger = logging.getLogger() === modified file 'mandos-ctl' --- mandos-ctl 2013-10-24 20:38:44 +0000 +++ mandos-ctl 2014-01-21 21:04:25 +0000 @@ -66,7 +66,7 @@ server_path = "/" server_interface = domain + ".Mandos" client_interface = domain + ".Mandos.Client" -version = "1.6.2" +version = "1.6.3" def timedelta_to_milliseconds(td): """Convert a datetime.timedelta object to milliseconds""" === modified file 'mandos-keygen' --- mandos-keygen 2013-10-24 20:38:44 +0000 +++ mandos-keygen 2014-01-21 21:04:25 +0000 @@ -21,7 +21,7 @@ # Contact the authors at . # -VERSION="1.6.2" +VERSION="1.6.3" KEYDIR="/etc/keys/mandos" KEYTYPE=RSA === modified file 'mandos-monitor' --- mandos-monitor 2013-10-24 20:38:44 +0000 +++ mandos-monitor 2014-01-21 21:04:25 +0000 @@ -61,7 +61,7 @@ domain = 'se.recompile' server_interface = domain + '.Mandos' client_interface = domain + '.Mandos.Client' -version = "1.6.2" +version = "1.6.3" def isoformat_to_datetime(iso): "Parse an ISO 8601 date string to a datetime.datetime()" === modified file 'mandos.lsm' --- mandos.lsm 2013-10-24 20:38:44 +0000 +++ mandos.lsm 2014-01-21 21:04:25 +0000 @@ -1,7 +1,7 @@ Begin4 Title: Mandos -Version: 1.6.2 -Entered-date: 2013-10-24 +Version: 1.6.3 +Entered-date: 2014-01-21 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.2.orig.tar.gz + 158K mandos_1.6.3.orig.tar.gz Alternate-site: ftp://ftp.recompile.se/pub/mandos - 156K mandos_1.6.2.orig.tar.gz + 158K mandos_1.6.3.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.