/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: 2014-03-23 19:24:40 UTC
  • Revision ID: teddy@recompile.se-20140323192440-d71iiqxebsxf9u2v
Update GCC warning flags and function attributes to GCC 4.7.

* Makefile (WARN): Update to include almost all warning flags.
* plugin-runner.c (getplugin, add_to_char_array, add_argument,
                   add_environment, set_cloexec_flag,
                   print_out_password): Add attribute
                                        "warn_unused_result".
  (main/parse_opt): Bug fix: Add error checking to --global-env,
                    --env-for, --plugin-dir, and --config-file, and
                    make sure errno does not "leak" from unrelated
                    functions.
* plugins.d/mandos-client.c
  (fprintf_plus, debuggnutls, resolve_callback): Add "nonnull"
                                                 attribute.
  (incbuffer, add_server, init_gpgme): Add "nonnull" and
                                       "warn_unused_result"
                                       attributes.
  (pgp_packet_decrypt, init_gnutls_global): - '' -
  (init_gnutls_session start_mandos_communication, get_flags): - '' -
  (good_flags, good_interface, interface_is_up): - '' -
  (interface_is_running, runnable_hook): - '' -
  (avahi_loop_with_timeout, bring_up_interface): : - '' -
  (safer_gnutls_strerror): Add "warn_unused_result" attribute.
  (notdotentries): Set "nonnull", "pure", and "warn_unused_result"
                   attributes.
  (raise_privileges, raise_privileges_permanently, lower_privileges,
  lower_privileges_permanently): Set "warn_unused_result" attribute.
  (run_network_hooks): Exit child process if it fails to do anything
                       it needs to do.  Make explicit cast to double
                       when passing float value to asprintf().  Change
                       return type to void - all callers changed.
  (bring_up_interface): Move variables "sd", "ret_errno", and
                        "ret_setflags" to innermost scope.  Bug fix:
                        Fail if could not get interface flags also in
                        non-debug mode, and restore old errno
                        correctly.  Print message if could not raise
                        (or later lower) privileges.
  (take_down_interface): Bug fix: When failing because it could not
                         get interface flags, restore old errno
                         correctly.  Print message if it could not
                         raise (or later lower) privileges.
  (main): Complain if failed to raise or lower privileges.  Only run
          network hooks or lower privileges if raising privileges was
          successful.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
mandos (1.6.4-1) unstable; urgency=medium
 
2
 
 
3
  * New upstream release.
 
4
  * debian/control (Build-Depends): Add Python dependencies to
 
5
                                    successfully run self-tests.
 
6
  * debian/copyright: GPLv3 now has its own license file - use it.
 
7
  * debian/watch: Set PGP signature URL.
 
8
 
 
9
 -- Teddy Hogeborn <teddy@recompile.se>  Sun, 16 Feb 2014 14:09:25 +0100
 
10
 
 
11
mandos (1.6.3-1) unstable; urgency=low
 
12
 
 
13
  * New upstream release.
 
14
  * debian/control (Build-Depends): Added "systemd".
 
15
  * debian/mandos.dirs (lib/systemd/system): New.
 
16
  * debian/mandos-client.README.Debian: Refer to architecture libdir.
 
17
  * debian/control (mandos/Depends): Add "avahi-daemon (>= 0.6.31-3) |
 
18
                                     systemd-sysv".
 
19
  * debian/mandos.postinst: If avahi-daemon is version 0.6.31-2 or older,
 
20
                            edit /etc/init.d script headers Required-Start
 
21
                            and Required-Stop to have "avahi" instead of
 
22
                            "avahi-daemon", before insserv(8) sees it.
 
23
  * debian/mandos-client.lintian-overrides: Libdir changes.
 
24
  * debian/rules (override_dh_fixperms): - '' -
 
25
 
 
26
 -- Teddy Hogeborn <teddy@recompile.se>  Tue, 21 Jan 2014 22:01:30 +0100
 
27
 
 
28
mandos (1.6.2-1) unstable; urgency=low
 
29
 
 
30
  * New upstream release.
 
31
  * debian/compat: Changed to "9".
 
32
  * debian/control (Build-Depends): Changed debhelper version to (>= 9).
 
33
    (Standards-Version): Updated to "3.9.4".
 
34
    (DM-Upload-Allowed): Removed.
 
35
    (mandos/Depends): Add "initscripts (>= 2.88dsf-13.3)" to be able to
 
