1
mandos (1.8.19-1) unstable; urgency=medium
3
* New upstream release.
4
* debian/control (Package: mandos/Suggests) Remove suggestion of old
5
Python 2.6 (for IN.SO_BINDTODEVICE); it upsets package analysis
6
tools to see references to Python 2. (Closes: #1107761)
7
* debian/control (Package: mandos-client/Depends): Add dependency on
8
"systemd-cryptsetup" (for newer systemd), or "systemd (<< 256-2)" for
9
when cryptsetup support was included in the systemd package itself, or
10
"sysvinit-core" for installations without systemd.
11
* debian/control (Standards-Version): Change to "4.7.2".
13
-- Teddy Hogeborn <teddy@recompile.se> Fri, 27 Jun 2025 22:04:18 +0200
15
mandos (1.8.18-1) unstable; urgency=medium
17
* New upstream release.
18
* debian/control (Source: mandos/Build-Depends): Fix lintian warning
19
"build-depends-on-obsolete-package" by changing "pkg-config" to
20
"pkgconf | pkg-config".
21
* debian/mandos-client.lintian-overrides: Override experimental tag
22
"executable-in-usr-lib" about files which are not actually executed
23
from this location, and only exist to be copied to the initial RAM
24
disk image. Also the Dracut module-setup.sh file, which merely
25
follows the pattern of all other Dracut module-setup.sh files from
27
* debian/control (Package: mandos/Suggests): Add "python3 (>= 3.3)" and
28
"python (<= 2.6)" as alternatives to "libc6-dev | libc-dev" and
29
"c-compiler". This avoids suggesting a C compiler unnecessarily.
31
-- Teddy Hogeborn <teddy@recompile.se> Sun, 24 Nov 2024 16:14:16 +0100
33
mandos (1.8.17-1) unstable; urgency=medium
35
* New upstream release.
36
* debian/control (Package: mandos/Depends): Fix "mandos: Depends on
37
transition package gnupg2" by removing "gnupg2 |". (Closes: #1055402)
38
* debian/control (Source: mandos/Build-Depends): Fix "Please switch
39
Build-Depends to systemd-dev" by preferring systemd-dev to older
40
systemd (Closes: #1060546)
41
* Fix "reportbug: mandos-client does not include gpg-agent in initramfs"
42
by first trying the new library name, libgpgme11t64 (Closes: #1077927)
43
* Fix "mandos-client postrm purge can mysteriously fail" by making sure
44
that the maintainer scripts do not output anything to standard output
46
* debian/mandos-client.postinst (update_initramfs): Add "1>&2" to
47
invocations of update-initramfs and /etc/kernel/postinst.d/dracut.
48
(add_mandos_user): Add "1>&2" to invocations of usermod, groupmod, and
50
(create_keys): Add "1>&2" to invocations of mandos-keygen,
51
gpg-connect-agent, certtool, and openssl.
52
(create_dh_params): Add "1>&2" to invocations of certtool and openssl.
53
Add "--force" option to "rm".
54
* debian/mandos-client.postrm (update_initramfs): Add "1>&2" to
55
invocations of update-initramfs and /etc/kernel/postinst.d/dracut.
56
* Fix "mandos lost mandos.service systemd unit" by getting the correct
57
directory names from pkg-config (Closes: #1069689)
58
* debian/mandos-client.dirs (usr/lib/sysusers.d): Removed.
59
* debian/mandos.dirs (lib/systemd/system, usr/lib/tmpfiles.d,
60
usr/lib/sysusers.d): Removed.
61
* debian/rules (PKG_CONFIG): New; copied from Makefile.
62
* (override_dh_installdirs-indep): New; run dh_installdirs twice: first
63
normally, and again for the systemd unit file directory and the
64
directories for the "tmpfilesdir" and "sysusersdir" variables from
66
(override_dh_installdirs-arch): New; create directory for the
67
"sysusersdir" variable from pkg-config.
68
* debian/mandos.dirs: Change D-Bus policy directory
69
"/etc/dbus-1/session.d" to "/usr/share/dbus-1/session.d".
70
* debian/mandos.maintscript: New; remove the old D-Bus policy file.
71
* debian/mandos-client.README.Debian: Fix spelling.
72
* debian/mandos-client.README.Debian: Remove unnecessary word "simply".
73
Also add instructions on how to add the --connect= options to
74
mandos-client when using dracut.
75
* debian/mandos-client.postrm: Also shred(1) tls-privkkey.pem, just like
77
* debian/mandos-client.postinst (update_initramfs): When using dracut,
78
but the initramfs image file does not yet exist (due to the kernel
79
package not having been configured), create a new empty file with the
80
correct permissions, so that dracut will use the correct permissions
81
when creating the initramfs image file.
82
* debian/control (Package: mandos/Depends): Add "libgnutls30t64" as an
83
alternative to libgnutls30.
84
* debian/mandos-client.lintian-overrides: Change to new lintian "pointed
86
* debian/mandos.lintian-overrides: - '' -
87
* debian/control (Standards-Version): Change to "4.7.0".
89
-- Teddy Hogeborn <teddy@recompile.se> Thu, 12 Sep 2024 18:59:04 +0200
91
mandos (1.8.16-1.2) unstable; urgency=medium
93
* Non-maintainer upload.
94
* Install mandos.service again. (Closes: #1069689)
96
-- Helmut Grohne <helmut@subdivi.de> Mon, 22 Apr 2024 21:13:43 +0200
98
mandos (1.8.16-1.1) unstable; urgency=medium
100
* Non-maintainer upload.
101
* Depend only on gnupg instead of transitional gnupg2 (Closes: #1055402).
102
* Build-Depend on systemd-dev instead of systemd (Closes: #1060546).
103
* Build-Depend on pkgconf instead of pkg-config.
104
* (Build-)Depend on current libgnutls.
106
-- Bastian Germann <bage@debian.org> Fri, 19 Apr 2024 13:08:30 +0200
1
108
mandos (1.8.16-1) unstable; urgency=medium
3
110
* New upstream release.