/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: 2017-02-21 21:42:08 UTC
  • Revision ID: teddy@recompile.se-20170221214208-09wu1p4l2hjhqfoj
Use "read -r" in shell scripts to avoid backslash escapes

* initramfs-tools-hook: Use "read -r" to read filenames from network
  hook given the "files" argument.
* initramfs-tools-script: Use "read -e" when parsing
  "/conf/conf.d/cryptroot".
* mandos-keygen (keygen): Use "read -r" when reading passphrase.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
mandos (1.7.14-1) unstable; urgency=medium
 
2
 
 
3
  * New upstream release.
 
4
  * debian/mandos-client.postinst (create_key): Stop GPG agent after
 
5
    running mandos-keygen.
 
6
  * debian/control (Package: mandos/Depends): Add "systemd-sysv | lsb-base
 
7
    (>= 3.0-6)", change "gnupg" to "gnupg2 | gnupg", and change
 
8
    "libgpgme11-dev" to "libgpgme-dev | libgpgme11-dev".
 
9
 
 
10
 -- Teddy Hogeborn <teddy@recompile.se>  Wed, 25 Jan 2017 20:36:03 +0100
 
11
 
1
12
mandos (1.7.13-1) unstable; urgency=medium
2
13
 
3
14
  * New upstream release.