36
                      use the "/run" directory (for mandos.pid).
 
37
  * debian/copyright (Copyright): Update year.
 
38
  * Fix "Mandos/gnutls fails to establish connection, "an algorithm that
 
39
    is not enabled was negotiated"" fixed by upstream. (Closes: #702120)
 
40
 
 
41
 -- Teddy Hogeborn <teddy@recompile.se>  Thu, 24 Oct 2013 22:33:40 +0200
 
42
 
 
43
mandos (1.6.1-1) unstable; urgency=low
 
44
 
 
45
  * New upstream release.
 
46
  * debian/control (mandos/Depends): No longer depends on
 
47
                                     python-gnupginterface, but does
 
48
                                     depend on gnupg (<< 2).
 
49
    (Build-Depends): Depend on debhelper 8.9.7 for using "override-*-arch"
 
50
                     and "override-*-indep" targets in debian/rules.
 
51
  * debian/mandos-client.README: Update Linux documentation link.
 
52
  * debian/rules: Completely rewritten to use debhelper v7.
 
53
  * initramfs-tools-hook: Bug fix: Make sure the right version of GnuPG is
 
54
    copied into the initramfs image.  Always assume that GPGME is used to
 
55
    avoid searching for it since the path might not be /usr/lib.  Thanks
 
56
    to Félix Sipma <felix+debian@gueux.org> for the initial bug report,
 
57
    and also thanks to Dick Middleton <dick@lingbrae.com> for some more
 
58
    debugging. (Closes:  #721903)
 
59
  * Fix "bashism in /bin/sh script" fixed by upstream. (Closes: #690639)
 
60
 
 
61
 -- Teddy Hogeborn <teddy@recompile.se>  Sun, 13 Oct 2013 19:03:23 +0200
 
62
 
 
63
mandos (1.6.0-1) unstable; urgency=low
 
64
 
 
65
  * New upstream release.
 
66
  * debian/copyright (Copyright): Join the two lines to a single line.
 
67
  * debian/mandos-client.README.Debian: Update to refer to the new
 
68
    location of the example network hooks, and the new feature of using
 
69
    all network interfaces.
 
70
  * debian/mandos-client.docs (network-hooks.d): Removed.
 
71
  * debian/mandos-client.examples (network-hooks.d): New.
 
72
  * debian/rules (binary-common): Added "dh_installexamples".
 
73
    (binary-common/dh_fixperms): Exclude new location of
 
74
    "network-hooks.d".
 
75
 
 
76
 -- Teddy Hogeborn <teddy@recompile.se>  Mon, 18 Jun 2012 00:15:23 +0200
 
77
 
 
78
mandos (1.5.5-1) unstable; urgency=low
 
79
 
 
80
  * New upstream release.
 
81
  * debian/copyright (Format): Updated to
 
82
    "http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/".
 
83
  * debian/control (Build-Depends): Removed "man, locales-all".
 
84
 
 
85
 -- Teddy Hogeborn <teddy@recompile.se>  Fri, 01 Jun 2012 20:30:41 +0200
 
86
 
 
87
mandos (1.5.4-1) unstable; urgency=low
 
88
 
 
89
  * New upstream release.
 
90
 
 
91
 -- Teddy Hogeborn <teddy@recompile.se>  Sun, 20 May 2012 15:38:34 +0200
 
92
 
 
93
mandos (1.5.3-1.2) unstable; urgency=low
 
94
 
 
95
  * Non-maintainer upload.
 
96
  * Set Architecture to linux-any.  (Closes: #647670)
 
97
 
 
98
 -- Robert Millan <rmh@debian.org>  Sun, 22 Apr 2012 16:22:01 +0200
 
99
 
 
100
mandos (1.5.3-1.1) unstable; urgency=low
 
101
 
 
102
  * Non-maintainer upload.
 
103
  * Fix "mandos FTBFS on buildds": add build-dependency on locales-all and
 
104
    pass LC_ALL to dh_auto_build to make sure we have and use the en_US.UTF-8
 
105
    locale for manpage creation.
 
106
    (Closes: #656178)
 
107
 
 
108
 -- gregor herrmann <gregoa@debian.org>  Tue, 31 Jan 2012 17:56:05 +0100
 
109
 
1
110
mandos (1.5.3-1) unstable; urgency=low
2
111
 
3
112
  * New upstream release.