=== modified file 'Makefile' --- Makefile 2022-04-23 20:39:28 +0000 +++ Makefile 2022-04-25 18:46:48 +0000 @@ -43,7 +43,7 @@ LANGUAGE:=-std=gnu11 FEATURES:=-D_FILE_OFFSET_BITS=64 htmldir:=man -version:=1.8.14 +version:=1.8.15 SED:=sed PKG_CONFIG?=pkg-config === modified file 'NEWS' --- NEWS 2021-02-03 08:57:27 +0000 +++ NEWS 2022-04-25 18:46:48 +0000 @@ -1,6 +1,14 @@ This NEWS file records noteworthy changes, very tersely. See the manual for detailed information. +Version 1.8.15 (2022-04-25) +* Server +** Bug fix: When running "mandos-keygen --password" to read a password + interactively (to save in a section in the clients.conf file), + backslashes in the password are no longer interpreted as backslash + escapes. +** GnuTLS debug output no longer has a "b'" prefix. + Version 1.8.14 (2021-02-03) * Client ** Create /dev/fd symlink (if necessary) in plugin-runner(8mandos) and === modified file 'common.ent' --- common.ent 2021-02-03 08:57:27 +0000 +++ common.ent 2022-04-25 18:46:48 +0000 @@ -1,3 +1,3 @@ - + === modified file 'debian/changelog' --- debian/changelog 2021-02-03 08:57:27 +0000 +++ debian/changelog 2022-04-25 18:46:48 +0000 @@ -1,3 +1,17 @@ +mandos (1.8.15-1) unstable; urgency=medium + + * New upstream release. + * debian/po/fr.po: Add missing whitespace to the id and translation + for msgid " ${key_id}". + * debian/mandos-client.lintian-overrides: Remove all empty commented + lines. Rename "setuid-binary" tag to "elevated-privileges". + * debian/control (Standards-Version): Change to "4.6.0". + * debian/copyright: Update copyright year to 2022. + * debian/po/es.po: Add Spanish translation of the debconf template + (Closes: #987595). + + -- Teddy Hogeborn Mon, 25 Apr 2022 20:43:27 +0200 + mandos (1.8.14-1) unstable; urgency=medium * New upstream release. Includes workaround for #981302 === modified file 'mandos' --- mandos 2022-04-24 16:54:30 +0000 +++ mandos 2022-04-25 18:46:48 +0000 @@ -143,7 +143,7 @@ if sys.version_info < (3, 2): configparser.Configparser = configparser.SafeConfigParser -version = "1.8.14" +version = "1.8.15" stored_state_file = "clients.pickle" log = logging.getLogger(os.path.basename(sys.argv[0])) === modified file 'mandos-ctl' --- mandos-ctl 2022-04-24 16:54:30 +0000 +++ mandos-ctl 2022-04-25 18:46:48 +0000 @@ -89,7 +89,7 @@ locale.setlocale(locale.LC_ALL, "") -version = "1.8.14" +version = "1.8.15" def main(): === modified file 'mandos-keygen' --- mandos-keygen 2022-04-23 23:58:39 +0000 +++ mandos-keygen 2022-04-25 18:46:48 +0000 @@ -23,7 +23,7 @@ # Contact the authors at . # -VERSION="1.8.14" +VERSION="1.8.15" KEYDIR="/etc/keys/mandos" KEYTYPE=RSA === modified file 'mandos-monitor' --- mandos-monitor 2022-04-24 11:45:13 +0000 +++ mandos-monitor 2022-04-25 18:46:48 +0000 @@ -69,7 +69,7 @@ domain = "se.recompile" server_interface = domain + ".Mandos" client_interface = domain + ".Mandos.Client" -version = "1.8.14" +version = "1.8.15" try: dbus.OBJECT_MANAGER_IFACE === modified file 'mandos.lsm' --- mandos.lsm 2021-02-03 08:57:27 +0000 +++ mandos.lsm 2022-04-25 18:46:48 +0000 @@ -1,7 +1,7 @@ Begin4 Title: Mandos -Version: 1.8.14 -Entered-date: 2021-02-03 +Version: 1.8.15 +Entered-date: 2022-04-25 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 - 235K mandos_1.8.14.orig.tar.gz + 239K mandos_1.8.15.orig.tar.gz Alternate-site: ftp://ftp.recompile.se/pub/mandos - 235K mandos_1.8.14.orig.tar.gz + 239K mandos_1.8.15.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