/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: 2016-03-08 00:03:43 UTC
  • Revision ID: teddy@recompile.se-20160308000343-kjoyixwksmboql1s
Server bug fix: Work around bug when stopping server

* init.d-mandos (do_stop): Work around SIGTERM ignoring bug by doing
  "mandos-ctl >/dev/null 2>&1" after sending signal.
* mandos.service (ExecStop): New; set to "/bin/kill -TERM $MAINPID ;
  /usr/sbin/mandos-ctl >/dev/null 2>&1" to work around SIGTERM
  ignoring bug.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
mandos (1.7.7-1) unstable; urgency=medium
2
 
 
3
 
  * New upstream release.
4
 
  * debian/mandos-client.postinst (configure): If older version, fix
5
 
    permissions on plugin helper directory.  Also fix permissions on
6
 
    plugin helper local override directory (/etc/mandos/plugin-helpers),
7
 
    but only if not listed by "dpkg-statoverride".
8
 
  * debian/rules (override_dh_fixperms-arch): Exclude plugin helper
9
 
    directory from dh_fixperms.
10
 
  * debian/mandos.postinst (configure): Fix state directory permissions,
11
 
    but only if not listed by "dpkg-statoverride".
12
 
  * debian/mandos-client.lintian-overrides: Do not warn about permissions
13
 
    on plugin helper directory.
14
 
  * debian/mandos.dirs (usr/lib/tmpfiles.d): Added.
15
 
 
16
 
 -- Teddy Hogeborn <teddy@recompile.se>  Sat, 19 Mar 2016 22:58:49 +0100
17
 
 
18
 
mandos (1.7.6-1) unstable; urgency=medium
19
 
 
20
 
  * New upstream release.
21
 
  * debian/control (Source: mandos/Build-Depends-Indep): Remove
22
 
    "python-avahi".
23
 
    (Source: mandos/Build-Depends-Indep): Change "python-gi |
24
 
    python-gobject" to "python-gi"; i.e. remove "python-gobject".
25
 
 
26
 
 -- Teddy Hogeborn <teddy@recompile.se>  Sun, 13 Mar 2016 22:58:23 +0100
27
 
 
28
 
mandos (1.7.5-1) unstable; urgency=high
29
 
 
30
 
  * New upstream release.
31
 
  * debian/mandos.postinst (configure): If old version was 1.7.4-1 or
32
 
    1.7.4-1~bpo8+1, fix situation where clients.pickle file is owned by
33
 
    root.
34
 
 
35
 
 -- Teddy Hogeborn <teddy@recompile.se>  Tue, 08 Mar 2016 01:09:55 +0100
36
 
 
37
1
mandos (1.7.4-1) unstable; urgency=medium
38
2
 
39
3
  * New upstream release.