/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: 2013-10-20 21:04:35 UTC
  • Revision ID: teddy@recompile.se-20131020210435-jc94ovr5i4sve16r
* Makefile (install-client-nokey): Install "mandos-change-keytype".
  (uninstall-client): Uninstall "mandos-change-keytype".
* mandos (priority): Changed back default GnuTLS priority string to
                     "SECURE256:!CTYPE-X.509:+CTYPE-OPENPGP".
* mandos-change-keytype: New script which, assuming the Mandos server
                         is responding, will generate a new key with
                         the new mandos-keygen default parameters
                         (currently 4096-bit RSA), and output a
                         replacement section for clients.conf on the
                         Mandos server.
* mandos-keygen: Bug fix: output password prompt even when redirecting
                 stdout.
* mandos-options.xml (priority): Document new default value.
* mandos.conf (priority): - '' -

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
mandos (1.6.3-1) unstable; urgency=low
2
 
 
3
 
  * New upstream release.
4
 
  * debian/control (Build-Depends): Added "systemd".
5
 
  * debian/mandos.dirs (lib/systemd/system): New.
6
 
  * debian/mandos-client.README.Debian: Refer to architecture libdir.
7
 
  * debian/control (mandos/Depends): Add "avahi-daemon (>= 0.6.31-3) |
8
 
                                     systemd-sysv".
9
 
  * debian/mandos.postinst: If avahi-daemon is version 0.6.31-2 or older,
10
 
                            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.
13
 
  * debian/mandos-client.lintian-overrides: Libdir changes.
14
 
  * debian/rules (override_dh_fixperms): - '' -
15
 
 
16
 
 -- Teddy Hogeborn <teddy@recompile.se>  Tue, 21 Jan 2014 22:01:30 +0100
17
 
 
18
 
mandos (1.6.2-1) unstable; urgency=low
19
 
 
20
 
  * New upstream release.
21
 
  * debian/compat: Changed to "9".
22
 
  * debian/control (Build-Depends): Changed debhelper version to (>= 9).
23
 
    (Standards-Version): Updated to "3.9.4".
24
 
    (DM-Upload-Allowed): Removed.
25
 
    (mandos/Depends): Add "initscripts (>= 2.88dsf-13.3)" to be able to
26
 
                      use the "/run" directory (for mandos.pid).
27
 
  * debian/copyright (Copyright): Update year.
28
 
  * Fix "Mandos/gnutls fails to establish connection, "an algorithm that
29
 
    is not enabled was negotiated"" fixed by upstream. (Closes: #702120)
30
 
 
31
 
 -- Teddy Hogeborn <teddy@recompile.se>  Thu, 24 Oct 2013 22:33:40 +0200
32
 
 
33
1
mandos (1.6.1-1) unstable; urgency=low
34
2
 
35
3
  * New upstream release.