/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: 2019-08-01 17:35:45 UTC
  • Revision ID: teddy@recompile.se-20190801173545-swvm0c6e1e00qdwi
password-agent: Fix memory alignment issue

On many architectures (armel, armhf, mips, mips64el, mipsel, hppa,
ia64, sh4, and sparc64) GCC shows a warning when casting a "char *" to
a "struct inotify_event *"; The exact warning message from GCC is
"cast increases required alignment of target type [-Wcast-align]".

* dracut-module/password-agent.c (read_inotify_event): Change
  "ievent_buffer" to an anonymous struct instead of a char array.
  (test_read_inotify_event_IN_CLOSE_WRITE): - '' -
  (test_read_inotify_event_IN_MOVED_TO): - '' -
  (test_read_inotify_event_IN_DELETE): - '' -
  (test_read_inotify_event_IN_CLOSE_WRITE_badname): - '' -
  (test_read_inotify_event_IN_MOVED_TO_badname): - '' -
  (test_read_inotify_event_IN_DELETE_badname): - '' -

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
mandos (1.8.5-1) unstable; urgency=medium
 
2
 
 
3
  * New upstream release.
 
4
  * Fix "does not reap children" by reaping children (Closes: #933387)
 
5
  * debian/mandos-client.README.Debian: Use new-style interface name.
 
6
  * debian/tests/control: New file; implements autopkgtest support.
 
7
  * debian/mandos-client.lintian-overrides
 
8
    (manpage-has-errors-from-man): Remove; unnecessary.
 
9
  * debian/mandos.lintian-overrides
 
10
    (init.d-script-needs-depends-on-lsb-base): - '' -
 
11
  * debian/mandos-client.postinst (update_initramfs): Upstream now
 
12
    supports dracut(8), so update commands here to and run the correct
 
13
    command to update initramfs.
 
14
  * debian/control (Build-Depends): Add GLib -dev package.
 
15
    (mandos-client/Depends): Add dracut(8) as an alternative dependency to
 
16
    initramfs-tools.
 
17
    (mandos-client/Conflicts): New; set to "dracut-config-generic".
 
18
    (debian/mandos-client.README.Debian): Update for dracut(8) support.
 
19
  * debian/mandos-client.templates: Reflowed by debconf-gettextize(1).
 
20
  * debian/mandos.templates: - '' -
 
21
  * debian/po/POTFILES.in: New.
 
22
  * debian/po/templates.pot: - '' -
 
23
  * debian/source/lintian-overrides: New.
 
24
  * debian/control (Standards-Version): Update to "4.4.0".
 
25
 
 
26
 -- Teddy Hogeborn <teddy@recompile.se>  Tue, 30 Jul 2019 20:41:29 +0200
 
27
 
1
28
mandos (1.8.4-1) unstable; urgency=medium
2
29
 
3
30
  * Fix "dirs in initrd are not accessible by mandos plugin-runner" by