/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-06-22 02:19:30 UTC
  • Revision ID: teddy@recompile.se-20140622021930-icl7h4cm97blhjml
mandos-keygen: Generate "checker" option to use SSH fingerprints.

To turn this off, use a new "--no-ssh" option to mandos-keygen.

* INSTALL (Mandos Server, Mandos Client): Document new suggested
                                          installation of SSH.
* Makefile (confdir/clients.conf): Use new "--no-ssh" option to
                                   "mandos-keygen".
* debian/control (mandos/Depends): Changed to "fping | ssh-client".
  (mandos-client/Recommends): New; set to "ssh".
* intro.xml (FREQUENTLY ASKED QUESTIONS): Rename and rewrite section
                                          called "Faking ping
                                          replies?" to address new
                                          default behavior.
* mandos-clients.conf.xml (OPTIONS/checker): Briefly discuss new
                                             behavior of
                                             mandos-keygen.
* mandos-keygen: Bug fix: Suppress failure output of "shred" to remove
                 "sec*", since no such files may exist.
 (password mode): Scan for SSH key fingerprints and output as new
                  "checker" and "ssh_fingerprint" options, unless new
                  "--no-ssh" option is given.
* mandos-keygen.xml (SYNOPSIS/--force): Bug fix: Document short form.
  (OPTIONS/--no-ssh): New.
  (SEE ALSO): Add reference "ssh-keyscan(1)".
* plugins.d/mandos-client.xml (SECURITY): Briefly mention the
                                          possibility of using SSH key
                                          fingerprints for checking.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
mandos (1.7.1-2) unstable; urgency=medium
2
 
 
3
 
  * debian/control (Package: mandos/Depends): Fix "Please drop versioned
4
 
    dependency on initscripts package" by removing initscripts dependency
5
 
    (Closes: #804967)
6
 
  * debian/rules (override_dh_fixperms) Fix "FTBFS when built with
7
 
    dpkg-buildpackage -A (No such file or directory)" by splitting into
8
 
    "override_dh_fixperms-arch" and "override_dh_fixperms-indep".
9
 
    (Closes: #806073)
10
 
 
11
 
 -- Teddy Hogeborn <teddy@recompile.se>  Sat, 05 Dec 2015 02:27:40 +0100
12
 
 
13
 
mandos (1.7.1-1) unstable; urgency=medium
14
 
 
15
 
  * New upstream release.
16
 
 
17
 
 -- Teddy Hogeborn <teddy@recompile.se>  Sat, 24 Oct 2015 19:43:40 +0200
18
 
 
19
 
mandos (1.7.0-1) unstable; urgency=medium
20
 
 
21
 
  * New upstream release.
22
 
  * debian/control (Standards-Version): Updated to "3.9.6".
23
 
    (Build-Depends): Add "libnl-route-3-dev".
24
 
    (Package: mandos-client/Recommends): Added "gnutls-bin | openssl" for
25
 
    the generating of DH parameters.
26
 
  * debian/mandos-client.README.Debian: Update example command line to use
27
 
    new MANDOSPLUGINHELPERDIR environment variable.  Also document the new
28
 
    dhparams.pem file.
29
 
  * debian/mandos-client.postinst: Create DH parameters file.
30
 
  * debian/mandos.prerm: Don't run init script, use only invoke-rc.d.
31
 
  * debian/mandos-client.postinst: Don't use absolute paths to commands.
32
 
  * debian/mandos-client.postrm: Don't use absolute paths to commands.
33
 
    Also remove dhparams.pem file.
34
 
  * debian/copyright (Copyright): Update copyright year.
35
 
  * Upstream changed systemd service file to implicitly be of
36
 
    "Type=dbus". (Closes: #786845)
37
 
 
38
 
 -- Teddy Hogeborn <teddy@recompile.se>  Mon, 10 Aug 2015 22:00:29 +0200
39
 
 
40
 
mandos (1.6.9-1) unstable; urgency=medium
41
 
 
42
 
  * New upstream release.
43
 
  * debian/control (Build-Depends): Fix "still uses GnutLS 2.x" by
44
 
    changing from "libgnutls-dev" to "libgnutls28-dev | gnutls-dev"
45
 
    (Closes: #762349)
46
 
 
47
 
 -- Teddy Hogeborn <teddy@recompile.se>  Sun, 05 Oct 2014 22:05:06 +0200
48
 
 
49
 
mandos (1.6.8-1) unstable; urgency=medium
50
 
 
51
 
  * New upstream release.
52
 
  * debian/control (Source: mandos/Build-Depends-Indep): Since upstream
53
 
    now requires Python 2.7, depend on exactly the python2.7 package and
54
 
    all the Python 2.7 versions of the python modules.
55
 
    (Package: mandos/Depends): - '' - but still depend on python (>=2.7)
56
 
    and the generic versions of the Python modules; this is for mandos-ctl
57
 
    and mandos-monitor, both of which are compatible with Python 3, and
58
 
    use #!/usr/bin/python.
59
 
 
60
 
 -- Teddy Hogeborn <teddy@recompile.se>  Wed, 06 Aug 2014 22:55:24 +0200
61
 
 
62
 
mandos (1.6.7-1) unstable; urgency=medium
63
 
 
64
 
  * New upstream release.
65
 
 
66
 
 -- Teddy Hogeborn <teddy@recompile.se>  Thu, 17 Jul 2014 05:22:45 +0200
67
 
 
68
 
mandos (1.6.6-1) unstable; urgency=medium
69
 
 
70
 
  * New upstream release.
71
 
  * debian/mandos.postinst: Fix typo in comment.
72
 
  * debian/control (mandos/Recommends): Changed to "ssh-client | fping".
73
 
    (mandos-client/Recommends): New; set to "ssh".
74
 
 
75
 
 -- Teddy Hogeborn <teddy@recompile.se>  Sun, 13 Jul 2014 22:49:21 +0200
76
 
 
77
1
mandos (1.6.5-3) unstable; urgency=medium
78
2
 
79
3
  * debian/control (mandos-client/Depends): Add "dpkg-dev (>=1.16.0)";