~ubuntu-branches/debian/stretch/dropbear/stretch

« back to all changes in this revision

Viewing changes to dropbearkey.c

  • Committer: Package Import Robot
  • Author(s): Gerrit Pape, Matt Johnston, Gerrit Pape
  • Date: 2013-10-25 15:00:48 UTC
  • mfrom: (1.4.6)
  • Revision ID: package-import@ubuntu.com-20131025150048-3jq765x96xayk392
Tags: 2013.60-1
[ Matt Johnston ]
* New upstream release.

[ Gerrit Pape ]
* debian/diff/0004-cve-2013-4421.diff, 0005-user-disclosure.diff:
  remove; fixed upstream.
* debian/dropbear.postinst: don't fail if initramfs-tools it not
  installed (closes: #692653).

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
static void printhelp(char * progname) {
66
66
 
67
67
        fprintf(stderr, "Usage: %s -t <type> -f <filename> [-s bits]\n"
68
 
                                        "Options are:\n"
69
68
                                        "-t type        Type of key to generate. One of:\n"
70
69
#ifdef DROPBEAR_RSA
71
70
                                        "               rsa\n"