/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: 2012-01-15 20:27:28 UTC
  • Revision ID: teddy@recompile.se-20120115202728-185929ww2r84s8xg
* DBUS-API (se.recompile.Mandos.Client.LastCheckerStatus): New
                                                           property.
* mandos (Client.last_checker_status): Use -2 instead of None to match
                                       D-Bus property.  All users
                                       changed.
  (Client.checked_ok): Remove "timeout" argument and call
                       "self.bump_timeout()" instead.
  (Client.bump_timeout): New; separated out from "checked_ok".
  (ClientDBus.last_checker_status): Hook to a D-Bus property.
  (ClientDBus.LastCheckerStatus_dbus_property): New D-Bus property.
  (ClientHandler.handle): Call client.bump_timeout() instead of
                          client.checked_ok().

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
 
 
110
 
mandos (1.5.3-1) unstable; urgency=low
111
 
 
112
 
  * New upstream release.
113
 
 
114
 
 -- Teddy Hogeborn <teddy@recompile.se>  Sun, 15 Jan 2012 22:05:54 +0100
115
 
 
116
1
mandos (1.5.2-1) unstable; urgency=low
117
2
 
118
3
  * New upstream release.