/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 05:14:10 UTC
  • Revision ID: teddy@recompile.se-20190211051410-43fmzhy0vlafw2pc
Fix warnings from -Wimplicit-fallthrough

* plugin-runner.c (main/parse_opt): Add __builtin_unreachable() after
                                    calls to argp_state_help().
* plugins.d/askpass-fifo.c (error_plus): Add __builtin_unreachable()
                                         after calls to error().
* plugins.d/mandos-client.c (main/parse_opt) Add
                                             __builtin_unreachable()
                                             after calls to
                                             argp_state_help().
* plugins.d/password-prompt.c: - '' -

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
mandos (1.8.3-1) unstable; urgency=medium
2
 
 
3
 
  * New upstream release.
4
 
  * debian/watch: Make the ".orig" file name suffix non-optional;
5
 
    otherwise uscan thinks that ".orig" is part of the version number.
6
 
  * debian/control (Build-Depends): Changed GnuTLS dependencies; move
7
 
    3.6.6 alternative to first in list, and remove dependencies on the
8
 
    virtual package "gnutls-dev", since we need the version restrictions.
9
 
    (Package: mandos/Depends): Remove dependency on libgnutls28-dev
10
 
    package.
11
 
    (Package: mandos/Suggests): New; set to "libc6-dev, c-compiler". (Used
12
 
    to find value of "SO_BINDTODEVICE").
13
 
    (Package: mandos-client/Depends): Don't depend on openssl anymore;
14
 
    instead depend on either a gnutls-bin (>= 3.6.6) (in which case TLS
15
 
    key generation will work), or on libgnutls30 (<< 3.6.0) (in which case
16
 
    TLS key generation will not be needed).
17
 
 
18
 
 -- Teddy Hogeborn <teddy@recompile.se>  Mon, 11 Feb 2019 07:30:32 +0100
19
 
 
20
1
mandos (1.8.2-1) unstable; urgency=medium
21
2
 
22
3
  * New upstream release.