/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: 2014-06-14 23:43:07 UTC
  • Revision ID: teddy@recompile.se-20140614234307-i0mh9r2n4orkqtki
plugin-runner: Release memory and close FD's correctly in all cases.

* plugins.d/mandos-client.c (main): Init "direntries" to NULL.  Close
                                    "dir_fd" at fallback label.  Do
                                    not free "direntries" if
                                    scandirat() or scandir() failed.
                                    Do free(direntries) at fallback
                                    label.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
mandos (1.6.6-1) unstable; urgency=medium
2
 
 
3
 
  * New upstream release.
4
 
  * debian/mandos.postinst: Fix typo in comment.
5
 
  * debian/control (mandos/Recommends): Changed to "ssh-client | fping".
6
 
    (mandos-client/Recommends): New; set to "ssh".
7
 
 
8
 
 -- Teddy Hogeborn <teddy@recompile.se>  Sun, 13 Jul 2014 22:49:21 +0200
9
 
 
10
1
mandos (1.6.5-3) unstable; urgency=medium
11
2
 
12
3
  * debian/control (mandos-client/Depends): Add "dpkg-dev (>=1.16.0)";