=== modified file 'Makefile' --- Makefile 2020-02-09 03:54:46 +0000 +++ Makefile 2020-03-21 16:48:19 +0000 @@ -43,7 +43,7 @@ LANGUAGE:=-std=gnu11 FEATURES:=-D_FILE_OFFSET_BITS=64 htmldir:=man -version:=1.8.9 +version:=1.8.10 SED:=sed PKG_CONFIG?=pkg-config === modified file 'NEWS' --- NEWS 2019-09-03 19:06:41 +0000 +++ NEWS 2020-03-21 16:48:19 +0000 @@ -1,6 +1,15 @@ This NEWS file records noteworthy changes, very tersely. See the manual for detailed information. +Version 1.8.10 (2020-03-21) +* Server +** Fix bug when setting a client's D-Bus "Secret" property +** Start client checkers after a random delay +** When using systemd, allow easier modification of server options +** Better log messages in mandos-monitor +* Client +** When using dracut & systemd, allow easier modification of options + Version 1.8.9 (2019-09-03) * No user-visible changes === modified file 'common.ent' --- common.ent 2019-09-03 19:06:41 +0000 +++ common.ent 2020-03-21 16:48:19 +0000 @@ -1,3 +1,3 @@ - + === modified file 'debian/changelog' --- debian/changelog 2019-09-04 21:17:42 +0000 +++ debian/changelog 2020-03-21 16:48:19 +0000 @@ -1,3 +1,15 @@ +mandos (1.8.10-1) unstable; urgency=medium + + * Fix "[INTL:pt] Updated Portuguese translation - debconf messages" + by including the contributed translation (Closes: #942595) + * Fix "[INTL:nl] Dutch translation of debconf messages" by including the + contributed translation (Closes: #946006) + * Fix "flaky autopkgtest on arm64" by skipping the flaky test on + non-amd64 (Closes: #953799) + * debian/control (Standards-Version): Update to "4.5.0". + + -- Teddy Hogeborn Sat, 21 Mar 2020 17:45:01 +0100 + mandos (1.8.9-2) unstable; urgency=medium * Fix failing autopkgtest. === modified file 'mandos' --- mandos 2020-02-08 14:01:38 +0000 +++ mandos 2020-03-21 16:48:19 +0000 @@ -143,7 +143,7 @@ if sys.version_info < (3, 2): configparser.Configparser = configparser.SafeConfigParser -version = "1.8.9" +version = "1.8.10" stored_state_file = "clients.pickle" logger = logging.getLogger() === modified file 'mandos-ctl' --- mandos-ctl 2020-01-12 01:53:04 +0000 +++ mandos-ctl 2020-03-21 16:48:19 +0000 @@ -89,7 +89,7 @@ locale.setlocale(locale.LC_ALL, "") -version = "1.8.9" +version = "1.8.10" def main(): === modified file 'mandos-keygen' --- mandos-keygen 2019-09-03 19:06:41 +0000 +++ mandos-keygen 2020-03-21 16:48:19 +0000 @@ -23,7 +23,7 @@ # Contact the authors at . # -VERSION="1.8.9" +VERSION="1.8.10" KEYDIR="/etc/keys/mandos" KEYTYPE=RSA === modified file 'mandos-monitor' --- mandos-monitor 2019-12-04 23:46:59 +0000 +++ mandos-monitor 2020-03-21 16:48:19 +0000 @@ -64,7 +64,7 @@ domain = "se.recompile" server_interface = domain + ".Mandos" client_interface = domain + ".Mandos.Client" -version = "1.8.9" +version = "1.8.10" try: dbus.OBJECT_MANAGER_IFACE === modified file 'mandos.lsm' --- mandos.lsm 2019-09-03 19:06:41 +0000 +++ mandos.lsm 2020-03-21 16:48:19 +0000 @@ -1,7 +1,7 @@ Begin4 Title: Mandos -Version: 1.8.9 -Entered-date: 2019-09-03 +Version: 1.8.10 +Entered-date: 2020-03-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 - 234K mandos_1.8.9.orig.tar.gz + 234K mandos_1.8.10.orig.tar.gz Alternate-site: ftp://ftp.recompile.se/pub/mandos - 234K mandos_1.8.9.orig.tar.gz + 234K mandos_1.8.10.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