/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: 2015-07-09 20:32:52 UTC
  • Revision ID: teddy@recompile.se-20150709203252-u10p7trfsxc1a9yp
Install client Diffie-Hellman parameters into initramfs.

* debian/control (Package: mandos-client/Recommends): Added
  "gnutls-bin | openssl" (to generate DH parameters).
* debian/mandos-client.postinst (create_dh_params): New function
                                                    called on package
                                                    configure.
* plugins.d/mandos-client.c (main): Bug fix: Work around Debian bug
                                    #633582 also for the
                                    "client-dhparams.pem" file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
Architecture: linux-any
42
42
Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, cryptsetup,
43
43
        gnupg (<< 2), initramfs-tools, dpkg-dev (>=1.16.0)
44
 
Recommends: ssh
 
44
Recommends: ssh, gnutls-bin | openssl
45
45
Breaks: dropbear (<= 0.53.1-1)
46
46
Enhances: cryptsetup
47
47
Description: do unattended reboots with an encrypted root file system