diff options
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 1248 |
1 files changed, 1248 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 000000000..9a61869a6 --- /dev/null +++ b/debian/changelog | |||
@@ -0,0 +1,1248 @@ | |||
1 | openssh (1:3.6.1p2-8) unstable; urgency=high | ||
2 | |||
3 | * Merge more buffer allocation fixes from new upstream version 3.7.1p1 | ||
4 | (closes: #211324). | ||
5 | |||
6 | -- Colin Watson <cjwatson@debian.org> Wed, 17 Sep 2003 03:07:19 +0100 | ||
7 | |||
8 | openssh (1:3.6.1p2-7) unstable; urgency=high | ||
9 | |||
10 | * Update debconf template translations: | ||
11 | - French (thanks, Christian Perrier; closes: #208801). | ||
12 | - Japanese (thanks, Kenshi Muto; closes: #210380). | ||
13 | * Some small improvements to the English templates courtesy of Christian | ||
14 | Perrier. I've manually unfuzzied a few translations where it was | ||
15 | obvious, on Christian's advice, but the others will have to be updated. | ||
16 | * Document how to generate an RSA1 host key (closes: #141703). | ||
17 | * Incorporate NMU fix for early buffer expansion vulnerability, | ||
18 | CAN-2003-0693 (closes: #211205). Thanks to Michael Stone. | ||
19 | |||
20 | -- Colin Watson <cjwatson@debian.org> Tue, 16 Sep 2003 14:32:28 +0100 | ||
21 | |||
22 | openssh (1:3.6.1p2-6.0) unstable; urgency=high | ||
23 | |||
24 | * SECURITY: fix for CAN-2003-0693, buffer allocation error | ||
25 | |||
26 | -- Michael Stone <mstone@debian.org> Tue, 16 Sep 2003 08:27:07 -0400 | ||
27 | |||
28 | openssh (1:3.6.1p2-6) unstable; urgency=medium | ||
29 | |||
30 | * Use a more CVS-friendly means of setting SSH_VERSION. | ||
31 | * Update Brazilian Portuguese debconf template translation (thanks, Andre | ||
32 | Luis Lopes; closes: #208036). | ||
33 | * Don't run 'sshd -t' in init script if the server isn't to be run | ||
34 | (closes: #197576). | ||
35 | * Fix login delay, spurious auth.log entry, and PermitRootLogin | ||
36 | information leakage due to PAM issues with upstream's recent security | ||
37 | update (thanks, Darren Tucker; closes: #99168, #192207, #193546). | ||
38 | * Policy version 3.6.1: recode this changelog to UTF-8. | ||
39 | |||
40 | -- Colin Watson <cjwatson@debian.org> Wed, 3 Sep 2003 19:14:02 +0100 | ||
41 | |||
42 | openssh (1:3.6.1p2-5) unstable; urgency=low | ||
43 | |||
44 | * Disable cmsg_type check for file descriptor passing when running on | ||
45 | Linux 2.0 (closes: #150976). Remove comments about non-functional | ||
46 | privilege separation on 2.0 from ssh/privsep_ask and ssh/privsep_tell | ||
47 | debconf questions and from README.Debian, since it should all now work. | ||
48 | * Fix "defails" typo in generated sshd_config (closes: #206484). | ||
49 | * Backport upstream patch to strip trailing whitespace (including | ||
50 | newlines) from configuration directives (closes: #192079). | ||
51 | |||
52 | -- Colin Watson <cjwatson@debian.org> Wed, 27 Aug 2003 02:19:57 +0100 | ||
53 | |||
54 | openssh (1:3.6.1p2-4) unstable; urgency=low | ||
55 | |||
56 | * getent can get just one key; no need to use grep (thanks, James Troup). | ||
57 | * Move /usr/local/bin to the front of the default path, following | ||
58 | /etc/login.defs (closes: #201150). | ||
59 | * Remove specifics of problematic countries from package description | ||
60 | (closes: #197040). | ||
61 | * Update Spanish debconf template translation (thanks, Carlos Valdivia | ||
62 | Yagüe; closes: #198456). | ||
63 | * Backport upstream patch to pass monitor signals through to child | ||
64 | (closes: #164797). | ||
65 | |||
66 | -- Colin Watson <cjwatson@debian.org> Sun, 27 Jul 2003 17:31:15 +0100 | ||
67 | |||
68 | openssh (1:3.6.1p2-3) unstable; urgency=low | ||
69 | |||
70 | * Update French debconf template translation (thanks, Christian Perrier; | ||
71 | closes: #194323). | ||
72 | * Version the adduser dependency for --no-create-home (closes: #195756). | ||
73 | * Add a version of moduli(5), namely revision 1.7 of | ||
74 | http://www.openbsd.org/cgi-bin/cvsweb/src/share/man/man5/moduli.5 with | ||
75 | '/etc/moduli' changed to '/etc/ssh/moduli' throughout (closes: #196061). | ||
76 | |||
77 | -- Colin Watson <cjwatson@debian.org> Mon, 9 Jun 2003 02:51:35 +0100 | ||
78 | |||
79 | openssh (1:3.6.1p2-2) unstable; urgency=low | ||
80 | |||
81 | * Force /etc/default/ssh to be non-executable, since dpkg apparently | ||
82 | doesn't deal with permissions changes on conffiles (closes: #192966). | ||
83 | * Use debconf 0.5's seen flag rather than the deprecated isdefault. | ||
84 | * Add GPL location to copyright file. | ||
85 | * Remove debian/postinst.old. | ||
86 | * Switch to po-debconf, with some careful manual use of po2debconf to | ||
87 | ensure that the source package continues to build smoothly on woody | ||
88 | (closes: #183986). | ||
89 | * Update debconf template translations: | ||
90 | - Brazilian Portugese (thanks, Andre Luis Lopes; see #183986). | ||
91 | - Japanese (thanks, Tomohiro KUBOTA; closes: #192429). | ||
92 | * Compile with -fno-builtin-log for now, otherwise gcc-3.3 complains | ||
93 | "log.h:59: warning: conflicting types for built-in function `log'". The | ||
94 | OpenSSH log() function has been renamed in upstream CVS. | ||
95 | |||
96 | -- Colin Watson <cjwatson@debian.org> Mon, 19 May 2003 01:52:38 +0100 | ||
97 | |||
98 | openssh (1:3.6.1p2-1) unstable; urgency=medium | ||
99 | |||
100 | * New upstream release, including fix for PAM user-discovery security hole | ||
101 | (closes: #191681). | ||
102 | * Fix ChallengeResponseAuthentication default in generated sshd_config | ||
103 | (closes: #106037). | ||
104 | * Put newlines after full stops in man page documentation for | ||
105 | ProtocolKeepAlives and SetupTimeOut. | ||
106 | * Policy version 3.5.9: support DEB_BUILD_OPTIONS=noopt, build | ||
107 | gnome-ssh-askpass with -g and -Wall flags. | ||
108 | * Really ask ssh/new_config debconf question before trying to fetch its | ||
109 | value (closes: #188721). | ||
110 | * On purge, remove only the files we know about in /etc/ssh rather than | ||
111 | the whole thing, and remove the directory if that leaves it empty | ||
112 | (closes: #176679). | ||
113 | * ssh has depended on debconf for some time now with no complaints, so: | ||
114 | - Simplify the postinst by relying on debconf being present. (The absent | ||
115 | case was buggy anyway.) | ||
116 | - Get rid of "if you have not installed debconf" text in README.Debian, | ||
117 | and generally update the "/usr/bin/ssh not SUID" entry. | ||
118 | * More README.Debian work: | ||
119 | - Reorganize into "UPGRADE ISSUES" and "OTHER ISSUES", in an effort to | ||
120 | make it easier for people to find the former. The upgrade issues | ||
121 | should probably be sorted by version somehow. | ||
122 | - Document X11UseLocalhost under "X11 Forwarding" (closes: #150913). | ||
123 | * Fix setting of IP flags for interactive sessions (upstream bug #541). | ||
124 | |||
125 | -- Colin Watson <cjwatson@debian.org> Mon, 5 May 2003 17:47:40 +0100 | ||
126 | |||
127 | openssh (1:3.6.1p1-1) unstable; urgency=low | ||
128 | |||
129 | * New upstream release (thanks, Laurence J. Lane). | ||
130 | * debian/control: ssh-askpass-gnome is now Section: gnome, following the | ||
131 | override file. | ||
132 | |||
133 | -- Colin Watson <cjwatson@debian.org> Wed, 2 Apr 2003 00:51:02 +0100 | ||
134 | |||
135 | openssh (1:3.6p1-1) unstable; urgency=low | ||
136 | |||
137 | * New upstream release. | ||
138 | - Workaround applied upstream for a bug in the interaction of glibc's | ||
139 | getaddrinfo() with the Linux 2.2 kernel (closes: #155814). | ||
140 | - As such, it should now be safe to remove --with-ipv4-default, so | ||
141 | starting sshd with -6 is no longer necessary (closes: #79861 and lots | ||
142 | of other merged bugs). | ||
143 | - ssh-copy-id prints usage when run without arguments (closes: #71376). | ||
144 | - scp exits 1 if ssh fails (closes: #138400). | ||
145 | - sshd writes to utmp's ut_addr_v6 field in IPv6 mode (closes: #167867). | ||
146 | - 'ssh-add -c' causes ssh-agent to ask the user each time a key is used | ||
147 | (closes: #109795). | ||
148 | * Install /etc/default/ssh non-executable (closes: #185537). | ||
149 | |||
150 | -- Colin Watson <cjwatson@debian.org> Mon, 31 Mar 2003 23:00:59 +0100 | ||
151 | |||
152 | openssh (1:3.5p1-5) unstable; urgency=low | ||
153 | |||
154 | * Add /etc/default/ssh (closes: #161049). | ||
155 | * Run the init script under 'set -e' (closes: #175010). | ||
156 | * Change the default superuser path to include /sbin, /usr/sbin, and | ||
157 | /usr/local/sbin (closes: #128235, #151267). Using login.defs would be | ||
158 | nice, but that belongs to another package. Without a defined API to | ||
159 | retrieve its settings, parsing it is off-limits. | ||
160 | * Build ssh-askpass-gnome with GNOME 2. The source package should still | ||
161 | support building on stable with GNOME 1, using the alternate | ||
162 | libgnome-dev build-dependency (thanks, Colin Walters; closes: #167582). | ||
163 | |||
164 | -- Colin Watson <cjwatson@debian.org> Sun, 9 Mar 2003 20:12:10 +0000 | ||
165 | |||
166 | openssh (1:3.5p1-4) unstable; urgency=low | ||
167 | |||
168 | * Point rlogin and rcp alternatives at slogin and scp respectively rather | ||
169 | than ssh (closes: #121103, #151666). Fix alternative removal to match; | ||
170 | previously it was completely wrong anyway. | ||
171 | * Find out whether /etc/ssh/sshd_not_to_be_run exists and set the debconf | ||
172 | question's default using that information, rather than using debconf as | ||
173 | a registry. Other solutions may be better in the long run, but this is | ||
174 | at least correct (thanks, Matthew Woodcraft; closes: #84725). | ||
175 | * Stop using pam_lastlog, as it doesn't currently work well as a session | ||
176 | module when privilege separation is enabled; it can usually read | ||
177 | /var/log/lastlog but can't write to it. Instead, just use sshd's | ||
178 | built-in support, already enabled by default (closes: #151297, #169938). | ||
179 | * Use 'ssh-keygen -q' rather than redirecting output to /dev/null. | ||
180 | * Add a "this may take some time" warning when creating host keys on | ||
181 | installation (part of #110094). | ||
182 | * When restarting via the init script, check for sshd_not_to_be_run after | ||
183 | stopping sshd (idea from Tomas Pospisek; closes: #149850). | ||
184 | * Append /usr/sbin:/sbin to the init script's $PATH, just in case of | ||
185 | strangeness (closes: #115138). | ||
186 | * Fix a dpkg-statoverride call to redirect stdout to /dev/null, not | ||
187 | stderr. | ||
188 | * Correct copyright file typo: "orignal" -> "original" (closes: #176490). | ||
189 | * Rebuild with libssl0.9.7 (closes: #176983). | ||
190 | * We're up to policy version 3.5.6. DEB_BUILD_OPTIONS stuff still needs to | ||
191 | be looked at. | ||
192 | |||
193 | -- Colin Watson <cjwatson@debian.org> Sat, 18 Jan 2003 01:37:23 +0000 | ||
194 | |||
195 | openssh (1:3.5p1-3) unstable; urgency=low | ||
196 | |||
197 | * Happy new year! | ||
198 | * Use getent rather than id to find out whether the sshd user exists | ||
199 | (closes: #150974). | ||
200 | * Remove some duplication from the postinst's ssh-keysign setuid code. | ||
201 | * Replace db_text with db_input throughout debian/config. (db_text has | ||
202 | been a compatibility wrapper since debconf 0.1.5.) | ||
203 | * Warn about PermitUserEnvironment on upgrade (closes: #167895). | ||
204 | * Use 'make install-nokeys', and disable unused debhelper commands, | ||
205 | thereby forward-porting the last pieces of Zack Weinberg's patch | ||
206 | (closes: #68341). | ||
207 | * Move the man page for gnome-ssh-askpass from the ssh package to | ||
208 | ssh-askpass-gnome (closes: #174449). | ||
209 | * Build with -DLOGIN_NO_ENDOPT, since Debian's /bin/login doesn't accept | ||
210 | '--' to terminate the list of options (closes: #171554). | ||
211 | * Add Jonathan Amery's ssh-argv0 script (closes: #111341). | ||
212 | * Update Danish debconf template (thanks, Morten Brix Pedersen; | ||
213 | closes: #174757). | ||
214 | * Document setgid ssh-agent's effect on certain environment variables in | ||
215 | README.Debian (closes: #167974). | ||
216 | * Document interoperability problems between scp and ssh.com's server in | ||
217 | README.Debian, and suggest some workarounds (closes: #174662). | ||
218 | |||
219 | -- Colin Watson <cjwatson@debian.org> Wed, 1 Jan 2003 14:18:30 +0000 | ||
220 | |||
221 | openssh (1:3.5p1-2) unstable; urgency=low | ||
222 | |||
223 | * Mention in the ssh package description that it provides both ssh and | ||
224 | sshd (closes: #99680). | ||
225 | * Create a system group for ssh-agent, not a user group (closes: #167669). | ||
226 | |||
227 | -- Colin Watson <cjwatson@debian.org> Mon, 4 Nov 2002 13:43:53 +0000 | ||
228 | |||
229 | openssh (1:3.5p1-1) unstable; urgency=low | ||
230 | |||
231 | * New upstream release. | ||
232 | - Fixes typo in ssh-add usage (closes: #152239). | ||
233 | - Fixes 'PermitRootLogin forced-commands-only' (closes: #166184). | ||
234 | - ~/.ssh/environment and environment= options in ~/.ssh/authorized_keys | ||
235 | are deprecated for security reasons and will eventually go away. For | ||
236 | now they can be re-enabled by setting 'PermitUserEnvironment yes' in | ||
237 | sshd_config. | ||
238 | - ssh-agent is installed setgid to prevent ptrace() attacks. The group | ||
239 | actually doesn't matter, as it drops privileges immediately, but to | ||
240 | avoid confusion the postinst creates a new 'ssh' group for it. | ||
241 | * Obsolete patches: | ||
242 | - Solar Designer's privsep+compression patch for Linux 2.2 (see | ||
243 | 1:3.3p1-0.0woody1). | ||
244 | - Hostbased auth ssh-keysign backport (see 1:3.4p1-4). | ||
245 | |||
246 | * Remove duplicated phrase in ssh_config(5) (closes: #152404). | ||
247 | * Source the debconf confmodule at the top of the postrm rather than at | ||
248 | the bottom, to avoid making future non-idempotency problems worse (see | ||
249 | #151035). | ||
250 | * Debconf templates: | ||
251 | - Add Polish (thanks, Grzegorz Kusnierz). | ||
252 | - Update French (thanks, Denis Barbier; closes: #132509). | ||
253 | - Update Spanish (thanks, Carlos Valdivia Yagüe; closes: #164716). | ||
254 | * Write a man page for gnome-ssh-askpass, and link it to ssh-askpass.1 if | ||
255 | this is the selected ssh-askpass alternative (closes: #67775). | ||
256 | |||
257 | -- Colin Watson <cjwatson@debian.org> Sat, 26 Oct 2002 19:41:51 +0100 | ||
258 | |||
259 | openssh (1:3.4p1-4) unstable; urgency=low | ||
260 | |||
261 | * Allow ssh-krb5 in ssh-askpass-gnome's dependencies (closes: #129532). | ||
262 | * Restore Russia to list of countries where encryption is problematic (see | ||
263 | #148951 and http://www.average.org/freecrypto/). | ||
264 | * Drop ssh-askpass-gnome's priority to optional, per the override file. | ||
265 | * Drop the PAM special case for hurd-i386 (closes: #99157). | ||
266 | * s/dile/idle/ in ssh_config(5) (closes: #118331). | ||
267 | * Note in README.Debian that you need xauth from xbase-clients on the | ||
268 | server for X11 forwarding (closes: #140269). | ||
269 | * Use correct path to upstream README in copyright file (closes: #146037). | ||
270 | * Document the units for ProtocolKeepAlives (closes: #159479). | ||
271 | * Backport upstream patch to fix hostbased auth (closes: #117114). | ||
272 | * Add -g to CFLAGS. | ||
273 | |||
274 | -- Colin Watson <cjwatson@debian.org> Sun, 13 Oct 2002 18:58:53 +0100 | ||
275 | |||
276 | openssh (1:3.4p1-3) unstable; urgency=low | ||
277 | |||
278 | * Add myself to Uploaders: and begin acting as temporary maintainer, at | ||
279 | Matthew's request. (Normal service will resume in some months' time.) | ||
280 | * Add sharutils to Build-Depends (closes: #138465). | ||
281 | * Stop creating the /usr/doc/ssh symlink. | ||
282 | |||
283 | * Fix some debconf template typos (closes: #160358). | ||
284 | * Split debconf templates into one file per language. | ||
285 | * Add debconf template translations: | ||
286 | - Brazilian Portuguese (thanks, Andre Luis Lopes; closes: #106173). | ||
287 | - Danish (thanks, Claus Hindsgaul; closes: #126607). | ||
288 | - Japanese (thanks, Tomohiro KUBOTA; closes: #137427). | ||
289 | - Russian (thanks, Ilgiz Kalmetev; closes: #136610). | ||
290 | - Spanish (thanks, Carlos Valdivia Yagüe; closes: #129041). | ||
291 | * Update debconf template translations: | ||
292 | - French (thanks, Igor Genibel; closes: #151361). | ||
293 | - German (thanks, Axel Noetzold; closes: #147069). | ||
294 | * Some of these translations are fuzzy. Please send updates. | ||
295 | |||
296 | -- Colin Watson <cjwatson@debian.org> Sun, 13 Oct 2002 14:09:57 +0100 | ||
297 | |||
298 | openssh (1:3.4p1-2) unstable; urgency=high | ||
299 | |||
300 | * Get a security-fixed version into unstable | ||
301 | * Also tidy README.Debian up a little | ||
302 | |||
303 | -- Matthew Vernon <matthew@debian.org> Fri, 28 Jun 2002 17:20:59 +0100 | ||
304 | |||
305 | openssh (1:3.4p1-1) testing; urgency=high | ||
306 | |||
307 | * Extend my tendrils back into this package (Closes: #150915, #151098) | ||
308 | * thanks to the security team for their work | ||
309 | * no thanks to ISS/Theo de Raadt for their handling of these bugs | ||
310 | * save old sshd_configs to sshd_config.dpkg-old when auto-generating a | ||
311 | new one | ||
312 | * tell/ask the user about PriviledgeSeparation | ||
313 | * /etc/init.d/ssh run will now create the chroot empty dir if necessary | ||
314 | * Remove our previous statoverride on /usr/bin/ssh (only for people | ||
315 | upgrading from a version where we'd put one in ourselves!) | ||
316 | * Stop slandering Russia, since someone asked so nicely (Closes: #148951) | ||
317 | * Reduce the sleep time in /etc/init.d/ssh during a restart | ||
318 | |||
319 | -- Matthew Vernon <matthew@debian.org> Fri, 28 Jun 2002 15:52:10 +0100 | ||
320 | |||
321 | openssh (1:3.4p1-0.0woody1) testing-security; urgency=high | ||
322 | |||
323 | * NMU by the security team. | ||
324 | * New upstream version | ||
325 | |||
326 | -- Michael Stone <mstone@debian.org> Wed, 26 Jun 2002 15:40:38 -0400 | ||
327 | |||
328 | openssh (1:3.3p1-0.0woody4) testing-security; urgency=high | ||
329 | |||
330 | * NMU by the security team. | ||
331 | * fix error when /etc/ssh/sshd_config exists on new install | ||
332 | * check that user doesn't exist before running adduser | ||
333 | * use openssl internal random unconditionally | ||
334 | |||
335 | -- Michael Stone <mstone@debian.org> Tue, 25 Jun 2002 19:44:39 -0400 | ||
336 | |||
337 | openssh (1:3.3p1-0.0woody3) testing-security; urgency=high | ||
338 | |||
339 | * NMU by the security team. | ||
340 | * use correct home directory when sshd user is created | ||
341 | |||
342 | -- Michael Stone <mstone@debian.org> Tue, 25 Jun 2002 08:59:50 -0400 | ||
343 | |||
344 | openssh (1:3.3p1-0.0woody2) testing-security; urgency=high | ||
345 | |||
346 | * NMU by the security team. | ||
347 | * Fix rsa1 key creation (Closes: #150949) | ||
348 | * don't fail if sshd user removal fails | ||
349 | * depends: on adduser (Closes: #150907) | ||
350 | |||
351 | -- Michael Stone <mstone@debian.org> Tue, 25 Jun 2002 08:59:50 -0400 | ||
352 | |||
353 | openssh (1:3.3p1-0.0woody1) testing-security; urgency=high | ||
354 | |||
355 | * NMU by the security team. | ||
356 | * New upstream version. | ||
357 | - Enable privilege separation by default. | ||
358 | * Include patch from Solar Designer for privilege separation and | ||
359 | compression on 2.2.x kernels. | ||
360 | * Remove --disable-suid-ssh from configure. | ||
361 | * Support setuid ssh-keysign binary instead of setuid ssh client. | ||
362 | * Check sshd configuration before restarting. | ||
363 | |||
364 | -- Daniel Jacobowitz <dan@debian.org> Mon, 24 Jun 2002 13:43:44 -0400 | ||
365 | |||
366 | openssh (1:3.0.2p1-9) unstable; urgency=high | ||
367 | |||
368 | * Thanks to those who NMUd | ||
369 | * The only change in this version is to debian/control - I've removed | ||
370 | the bit that says you can't export it from the US - it would look | ||
371 | pretty daft to say this about a package in main! Also, it's now OK | ||
372 | to use crypto in France, so I've edited that comment slightly | ||
373 | * Correct a path in README.Debian too (Closes: #138634) | ||
374 | |||
375 | -- Matthew Vernon <matthew@debian.org> Sun, 4 Apr 2002 09:52:59 +0100 | ||
376 | |||
377 | openssh (1:3.0.2p1-8.3) unstable; urgency=medium | ||
378 | |||
379 | * NMU | ||
380 | * Really set urgency to medium this time (oops) | ||
381 | * Fix priority to standard per override while I'm at it | ||
382 | |||
383 | -- Aaron M. Ucko <ucko@debian.org> Sun, 24 Mar 2002 09:00:08 -0500 | ||
384 | |||
385 | openssh (1:3.0.2p1-8.2) unstable; urgency=low | ||
386 | |||
387 | * NMU with maintainer's permission | ||
388 | * Prepare for upcoming ssh-nonfree transitional packages per | ||
389 | <http://lists.debian.org/debian-ssh/2002/debian-ssh-200203/msg00008.html> | ||
390 | * Urgency medium because it would really be good to get this into woody | ||
391 | before it releases | ||
392 | * Fix sections to match override file | ||
393 | * Reissued due to clash with non-US -> main move | ||
394 | |||
395 | -- Aaron M. Ucko <ucko@debian.org> Sat, 23 Mar 2002 21:21:52 -0500 | ||
396 | |||
397 | openssh (1:3.0.2p1-8.1) unstable; urgency=low | ||
398 | |||
399 | * NMU | ||
400 | * Move from non-US to mani | ||
401 | |||
402 | -- LaMont Jones <lamont@debian.org> Thu, 21 Mar 2002 09:33:50 -0700 | ||
403 | |||
404 | openssh (1:3.0.2p1-8) unstable; urgency=critical | ||
405 | |||
406 | * Security fix - patch from upstream (Closes: #137209, #137210) | ||
407 | * Undo the changes in the unreleased -7, since they appear to break | ||
408 | things here. Accordingly, the code change is minimal, and I'm | ||
409 | happy to get it into testing ASAP | ||
410 | |||
411 | -- Matthew Vernon <matthew@debian.org> Thu, 7 Mar 2002 14:25:23 +0000 | ||
412 | |||
413 | openssh (1:3.0.2p1-7) unstable; urgency=high | ||
414 | |||
415 | * Build to support IPv6 and IPv4 by default again | ||
416 | |||
417 | -- Matthew Vernon <matthew@debian.org> Sat, 2 Mar 2002 00:25:05 +0000 | ||
418 | |||
419 | openssh (1:3.0.2p1-6) unstable; urgency=high | ||
420 | |||
421 | * Correct error in the clean target (Closes: #130868) | ||
422 | |||
423 | -- Matthew Vernon <matthew@debian.org> Sat, 26 Jan 2002 00:32:00 +0000 | ||
424 | |||
425 | openssh (1:3.0.2p1-5) unstable; urgency=medium | ||
426 | |||
427 | * Include the Debian version in our identification, to make it easier to | ||
428 | audit networks for patched versions in future | ||
429 | |||
430 | -- Matthew Vernon <matthew@debian.org> Mon, 21 Jan 2002 17:16:10 +0000 | ||
431 | |||
432 | openssh (1:3.0.2p1-4) unstable; urgency=medium | ||
433 | |||
434 | * If we're asked to not run sshd, stop any running sshd's first | ||
435 | (Closes: #129327) | ||
436 | |||
437 | -- Matthew Vernon <matthew@debian.org> Wed, 16 Jan 2002 21:24:16 +0000 | ||
438 | |||
439 | openssh (1:3.0.2p1-3) unstable; urgency=high | ||
440 | |||
441 | * Fix /etc/pam.d/ssh to not set $MAIL (Closes: #128913) | ||
442 | * Remove extra debconf suggestion (Closes: #128094) | ||
443 | * Mmm. speedy bug-fixing :-) | ||
444 | |||
445 | -- Matthew Vernon <matthew@debian.org> Sat, 12 Jan 2002 17:23:58 +0000 | ||
446 | |||
447 | openssh (1:3.0.2p1-2) unstable; urgency=high | ||
448 | |||
449 | * Fix postinst to not automatically overwrite sshd_config (!) | ||
450 | (Closes: #127842, #127867) | ||
451 | * Add section in README.Debian about the PermitRootLogin setting | ||
452 | |||
453 | -- Matthew Vernon <matthew@debian.org> Sat, 5 Jan 2003 05:26:30 +0000 | ||
454 | |||
455 | openssh (1:3.0.2p1-1) unstable; urgency=high | ||
456 | |||
457 | * Incorporate fix from Colin's NMU | ||
458 | * New upstream version (fixes the bug Wichert fixed) (Closes: #124035) | ||
459 | * Capitalise IETF (Closes: #125379) | ||
460 | * Refer to the correct sftp-server location (Closes: #126854, #126224) | ||
461 | * Do what we're asked re SetUID ssh (Closes: #124065, #124154, #123247) | ||
462 | * Ask people upgrading from potato if they want a new conffile | ||
463 | (Closes: #125642) | ||
464 | * Fix a typo in postinst (Closes: #122192, #122410, #123440) | ||
465 | * Frob the default config a little (Closes: #122284, #125827, #125696, | ||
466 | #123854) | ||
467 | * Make /etc/init.d/ssh be more clear about ssh not running (Closes: | ||
468 | #123552) | ||
469 | * Fix typo in templates file (Closes: #123411) | ||
470 | |||
471 | -- Matthew Vernon <matthew@debian.org> Fri, 4 Jan 2002 16:01:52 +0000 | ||
472 | |||
473 | openssh (1:3.0.1p1-1.2) unstable; urgency=high | ||
474 | |||
475 | * Non-maintainer upload | ||
476 | * Prevent local users from passing environment variables to the login | ||
477 | process when UseLogin is enabled | ||
478 | |||
479 | -- Wichert Akkerman <wakkerma@debian.org> Mon, 3 Dec 2001 19:34:45 +0100 | ||
480 | |||
481 | openssh (1:3.0.1p1-1.1) unstable; urgency=low | ||
482 | |||
483 | * Non-maintainer upload, at Matthew's request. | ||
484 | * Remove sa_restorer assignment to fix compilation on alpha, hppa, and | ||
485 | ia64 (closes: #122086). | ||
486 | |||
487 | -- Colin Watson <cjwatson@debian.org> Sun, 2 Dec 2001 18:54:16 +0000 | ||
488 | |||
489 | openssh (1:3.0.1p1-1) unstable; urgency=high | ||
490 | |||
491 | * New upstream version (Closes: #113646, #113513, #114707, #118564) | ||
492 | * Building with a libc that works (!) (Closes: #115228) | ||
493 | * Patches forward-ported are -1/-2 options for scp, the improvement to | ||
494 | 'waiting for forwarded connections to terminate...' | ||
495 | * Fix /etc/init.d/ssh to stop sshd properly (Closes: #115228) | ||
496 | * /etc/ssh/sshd_config is no longer a conffile but generated in the postinst | ||
497 | * Remove suidregister leftover from postrm | ||
498 | * Mention key we are making in the postinst | ||
499 | * Default to not enable SSH protocol 1 support, since protocol 2 is | ||
500 | much safer anyway. | ||
501 | * New version of the vpn-fixes patch, from Ian Jackson | ||
502 | * New handling of -q, and added new -qq option; thanks to Jon Amery | ||
503 | * Experimental smartcard support not enabled, since I have no way of | ||
504 | testing it. | ||
505 | |||
506 | -- Matthew Vernon <matthew@debian.org> Thu, 28 Nov 2001 17:43:01 +0000 | ||
507 | |||
508 | openssh (1:2.9p2-6) unstable; urgency=low | ||
509 | |||
510 | * check for correct file in /etc/init.d/ssh (Closes: #110876) | ||
511 | * correct location of version 2 keys in ssh.1 (Closes: #110439) | ||
512 | * call update-alternatives --quiet (Closes: #103314) | ||
513 | * hack ssh-copy-id to chmod go-w (Closes: #95551) | ||
514 | * TEMPORARY fix to provide largefile support using a -D in the cflags | ||
515 | line. long-term, upstream will patch the autoconf stuff | ||
516 | (Closes: #106809, #111849) | ||
517 | * remove /etc/rc references in ssh-keygen.1 (Closes: #68350) | ||
518 | * scp.1 patch from Adam McKenna to document -r properly (Closes: #76054) | ||
519 | * Check for files containing a newline character (Closes: #111692) | ||
520 | |||
521 | -- Matthew Vernon <matthew@debian.org> Thu, 13 Sep 2001 16:47:36 +0100 | ||
522 | |||
523 | openssh (1:2.9p2-5) unstable; urgency=high | ||
524 | |||
525 | * Thanks to all the bug-fixers who helped! | ||
526 | * remove sa_restorer assignment (Closes: #102837) | ||
527 | * patch from Peter Benie to DTRT wrt X forwarding if the server refuses | ||
528 | us access (Closes: #48297) | ||
529 | * patch from upstream CVS to fix port forwarding (Closes: #107132) | ||
530 | * patch from Jonathan Amery to document ssh-keygen behaviour | ||
531 | (Closes:#106643, #107512) | ||
532 | * patch to postinst from Jonathan Amery (Closes: #106411) | ||
533 | * patch to manpage from Jonathan Amery (Closes: #107364) | ||
534 | * patch from Matthew Vernon to make -q emit fatal errors as that is the | ||
535 | documented behaviour (Closes: #64347) | ||
536 | * patch from Ian Jackson to cause us to destroy a file when we scp it | ||
537 | onto itself, rather than dumping bits of our memory into it, which was | ||
538 | a security hole (see #51955) | ||
539 | * patch from Jonathan Amery to document lack of Kerberos support | ||
540 | (Closes: #103726) | ||
541 | * patch from Matthew Vernon to make the 'waiting for connections to | ||
542 | terminate' message more helpful (Closes: #50308) | ||
543 | |||
544 | -- Matthew Vernon <matthew@debian.org> Thu, 23 Aug 2001 02:14:09 +0100 | ||
545 | |||
546 | openssh (1:2.9p2-4) unstable; urgency=high | ||
547 | |||
548 | * Today's build of ssh is strawberry flavoured | ||
549 | * Patch from mhp to reduce length of time sshd is stopped for (Closes: #106176) | ||
550 | * Tidy up debconf template (Closes: #106152) | ||
551 | * If called non-setuid, then setgid()'s failure should not be fatal (see | ||
552 | #105854) | ||
553 | |||
554 | -- Matthew Vernon <matthew@debian.org> Sun, 22 Jul 2001 14:19:43 +0100 | ||
555 | |||
556 | openssh (1:2.9p2-3) unstable; urgency=low | ||
557 | |||
558 | * Patch from yours truly to add -1 and -2 options to scp (Closes: #106061) | ||
559 | * Improve the IdentityFile section in the man page (Closes: #106038) | ||
560 | |||
561 | -- Matthew Vernon <matthew@debian.org> Sat, 21 Jul 2001 14:47:27 +0100 | ||
562 | |||
563 | openssh (1:2.9p2-2) unstable; urgency=low | ||
564 | |||
565 | * Document the protocol version 2 and IPV6 changes (Closes: #105845, #105868) | ||
566 | * Make PrintLastLog 'no' by default (Closes: #105893) | ||
567 | |||
568 | -- Matthew Vernon <matthew@debian.org> Thu, 19 Jul 2001 18:36:41 +0100 | ||
569 | |||
570 | openssh (1:2.9p2-1) unstable; urgency=low | ||
571 | |||
572 | * new (several..) upstream version (Closes: #96726, #81856, #96335) | ||
573 | * Hopefully, this will close some other bugs too | ||
574 | |||
575 | -- Matthew Vernon <matthew@debian.org> Tue, 17 Jul 2001 19:41:58 +0100 | ||
576 | |||
577 | openssh (1:2.5.2p2-3) unstable; urgency=low | ||
578 | |||
579 | * Taking Over this package | ||
580 | * Patches from Robert Bihlmeyer for the Hurd (Closes: #102991) | ||
581 | * Put PermitRootLogin back to yes (Closes: #67334, #67371, #78274) | ||
582 | * Don't fiddle with conf-files any more (Closes: #69501) | ||
583 | |||
584 | -- Matthew Vernon <matthew@debian.org> Tue, 03 Jul 2001 02:58:13 +0100 | ||
585 | |||
586 | openssh (1:2.5.2p2-2.2) unstable; urgency=low | ||
587 | |||
588 | * NMU | ||
589 | * Include Hurd compatibility patches from Robert Bihlmeyer (Closes: #76033) | ||
590 | * Patch from Richard Kettlewell for protocolkeepalives (Closes: #99273) | ||
591 | * Patch from Matthew Vernon for BannerTimeOut, batchmode, and | ||
592 | documentation for protocolkeepalives. Makes ssh more generally useful | ||
593 | for scripting uses (Closes: #82877, #99275) | ||
594 | * Set a umask, so ourpidfile isn't world-writable (closes: #100012, | ||
595 | #98286, #97391) | ||
596 | |||
597 | -- Matthew Vernon <matthew@debian.org> Thu, 28 Jun 2001 23:15:42 +0100 | ||
598 | |||
599 | openssh (1:2.5.2p2-2.1) unstable; urgency=low | ||
600 | |||
601 | * NMU | ||
602 | * Remove duplicate Build-Depends for libssl096-dev and change it to | ||
603 | depend on libssl-dev instaed. Also adding in virtual | real package | ||
604 | style build-deps. (Closes: #93793, #75228) | ||
605 | * Removing add-log entry (Closes: #79266) | ||
606 | * This was a pam bug from a while back (Closes: #86908, #88457, #86843) | ||
607 | * pam build-dep already exists (Closes: #93683) | ||
608 | * libgnome-dev build-dep already exists (Closes: #93694) | ||
609 | * No longer in non-free (Closes: #85401) | ||
610 | * Adding in fr debconf translations (Closes: #83783) | ||
611 | * Already suggests xbase-clients (Closes: #79741) | ||
612 | * No need to suggest libpam-pwdb anymore (Closes: #81658) | ||
613 | * Providing rsh-client (Closes: #79437) | ||
614 | * hurd patch was already applied (Closes: #76033) | ||
615 | * default set to no (Closes: #73682) | ||
616 | * Adding in a suggests for dnsutils (Closes: #93265) | ||
617 | * postinst bugs fixed (Closes: #88057, #88066, #88196, #88405, #88612) | ||
618 | (Closes: #88774, #88196, #89556, #90123, #90228, #90833, #87814, #85465) | ||
619 | * Adding in debconf dependency | ||
620 | |||
621 | -- Ivan E. Moore II <rkrusty@debian.org> Mon, 16 Apr 2001 14:11:04 +0100 | ||
622 | |||
623 | openssh (1:2.5.2p2-2) unstable; urgency=high | ||
624 | |||
625 | * disable the OpenSSL version check in entropy.c | ||
626 | (closes: #93581, #93588, #93590, #93614, #93619, #93635, #93648) | ||
627 | |||
628 | -- Philip Hands <phil@uk.alcove.com> Wed, 11 Apr 2001 20:30:04 +0100 | ||
629 | |||
630 | openssh (1:2.5.2p2-1) unstable; urgency=low | ||
631 | |||
632 | * New upstream release | ||
633 | * removed make-ssh-known-hosts, since ssh-keyscan does that job (closes: #86069, #87748) | ||
634 | * fix double space indent in german templates (closes: #89493) | ||
635 | * make postinst check for ssh_host_rsa_key | ||
636 | * get rid of the last of the misguided debian/rules NMU debris :-/ | ||
637 | |||
638 | -- Philip Hands <phil@hands.com> Sat, 24 Mar 2001 20:59:33 +0000 | ||
639 | |||
640 | openssh (1:2.5.1p2-2) unstable; urgency=low | ||
641 | |||
642 | * rebuild with new debhelper (closes: #89558, #89536, #90225) | ||
643 | * fix broken dpkg-statoverride test in postinst | ||
644 | (closes: #89612, #90474, #90460, #89605) | ||
645 | * NMU bug fixed but not closed in last upload (closes: #88206) | ||
646 | |||
647 | -- Philip Hands <phil@hands.com> Fri, 23 Mar 2001 16:11:33 +0000 | ||
648 | |||
649 | openssh (1:2.5.1p2-1) unstable; urgency=high | ||
650 | |||
651 | * New upstream release | ||
652 | * fix typo in postinst (closes: #88110) | ||
653 | * revert to setting PAM service name in debian/rules, backing out last | ||
654 | NMU, which also (closes: #88101) | ||
655 | * restore the pam lastlog/motd lines, lost during the NMUs, and sshd_config | ||
656 | * restore printlastlog option patch | ||
657 | * revert to using debhelper, which had been partially disabled in NMUs | ||
658 | |||
659 | -- Philip Hands <phil@hands.com> Tue, 13 Mar 2001 01:41:34 +0000 | ||
660 | |||
661 | openssh (1:2.5.1p1-1.8) unstable; urgency=high | ||
662 | |||
663 | * And now the old pam-bug s/sshd/ssh in ssh.c is also fixed | ||
664 | |||
665 | -- Christian Kurz <shorty@debian.org> Thu, 1 Mar 2001 19:48:01 +0100 | ||
666 | |||
667 | openssh (1:2.5.1p1-1.7) unstable; urgency=high | ||
668 | |||
669 | * And now we mark the correct binary as setuid, when a user requested | ||
670 | to install it setuid. | ||
671 | |||
672 | -- Christian Kurz <shorty@debian.org> Thu, 1 Mar 2001 07:19:56 +0100 | ||
673 | |||
674 | openssh (1:2.5.1p1-1.6) unstable; urgency=high | ||
675 | |||
676 | * Fixes postinst to handle overrides that are already there. Damn, I | ||
677 | should have noticed the bug earlier. | ||
678 | |||
679 | -- Christian Kurz <shorty@debian.org> Wed, 28 Feb 2001 22:35:00 +0100 | ||
680 | |||
681 | openssh (1:2.5.1p1-1.5) unstable; urgency=high | ||
682 | |||
683 | * Rebuild ssh with pam-support. | ||
684 | |||
685 | -- Christian Kurz <shorty@debian.org> Mon, 26 Feb 2001 21:55:51 +0100 | ||
686 | |||
687 | openssh (1:2.5.1p1-1.4) unstable; urgency=low | ||
688 | |||
689 | * Added Build-Depends on libssl096-dev. | ||
690 | * Fixed sshd_config file to disallow root logins again. | ||
691 | |||
692 | -- Christian Kurz <shorty@debian.org> Sun, 25 Feb 2001 20:03:55 +0100 | ||
693 | |||
694 | openssh (1:2.5.1p1-1.3) unstable; urgency=low | ||
695 | |||
696 | * Fixed missing manpages for sftp.1 and ssh-keyscan.1 | ||
697 | * Made package policy 3.5.2 compliant. | ||
698 | |||
699 | -- Christian Kurz <shorty@debian.org> Sun, 25 Feb 2001 15:46:26 +0100 | ||
700 | |||
701 | openssh (1:2.5.1p1-1.2) unstable; urgency=low | ||
702 | |||
703 | * Added Conflict with sftp, since we now provide our own sftp-client. | ||
704 | * Added a fix for our broken dpkg-statoverride call in the | ||
705 | 2.3.0p1-13. | ||
706 | * Fixed some config pathes in the comments of sshd_config. | ||
707 | * Removed ssh-key-exchange-vulnerability-patch since it's not needed | ||
708 | anymore because upstream included the fix. | ||
709 | |||
710 | -- Christian Kurz <shorty@debian.org> Sun, 25 Feb 2001 13:46:58 +0100 | ||
711 | |||
712 | openssh (1:2.5.1p1-1.1) unstable; urgency=high | ||
713 | |||
714 | * Another NMU to get the new upstream version 2.5.1p1 into | ||
715 | unstable. (Closes: #87123) | ||
716 | * Corrected postinst to mark ssh as setuid. (Closes: #86391, #85766) | ||
717 | * Key Exchange patch is already included by upstream. (Closes: #86015) | ||
718 | * Upgrading should be possible now. (Closes: #85525, #85523) | ||
719 | * Added --disable-suid-ssh as compile option, so ssh won't get installed | ||
720 | suid per default. | ||
721 | * Fixed postinst to run dpkg-statoverride only, when dpkg-statoverride | ||
722 | is available and the mode of the binary should be 4755. And also added | ||
723 | suggestion for a newer dpkg. | ||
724 | (Closes: #85734, #85741, #86876) | ||
725 | * sftp and ssh-keyscan will also be included from now on. (Closes: #79994) | ||
726 | * scp now understands spaces in filenames (Closes: #53783, #58958, | ||
727 | #66723) | ||
728 | * ssh-keygen now supports showing DSA fingerprints. (Closes: #68623) | ||
729 | * ssh doesn' t show motd anymore when switch -t is used. (Closes #69035) | ||
730 | * ssh supports the usage of other dsa keys via the ssh command line | ||
731 | options. (Closes: #81250) | ||
732 | * Documentation in sshd_config fixed. (Closes: #81088) | ||
733 | * primes file included by upstream and included now. (Closes: #82101) | ||
734 | * scp now allows dots in the username. (Closes: #82477) | ||
735 | * Spelling error in ssh-copy-id.1 corrected by upstream. (Closes: #78124) | ||
736 | |||
737 | -- Christian Kurz <shorty@debian.org> Sun, 25 Feb 2001 10:06:08 +0100 | ||
738 | |||
739 | openssh (1:2.3.0p1-1.13) unstable; urgency=low | ||
740 | |||
741 | * Config should now also be fixed with this hopefully last NMU. | ||
742 | |||
743 | -- Christian Kurz <shorty@debian.org> Sat, 10 Feb 2001 22:56:36 +0100 | ||
744 | |||
745 | openssh (1:2.3.0p1-1.12) unstable; urgency=high | ||
746 | |||
747 | * Added suggest for xbase-clients to control-file. (Closes #85227) | ||
748 | * Applied patch from Markus Friedl to fix a vulnerability in | ||
749 | the rsa keyexchange. | ||
750 | * Fixed position of horizontal line. (Closes: #83613) | ||
751 | * Fixed hopefully the grep problem in the config-file. (Closes: #78802) | ||
752 | * Converted package from suidregister to dpkg-statoverride. | ||
753 | |||
754 | -- Christian Kurz <shorty@debian.org> Fri, 9 Feb 2001 19:43:55 +0100 | ||
755 | |||
756 | openssh (1:2.3.0p1-1.11) unstable; urgency=medium | ||
757 | |||
758 | * Fixed some typos in the german translation of the debconf | ||
759 | template. | ||
760 | |||
761 | -- Christian Kurz <shorty@debian.org> Wed, 24 Jan 2001 18:22:38 +0100 | ||
762 | |||
763 | openssh (1:2.3.0p1-1.10) unstable; urgency=medium | ||
764 | |||
765 | * Fixed double printing of motd. (Closes: #82618) | ||
766 | |||
767 | -- Christian Kurz <shorty@debian.org> Tue, 23 Jan 2001 21:03:43 +0100 | ||
768 | |||
769 | openssh (1:2.3.0p1-1.9) unstable; urgency=high | ||
770 | |||
771 | * And the next NMU which includes the patch from Andrew Bartlett | ||
772 | and Markus Friedl to fix the root privileges handling of openssh. | ||
773 | (Closes: #82657) | ||
774 | |||
775 | -- Christian Kurz <shorty@debian.org> Wed, 17 Jan 2001 22:20:54 +0100 | ||
776 | |||
777 | openssh (1:2.3.0p1-1.8) unstable; urgency=high | ||
778 | |||
779 | * Applied fix from Ryan Murray to allow building on other architectures | ||
780 | since the hurd patch was wrong. (Closes: #82471) | ||
781 | |||
782 | -- Christian Kurz <shorty@debian.org> Tue, 16 Jan 2001 22:45:51 +0100 | ||
783 | |||
784 | openssh (1:2.3.0p1-1.7) unstable; urgency=medium | ||
785 | |||
786 | * Fixed another typo on sshd_config | ||
787 | |||
788 | -- Christian Kurz <shorty@debian.org> Sun, 14 Jan 2001 19:01:31 +0100 | ||
789 | |||
790 | openssh (1:2.3.0p1-1.6) unstable; urgency=high | ||
791 | |||
792 | * Added Build-Dependency on groff (Closes: #81886) | ||
793 | * Added Build-Depencency on debhelper (Closes: #82072) | ||
794 | * Fixed entry for known_hosts in sshd_config (Closes: #82096) | ||
795 | |||
796 | -- Christian Kurz <shorty@debian.org> Thu, 11 Jan 2001 23:08:16 +0100 | ||
797 | |||
798 | openssh (1:2.3.0p1-1.5) unstable; urgency=high | ||
799 | |||
800 | * Fixed now also the problem with sshd used as default ipv4 and | ||
801 | didn't use IPv6. This should be now fixed. | ||
802 | |||
803 | -- Christian Kurz <shorty@debian.org> Thu, 11 Jan 2001 21:25:55 +0100 | ||
804 | |||
805 | openssh (1:2.3.0p1-1.4) unstable; urgency=high | ||
806 | |||
807 | * Fixed buggy entry in postinst. | ||
808 | |||
809 | -- Christian Kurz <shorty@debian.org> Wed, 10 Jan 2001 23:12:16 +0100 | ||
810 | |||
811 | openssh (1:2.3.0p1-1.3) unstable; urgency=high | ||
812 | |||
813 | * After finishing the rewrite of the rules-file I had to notice that | ||
814 | the manpage installation was broken. This should now work again. | ||
815 | |||
816 | -- Christian Kurz <shorty@debian.org> Wed, 10 Jan 2001 22:11:59 +0100 | ||
817 | |||
818 | openssh (1:2.3.0p1-1.2) unstable; urgency=high | ||
819 | |||
820 | * Fixed the screwed up build-dependency. | ||
821 | * Removed --with-ipv4-default to support ipv6. | ||
822 | * Changed makefile to use /etc/pam.d/ssh instead of /etc/pam.d/sshd. | ||
823 | * Fixed location to sftp-server in config. | ||
824 | * Since debian still relies on /etc/pam.d/ssh instead of moving to | ||
825 | /etc/pam.d/sshd, I had to hack ssh.h to get ssh to use this name. | ||
826 | * Fixed path to host key in sshd_config. | ||
827 | |||
828 | -- Christian Kurz <shorty@debian.org> Wed, 10 Jan 2001 08:23:47 +0100 | ||
829 | |||
830 | openssh (1:2.3.0p1-1.1) unstable; urgency=medium | ||
831 | |||
832 | * NMU with permission of Phil Hands. | ||
833 | * New upstream release | ||
834 | * Update Build-Depends to point to new libssl096. | ||
835 | * This upstream release doesn't leak any information depending | ||
836 | on the setting of PermitRootLogin (Closes: #59933) | ||
837 | * New upstream release contains fix against forcing a client to | ||
838 | do X/agent forwarding (Closes: #76788) | ||
839 | * Changed template to contain correct path to the documentation | ||
840 | (Closes: #67245) | ||
841 | * Added --with-4in6 switch as compile option into debian/rules. | ||
842 | * Added --with-ipv4-default as compile option into debian/rules. | ||
843 | (Closes: #75037) | ||
844 | * Changed default path to also contain /usr/local/bin and | ||
845 | /usr/X11R6/bin (Closes: #62472,#54567,#62810) | ||
846 | * Changed path to sftp-server in sshd_config to match the | ||
847 | our package (Closes: #68347) | ||
848 | * Replaced OpenBSDh with OpenBSD in the init-script. | ||
849 | * Changed location to original source in copyright.head | ||
850 | * Changed behaviour of init-script when invoked with the option | ||
851 | restart (Closes: #68706,#72560) | ||
852 | * Added a note about -L option of scp to README.Debian | ||
853 | * ssh won't print now the motd if invoked with -t option | ||
854 | (Closes: #59933) | ||
855 | * RFC.nroff.gz get's now converted into RFC.gz. (Closes: #63867) | ||
856 | * Added a note about tcp-wrapper support to README.Debian | ||
857 | (Closes: #72807,#22190) | ||
858 | * Removed two unneeded options from building process. | ||
859 | * Added sshd.pam into debian dir and install it. | ||
860 | * Commented out unnecessary call to dh_installinfo. | ||
861 | * Added a line to sshd.pam so that limits will be paid attention | ||
862 | to (Closes: #66904) | ||
863 | * Restart Option has a Timeout of 10 seconds (Closes: 51264) | ||
864 | * scp won't override files anymore (Closes: 51955) | ||
865 | * Removed pam_lastlog module, so that the lastlog is now printed | ||
866 | only once (Closes: #71742, #68335, #69592, #71495, #77781) | ||
867 | * If password is expired, openssh now forces the user to change it. | ||
868 | (Closes: #51747) | ||
869 | * scp should now have no more problems with shell-init-files that | ||
870 | produces ouput (Closes: #56280,#59873) | ||
871 | * ssh now prints the motd correctly (Closes: #66926) | ||
872 | * ssh upgrade should disable ssh daemon only if users has choosen | ||
873 | to do so (Closes: #67478) | ||
874 | * ssh can now be installed suid (Closes: #70879) | ||
875 | * Modified debian/rules to support hurd. | ||
876 | |||
877 | -- Christian Kurz <shorty@debian.org> Wed, 27 Dec 2000 20:06:57 +0100 | ||
878 | |||
879 | openssh (1:2.2.0p1-1.1) unstable; urgency=medium | ||
880 | |||
881 | * Non-Maintainer Upload | ||
882 | * Check for new returns in the new libc | ||
883 | (closes: #72803, #74393, #72797, #71307, #71702) | ||
884 | * Link against libssl095a (closes: #66304) | ||
885 | * Correct check for PermitRootLogin (closes: #69448) | ||
886 | |||
887 | -- Ryan Murray <rmurray@debian.org> Wed, 18 Oct 2000 00:48:18 -0700 | ||
888 | |||
889 | openssh (1:2.2.0p1-1) unstable; urgency=low | ||
890 | |||
891 | * New upstream release | ||
892 | |||
893 | -- Philip Hands <phil@hands.com> Mon, 11 Sep 2000 14:49:43 +0100 | ||
894 | |||
895 | openssh (1:2.1.1p4-3) unstable; urgency=low | ||
896 | |||
897 | * add rsh alternatives | ||
898 | * add -S option to scp (using Tommi Virtanen's patch) (closes: #63097) | ||
899 | * do the IPV4_DEFAULT thing properly this time | ||
900 | |||
901 | -- Philip Hands <phil@hands.com> Fri, 11 Aug 2000 18:14:37 +0100 | ||
902 | |||
903 | openssh (1:2.1.1p4-2) unstable; urgency=low | ||
904 | |||
905 | * reinstate manpage .out patch from 1:1.2.3 | ||
906 | * fix typo in postinst | ||
907 | * only compile ssh with IPV4_DEFAULT | ||
908 | * apply James Troup's patch to add a -o option to scp and updated manpage | ||
909 | |||
910 | -- Philip Hands <phil@hands.com> Sun, 30 Jul 2000 00:12:49 +0100 | ||
911 | |||
912 | openssh (1:2.1.1p4-1) unstable; urgency=low | ||
913 | |||
914 | * New upstream release | ||
915 | |||
916 | -- Philip Hands <phil@hands.com> Sat, 29 Jul 2000 14:46:16 +0100 | ||
917 | |||
918 | openssh (1:1.2.3-10) unstable; urgency=low | ||
919 | |||
920 | * add version to libpam-modules dependency, because old versions of | ||
921 | pam_motd make it impossible to log in. | ||
922 | |||
923 | -- Philip Hands <phil@hands.com> Sat, 29 Jul 2000 13:28:22 +0100 | ||
924 | |||
925 | openssh (1:1.2.3-9) frozen unstable; urgency=low | ||
926 | |||
927 | * force location of /usr/bin/X11/xauth | ||
928 | (closes: #64424, #66437, #66859) *RC* | ||
929 | * typos in config (closes: #66779, #66780) | ||
930 | * sshd_not_to_be_run could be assumed to be true, in error, if the config | ||
931 | script died in an unusual way --- I've reversed this (closes: #66335) | ||
932 | * Apply Zack Weinberg <zack@wolery.cumb.org>'s patch to ssh-askpass-ptk | ||
933 | (closes: #65981) | ||
934 | * change default for PermitRootLogin to "no" (closes: #66406) | ||
935 | |||
936 | -- Philip Hands <phil@hands.com> Tue, 11 Jul 2000 20:51:18 +0100 | ||
937 | |||
938 | openssh (1:1.2.3-8) frozen unstable; urgency=low | ||
939 | |||
940 | * get rid of Provides: rsh-server (this will mean that rstartd | ||
941 | will need to change it's depends to deal with #63948, which I'm | ||
942 | reopening) (closes: #66257) | ||
943 | Given that this is also a trivial change, and is a reversal of a | ||
944 | change that was mistakenly made after the freeze, I think this should | ||
945 | also go into frozen. | ||
946 | |||
947 | -- Philip Hands <phil@hands.com> Wed, 28 Jun 2000 03:26:30 +0100 | ||
948 | |||
949 | openssh (1:1.2.3-7) frozen unstable; urgency=low | ||
950 | |||
951 | * check if debconf is installed before calling db_stop in postinst. | ||
952 | This is required to allow ssh to be installed when debconf is not | ||
953 | wanted, which probably makes it an RC upload (hopefully the last of | ||
954 | too many). | ||
955 | |||
956 | -- Philip Hands <phil@hands.com> Wed, 28 Jun 2000 03:19:47 +0100 | ||
957 | |||
958 | openssh (1:1.2.3-6) frozen unstable; urgency=low | ||
959 | |||
960 | * fixed depressing little bug involving a line wrap looking like | ||
961 | a blank line in the templates file *RC* | ||
962 | (closes: #66090, #66078, #66083, #66182) | ||
963 | |||
964 | -- Philip Hands <phil@hands.com> Mon, 26 Jun 2000 00:45:05 +0100 | ||
965 | |||
966 | openssh (1:1.2.3-5) frozen unstable; urgency=low | ||
967 | |||
968 | * add code to prevent UseLogin exploit, although I think our PAM | ||
969 | conditional code breaks UseLogin in a way that protects us from this | ||
970 | exploit anyway. ;-) (closes: #65495) *RC* | ||
971 | * Apply Zack Weinberg <zack@wolery.cumb.org>'s patch to fix keyboard | ||
972 | grab vulnerability in ssh-askpass-gnome (closes: #64795) *RC* | ||
973 | * stop redirection of sshd's file descriptors (introduced in 1:1.2.3-3) | ||
974 | and use db_stop in the postinst to solve that problem instead | ||
975 | (closes: #65104) | ||
976 | * add Provides: rsh-server to ssh (closes: #63948) | ||
977 | * provide config option not to run sshd | ||
978 | |||
979 | -- Philip Hands <phil@hands.com> Mon, 12 Jun 2000 23:05:11 +0100 | ||
980 | |||
981 | openssh (1:1.2.3-4) frozen unstable; urgency=low | ||
982 | |||
983 | * fixes #63436 which is *RC* | ||
984 | * add 10 second pause in init.d restart (closes: #63844) | ||
985 | * get rid of noenv in PAM mail line (closes: #63856) | ||
986 | * fix host key path in make-ssh-known-hosts (closes: #63713) | ||
987 | * change wording of SUID template (closes: #62788, #63436) | ||
988 | |||
989 | -- Philip Hands <phil@hands.com> Sat, 27 May 2000 11:18:06 +0100 | ||
990 | |||
991 | openssh (1:1.2.3-3) frozen unstable; urgency=low | ||
992 | |||
993 | * redirect sshd's file descriptors to /dev/null in init to | ||
994 | prevent debconf from locking up during installation | ||
995 | ** grave bug just submited by me ** | ||
996 | |||
997 | -- Philip Hands <phil@hands.com> Thu, 20 Apr 2000 17:10:59 +0100 | ||
998 | |||
999 | openssh (1:1.2.3-2) frozen unstable; urgency=low | ||
1000 | |||
1001 | * allow user to select SUID status of /usr/bin/ssh (closes: 62462) ** RC ** | ||
1002 | * suggest debconf | ||
1003 | * conflict with debconf{,-tiny} (<<0.2.17) so I can clean up the preinst | ||
1004 | |||
1005 | -- Philip Hands <phil@hands.com> Wed, 19 Apr 2000 17:49:15 +0100 | ||
1006 | |||
1007 | openssh (1:1.2.3-1) frozen unstable; urgency=low | ||
1008 | |||
1009 | * New upstream release | ||
1010 | * patch sshd to create extra xauth key required for localhost | ||
1011 | (closes: #49944) *** RC *** | ||
1012 | * FallbacktoRsh now defaults to ``no'' to match impression | ||
1013 | given in sshd_config | ||
1014 | * stop setting suid bit on ssh (closes: #58711, #58558) | ||
1015 | This breaks Rhosts authentication (which nobody uses) and allows | ||
1016 | the LD_PRELOAD trick to get socks working, so seems like a net benefit. | ||
1017 | |||
1018 | -- Philip Hands <phil@hands.com> Thu, 13 Apr 2000 20:01:54 +0100 | ||
1019 | |||
1020 | openssh (1:1.2.2-1.4) frozen unstable; urgency=low | ||
1021 | |||
1022 | * Recompile for frozen, contains fix for RC bug. | ||
1023 | |||
1024 | -- Tommi Virtanen <tv@debian.org> Tue, 29 Feb 2000 22:14:58 +0200 | ||
1025 | |||
1026 | openssh (1:1.2.2-1.3) unstable; urgency=low | ||
1027 | |||
1028 | * Integrated man page addition for PrintLastLog. | ||
1029 | This bug was filed on "openssh", and I ended up | ||
1030 | creating my own patch for this (closes: #59054) | ||
1031 | * Improved error message when ssh_exchange_identification | ||
1032 | gets EOF (closes: #58904) | ||
1033 | * Fixed typo (your -> you're) in debian/preinst. | ||
1034 | * Added else-clauses to config to make this upgradepath possible: | ||
1035 | oldssh -> openssh preinst fails due to upgrade_to_openssh=false | ||
1036 | -> ssh-nonfree -> openssh. Without these, debconf remembered | ||
1037 | the old answer, config didn't force asking it, and preinst always | ||
1038 | aborted (closes: #56596, #57782) | ||
1039 | * Moved setting upgrade_to_openssh isdefault flag to the place | ||
1040 | where preinst would abort. This means no double question to most | ||
1041 | users, people who currently suffer from "can't upgrade" may need | ||
1042 | to run apt-get install ssh twice. Did not do the same for | ||
1043 | use_old_init_script, as the situation is a bit different, and | ||
1044 | less common (closes: #54010, #56224) | ||
1045 | * Check for existance of ssh-keygen before attempting to use it in | ||
1046 | preinst, added warning for non-existant ssh-keygen in config. This | ||
1047 | happens when the old ssh is removed (say, due to ssh-nonfree getting | ||
1048 | installed). | ||
1049 | |||
1050 | -- Tommi Virtanen <tv@debian.org> Sun, 27 Feb 2000 21:36:43 +0200 | ||
1051 | |||
1052 | openssh (1:1.2.2-1.2) frozen unstable; urgency=low | ||
1053 | |||
1054 | * Non-maintainer upload. | ||
1055 | * Added configuration option PrintLastLog, default off due to PAM | ||
1056 | (closes: #54007, #55042) | ||
1057 | * ssh-askpass-{gnome,ptk} now provide ssh-askpass, making ssh's | ||
1058 | Suggests: line more accurate. Also closing related bugs fixed | ||
1059 | earlier, when default ssh-askpass moved to /usr/bin. | ||
1060 | (closes: #52403, #54741, #50607, #52298, #50967, #51661) | ||
1061 | * Patched to call vhangup, with autoconf detection and all | ||
1062 | (closes: #55379) | ||
1063 | * Added --with-ipv4-default workaround to a glibc bug causing | ||
1064 | slow DNS lookups, as per UPGRADING. Use -6 to really use | ||
1065 | IPv6 addresses. (closes: #57891, #58744, #58713, #57970) | ||
1066 | * Added noenv to PAM pam_mail line. Thanks to Ben Collins. | ||
1067 | (closes: #58429) | ||
1068 | * Added the UPGRADING file to the package. | ||
1069 | * Added frozen to the changelog line and recompiled before | ||
1070 | package was installed into the archive. | ||
1071 | |||
1072 | -- Tommi Virtanen <tv@debian.org> Fri, 25 Feb 2000 22:08:57 +0200 | ||
1073 | |||
1074 | openssh (1:1.2.2-1.1) frozen unstable; urgency=low | ||
1075 | |||
1076 | * Non-maintainer upload. | ||
1077 | * Integrated scp pipe buffer patch from Ben Collins | ||
1078 | <benc@debian.org>, should now work even if reading | ||
1079 | a pipe gives less than fstat st_blksize bytes. | ||
1080 | Should now work on Alpha and Sparc Linux (closes: #53697, #52071) | ||
1081 | * Made ssh depend on libssl09 (>= 0.9.4-3) (closes: #51393) | ||
1082 | * Integrated patch from Ben Collins <benc@debian.org> | ||
1083 | to do full shadow account locking and expiration | ||
1084 | checking (closes: #58165, #51747) | ||
1085 | |||
1086 | -- Tommi Virtanen <tv@debian.org> Tue, 22 Feb 2000 20:46:12 +0200 | ||
1087 | |||
1088 | openssh (1:1.2.2-1) frozen unstable; urgency=medium | ||
1089 | |||
1090 | * New upstream release (closes: #56870, #56346) | ||
1091 | * built against new libesd (closes: #56805) | ||
1092 | * add Colin Watson <cjw44@cam.ac.uk> =NULL patch | ||
1093 | (closes: #49902, #54894) | ||
1094 | * use socketpairs as suggested by Andrew Tridgell to eliminate rsync | ||
1095 | (and other) lockups | ||
1096 | * patch SSHD_PAM_SERVICE back into auth-pam.c, again :-/ | ||
1097 | (closes: #49902, #55872, #56959) | ||
1098 | * uncoment the * line in ssh_config (closes: #56444) | ||
1099 | |||
1100 | * #54894 & #49902 are release critical, so this should go in frozen | ||
1101 | |||
1102 | -- Philip Hands <phil@hands.com> Wed, 9 Feb 2000 04:52:04 +0000 | ||
1103 | |||
1104 | openssh (1:1.2.1pre24-1) unstable; urgency=low | ||
1105 | |||
1106 | * New upstream release | ||
1107 | |||
1108 | -- Philip Hands <phil@hands.com> Fri, 31 Dec 1999 02:47:24 +0000 | ||
1109 | |||
1110 | openssh (1:1.2.1pre23-1) unstable; urgency=low | ||
1111 | |||
1112 | * New upstream release | ||
1113 | * excape ? in /etc/init.d/ssh (closes: #53269) | ||
1114 | |||
1115 | -- Philip Hands <phil@hands.com> Wed, 29 Dec 1999 16:50:46 +0000 | ||
1116 | |||
1117 | openssh (1:1.2pre17-1) unstable; urgency=low | ||
1118 | |||
1119 | * New upstream release | ||
1120 | |||
1121 | -- Philip Hands <phil@hands.com> Thu, 9 Dec 1999 16:50:40 +0000 | ||
1122 | |||
1123 | openssh (1:1.2pre16-1) unstable; urgency=low | ||
1124 | |||
1125 | * New upstream release | ||
1126 | * upstream release (1.2pre14) (closes: #50299) | ||
1127 | * make ssh depend on libwrap0 (>= 7.6-1.1) (closes: #50973, #50776) | ||
1128 | * dispose of grep -q broken pipe message in config script (closes: #50855) | ||
1129 | * add make-ssh-known-hosts (closes: #50660) | ||
1130 | * add -i option to ssh-copy-id (closes: #50657) | ||
1131 | * add check for *LK* in password, indicating a locked account | ||
1132 | |||
1133 | -- Philip Hands <phil@hands.com> Wed, 8 Dec 1999 22:59:38 +0000 | ||
1134 | |||
1135 | openssh (1:1.2pre13-1) unstable; urgency=low | ||
1136 | |||
1137 | * New upstream release | ||
1138 | * make sshd.c use SSHD_PAM_SERVICE and define it as "ssh" in debian/rules | ||
1139 | * remove duplicate line in /etc/pam.d/ssh (closes: #50310) | ||
1140 | * mention ssh -A option in ssh.1 & ssh_config | ||
1141 | * enable forwarding to localhost in default ssh_config (closes: #50373) | ||
1142 | * tweak preinst to deal with debconf being `unpacked' | ||
1143 | * use --with-tcp-wrappers (closes: #49545) | ||
1144 | |||
1145 | -- Philip Hands <phil@hands.com> Sat, 20 Nov 1999 14:20:04 +0000 | ||
1146 | |||
1147 | openssh (1:1.2pre11-2) unstable; urgency=low | ||
1148 | |||
1149 | * oops, just realised that I forgot to strip out the unpleasant | ||
1150 | fiddling mentioned below (which turned not to be a fix anyway) | ||
1151 | |||
1152 | -- Philip Hands <phil@hands.com> Mon, 15 Nov 1999 01:35:23 +0000 | ||
1153 | |||
1154 | openssh (1:1.2pre11-1) unstable; urgency=low | ||
1155 | |||
1156 | * New upstream release (closes: #49722) | ||
1157 | * add 2>/dev/null to dispose of spurious message casused by grep -q | ||
1158 | (closes: #49876, #49604) | ||
1159 | * fix typo in debian/control (closes: #49841) | ||
1160 | * Do some unpleasant fiddling with upgraded keys in the preinst, which | ||
1161 | should make the keylength problem go away. (closes: #49676) | ||
1162 | * make pam_start in sshd use ``ssh'' as the service name (closes: #49956) | ||
1163 | * If /etc/ssh/NOSERVER exist, stop sshd from starting (closes: #47107) | ||
1164 | * apply Ben Collins <bcollins@debian.org>'s shadow patch | ||
1165 | * disable lastlogin and motd printing if using pam (closes: #49957) | ||
1166 | * add ssh-copy-id script and manpage | ||
1167 | |||
1168 | -- Philip Hands <phil@hands.com> Fri, 12 Nov 1999 01:03:38 +0000 | ||
1169 | |||
1170 | openssh (1:1.2pre9-1) unstable; urgency=low | ||
1171 | |||
1172 | * New upstream release | ||
1173 | * apply Chip Salzenberg <chip@valinux.com>'s SO_REUSEADDR patch | ||
1174 | to channels.c, to make forwarded ports instantly reusable | ||
1175 | * replace Pre-Depend: debconf with some check code in preinst | ||
1176 | * make the ssh-add ssh-askpass failure message more helpful | ||
1177 | * fix the ssh-agent getopts bug (closes: #49426) | ||
1178 | * fixed typo on Suggests: line (closes: #49704, #49571) | ||
1179 | * tidy up ssh package description (closes: #49642) | ||
1180 | * make ssh suid (closes: #49635) | ||
1181 | * in preinst upgrade code, ensure ssh_host_keys is mode 600 (closes: #49606) | ||
1182 | * disable agent forwarding by default, for the similar reasons as | ||
1183 | X forwarding (closes: #49586) | ||
1184 | |||
1185 | -- Philip Hands <phil@hands.com> Tue, 9 Nov 1999 09:57:47 +0000 | ||
1186 | |||
1187 | openssh (1:1.2pre7-4) unstable; urgency=low | ||
1188 | |||
1189 | * predepend on debconf (>= 0.2.17) should now allow preinst questions | ||
1190 | |||
1191 | -- Philip Hands <phil@hands.com> Sat, 6 Nov 1999 10:31:06 +0000 | ||
1192 | |||
1193 | openssh (1:1.2pre7-3) unstable; urgency=low | ||
1194 | |||
1195 | * add ssh-askpass package using Tommi Virtanen's perl-tk script | ||
1196 | * add ssh-preconfig package cludge | ||
1197 | * add usage hints to ssh-agent.1 | ||
1198 | |||
1199 | -- Philip Hands <phil@hands.com> Fri, 5 Nov 1999 00:38:33 +0000 | ||
1200 | |||
1201 | openssh (1:1.2pre7-2) unstable; urgency=low | ||
1202 | |||
1203 | * use pam patch from Ben Collins <bcollins@debian.org> | ||
1204 | * add slogin symlink to Makefile.in | ||
1205 | * change /usr/bin/login to LOGIN_PROGRAM define of /bin/login | ||
1206 | * sort out debconf usage | ||
1207 | * patch from Tommi Virtanen <tv@debian.org>'s makes ssh-add use ssh-askpass | ||
1208 | |||
1209 | -- Philip Hands <phil@hands.com> Thu, 4 Nov 1999 11:08:54 +0000 | ||
1210 | |||
1211 | openssh (1:1.2pre7-1) unstable; urgency=low | ||
1212 | |||
1213 | * New upstream release | ||
1214 | |||
1215 | -- Philip Hands <phil@hands.com> Tue, 2 Nov 1999 21:02:37 +0000 | ||
1216 | |||
1217 | openssh (1:1.2.0.pre6db1-2) unstable; urgency=low | ||
1218 | |||
1219 | * change the binary package name to ssh (the non-free branch of ssh has | ||
1220 | been renamed to ssh-nonfree) | ||
1221 | * make pam file comply with Debian standards | ||
1222 | * use an epoch to make sure openssh supercedes ssh-nonfree | ||
1223 | |||
1224 | -- Philip Hands <phil@hands.com> Sat, 30 Oct 1999 16:26:05 +0100 | ||
1225 | |||
1226 | openssh (1.2pre6db1-1) unstable; urgency=low | ||
1227 | |||
1228 | * New upstream source | ||
1229 | * sshd accepts logins now! | ||
1230 | |||
1231 | -- Dan Brosemer <odin@linuxfreak.com> Fri, 29 Oct 1999 11:13:38 -0500 | ||
1232 | |||
1233 | openssh (1.2.0.19991028-1) unstable; urgency=low | ||
1234 | |||
1235 | * New upstream source | ||
1236 | * Added test for -lnsl to configure script | ||
1237 | |||
1238 | -- Dan Brosemer <odin@linuxfreak.com> Thu, 28 Oct 1999 18:52:09 -0500 | ||
1239 | |||
1240 | openssh (1.2.0.19991027-3) unstable; urgency=low | ||
1241 | |||
1242 | * Initial release | ||
1243 | |||
1244 | -- Dan Brosemer <odin@linuxfreak.com> Wed, 27 Oct 1999 19:39:46 -0500 | ||
1245 | |||
1246 | Local variables: | ||
1247 | mode: debian-changelog | ||
1248 | End: | ||