/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: 2019-02-11 06:14:29 UTC
  • Revision ID: teddy@recompile.se-20190211061429-n6n5zk29iatshlb3
Fix Debian package dependencies

* debian/control (Build-Depends): Changed GnuTLS dependencies to
                                  "libgnutls30 (>= 3.3.0),
                                  libgnutls28-dev (>= 3.6.6) |
                                  libgnutls28-dev (<< 3.6.0)".  (We
                                  can't depend on the virtual package
                                  "gnutls-dev", since we need the
                                  version restrictions.)
  (Package: mandos/Depends): Remove dependency on libgnutls28-dev
                             package.
  (Package: mandos/Suggests): New; set to "libc6-dev,
                              c-compiler". (Used to find value of
                              "SO_BINDTODEVICE").
  (Package: mandos-client/Depends): Don't depend on openssl anymore;
                                    instead depend on either a
                                    gnutls-bin (>= 3.6.6) (in which
                                    case TLS key generation will
                                    work), or on libgnutls30 (<<
                                    3.6.0) (in which case TLS key
                                    generation will not be needed).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
mandos (1.8.2-1) unstable; urgency=medium
 
2
 
 
3
  * New upstream release.
 
4
  * debian/mandos-client.postinst (create_keys): Ignore failure to remove
 
5
                                                 bad keys.
 
6
 
 
7
 -- Teddy Hogeborn <teddy@recompile.se>  Sun, 10 Feb 2019 11:44:56 +0100
 
8
 
 
9
mandos (1.8.1-1) unstable; urgency=high
 
10
 
 
11
  * New upstream release.
 
12
  * debian/mandos-client.postinst (create_keys): Remove any bad keys
 
13
    created by 1.8.0-1. Only create TLS keys if certtool succeeds.
 
14
  * debian/mandos.postinst (configure): Remove any bad keys from
 
15
    clients.conf, and inform the user if any were found.
 
16
  * debian/mandos.templates (mandos/removed_bad_key_ids): New message.
 
17
 
 
18
 -- Teddy Hogeborn <teddy@recompile.se>  Sun, 10 Feb 2019 10:00:21 +0100
 
19
 
1
20
mandos (1.8.0-1) unstable; urgency=medium
2
21
 
3
22
  * New upstream release.