Mercurial > dropbear
comparison debian/changelog @ 284:eed26cff980b
propagate from branch 'au.asn.ucc.matt.ltm.dropbear' (head 6c790cad5a7fa866ad062cb3a0c279f7ba788583)
to branch 'au.asn.ucc.matt.dropbear' (head fff0894a0399405a9410ea1c6d118f342cf2aa64)
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 08 Mar 2006 13:23:49 +0000 |
parents | 9b9664204b97 |
children | 55a99934db87 |
comparison
equal
deleted
inserted
replaced
283:bd240aa12ba7 | 284:eed26cff980b |
---|---|
1 dropbear (0.47-0.1) unstable; urgency=high | |
2 | |
3 * New upstream release. | |
4 * SECURITY: Fix incorrect buffer sizing. | |
5 | |
6 -- Matt Johnston <[email protected]> Thu, 8 Dec 2005 19:20:21 +0800 | |
7 | |
8 dropbear (0.46-2) unstable; urgency=low | |
9 | |
10 * debian/control: Standards-Version: 3.6.2.1; update descriptions to | |
11 mention included server and client (thx Tino Keitel). | |
12 * debian/dropbear.init: allow '/etc/init.d/dropbear stop' even though | |
13 'NO_START is not set to zero.' (closes: #336723). | |
14 | |
15 -- Gerrit Pape <[email protected]> Tue, 6 Dec 2005 13:30:49 +0000 | |
16 | |
17 dropbear (0.46-1) unstable; urgency=medium | |
18 | |
19 * New upstream release, various fixes. | |
20 * debian/diff/dbclient-usage-typo.diff, debian/diff/manpages.diff: remove; | |
21 obsolete. | |
22 * debian/dbclient.1: move to ./dbclient.1. | |
23 | |
24 -- Matt Johnston <[email protected]> Fri, 8 July 2005 21:32:55 +0800 | |
25 | |
26 dropbear (0.45-3) unstable; urgency=low | |
27 | |
28 * debian/dropbear.init: init script prints human readable message in case | |
29 it's disabled (closes: #309099). | |
30 * debian/dropbear.postinst: configure: restart service through init script | |
31 instead of start. | |
32 * debian/dropbear.prerm: set -u -> set -e. | |
33 | |
34 -- Gerrit Pape <[email protected]> Wed, 25 May 2005 22:38:17 +0000 | |
35 | |
36 dropbear (0.45-2) unstable; urgency=low | |
37 | |
38 * Matt Johnston: | |
39 * New upstream release, various fixes. | |
40 | |
41 -- Gerrit Pape <[email protected]> Sat, 12 Mar 2005 15:17:55 +0000 | |
42 | |
43 dropbear (0.44-1) unstable; urgency=low | |
44 | |
45 * New upstream release. | |
46 * debian/rules: install /usr/bin/dbclient; handle possible patches more | |
47 gracefully; install debian/dbclient.1 man page; enable target patch; | |
48 minor. | |
49 * debian/implicit: update to revision 1.10. | |
50 * debian/dbclient.1: new; man page. | |
51 * debian/diff/dbclient-usage-typo.diff: new; fix typo. | |
52 * debian/diff/manpages.diff: new; add references to dbclient man page. | |
53 | |
54 -- Gerrit Pape <[email protected]> Sat, 8 Jan 2005 22:50:43 +0000 | |
55 | |
56 dropbear (0.43-2) unstable; urgency=high | |
57 | |
58 * Matt Johnston: | |
59 * New upstream release 0.43 | |
60 * SECURITY: Don't attempt to free uninitialised buffers in DSS verification | |
61 code | |
62 * Handle portforwarding to servers which don't send any initial data | |
63 (Closes: #258426) | |
64 * debian/dropbear.postinst: remove code causing bothersome warning on | |
65 package install (closes: #256752). | |
66 * debian/README.Debian.diet: new; how to build with the diet libc. | |
67 * debian/dropbear.docs: add debian/README.Debian.diet. | |
68 * debian/rules: support "diet" in DEB_BUILD_OPTIONS; minor cleanup. | |
69 | |
70 -- Gerrit Pape <[email protected]> Sat, 17 Jul 2004 19:31:19 +0000 | |
71 | |
72 dropbear (0.42-1) unstable; urgency=low | |
73 | |
74 * New upstream release 0.42. | |
75 * debian/diff/cvs-20040520.diff: remove; obsolete. | |
76 * debian/rules: disable target patch. | |
77 | |
78 -- Matt Johnston <[email protected]> Wed, 16 June 2004 12:44:54 +0800 | |
79 | |
80 dropbear (0.41-3) unstable; urgency=low | |
81 | |
82 * 1st upload to the Debian archive (closes: #216553). | |
83 * debian/diff/cvs-20040520.diff: new; stable cvs snapshot. | |
84 * debian/rules: new target patch: apply diffs in debian/diff/, reverse | |
85 apply in target clean; install man pages. | |
86 * debian/control: Priority: optional. | |
87 | |
88 -- Gerrit Pape <[email protected]> Sun, 23 May 2004 08:32:37 +0000 | |
89 | |
90 dropbear (0.41-2) unstable; urgency=low | |
91 | |
92 * new maintainer. | |
93 * debian/control: no longer Build-Depends: debhelper; Build-Depends: | |
94 libz-dev; Standards-Version: 3.6.1.0; Suggests: runit; update | |
95 descriptions. | |
96 * debian/rules: stop using debhelper, use implicit rules; cleanup; | |
97 install dropbearconvert into /usr/lib/dropbear/. | |
98 * debian/impicit: new; implicit rules. | |
99 * debian/copyright.in: adapt. | |
100 * debian/dropbear.init: minor adaptions; test for dropbear service | |
101 directory. | |
102 * debian/README.runit: new; how to use dropbear with runit. | |
103 * debian/README.Debian, debian/docs: rename to debian/dropbear.*. | |
104 * debian/dropbear.docs: add debian/README.runit | |
105 * debian/conffiles: rename to debian/dropbear.conffiles; add init | |
106 script, and run scripts. | |
107 * debian/postinst: rename to debian/dropbear.postinst; adapt; use | |
108 invloke-rc.d dropbear start. | |
109 * debian/dropbear.prerm: new; invoke-rc.d dropbear stop. | |
110 * debian/postrm: rename to debian/dropbear.postrm; adapt; clean up | |
111 service directories. | |
112 * debian/compat, debian/dirs, dropbear.default: remove; obsolete. | |
113 | |
114 -- Gerrit Pape <[email protected]> Sun, 16 May 2004 16:50:55 +0000 | |
115 | |
116 dropbear (0.41-1) unstable; urgency=low | |
117 | |
118 * Updated to 0.41 release. | |
119 * Various minor fixes | |
120 | |
121 -- Matt Johnston <[email protected]> Mon, 19 Jan 2004 23:20:54 +0800 | |
122 | |
123 dropbear (0.39-1) unstable; urgency=low | |
124 | |
125 * updated to 0.39 release. Some new features, some bugfixes. | |
126 | |
127 -- Matt Johnston <[email protected]> Tue, 16 Dec 2003 16:20:54 +0800 | |
128 | |
129 dropbear (0.38-1) unstable; urgency=medium | |
130 | |
131 * updated to 0.38 release - various important bugfixes | |
132 | |
133 -- Matt Johnston <[email protected]> Sat, 11 Oct 2003 16:28:54 +0800 | |
134 | |
135 dropbear (0.37-1) unstable; urgency=medium | |
136 | |
137 * updated to 0.37 release - various important bugfixes | |
138 | |
139 -- Matt Johnston <[email protected]> Wed, 24 Sept 2003 19:43:54 +0800 | |
140 | |
141 dropbear (0.36-1) unstable; urgency=high | |
142 | |
143 * updated to 0.36 release - various important bugfixes | |
144 | |
145 -- Matt Johnston <[email protected]> Tues, 19 Aug 2003 12:20:54 +0800 | |
146 | |
147 dropbear (0.35-1) unstable; urgency=high | |
148 | |
149 * updated to 0.35 release - contains fix for remotely exploitable | |
150 vulnerability. | |
151 | |
152 -- Matt Johnston <[email protected]> Sun, 17 Aug 2003 05:37:47 +0800 | |
153 | |
154 dropbear (0.34-1) unstable; urgency=medium | |
155 | |
156 * updated to 0.34 release | |
157 | |
158 -- Matt Johnston <[email protected]> Fri, 15 Aug 2003 15:10:00 +0800 | |
159 | |
160 dropbear (0.33-1) unstable; urgency=medium | |
161 | |
162 * updated to 0.33 release | |
163 | |
164 -- Matt Johnston <[email protected]> Sun, 22 Jun 2003 22:22:00 +0800 | |
165 | |
166 dropbear (0.32cvs-1) unstable; urgency=medium | |
167 | |
168 * now maintained in UCC CVS | |
169 * debian/copyright.in file added, generated from LICENSE | |
170 | |
171 -- Grahame Bowland <[email protected]> Tue, 21 Jun 2003 17:57:02 +0800 | |
172 | |
173 dropbear (0.32cvs-1) unstable; urgency=medium | |
174 | |
175 * sync with CVS | |
176 * fixes X crash bug | |
177 | |
178 -- Grahame Bowland <[email protected]> Tue, 20 Jun 2003 15:04:47 +0800 | |
179 | |
180 dropbear (0.32-2) unstable; urgency=low | |
181 | |
182 * fix creation of host keys to use correct names in /etc/dropbear | |
183 * init script "restart" function fixed | |
184 * purging this package now deletes the host keys and /etc/dropbear | |
185 * change priority in debian/control to 'standard' | |
186 | |
187 -- Grahame Bowland <[email protected]> Tue, 17 Jun 2003 15:04:47 +0800 | |
188 | |
189 dropbear (0.32-1) unstable; urgency=low | |
190 | |
191 * Initial Release. | |
192 | |
193 -- Grahame Bowland <[email protected]> Tue, 17 Jun 2003 15:04:47 +0800 | |
194 |