• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1dropbear (0.49-0.1) unstable; urgency=low
2
3  * New upstream release.
4
5 -- Matt Johnston <matt@ucc.asn.au>  Fri, 23 Feb 2007 00:44:00 +0900
6
7dropbear (0.48.1-1) unstable; urgency=medium
8
9  * new upstream point release.
10    * Compile fix for scp
11  * debian/diff/dbclient.1.diff: new: document -R option to dbclient
12    accurately (thx Markus Schaber; closes: #351882).
13  * debian/dropbear.README.Debian: document a workaround for systems with
14    possibly blocking /dev/random device (closes: #355414)..
15
16 -- Gerrit Pape <pape@smarden.org>  Sun, 16 Apr 2006 16:16:40 +0000
17
18dropbear (0.48-1) unstable; urgency=medium
19
20  * New upstream release.
21  * SECURITY: Improve handling of denial of service attempts from a single
22    IP.
23
24  * debian/implicit: update to revision 1.11.
25  * new upstream release updates to scp from OpenSSH 4.3p2 - fixes a
26    security issue where use of system() could cause users to execute
27    arbitrary code through malformed filenames; CVE-2006-0225 (see also
28    #349645); the scp binary is not provided by this package though.
29
30 -- Gerrit Pape <pape@smarden.org>  Fri, 10 Mar 2006 22:00:32 +0000
31
32dropbear (0.47-1) unstable; urgency=high
33
34  * New upstream release.
35  * SECURITY: Fix incorrect buffer sizing; CVE-2005-4178.
36
37 -- Matt Johnston <matt@ucc.asn.au>  Thu, 8 Dec 2005 19:20:21 +0800
38
39dropbear (0.46-2) unstable; urgency=low
40
41  * debian/control: Standards-Version: 3.6.2.1; update descriptions to
42    mention included server and client (thx Tino Keitel).
43  * debian/dropbear.init: allow '/etc/init.d/dropbear stop' even though
44    'NO_START is not set to zero.' (closes: #336723).
45
46 -- Gerrit Pape <pape@smarden.org>  Tue,  6 Dec 2005 13:30:49 +0000
47
48dropbear (0.46-1) unstable; urgency=medium
49
50  * New upstream release, various fixes.
51  * debian/diff/dbclient-usage-typo.diff, debian/diff/manpages.diff: remove;
52    obsolete.
53  * debian/dbclient.1: move to ./dbclient.1.
54
55 -- Matt Johnston <matt@ucc.asn.au>  Fri, 8 July 2005 21:32:55 +0800
56
57dropbear (0.45-3) unstable; urgency=low
58
59  * debian/dropbear.init: init script prints human readable message in case
60    it's disabled (closes: #309099).
61  * debian/dropbear.postinst: configure: restart service through init script
62    instead of start.
63  * debian/dropbear.prerm: set -u -> set -e.
64
65 -- Gerrit Pape <pape@smarden.org>  Wed, 25 May 2005 22:38:17 +0000
66
67dropbear (0.45-2) unstable; urgency=low
68
69  * Matt Johnston:
70    * New upstream release, various fixes.
71
72 -- Gerrit Pape <pape@smarden.org>  Sat, 12 Mar 2005 15:17:55 +0000
73
74dropbear (0.44-1) unstable; urgency=low
75
76  * New upstream release.
77  * debian/rules: install /usr/bin/dbclient; handle possible patches more
78    gracefully; install debian/dbclient.1 man page; enable target patch;
79    minor.
80  * debian/implicit: update to revision 1.10.
81  * debian/dbclient.1: new; man page.
82  * debian/diff/dbclient-usage-typo.diff: new; fix typo.
83  * debian/diff/manpages.diff: new; add references to dbclient man page.
84
85 -- Gerrit Pape <pape@smarden.org>  Sat,  8 Jan 2005 22:50:43 +0000
86
87dropbear (0.43-2) unstable; urgency=high
88
89  * Matt Johnston:
90    * New upstream release 0.43
91    * SECURITY: Don't attempt to free uninitialised buffers in DSS verification
92      code
93    * Handle portforwarding to servers which don't send any initial data
94      (Closes: #258426)
95  * debian/dropbear.postinst: remove code causing bothersome warning on
96    package install (closes: #256752).
97  * debian/README.Debian.diet: new; how to build with the diet libc.
98  * debian/dropbear.docs: add debian/README.Debian.diet.
99  * debian/rules: support "diet" in DEB_BUILD_OPTIONS; minor cleanup.
100
101 -- Gerrit Pape <pape@smarden.org>  Sat, 17 Jul 2004 19:31:19 +0000
102
103dropbear (0.42-1) unstable; urgency=low
104
105  * New upstream release 0.42.
106  * debian/diff/cvs-20040520.diff: remove; obsolete.
107  * debian/rules: disable target patch.
108
109 -- Matt Johnston <matt@ucc.asn.au>  Wed, 16 June 2004 12:44:54 +0800
110
111dropbear (0.41-3) unstable; urgency=low
112
113  * 1st upload to the Debian archive (closes: #216553).
114  * debian/diff/cvs-20040520.diff: new; stable cvs snapshot.
115  * debian/rules: new target patch: apply diffs in debian/diff/, reverse
116    apply in target clean; install man pages.
117  * debian/control: Priority: optional.
118
119 -- Gerrit Pape <pape@smarden.org>  Sun, 23 May 2004 08:32:37 +0000
120
121dropbear (0.41-2) unstable; urgency=low
122
123  * new maintainer.
124  * debian/control: no longer Build-Depends: debhelper; Build-Depends:
125    libz-dev; Standards-Version: 3.6.1.0; Suggests: runit; update
126    descriptions.
127  * debian/rules: stop using debhelper, use implicit rules; cleanup;
128    install dropbearconvert into /usr/lib/dropbear/.
129  * debian/impicit: new; implicit rules.
130  * debian/copyright.in: adapt.
131  * debian/dropbear.init: minor adaptions; test for dropbear service
132    directory.
133  * debian/README.runit: new; how to use dropbear with runit.
134  * debian/README.Debian, debian/docs: rename to debian/dropbear.*.
135  * debian/dropbear.docs: add debian/README.runit
136  * debian/conffiles: rename to debian/dropbear.conffiles; add init
137    script, and run scripts.
138  * debian/postinst: rename to debian/dropbear.postinst; adapt; use
139    invloke-rc.d dropbear start.
140  * debian/dropbear.prerm: new; invoke-rc.d dropbear stop.
141  * debian/postrm: rename to debian/dropbear.postrm; adapt; clean up
142    service directories.
143  * debian/compat, debian/dirs, dropbear.default: remove; obsolete.
144
145 -- Gerrit Pape <pape@smarden.org>  Sun, 16 May 2004 16:50:55 +0000
146
147dropbear (0.41-1) unstable; urgency=low
148
149  * Updated to 0.41 release.
150  * Various minor fixes
151
152 -- Matt Johnston <matt@ucc.asn.au>  Mon, 19 Jan 2004 23:20:54 +0800
153
154dropbear (0.39-1) unstable; urgency=low
155
156  * updated to 0.39 release. Some new features, some bugfixes.
157
158 -- Matt Johnston <matt@ucc.asn.au>  Tue, 16 Dec 2003 16:20:54 +0800
159
160dropbear (0.38-1) unstable; urgency=medium
161
162  * updated to 0.38 release - various important bugfixes
163
164 -- Matt Johnston <matt@ucc.asn.au>  Sat, 11 Oct 2003 16:28:54 +0800
165
166dropbear (0.37-1) unstable; urgency=medium
167
168  * updated to 0.37 release - various important bugfixes
169
170 -- Matt Johnston <matt@ucc.asn.au>  Wed, 24 Sept 2003 19:43:54 +0800
171
172dropbear (0.36-1) unstable; urgency=high
173
174  * updated to 0.36 release - various important bugfixes
175
176 -- Matt Johnston <matt@ucc.asn.au>  Tues, 19 Aug 2003 12:20:54 +0800
177
178dropbear (0.35-1) unstable; urgency=high
179
180  * updated to 0.35 release - contains fix for remotely exploitable
181    vulnerability.
182
183 -- Matt Johnston <matt@ucc.asn.au>  Sun, 17 Aug 2003 05:37:47 +0800
184
185dropbear (0.34-1) unstable; urgency=medium
186
187  * updated to 0.34 release
188
189 -- Matt Johnston <matt@ucc.asn.au>  Fri, 15 Aug 2003 15:10:00 +0800
190
191dropbear (0.33-1) unstable; urgency=medium
192
193  * updated to 0.33 release
194
195 -- Matt Johnston <matt@ucc.asn.au>  Sun, 22 Jun 2003 22:22:00 +0800
196
197dropbear (0.32cvs-1) unstable; urgency=medium
198
199  * now maintained in UCC CVS
200  * debian/copyright.in file added, generated from LICENSE
201
202 -- Grahame Bowland <grahame@angrygoats.net>  Tue, 21 Jun 2003 17:57:02 +0800
203
204dropbear (0.32cvs-1) unstable; urgency=medium
205
206  * sync with CVS
207  * fixes X crash bug
208
209 -- Grahame Bowland <grahame@angrygoats.net>  Tue, 20 Jun 2003 15:04:47 +0800
210
211dropbear (0.32-2) unstable; urgency=low
212
213  * fix creation of host keys to use correct names in /etc/dropbear
214  * init script "restart" function fixed
215  * purging this package now deletes the host keys and /etc/dropbear
216  * change priority in debian/control to 'standard'
217
218 -- Grahame Bowland <grahame@angrygoats.net>  Tue, 17 Jun 2003 15:04:47 +0800
219
220dropbear (0.32-1) unstable; urgency=low
221
222  * Initial Release.
223
224 -- Grahame Bowland <grahame@angrygoats.net>  Tue, 17 Jun 2003 15:04:47 +0800
225
226