/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.8.1-1) unstable; urgency=high
2
 
 
3
 
  * New upstream release.
4
 
  * debian/mandos-client.postinst (create_keys): Remove any bad keys
5
 
    created by 1.8.0-1. Only create TLS keys if certtool succeeds.
6
 
  * debian/mandos.postinst (configure): Remove any bad keys from
7
 
    clients.conf, and inform the user if any were found.
8
 
  * debian/mandos.templates (mandos/removed_bad_key_ids): New message.
9
 
 
10
 
 -- Teddy Hogeborn <teddy@recompile.se>  Sun, 10 Feb 2019 10:00:21 +0100
11
 
 
12
 
mandos (1.8.0-1) unstable; urgency=medium
13
 
 
14
 
  * New upstream release.
15
 
  * Fix "(tries to) use GnuTLS OpenPGP support" by using raw public keys
16
 
    when available (Closes: #879538)
17
 
  * Fix "mandos : Depends: libgnutls30 (< 3.6.0) but 3.6.5-2 is to be
18
 
    installed" by now also allowing GnuTLS >= 3.6.6 (Closes: #916673)
19
 
  * debian/control (Standards-Version): Update to "4.3.0".
20
 
    (Package: mandos-client/Depends): Change from "cryptsetup" to
21
 
    "cryptsetup (<< 2:2.0.3-1) | cryptsetup-initramfs".  Add "debconf (>=
22
 
    1.5.5) | debconf-2.0".
23
 
    (Source: mandos/Build-Depends): Also allow libgnutls30 (>= 3.6.6).
24
 
    (Package: mandos/Depends): - '' - and add debconf (>= 1.5.5) |
25
 
    debconf-2.0".
26
 
    (Package: mandos/Description): Alter description to match new design.
27
 
    (Package: mandos-client/Description): - '' -
28
 
    (Package: mandos-client/Depends): Move "gnutls-bin | openssl" to here
29
 
    from "Recommends".
30
 
  * debian/mandos-client.README.Debian: Add --tls-privkey and --tls-pubkey
31
 
    options to test command.
32
 
  * debian/mandos-client.postinst (create_key): Renamed to "create_keys"
33
 
    - all callers changed - and also create TLS key files.  Show notice if
34
 
    new TLS key files were created.
35
 
  * debian/mandos-client.postrm (purge): Also remove TLS key files.
36
 
  * debian/mandos-client.lintian-overrides: Override warnings.
37
 
  * debian/mandos-client.templates: New.
38
 
  * debian/mandos.lintian-overrides: Override warnings.
39
 
  * debian/mandos.postinst (configure): If GnuTLS 3.6.6 or later is
40
 
    detected, show an important notice (once) about the new key_id option
41
 
    required in clients.conf.
42
 
  * debian/mandos.templates: New.
43
 
  * debian/copyright: Update copyright year to 2019.
44
 
 
45
 
 -- Teddy Hogeborn <teddy@recompile.se>  Sun, 10 Feb 2019 05:52:49 +0100
46
 
 
47
 
mandos (1.7.20-1) unstable; urgency=medium
48
 
 
49
 
  * New upstream release.
50
 
  * Fix "[tethys] mandos-client: Mandos client fails while booting but
51
 
    works from chroot into unpacked initramfs" by setting system clock if
52
 
    necessary (Closes: #894495)
53
 
  * Fix "initramfs boot script assumes internal cryptsetup implementation
54
 
    details and is now broken" by only using documented
55
 
    interfaces (Closes: #904899)
56
 
  * debian/mandos-client.dirs: Add
57
 
    "usr/share/initramfs-tools/scripts/local-premount" and
58
 
    "usr/share/initramfs-tools/conf.d", and remove
59
 
    "usr/share/initramfs-tools/conf-hooks.d".
60
 
  * debian/control (mandos-client/Depends): Add "(>= 0.99)" to dependency
61
 
    on "initramfs-tools".
62
 
  * debian/control (Source: mandos/Rules-Requires-Root): New; set to
63
 
    "binary-targets".
64
 
    (Standards-Version): Update to "4.2.0".
65
 
 
66
 
 -- Teddy Hogeborn <teddy@recompile.se>  Sun, 19 Aug 2018 22:14:04 +0200
67
 
 
68
1
mandos (1.7.19-1) unstable; urgency=medium
69
2
 
70
3
  * New upstream release.