/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/control

  • 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:
6
6
           Björn Påhlsson <belorn@recompile.se>
7
7
Build-Depends: debhelper (>= 9), docbook-xml, docbook-xsl,
8
8
        libavahi-core-dev, libgpgme11-dev, libgnutls-dev, xsltproc,
9
 
        pkg-config, systemd, python (>=2.6), python-gnutls, python-dbus,
10
 
        python-avahi, python-gobject, python (>=2.7) | python-argparse
11
 
Standards-Version: 3.9.4
 
9
        pkg-config
 
10
Build-Depends-Indep: systemd, python (>=2.6), python-gnutls,
 
11
        python-dbus, python-avahi, python-gobject,
 
12
        python (>=2.7) | python-argparse
 
13
Standards-Version: 3.9.5
12
14
Vcs-Bzr: http://ftp.recompile.se/pub/mandos/trunk
13
15
Vcs-Browser: http://bzr.recompile.se/loggerhead/mandos/trunk/files
14
16
Homepage: http://www.recompile.se/mandos
18
20
Depends: ${misc:Depends}, python (>=2.6), python-gnutls, python-dbus,
19
21
        python-avahi, python-gobject, avahi-daemon, adduser,
20
22
        python-urwid, python (>=2.7) | python-argparse, gnupg (<< 2),
21
 
        initscripts (>= 2.88dsf-13.3), avahi-daemon (>= 0.6.31-3)
22
 
        | systemd-sysv
 
23
        initscripts (>= 2.88dsf-13.3)
23
24
Recommends: fping
24
25
Description: server giving encrypted passwords to Mandos clients
25
26
 This is the server part of the Mandos system, which allows
39
40
Package: mandos-client
40
41
Architecture: linux-any
41
42
Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, cryptsetup,
42
 
        gnupg (<< 2), initramfs-tools
 
43
        gnupg (<< 2), initramfs-tools, dpkg-dev (>=1.16.0)
43
44
Breaks: dropbear (<= 0.53.1-1)
44
45
Enhances: cryptsetup
45
46
Description: do unattended reboots with an encrypted root file system