Changes to update Tomato RAF.
[tomato.git] / release / src / router / dropbear / debian / changelog
blobacd9ec4112faeb3b52b2375d7729f24f70198000
1 dropbear (2012.55-0.1) unstable; urgency=low
3   * New upstream release.
5  -- Matt Johnston <matt@ucc.asn.au>  Wed, 22 Feb 2012 22:54:00 +0800
7 dropbear (2011.54-0.1) unstable; urgency=low
9   * New upstream release.
11  -- Matt Johnston <matt@ucc.asn.au>  Tues, 8 Nov 2011 22:54:00 +0800
13 dropbear (0.53.1-0.1) unstable; urgency=low
15   * New upstream release.
17  -- Matt Johnston <matt@ucc.asn.au>  Wed, 2 Mar 2011 22:54:00 +0900
19 dropbear (0.53-0.1) unstable; urgency=low
21   * New upstream release.
23  -- Matt Johnston <matt@ucc.asn.au>  Thu, 24 Feb 2011 22:54:00 +0900
25 dropbear (0.52-0.1) unstable; urgency=low
27   * New upstream release.
29  -- Matt Johnston <matt@ucc.asn.au>  Wed, 12 Nov 2008 22:54:00 +0900
31 dropbear (0.51-0.1) unstable; urgency=low
33   * New upstream release.
35  -- Matt Johnston <matt@ucc.asn.au>  Thu, 27 Mar 2008 19:14:00 +0900
37 dropbear (0.50-4) unstable; urgency=low
39   * debian/dropbear.init: apply patch from Petter Reinholdtsen: add LSB
40     formatted dependency info in init.d script (closes: #466257).
41   * debian/rules: no longer include symlinks for ./supervise/ subdirectories.
42   * debian/dropbear.postinst: upgrade from << 0.50-4: if dropbear is managed
43     by runit, remove service, and re-add using update-service(8).
44   * debian/control: Standards-Version: 3.7.3.0.
45   * debian/rules: target clean: don't ignore errors but check for readable
46     ./Makefile.
48  -- Gerrit Pape <pape@smarden.org>  Thu, 06 Mar 2008 19:06:58 +0000
50 dropbear (0.50-3) unstable; urgency=low
52   * debian/dropbear.init: use the update-service(8) program from the runit
53     package instead of directly checking for the symlink in /var/service/.
54   * debian/README.runit: talk about update-service(8) instead of symlinks
55     in /var/service/.
57  -- Gerrit Pape <pape@smarden.org>  Fri, 15 Feb 2008 00:32:37 +0000
59 dropbear (0.50-2) unstable; urgency=low
61   * debian/dropbear.README.Debian: no longer talk about entropy from
62     /dev/random, /dev/urandom is now used by default (thx Joey Hess,
63     closes: #441515).
65  -- Gerrit Pape <pape@smarden.org>  Mon, 24 Sep 2007 16:49:17 +0000
67 dropbear (0.50-1) unstable; urgency=low
69   * debian/README.runit: minor.
70   * new upstream version.
71   * debian/diff/0001-options.h-use-dev-urandom-instead-of-dev-random-a.diff:
72     remove; fixed upstream.
74  -- Gerrit Pape <pape@smarden.org>  Thu, 09 Aug 2007 23:01:01 +0000
76 dropbear (0.49-2) unstable; urgency=low
78   * debian/rules: apply diffs from debian/diff/ with patch -p1 instead of
79     -p0.
80   * debian/diff/0001-options.h-use-dev-urandom-instead-of-dev-random-a.diff:
81     new; options.h: use /dev/urandom instead of /dev/random as
82     DROPBEAR_RANDOM_DEV (closes: #386976).
83   * debian/rules: target clean: remove libtomcrypt/Makefile,
84     libtommath/Makefile.
86  -- Gerrit Pape <pape@smarden.org>  Sat, 09 Jun 2007 08:59:59 +0000
88 dropbear (0.49-1) unstable; urgency=high
90   * new upstream release, fixes
91     * CVE-2007-1099: dropbear dbclient insufficient warning on hostkey
92       mismatch (closes: #412899).
93     * dbclient uses static "Password:" prompt instead of using the server's
94       prompt (closes: #394996).
95   * debian/control: Suggests: openssh-client, not ssh (closes: #405686);
96     Standards-Version: 3.7.2.2.
97   * debian/README.Debian: ssh -> openssh-server, openssh-client; remove
98     'Replacing OpenSSH "sshd" with Dropbear' part, this is simply done by not
99     installing the openssh-server package.
100   * debian/README.runit: runsvstat -> sv status.
102  -- Gerrit Pape <pape@smarden.org>  Fri,  2 Mar 2007 20:48:18 +0000
104 dropbear (0.48.1-1) unstable; urgency=medium
106   * new upstream point release.
107     * Compile fix for scp
108   * debian/diff/dbclient.1.diff: new: document -R option to dbclient
109     accurately (thx Markus Schaber; closes: #351882).
110   * debian/dropbear.README.Debian: document a workaround for systems with
111     possibly blocking /dev/random device (closes: #355414)..
113  -- Gerrit Pape <pape@smarden.org>  Sun, 16 Apr 2006 16:16:40 +0000
115 dropbear (0.48-1) unstable; urgency=medium
117   * New upstream release.
118   * SECURITY: Improve handling of denial of service attempts from a single
119     IP.
121   * debian/implicit: update to revision 1.11.
122   * new upstream release updates to scp from OpenSSH 4.3p2 - fixes a
123     security issue where use of system() could cause users to execute
124     arbitrary code through malformed filenames; CVE-2006-0225 (see also
125     #349645); the scp binary is not provided by this package though.
127  -- Gerrit Pape <pape@smarden.org>  Fri, 10 Mar 2006 22:00:32 +0000
129 dropbear (0.47-1) unstable; urgency=high
131   * New upstream release.
132   * SECURITY: Fix incorrect buffer sizing; CVE-2005-4178.
134  -- Matt Johnston <matt@ucc.asn.au>  Thu, 8 Dec 2005 19:20:21 +0800
136 dropbear (0.46-2) unstable; urgency=low
138   * debian/control: Standards-Version: 3.6.2.1; update descriptions to
139     mention included server and client (thx Tino Keitel).
140   * debian/dropbear.init: allow '/etc/init.d/dropbear stop' even though
141     'NO_START is not set to zero.' (closes: #336723).
143  -- Gerrit Pape <pape@smarden.org>  Tue,  6 Dec 2005 13:30:49 +0000
145 dropbear (0.46-1) unstable; urgency=medium
147   * New upstream release, various fixes.
148   * debian/diff/dbclient-usage-typo.diff, debian/diff/manpages.diff: remove;
149     obsolete.
150   * debian/dbclient.1: move to ./dbclient.1.
152  -- Matt Johnston <matt@ucc.asn.au>  Fri, 8 July 2005 21:32:55 +0800
154 dropbear (0.45-3) unstable; urgency=low
156   * debian/dropbear.init: init script prints human readable message in case
157     it's disabled (closes: #309099).
158   * debian/dropbear.postinst: configure: restart service through init script
159     instead of start.
160   * debian/dropbear.prerm: set -u -> set -e.
162  -- Gerrit Pape <pape@smarden.org>  Wed, 25 May 2005 22:38:17 +0000
164 dropbear (0.45-2) unstable; urgency=low
166   * Matt Johnston:
167     * New upstream release, various fixes.
169  -- Gerrit Pape <pape@smarden.org>  Sat, 12 Mar 2005 15:17:55 +0000
171 dropbear (0.44-1) unstable; urgency=low
173   * New upstream release.
174   * debian/rules: install /usr/bin/dbclient; handle possible patches more
175     gracefully; install debian/dbclient.1 man page; enable target patch;
176     minor.
177   * debian/implicit: update to revision 1.10.
178   * debian/dbclient.1: new; man page.
179   * debian/diff/dbclient-usage-typo.diff: new; fix typo.
180   * debian/diff/manpages.diff: new; add references to dbclient man page.
182  -- Gerrit Pape <pape@smarden.org>  Sat,  8 Jan 2005 22:50:43 +0000
184 dropbear (0.43-2) unstable; urgency=high
186   * Matt Johnston:
187     * New upstream release 0.43
188     * SECURITY: Don't attempt to free uninitialised buffers in DSS verification
189       code
190     * Handle portforwarding to servers which don't send any initial data
191       (Closes: #258426)
192   * debian/dropbear.postinst: remove code causing bothersome warning on
193     package install (closes: #256752).
194   * debian/README.Debian.diet: new; how to build with the diet libc.
195   * debian/dropbear.docs: add debian/README.Debian.diet.
196   * debian/rules: support "diet" in DEB_BUILD_OPTIONS; minor cleanup.
198  -- Gerrit Pape <pape@smarden.org>  Sat, 17 Jul 2004 19:31:19 +0000
200 dropbear (0.42-1) unstable; urgency=low
202   * New upstream release 0.42.
203   * debian/diff/cvs-20040520.diff: remove; obsolete.
204   * debian/rules: disable target patch.
206  -- Matt Johnston <matt@ucc.asn.au>  Wed, 16 June 2004 12:44:54 +0800
208 dropbear (0.41-3) unstable; urgency=low
210   * 1st upload to the Debian archive (closes: #216553).
211   * debian/diff/cvs-20040520.diff: new; stable cvs snapshot.
212   * debian/rules: new target patch: apply diffs in debian/diff/, reverse
213     apply in target clean; install man pages.
214   * debian/control: Priority: optional.
216  -- Gerrit Pape <pape@smarden.org>  Sun, 23 May 2004 08:32:37 +0000
218 dropbear (0.41-2) unstable; urgency=low
220   * new maintainer.
221   * debian/control: no longer Build-Depends: debhelper; Build-Depends:
222     libz-dev; Standards-Version: 3.6.1.0; Suggests: runit; update
223     descriptions.
224   * debian/rules: stop using debhelper, use implicit rules; cleanup;
225     install dropbearconvert into /usr/lib/dropbear/.
226   * debian/impicit: new; implicit rules.
227   * debian/copyright.in: adapt.
228   * debian/dropbear.init: minor adaptions; test for dropbear service
229     directory.
230   * debian/README.runit: new; how to use dropbear with runit.
231   * debian/README.Debian, debian/docs: rename to debian/dropbear.*.
232   * debian/dropbear.docs: add debian/README.runit
233   * debian/conffiles: rename to debian/dropbear.conffiles; add init
234     script, and run scripts.
235   * debian/postinst: rename to debian/dropbear.postinst; adapt; use
236     invloke-rc.d dropbear start.
237   * debian/dropbear.prerm: new; invoke-rc.d dropbear stop.
238   * debian/postrm: rename to debian/dropbear.postrm; adapt; clean up
239     service directories.
240   * debian/compat, debian/dirs, dropbear.default: remove; obsolete.
242  -- Gerrit Pape <pape@smarden.org>  Sun, 16 May 2004 16:50:55 +0000
244 dropbear (0.41-1) unstable; urgency=low
246   * Updated to 0.41 release.
247   * Various minor fixes
249  -- Matt Johnston <matt@ucc.asn.au>  Mon, 19 Jan 2004 23:20:54 +0800
251 dropbear (0.39-1) unstable; urgency=low
253   * updated to 0.39 release. Some new features, some bugfixes.
255  -- Matt Johnston <matt@ucc.asn.au>  Tue, 16 Dec 2003 16:20:54 +0800
257 dropbear (0.38-1) unstable; urgency=medium
259   * updated to 0.38 release - various important bugfixes
261  -- Matt Johnston <matt@ucc.asn.au>  Sat, 11 Oct 2003 16:28:54 +0800
263 dropbear (0.37-1) unstable; urgency=medium
265   * updated to 0.37 release - various important bugfixes
267  -- Matt Johnston <matt@ucc.asn.au>  Wed, 24 Sept 2003 19:43:54 +0800
269 dropbear (0.36-1) unstable; urgency=high
271   * updated to 0.36 release - various important bugfixes
273  -- Matt Johnston <matt@ucc.asn.au>  Tues, 19 Aug 2003 12:20:54 +0800
275 dropbear (0.35-1) unstable; urgency=high
277   * updated to 0.35 release - contains fix for remotely exploitable
278     vulnerability.
280  -- Matt Johnston <matt@ucc.asn.au>  Sun, 17 Aug 2003 05:37:47 +0800
282 dropbear (0.34-1) unstable; urgency=medium
284   * updated to 0.34 release
286  -- Matt Johnston <matt@ucc.asn.au>  Fri, 15 Aug 2003 15:10:00 +0800
288 dropbear (0.33-1) unstable; urgency=medium
290   * updated to 0.33 release
292  -- Matt Johnston <matt@ucc.asn.au>  Sun, 22 Jun 2003 22:22:00 +0800
294 dropbear (0.32cvs-1) unstable; urgency=medium
296   * now maintained in UCC CVS
297   * debian/copyright.in file added, generated from LICENSE
299  -- Grahame Bowland <grahame@angrygoats.net>  Tue, 21 Jun 2003 17:57:02 +0800
301 dropbear (0.32cvs-1) unstable; urgency=medium
303   * sync with CVS
304   * fixes X crash bug
306  -- Grahame Bowland <grahame@angrygoats.net>  Tue, 20 Jun 2003 15:04:47 +0800
308 dropbear (0.32-2) unstable; urgency=low
310   * fix creation of host keys to use correct names in /etc/dropbear
311   * init script "restart" function fixed
312   * purging this package now deletes the host keys and /etc/dropbear
313   * change priority in debian/control to 'standard'
315  -- Grahame Bowland <grahame@angrygoats.net>  Tue, 17 Jun 2003 15:04:47 +0800
317 dropbear (0.32-1) unstable; urgency=low
319   * Initial Release.
321  -- Grahame Bowland <grahame@angrygoats.net>  Tue, 17 Jun 2003 15:04:47 +0800