=== modified file 'Makefile' --- Makefile 2016-03-23 07:14:57 +0000 +++ Makefile 2016-06-21 19:49:01 +0000 @@ -40,7 +40,7 @@ OPTIMIZE=-Os -fno-strict-aliasing LANGUAGE=-std=gnu11 htmldir=man -version=1.7.7 +version=1.7.8 SED=sed USER=$(firstword $(subst :, ,$(shell getent passwd _mandos || getent passwd nobody || echo 65534))) === modified file 'NEWS' --- NEWS 2016-03-19 22:00:38 +0000 +++ NEWS 2016-06-21 19:49:01 +0000 @@ -1,6 +1,17 @@ This NEWS file records noteworthy changes, very tersely. See the manual for detailed information. +Version 1.7.8 (2016-06-21) +* Client +** Include intro(8mandos) man page +** mandos-keygen: Use ECDSA SSH keys by default +** Bug fix: Work with GnuPG 2 when booting (Debian bug #819982) + by copying /usr/bin/gpg-agent into initramfs +* Server +** Bug fix: Work with GnuPG 2 (don't use --no-use-agent option) +** Bug fix: Make the --interface option work when using Python 2.7 + by trying harder to find SO_BINDTODEVICE + Version 1.7.7 (2016-03-19) * Client ** Fix bug in Plymouth client, broken since 1.7.2 === modified file 'common.ent' --- common.ent 2016-03-19 22:00:38 +0000 +++ common.ent 2016-06-21 19:49:01 +0000 @@ -1,3 +1,3 @@ - + === modified file 'debian/changelog' --- debian/changelog 2016-03-19 22:00:38 +0000 +++ debian/changelog 2016-06-21 19:49:01 +0000 @@ -1,3 +1,16 @@ +mandos (1.7.8-1) unstable; urgency=medium + + * New upstream release. + * Fix "bad gpgme_op_decrypt: GPGME: Decryption failed." by copying + /usr/bin/gpg-agent into initramfs (Closes: #819982) + * debian/control (Homepage): Change URL to use HTTPS. + (Standards-Version): Update to 3.9.8. + * debian/copyright (Source): Change URL to HTTPS. + * debian/mandos-client.README.Debian: Change wording to match updated + capabilities. + + -- Teddy Hogeborn Tue, 21 Jun 2016 21:36:10 +0200 + mandos (1.7.7-1) unstable; urgency=medium * New upstream release. === modified file 'mandos' --- mandos 2016-06-03 18:28:39 +0000 +++ mandos 2016-06-21 19:49:01 +0000 @@ -114,7 +114,7 @@ if sys.version_info.major == 2: str = unicode -version = "1.7.7" +version = "1.7.8" stored_state_file = "clients.pickle" logger = logging.getLogger() === modified file 'mandos-ctl' --- mandos-ctl 2016-03-19 22:00:38 +0000 +++ mandos-ctl 2016-06-21 19:49:01 +0000 @@ -72,7 +72,7 @@ server_path = "/" server_interface = domain + ".Mandos" client_interface = domain + ".Mandos.Client" -version = "1.7.7" +version = "1.7.8" try: === modified file 'mandos-keygen' --- mandos-keygen 2016-06-03 17:18:46 +0000 +++ mandos-keygen 2016-06-21 19:49:01 +0000 @@ -21,7 +21,7 @@ # Contact the authors at . # -VERSION="1.7.7" +VERSION="1.7.8" KEYDIR="/etc/keys/mandos" KEYTYPE=RSA === modified file 'mandos-monitor' --- mandos-monitor 2016-03-19 22:00:38 +0000 +++ mandos-monitor 2016-06-21 19:49:01 +0000 @@ -57,7 +57,7 @@ domain = 'se.recompile' server_interface = domain + '.Mandos' client_interface = domain + '.Mandos.Client' -version = "1.7.7" +version = "1.7.8" try: dbus.OBJECT_MANAGER_IFACE === modified file 'mandos.lsm' --- mandos.lsm 2016-03-23 07:11:22 +0000 +++ mandos.lsm 2016-06-21 19:49:01 +0000 @@ -1,7 +1,7 @@ Begin4 Title: Mandos -Version: 1.7.7 -Entered-date: 2016-03-19 +Version: 1.7.8 +Entered-date: 2016-06-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: https://www.recompile.se/mandos - 172K mandos_1.7.7.orig.tar.gz + 172K mandos_1.7.8.orig.tar.gz Alternate-site: ftp://ftp.recompile.se/pub/mandos - 172K mandos_1.7.7.orig.tar.gz + 172K mandos_1.7.8.orig.tar.gz Platforms: Requires GCC, GNU libC, Avahi, GnuPG, Python 2.7, and various other libraries. While made for Debian GNU/Linux, it is probably portable to other