=== modified file 'Makefile' --- Makefile 2024-11-24 15:20:33 +0000 +++ Makefile 2025-06-27 20:06:35 +0000 @@ -44,7 +44,7 @@ LANGUAGE:=-std=gnu11 CPPFLAGS+=-D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 htmldir:=man -version:=1.8.18 +version:=1.8.19 SED:=sed PKG_CONFIG?=pkg-config === modified file 'NEWS' --- NEWS 2024-11-24 15:20:33 +0000 +++ NEWS 2025-06-27 20:06:35 +0000 @@ -1,6 +1,9 @@ This NEWS file records noteworthy changes, very tersely. See the manual for detailed information. +Version 1.8.19 (2025-06-27) +* No user-visible changes + Version 1.8.18 (2024-11-24) * Client ** Detect GPGME version correctly when building initramfs. === modified file 'common.ent' --- common.ent 2024-11-24 15:20:33 +0000 +++ common.ent 2025-06-27 20:06:35 +0000 @@ -1,3 +1,3 @@ - + === modified file 'debian/changelog' --- debian/changelog 2024-11-24 15:20:33 +0000 +++ debian/changelog 2025-06-27 20:06:35 +0000 @@ -1,3 +1,17 @@ +mandos (1.8.19-1) unstable; urgency=medium + + * New upstream release. + * debian/control (Package: mandos/Suggests) Remove suggestion of old + Python 2.6 (for IN.SO_BINDTODEVICE); it upsets package analysis + tools to see references to Python 2. (Closes: #1107761) + * debian/control (Package: mandos-client/Depends): Add dependency on + "systemd-cryptsetup" (for newer systemd), or "systemd (<< 256-2)" for + when cryptsetup support was included in the systemd package itself, or + "sysvinit-core" for installations without systemd. + * debian/control (Standards-Version): Change to "4.7.2". + + -- Teddy Hogeborn Fri, 27 Jun 2025 22:04:18 +0200 + mandos (1.8.18-1) unstable; urgency=medium * New upstream release. === modified file 'mandos' --- mandos 2025-06-27 19:49:05 +0000 +++ mandos 2025-06-27 20:06:35 +0000 @@ -156,7 +156,7 @@ if sys.version_info < (3, 2): configparser.Configparser = configparser.SafeConfigParser -version = "1.8.18" +version = "1.8.19" stored_state_file = "clients.pickle" log = logging.getLogger(os.path.basename(sys.argv[0])) === modified file 'mandos-ctl' --- mandos-ctl 2025-06-27 19:49:05 +0000 +++ mandos-ctl 2025-06-27 20:06:35 +0000 @@ -92,7 +92,7 @@ locale.setlocale(locale.LC_ALL, "") -version = "1.8.18" +version = "1.8.19" def main(): === modified file 'mandos-keygen' --- mandos-keygen 2025-06-27 19:49:05 +0000 +++ mandos-keygen 2025-06-27 20:06:35 +0000 @@ -23,7 +23,7 @@ # Contact the authors at . # -VERSION="1.8.18" +VERSION="1.8.19" KEYDIR="/etc/keys/mandos" KEYTYPE=RSA === modified file 'mandos-monitor' --- mandos-monitor 2025-06-27 19:49:05 +0000 +++ mandos-monitor 2025-06-27 20:06:35 +0000 @@ -70,7 +70,7 @@ domain = "se.recompile" server_interface = domain + ".Mandos" client_interface = domain + ".Mandos.Client" -version = "1.8.18" +version = "1.8.19" try: dbus.OBJECT_MANAGER_IFACE === modified file 'mandos.lsm' --- mandos.lsm 2024-11-24 15:20:33 +0000 +++ mandos.lsm 2025-06-27 20:06:35 +0000 @@ -1,7 +1,7 @@ Begin4 Title: Mandos -Version: 1.8.18 -Entered-date: 2024-11-24 +Version: 1.8.19 +Entered-date: 2025-06-27 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.18.orig.tar.gz + 241K mandos_1.8.19.orig.tar.gz Alternate-site: ftp://ftp.recompile.se/pub/mandos - 241K mandos_1.8.18.orig.tar.gz + 241K mandos_1.8.19.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