/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: 2022-04-23 23:58:39 UTC
  • Revision ID: teddy@recompile.se-20220423235839-cnt9aq1kjveqaydc
Bug fix in mandos-ctl: handle backslashes in password

* mandos-ctl (mode=password): When sending the password to gpg, use
  "printf" instead of "echo -n".  This avoids the behavior of the
  "echo" builtin in "dash", which always interprets backslash escape
  codes.

Reported-By: Jesse Norell <jesse@kci.net>

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
mandos (1.8.15-1) unstable; urgency=medium
2
 
 
3
 
  * New upstream release.
4
 
  * debian/po/fr.po: Add missing whitespace to the id and translation
5
 
    for msgid " ${key_id}".
6
 
  * debian/mandos-client.lintian-overrides: Remove all empty commented
7
 
    lines.  Rename "setuid-binary" tag to "elevated-privileges".
8
 
  * debian/control (Standards-Version): Change to "4.6.0".
9
 
  * debian/copyright: Update copyright year to 2022.
10
 
  * debian/po/es.po: Add Spanish translation of the debconf template
11
 
    (Closes: #987595).
12
 
 
13
 
 -- Teddy Hogeborn <teddy@recompile.se>  Mon, 25 Apr 2022 20:43:27 +0200
14
 
 
15
1
mandos (1.8.14-1) unstable; urgency=medium
16
2
 
17
3
  * New upstream release.  Includes workaround for #981302