/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Teddy Hogeborn
  • Date: 2024-09-09 04:24:39 UTC
  • Revision ID: teddy@recompile.se-20240909042439-j85mr20uli2hnyis
Eliminate compiler warnings

Many programs use nested functions, which now result in a linker
warning about executable stack.  Hide this warning.  Also, rewrite a
loop in the plymouth plugin to avoid warning about signed overflow.
This change also makes the plugin pick the alphabetically first
process entry instead of the last, in case many plymouth processes are
found (which should be unlikely).

* Makefile (plugin-runner, dracut-module/password-agent,
  plugins.d/password-prompt, plugins.d/mandos-client,
  plugins.d/plymouth): New target; set LDFLAGS to add "-Xlinker
  --no-warn-execstack".
* plugins.d/plymouth.c (get_pid): When no pid files are found, and we
  are looking through the process list, go though it from the start
  instead of from the end, i.e. in normal alphabetical order and not
  in reverse order.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
mandos (1.8.16-1.2) unstable; urgency=medium
 
2
 
 
3
  * Non-maintainer upload.
 
4
  * Install mandos.service again. (Closes: #1069689)
 
5
 
 
6
 -- Helmut Grohne <helmut@subdivi.de>  Mon, 22 Apr 2024 21:13:43 +0200
 
7
 
 
8
mandos (1.8.16-1.1) unstable; urgency=medium
 
9
 
 
10
  * Non-maintainer upload.
 
11
  * Depend only on gnupg instead of transitional gnupg2 (Closes: #1055402).
 
12
  * Build-Depend on systemd-dev instead of systemd (Closes: #1060546).
 
13
  * Build-Depend on pkgconf instead of pkg-config.
 
14
  * (Build-)Depend on current libgnutls.
 
15
 
 
16
 -- Bastian Germann <bage@debian.org>  Fri, 19 Apr 2024 13:08:30 +0200
 
17
 
 
18
mandos (1.8.16-1) unstable; urgency=medium
 
19
 
 
20
  * New upstream release.
 
21
  * debian/rules (override_dh_fixperms-arch): Make sure dh_fixperms also
 
22
    is applied to the directory
 
23
    /usr/share/doc/mandos-client/examples/network-hooks.d (but still not
 
24
    to the files therein).
 
25
  * debian/po/pt_BR.po: Add Brazilian Portuguese translation of the
 
26
    debconf template (Closes: #1026400).
 
27
  * debian/po/fr.po: Add missing whitespace to the id and translation
 
28
    for msgid " key_id = <HEXSTRING>".
 
29
  * debian/control (Standards-Version): Change to "4.6.2".
 
30
 
 
31
 -- Teddy Hogeborn <teddy@recompile.se>  Wed, 08 Feb 2023 00:58:24 +0100
 
32
 
 
33
mandos (1.8.15-1) unstable; urgency=medium
 
34
 
 
35
  * New upstream release.
 
36
  * debian/po/fr.po: Add missing whitespace to the id and translation
 
37
    for msgid " ${key_id}".
 
38
  * debian/mandos-client.lintian-overrides: Remove all empty commented
 
39
    lines.  Rename "setuid-binary" tag to "elevated-privileges".
 
40
  * debian/control (Standards-Version): Change to "4.6.0".
 
41
  * debian/copyright: Update copyright year to 2022.
 
42
  * debian/po/es.po: Add Spanish translation of the debconf template
 
43
    (Closes: #987595).
 
44
 
 
45
 -- Teddy Hogeborn <teddy@recompile.se>  Mon, 25 Apr 2022 20:43:27 +0200
 
46
 
1
47
mandos (1.8.14-1) unstable; urgency=medium
2
48
 
3
49
  * New upstream release.  Includes workaround for #981302