=== modified file 'Makefile' --- Makefile 2019-08-04 04:30:33 +0000 +++ Makefile 2019-08-05 21:24:02 +0000 @@ -43,7 +43,7 @@ LANGUAGE:=-std=gnu11 FEATURES:=-D_FILE_OFFSET_BITS=64 htmldir:=man -version:=1.8.6 +version:=1.8.7 SED:=sed PKG_CONFIG?=pkg-config === modified file 'NEWS' --- NEWS 2019-08-03 12:54:59 +0000 +++ NEWS 2019-08-05 21:24:02 +0000 @@ -1,6 +1,12 @@ This NEWS file records noteworthy changes, very tersely. See the manual for detailed information. +Version 1.8.7 (2019-08-05) +* Client: +** Always compile with LFS (Large File Support) enabled. +* Server +** Improve intro(8mandos) manual page to cover dracut(8) support. + Version 1.8.6 (2019-08-03) * Client: ** dracut support: In password-agent, properly ignore deleted and === modified file 'common.ent' --- common.ent 2019-08-03 12:54:59 +0000 +++ common.ent 2019-08-05 21:24:02 +0000 @@ -1,3 +1,3 @@ - + === modified file 'debian/changelog' --- debian/changelog 2019-08-03 12:54:59 +0000 +++ debian/changelog 2019-08-05 21:24:02 +0000 @@ -1,3 +1,23 @@ +mandos (1.8.7-1) unstable; urgency=medium + + * New upstream release. + * debian/upstream/metadata: New. + * debian/mandos-client.postrm: Use the same logic as the + update_initramfs function in debian/mandos-client.postinst. + * debian/mandos-client.templates (mandos-client/key_id): Line which + should not be wrapped should be prefixed by a space. + * debian/mandos.templates (mandos/key_id): - '' - + * debian/po/en_US.po: New "translation" from ASCII to UTF-8. + * debian/po/templates.pot: Updated. + * debian/source/lintian-overrides + (package-uses-old-debhelper-compat-version): New; set to "10". + * debian/mandos-client.lintian-overrides + (maintainer-script-supports-ancient-package-version): New. + debian/mandos.lintian-overrides + (maintainer-script-supports-ancient-package-version): - '' - + + -- Teddy Hogeborn Mon, 05 Aug 2019 23:22:00 +0200 + mandos (1.8.6-1) unstable; urgency=medium * New upstream release. === modified file 'mandos' --- mandos 2019-08-03 12:54:59 +0000 +++ mandos 2019-08-05 21:24:02 +0000 @@ -119,7 +119,7 @@ if sys.version_info < (3, 2): configparser.Configparser = configparser.SafeConfigParser -version = "1.8.6" +version = "1.8.7" stored_state_file = "clients.pickle" logger = logging.getLogger() === modified file 'mandos-ctl' --- mandos-ctl 2019-08-03 12:54:59 +0000 +++ mandos-ctl 2019-08-05 21:24:02 +0000 @@ -78,7 +78,7 @@ locale.setlocale(locale.LC_ALL, "") -version = "1.8.6" +version = "1.8.7" def main(): === modified file 'mandos-keygen' --- mandos-keygen 2019-08-03 12:54:59 +0000 +++ mandos-keygen 2019-08-05 21:24:02 +0000 @@ -23,7 +23,7 @@ # Contact the authors at . # -VERSION="1.8.6" +VERSION="1.8.7" KEYDIR="/etc/keys/mandos" KEYTYPE=RSA === modified file 'mandos-monitor' --- mandos-monitor 2019-08-03 12:54:59 +0000 +++ mandos-monitor 2019-08-05 21:24:02 +0000 @@ -59,7 +59,7 @@ domain = 'se.recompile' server_interface = domain + '.Mandos' client_interface = domain + '.Mandos.Client' -version = "1.8.6" +version = "1.8.7" try: dbus.OBJECT_MANAGER_IFACE === modified file 'mandos.lsm' --- mandos.lsm 2019-08-03 13:42:21 +0000 +++ mandos.lsm 2019-08-05 21:24:02 +0000 @@ -1,7 +1,7 @@ Begin4 Title: Mandos -Version: 1.8.6 -Entered-date: 2019-08-03 +Version: 1.8.7 +Entered-date: 2019-08-05 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 - 233K mandos_1.8.6.orig.tar.gz + 234K mandos_1.8.7.orig.tar.gz Alternate-site: ftp://ftp.recompile.se/pub/mandos - 233K mandos_1.8.6.orig.tar.gz + 234K mandos_1.8.7.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