/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: 2018-02-18 01:03:48 UTC
  • Revision ID: teddy@recompile.se-20180218010348-hhjfox5t4py5n5zh
Client: Bug fix: Possible memory leak if failing to open /dev/null

* plugins.d/mandos-client.d (run_network_hooks): Try to open /dev/null
  before reading network hook dir in order to fail early in that case.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
mandos (1.7.20-1) unstable; urgency=medium
2
 
 
3
 
  * New upstream release.
4
 
  * Fix "[tethys] mandos-client: Mandos client fails while booting but
5
 
    works from chroot into unpacked initramfs" by setting system clock if
6
 
    necessary (Closes: #894495)
7
 
  * Fix "initramfs boot script assumes internal cryptsetup implementation
8
 
    details and is now broken" by only using documented
9
 
    interfaces (Closes: #904899)
10
 
  * debian/mandos-client.dirs: Add
11
 
    "usr/share/initramfs-tools/scripts/local-premount" and
12
 
    "usr/share/initramfs-tools/conf.d", and remove
13
 
    "usr/share/initramfs-tools/conf-hooks.d".
14
 
  * debian/control (mandos-client/Depends): Add "(>= 0.99)" to dependency
15
 
    on "initramfs-tools".
16
 
  * debian/control (Source: mandos/Rules-Requires-Root): New; set to
17
 
    "binary-targets".
18
 
    (Standards-Version): Update to "4.2.0".
19
 
 
20
 
 -- Teddy Hogeborn <teddy@recompile.se>  Sun, 19 Aug 2018 22:14:04 +0200
21
 
 
22
 
mandos (1.7.19-1) unstable; urgency=medium
23
 
 
24
 
  * New upstream release.
25
 
  * Fix "fails with "LeakSanitizer has encountered a fatal error"" by not
26
 
    using LeakSanitizer in affected binary (Closes: #886595)
27
 
 
28
 
 -- Teddy Hogeborn <teddy@recompile.se>  Thu, 22 Feb 2018 19:47:59 +0100
29
 
 
30
1
mandos (1.7.18-1) unstable; urgency=medium
31
2
 
32
3
  * New upstream release.