/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: 2018-08-19 01:35:11 UTC
  • Revision ID: teddy@recompile.se-20180819013511-cku25q9yeub3dnr0
Adapt to changes in cryptsetup; use "cryptroot-unlock" program

* Makefile (install-client-nokey): Also install new script files
  "mandos-to-cryptroot-unlock" and "initramfs-tools-script-stop".
* debian/mandos-client.dirs: Add
  "usr/share/initramfs-tools/scripts/local-premount".
* initramfs-tools-hook: Also copy "mandos-to-cryptroot-unlock".
* initramfs-tools-script: Only modify keyscript setting in cryptroot
  file if the file exists, otherwise start
  "mandos-to-cryptroot-unlock" in background.
* initramfs-tools-script-stop: New script to make sure plugin-runner
  has stopped before continuing.
* mandos-to-cryptroot-unlock: New script to run plugin-runner and feed
  any password it gets into the "cryptroot-unlock" program.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
mandos (1.7.20-1) unstable; urgency=medium
2
 
 
3
 
  * New upstream release.
4
 
  * Fix "[tethys] mandos-client: Mandos client fails while booting but
5
 
    works from chroot into unpacked initramfs" by setting system clock if
6
 
    necessary (Closes: #894495)
7
 
  * Fix "initramfs boot script assumes internal cryptsetup implementation
8
 
    details and is now broken" by only using documented
9
 
    interfaces (Closes: #904899)
10
 
  * debian/mandos-client.dirs: Add
11
 
    "usr/share/initramfs-tools/scripts/local-premount" and
12
 
    "usr/share/initramfs-tools/conf.d", and remove
13
 
    "usr/share/initramfs-tools/conf-hooks.d".
14
 
  * debian/control (mandos-client/Depends): Add "(>= 0.99)" to dependency
15
 
    on "initramfs-tools".
16
 
  * debian/control (Source: mandos/Rules-Requires-Root): New; set to
17
 
    "binary-targets".
18
 
    (Standards-Version): Update to "4.2.0".
19
 
 
20
 
 -- Teddy Hogeborn <teddy@recompile.se>  Sun, 19 Aug 2018 22:14:04 +0200
21
 
 
22
1
mandos (1.7.19-1) unstable; urgency=medium
23
2
 
24
3
  * New upstream release.