/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-02-28 10:59:18 UTC
  • Revision ID: teddy@recompile.se-20160228105918-tb8pt2p5j0tkcls3
Handle GnuTLS errors and partial sends in gnutls "module".

* mandos (GnuTLS.E_INTERRUPTED, GnuTLS.E_AGAIN): New.
  (GnuTLS.Error): Set error code as "code" attribute.
  (GnuTLS.ClientSession.send): Handle partial sends with a loop.
  (GnuTLS._retry_on_error): New function.
  (GnuTLS.record_send, GnuTLS.handshake, GnuTLS.bye): Set "errcheck"
                                                      attribute to
                                                    "_retry_on_error".
  (ClientHandler.handle): Remove loop for handling partial sends;
                          GnuTLS.ClientSession.send() will do that.

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
mandos (1.6.5-3) unstable; urgency=medium
 
78
 
 
79
  * debian/control (mandos-client/Depends): Add "dpkg-dev (>=1.16.0)";
 
80
    initramfs-tools-hook runs "dpkg-architecture -qDEB_HOST_MULTIARCH".
 
81
    (Closes: #750221)
 
82
 
 
83
 -- Teddy Hogeborn <teddy@recompile.se>  Fri, 06 Jun 2014 04:27:15 +0200
 
84
 
 
85
mandos (1.6.5-2) unstable; urgency=medium
 
86
 
 
87
  * debian/rules (override_dh_auto_test-arch): New; does nothing.  Fixes
 
88
    FTBFS for build-indep.
 
89
 
 
90
 -- Teddy Hogeborn <teddy@recompile.se>  Tue, 13 May 2014 08:08:31 +0200
 
91
 
 
92
mandos (1.6.5-1) unstable; urgency=medium
 
93
 
 
94
  * New upstream release.
 
95
  * debian/copyright: Change year to "2014".
 
96
  * debian/control (Build-Depends, Build-Depends-Indep): Moved build
 
97
    dependencies of "mandos" package to "Build-Depends-Indep".
 
98
  * debian/upstream/signing-key.asc: New; upstream source public key.
 
99
  * debian/control (Standards-Version): Updated to "3.9.5".
 
100
  * debian/control (mandos/Depends): Remove the dependency on
 
101
    "avahi-daemon (>= 0.6.31-3) | systemd-sysv".  It is unnecessary
 
102
    since we have a workaround in debian/mandos.postinst anyway.
 
103
 
 
104
 -- Teddy Hogeborn <teddy@recompile.se>  Sun, 11 May 2014 22:16:33 +0200
 
105
 
 
106
mandos (1.6.4-1) unstable; urgency=medium
 
107
 
 
108
  * New upstream release.
 
109
  * debian/control (Build-Depends): Add Python dependencies to
 
110
                                    successfully run self-tests.
 
111
  * debian/copyright: GPLv3 now has its own license file - use it.
 
112
  * debian/watch: Set PGP signature URL.
 
113
 
 
114
 -- Teddy Hogeborn <teddy@recompile.se>  Sun, 16 Feb 2014 14:09:25 +0100
 
115
 
 
116
mandos (1.6.3-1) unstable; urgency=low
 
117
 
 
118
  * New upstream release.
 
119
  * debian/control (Build-Depends): Added "systemd".
 
120
  * debian/mandos.dirs (lib/systemd/system): New.
 
121
  * debian/mandos-client.README.Debian: Refer to architecture libdir.
 
122
  * debian/control (mandos/Depends): Add "avahi-daemon (>= 0.6.31-3) |
 
123
                                     systemd-sysv".
 
124
  * debian/mandos.postinst: If avahi-daemon is version 0.6.31-2 or older,
 
125
                            edit /etc/init.d script headers Required-Start
 
126
                            and Required-Stop to have "avahi" instead of
 
127
                            "avahi-daemon", before insserv(8) sees it.
 
128
  * debian/mandos-client.lintian-overrides: Libdir changes.
 
129
  * debian/rules (override_dh_fixperms): - '' -
 
130
 
 
131
 -- Teddy Hogeborn <teddy@recompile.se>  Tue, 21 Jan 2014 22:01:30 +0100
 
132
 
 
133
mandos (1.6.2-1) unstable; urgency=low
 
134
 
 
135
  * New upstream release.
 
136
  * debian/compat: Changed to "9".
 
137
  * debian/control (Build-Depends): Changed debhelper version to (>= 9).
 
138
    (Standards-Version): Updated to "3.9.4".
 
139
    (DM-Upload-Allowed): Removed.
 
140
    (mandos/Depends): Add "initscripts (>= 2.88dsf-13.3)" to be able to
 
141
                      use the "/run" directory (for mandos.pid).
 
142
  * debian/copyright (Copyright): Update year.
 
143
  * Fix "Mandos/gnutls fails to establish connection, "an algorithm that
 
144
    is not enabled was negotiated"" fixed by upstream. (Closes: #702120)
 
145
 
 
146
 -- Teddy Hogeborn <teddy@recompile.se>  Thu, 24 Oct 2013 22:33:40 +0200
 
147
 
 
148
mandos (1.6.1-1) unstable; urgency=low
 
149
 
 
150
  * New upstream release.
 
151
  * debian/control (mandos/Depends): No longer depends on
 
152
                                     python-gnupginterface, but does
 
153
                                     depend on gnupg (<< 2).
 
154
    (Build-Depends): Depend on debhelper 8.9.7 for using "override-*-arch"
 
155
                     and "override-*-indep" targets in debian/rules.
 
156
  * debian/mandos-client.README: Update Linux documentation link.
 
157
  * debian/rules: Completely rewritten to use debhelper v7.
 
158
  * initramfs-tools-hook: Bug fix: Make sure the right version of GnuPG is
 
159
    copied into the initramfs image.  Always assume that GPGME is used to
 
160
    avoid searching for it since the path might not be /usr/lib.  Thanks
 
161
    to Félix Sipma <felix+debian@gueux.org> for the initial bug report,
 
162
    and also thanks to Dick Middleton <dick@lingbrae.com> for some more
 
163
    debugging. (Closes:  #721903)
 
164
  * Fix "bashism in /bin/sh script" fixed by upstream. (Closes: #690639)
 
165
 
 
166
 -- Teddy Hogeborn <teddy@recompile.se>  Sun, 13 Oct 2013 19:03:23 +0200
 
167
 
 
168
mandos (1.6.0-1) unstable; urgency=low
 
169
 
 
170
  * New upstream release.
 
171
  * debian/copyright (Copyright): Join the two lines to a single line.
 
172
  * debian/mandos-client.README.Debian: Update to refer to the new
 
173
    location of the example network hooks, and the new feature of using
 
174
    all network interfaces.
 
175
  * debian/mandos-client.docs (network-hooks.d): Removed.
 
176
  * debian/mandos-client.examples (network-hooks.d): New.
 
177
  * debian/rules (binary-common): Added "dh_installexamples".
 
178
    (binary-common/dh_fixperms): Exclude new location of
 
179
    "network-hooks.d".
 
180
 
 
181
 -- Teddy Hogeborn <teddy@recompile.se>  Mon, 18 Jun 2012 00:15:23 +0200
 
182
 
1
183
mandos (1.5.5-1) unstable; urgency=low
2
184
 
3
185
  * New upstream release.