/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:55:18 UTC
  • Revision ID: teddy@recompile.se-20140323195518-amvoytwi12iheypo
Make mandos-client prefer /run/tmp over /tmp.

* plugins.d/mandos-client.c (init_gpgme): Add more const.
  (main): Make "tempdir" a pointer to the temporary directory, if one
          has been created, or NULL.  This also eliminates the need
          for the "tempdir_created" variable.

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
 
1
11
mandos (1.6.3-1) unstable; urgency=low
2
12
 
3
13
  * New upstream release.
8
18
                                     systemd-sysv".
9
19
  * debian/mandos.postinst: If avahi-daemon is version 0.6.31-2 or older,
10
20
                            edit /etc/init.d script headers Required-Start
11
 
                            and Required-Stop to have "avahi" instead of
12
 
                            "avahi-daemon", before insserv(8) sees it.
 
21
                            and Required-Stop to have "avahi" instead of
 
22
                            "avahi-daemon", before insserv(8) sees it.
13
23
  * debian/mandos-client.lintian-overrides: Libdir changes.
14
24
  * debian/rules (override_dh_fixperms): - '' -
15
25