/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-15 09:26:02 UTC
  • Revision ID: teddy@recompile.se-20180815092602-xoyb5s6gf8376i7u
mandos-client: Set system clock if necessary

* plugins.d/mandos-client.c (init_gpgme/import_key): If the system
  clock is not set, or set to january 1970, set the system clock to
  the more plausible value that is the mtime of the key file.  This is
  required by GnuPG to be able to import the keys.  (We can't pass the
  --ignore-time-conflict or the --ignore-valid-from options though
  GPGME.)

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.