/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-05-26 22:21:17 UTC
  • mto: This revision was merged to the branch mainline in revision 591.
  • Revision ID: teddy@recompile.se-20120526222117-2n4oeb3hqyq4rjdh
* mandos: Implement "--socket" option.
  (IPv6_TCPServer.__init__): Take new "socketfd" parameter; use it.
  (MandosServer.__init__): Take new "socketfd" parameter.  Pass it on
                           to IPv6_TCPServer constructor.
  (main): Take new "--socket" option.  Also take "socket" parameter in
          "mandos.conf" configuration file.  If set, pass the value to
          MandosServer constructor.
* mandos-options.xml (socket): Document new "socket" option.
* mandos-conf.xml (OPTIONS): - '' -
* mandos.xml (SYNOPSIS, OPTIONS): Document new "--socket" option.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
mandos (1.6.1-1) unstable; urgency=low
2
 
 
3
 
  * New upstream release.
4
 
  * debian/control (mandos/Depends): No longer depends on
5
 
                                     python-gnupginterface, but does
6
 
                                     depend on gnupg (<< 2).
7
 
    (Build-Depends): Depend on debhelper 8.9.7 for using "override-*-arch"
8
 
                     and "override-*-indep" targets in debian/rules.
9
 
  * debian/mandos-client.README: Update Linux documentation link.
10
 
  * debian/rules: Completely rewritten to use debhelper v7.
11
 
  * initramfs-tools-hook: Bug fix: Make sure the right version of GnuPG is
12
 
    copied into the initramfs image.  Always assume that GPGME is used to
13
 
    avoid searching for it since the path might not be /usr/lib.  Thanks
14
 
    to Félix Sipma <felix+debian@gueux.org> for the initial bug report,
15
 
    and also thanks to Dick Middleton <dick@lingbrae.com> for some more
16
 
    debugging. (Closes:  #721903)
17
 
  * Fix "bashism in /bin/sh script" fixed by upstream. (Closes: #690639)
18
 
 
19
 
 -- Teddy Hogeborn <teddy@recompile.se>  Sun, 13 Oct 2013 19:03:23 +0200
20
 
 
21
 
mandos (1.6.0-1) unstable; urgency=low
22
 
 
23
 
  * New upstream release.
24
 
  * debian/copyright (Copyright): Join the two lines to a single line.
25
 
  * debian/mandos-client.README.Debian: Update to refer to the new
26
 
    location of the example network hooks, and the new feature of using
27
 
    all network interfaces.
28
 
  * debian/mandos-client.docs (network-hooks.d): Removed.
29
 
  * debian/mandos-client.examples (network-hooks.d): New.
30
 
  * debian/rules (binary-common): Added "dh_installexamples".
31
 
    (binary-common/dh_fixperms): Exclude new location of
32
 
    "network-hooks.d".
33
 
 
34
 
 -- Teddy Hogeborn <teddy@recompile.se>  Mon, 18 Jun 2012 00:15:23 +0200
35
 
 
36
 
mandos (1.5.5-1) unstable; urgency=low
37
 
 
38
 
  * New upstream release.
39
 
  * debian/copyright (Format): Updated to
40
 
    "http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/".
41
 
  * debian/control (Build-Depends): Removed "man, locales-all".
42
 
 
43
 
 -- Teddy Hogeborn <teddy@recompile.se>  Fri, 01 Jun 2012 20:30:41 +0200
44
 
 
45
1
mandos (1.5.4-1) unstable; urgency=low
46
2
 
47
3
  * New upstream release.