/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
 
1
18
mandos (1.8.16-1) unstable; urgency=medium
2
19
 
3
20
  * New upstream release.