Mercurial > dropbear
comparison debian/changelog @ 70:b0316ce64e4b
Merging in the changes from 0.41-0.43 main Dropbear tree
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 12 Aug 2004 16:41:58 +0000 |
parents | fe6bca95afa7 |
children | 95f4bc4bcd58 |
comparison
equal
deleted
inserted
replaced
69:59d16db56e9f | 70:b0316ce64e4b |
---|---|
1 dropbear (0.43-1) unstable; urgency=high | |
2 | |
3 * New upstream release 0.43 | |
4 * SECURITY: Don't attempt to free uninitialised buffers in DSS verification | |
5 code | |
6 * Handle portforwarding to servers which don't send any initial data | |
7 (Closes: #258426) | |
8 | |
9 -- Matt Johnston <[email protected]> Fri, 16 July 2004 17:44:54 +0800 | |
10 | |
11 dropbear (0.42-1) unstable; urgency=low | |
12 | |
13 * New upstream release 0.42 | |
14 | |
15 -- Matt Johnston <[email protected]> Wed, 16 June 2004 12:44:54 +0800 | |
16 | |
17 dropbear (0.41-3) unstable; urgency=low | |
18 | |
19 * 1st upload to the Debian archive (closes: #216553). | |
20 * debian/diff/cvs-20040520.diff: new; stable cvs snapshot. | |
21 * debian/rules: new target patch: apply diffs in debian/diff/, reverse | |
22 apply in target clean; install man pages. | |
23 * debian/control: Priority: optional. | |
24 | |
25 -- Gerrit Pape <[email protected]> Sun, 23 May 2004 08:32:37 +0000 | |
26 | |
27 dropbear (0.41-2) unstable; urgency=low | |
28 | |
29 * new maintainer. | |
30 * debian/control: no longer Build-Depends: debhelper; Build-Depends: | |
31 libz-dev; Standards-Version: 3.6.1.0; Suggests: runit; update | |
32 descriptions. | |
33 * debian/rules: stop using debhelper, use implicit rules; cleanup; | |
34 install dropbearconvert into /usr/lib/dropbear/. | |
35 * debian/impicit: new; implicit rules. | |
36 * debian/copyright.in: adapt. | |
37 * debian/dropbear.init: minor adaptions; test for dropbear service | |
38 directory. | |
39 * debian/README.runit: new; how to use dropbear with runit. | |
40 * debian/README.Debian, debian/docs: rename to debian/dropbear.*. | |
41 * debian/dropbear.docs: add debian/README.runit | |
42 * debian/conffiles: rename to debian/dropbear.conffiles; add init | |
43 script, and run scripts. | |
44 * debian/postinst: rename to debian/dropbear.postinst; adapt; use | |
45 invloke-rc.d dropbear start. | |
46 * debian/dropbear.prerm: new; invoke-rc.d dropbear stop. | |
47 * debian/postrm: rename to debian/dropbear.postrm; adapt; clean up | |
48 service directories. | |
49 * debian/compat, debian/dirs, dropbear.default: remove; obsolete. | |
50 | |
51 -- Gerrit Pape <[email protected]> Sun, 16 May 2004 16:50:55 +0000 | |
52 | |
1 dropbear (0.41-1) unstable; urgency=low | 53 dropbear (0.41-1) unstable; urgency=low |
2 | 54 |
3 * Updated to 0.41 release. | 55 * Updated to 0.41 release. |
4 * Various minor fixes | 56 * Various minor fixes |
5 | 57 |