=== modified file 'Makefile' --- Makefile 2024-11-03 16:01:18 +0000 +++ Makefile 2024-11-24 15:20:33 +0000 @@ -44,7 +44,7 @@ LANGUAGE:=-std=gnu11 CPPFLAGS+=-D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 htmldir:=man -version:=1.8.17 +version:=1.8.18 SED:=sed PKG_CONFIG?=pkg-config === modified file 'NEWS' --- NEWS 2024-09-12 17:10:51 +0000 +++ NEWS 2024-11-24 15:20:33 +0000 @@ -1,6 +1,17 @@ This NEWS file records noteworthy changes, very tersely. See the manual for detailed information. +Version 1.8.18 (2024-11-24) +* Client +** Detect GPGME version correctly when building initramfs. +* Server +** Only connect D-Bus when necessary. +** If a network socket is externally configured, avoid closing it, and + also make it non-inheritable. +** mandos-keygen: Support ssh-keyscan from OpenSSH 9.8 or later. +** mandos-monitor: Avoid debug messages and deprecation warnings from + Urwid. + Version 1.8.17 (2024-09-12) * Improve documentation slightly, especially how to add extra options to mandos-client when using dracut with systemd. === modified file 'common.ent' --- common.ent 2024-09-12 17:10:51 +0000 +++ common.ent 2024-11-24 15:20:33 +0000 @@ -1,3 +1,3 @@ - + === modified file 'debian/changelog' --- debian/changelog 2024-09-12 17:10:51 +0000 +++ debian/changelog 2024-11-24 15:20:33 +0000 @@ -1,3 +1,21 @@ +mandos (1.8.18-1) unstable; urgency=medium + + * New upstream release. + * debian/control (Source: mandos/Build-Depends): Fix lintian warning + "build-depends-on-obsolete-package" by changing "pkg-config" to + "pkgconf | pkg-config". + * debian/mandos-client.lintian-overrides: Override experimental tag + "executable-in-usr-lib" about files which are not actually executed + from this location, and only exist to be copied to the initial RAM + disk image. Also the Dracut module-setup.sh file, which merely + follows the pattern of all other Dracut module-setup.sh files from + other Dracut modules. + * debian/control (Package: mandos/Suggests): Add "python3 (>= 3.3)" and + "python (<= 2.6)" as alternatives to "libc6-dev | libc-dev" and + "c-compiler". This avoids suggesting a C compiler unnecessarily. + + -- Teddy Hogeborn Sun, 24 Nov 2024 16:14:16 +0100 + mandos (1.8.17-1) unstable; urgency=medium * New upstream release. === modified file 'mandos' --- mandos 2024-11-17 17:28:47 +0000 +++ mandos 2024-11-24 15:20:33 +0000 @@ -156,7 +156,7 @@ if sys.version_info < (3, 2): configparser.Configparser = configparser.SafeConfigParser -version = "1.8.17" +version = "1.8.18" stored_state_file = "clients.pickle" log = logging.getLogger(os.path.basename(sys.argv[0])) === modified file 'mandos-ctl' --- mandos-ctl 2024-09-12 17:10:51 +0000 +++ mandos-ctl 2024-11-24 15:20:33 +0000 @@ -92,7 +92,7 @@ locale.setlocale(locale.LC_ALL, "") -version = "1.8.17" +version = "1.8.18" def main(): === modified file 'mandos-keygen' --- mandos-keygen 2024-11-24 00:44:25 +0000 +++ mandos-keygen 2024-11-24 15:20:33 +0000 @@ -23,7 +23,7 @@ # Contact the authors at . # -VERSION="1.8.17" +VERSION="1.8.18" KEYDIR="/etc/keys/mandos" KEYTYPE=RSA === modified file 'mandos-monitor' --- mandos-monitor 2024-11-22 20:30:34 +0000 +++ mandos-monitor 2024-11-24 15:20:33 +0000 @@ -70,7 +70,7 @@ domain = "se.recompile" server_interface = domain + ".Mandos" client_interface = domain + ".Mandos.Client" -version = "1.8.17" +version = "1.8.18" try: dbus.OBJECT_MANAGER_IFACE === modified file 'mandos.lsm' --- mandos.lsm 2024-09-12 17:10:51 +0000 +++ mandos.lsm 2024-11-24 15:20:33 +0000 @@ -1,7 +1,7 @@ Begin4 Title: Mandos -Version: 1.8.17 -Entered-date: 2024-09-12 +Version: 1.8.18 +Entered-date: 2024-11-24 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 - 241K mandos_1.8.17.orig.tar.gz + 241K mandos_1.8.18.orig.tar.gz Alternate-site: ftp://ftp.recompile.se/pub/mandos - 241K mandos_1.8.17.orig.tar.gz + 241K mandos_1.8.18.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