Rev 150 | Rev 152 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 150 | Rev 151 | ||
|---|---|---|---|
| 1 | lsh-utils (2.1-12) unstable; urgency=medium |
1 | lsh-utils (2.1-12) unstable; urgency=medium |
| 2 | 2 | ||
| 3 | * nettle3.4.patch: Fix FTBFS with nettle 3.4 due to type changes |
3 | * nettle3.4.patch: Fix FTBFS with nettle 3.4 due to type changes |
| 4 | (Closes: #884403). |
4 | (Closes: #884403). |
| 5 | * Build-Depend on debhelper (>= 9.20160709) instead of dh-systemd. |
5 | * Build-Depend on debhelper (>= 9.20160709) instead of dh-systemd. |
| - | 6 | * Priority extra replaced by optional. |
|
| 6 | 7 | ||
| 7 | -- Magnus Holmgren <holmgren@debian.org> Tue, 09 Jan 2018 21:33:54 +0100 |
8 | -- Magnus Holmgren <holmgren@debian.org> Tue, 09 Jan 2018 21:36:05 +0100 |
| 8 | 9 | ||
| 9 | lsh-utils (2.1-11) unstable; urgency=low |
10 | lsh-utils (2.1-11) unstable; urgency=low |
| 10 | 11 | ||
| 11 | * dont_clear_umask.patch (new): Don't clear umask in lshd, but keep the |
12 | * dont_clear_umask.patch (new): Don't clear umask in lshd, but keep the |
| 12 | one it was launched with (typically 022) (Closes: #672936). |
13 | one it was launched with (typically 022) (Closes: #672936). |
| 13 | 14 | ||
| 14 | -- Magnus Holmgren <holmgren@debian.org> Tue, 24 Jan 2017 21:40:52 +0100 |
15 | -- Magnus Holmgren <holmgren@debian.org> Tue, 24 Jan 2017 21:40:52 +0100 |
| 15 | 16 | ||
| 16 | lsh-utils (2.1-10) unstable; urgency=low |
17 | lsh-utils (2.1-10) unstable; urgency=low |
| 17 | 18 | ||
| 18 | * Add missing lsb-base dependency. |
19 | * Add missing lsb-base dependency. |
| 19 | * missing_include.patch: Add a missing include to fix FTBFS with bindnow |
20 | * missing_include.patch: Add a missing include to fix FTBFS with bindnow |
| 20 | and PIE enabled (Closes: #837665, LP: #1628178). |
21 | and PIE enabled (Closes: #837665, LP: #1628178). |
| 21 | * Increase Debhelper compat level to 9. |
22 | * Increase Debhelper compat level to 9. |
| 22 | * Add Brazilian Portuguese debconf templates translation (Closes: |
23 | * Add Brazilian Portuguese debconf templates translation (Closes: |
| 23 | #816948). |
24 | #816948). |
| 24 | * Drop the blacklisting of vulnerable SSH keys. OpenSSH did so three |
25 | * Drop the blacklisting of vulnerable SSH keys. OpenSSH did so three |
| 25 | years ago; the vulnerability was eight years ago. |
26 | years ago; the vulnerability was eight years ago. |
| 26 | * Bump Standards-Version to 3.9.8. |
27 | * Bump Standards-Version to 3.9.8. |
| 27 | 28 | ||
| 28 | -- Magnus Holmgren <holmgren@debian.org> Tue, 18 Oct 2016 19:55:20 +0200 |
29 | -- Magnus Holmgren <holmgren@debian.org> Tue, 18 Oct 2016 19:55:20 +0200 |
| 29 | 30 | ||
| 30 | lsh-utils (2.1-9) unstable; urgency=medium |
31 | lsh-utils (2.1-9) unstable; urgency=medium |
| 31 | 32 | ||
| 32 | * nettle3.patch: also cast length arguments to nettle_sexp_vformat() to |
33 | * nettle3.patch: also cast length arguments to nettle_sexp_vformat() to |
| 33 | size_t. |
34 | size_t. |
| 34 | 35 | ||
| 35 | -- Magnus Holmgren <holmgren@debian.org> Thu, 25 Feb 2016 00:16:44 +0100 |
36 | -- Magnus Holmgren <holmgren@debian.org> Thu, 25 Feb 2016 00:16:44 +0100 |
| 36 | 37 | ||
| 37 | lsh-utils (2.1-8) unstable; urgency=low |
38 | lsh-utils (2.1-8) unstable; urgency=low |
| 38 | 39 | ||
| 39 | * Build with MIT Kerberos instead of Heimdal (Closes: #806266, #812813). |
40 | * Build with MIT Kerberos instead of Heimdal (Closes: #806266, #812813). |
| 40 | Note: the Kerberos password helper has limited functionality and is |
41 | Note: the Kerberos password helper has limited functionality and is |
| 41 | not recommended to use. |
42 | not recommended to use. |
| 42 | 43 | ||
| 43 | -- Magnus Holmgren <holmgren@debian.org> Sun, 07 Feb 2016 21:11:10 +0100 |
44 | -- Magnus Holmgren <holmgren@debian.org> Sun, 07 Feb 2016 21:11:10 +0100 |
| 44 | 45 | ||
| 45 | lsh-utils (2.1-7) unstable; urgency=low |
46 | lsh-utils (2.1-7) unstable; urgency=low |
| 46 | 47 | ||
| 47 | * nettle3.patch: fix pointer type mismatches, mainly changing length |
48 | * nettle3.patch: fix pointer type mismatches, mainly changing length |
| 48 | variables from unsigned to size_t. |
49 | variables from unsigned to size_t. |
| 49 | 50 | ||
| 50 | -- Magnus Holmgren <holmgren@debian.org> Wed, 03 Jun 2015 00:06:24 +0200 |
51 | -- Magnus Holmgren <holmgren@debian.org> Wed, 03 Jun 2015 00:06:24 +0200 |
| 51 | 52 | ||
| 52 | lsh-utils (2.1-6) unstable; urgency=low |
53 | lsh-utils (2.1-6) unstable; urgency=low |
| 53 | 54 | ||
| 54 | * skip-argp.patch (new): Make sure we don't touch the embedded argp copy |
55 | * skip-argp.patch (new): Make sure we don't touch the embedded argp copy |
| 55 | when not needed. It fails to build with GCC 5, which defaults to C99, |
56 | when not needed. It fails to build with GCC 5, which defaults to C99, |
| 56 | which has different inline function rules, and we don't need it. |
57 | which has different inline function rules, and we don't need it. |
| 57 | (Closes: #777990). |
58 | (Closes: #777990). |
| 58 | * nettle3.patch (new): Adapt to API changes in Nettle 3.0 using the |
59 | * nettle3.patch (new): Adapt to API changes in Nettle 3.0 using the |
| 59 | compat layer. |
60 | compat layer. |
| 60 | 61 | ||
| 61 | -- Magnus Holmgren <holmgren@debian.org> Tue, 02 Jun 2015 16:10:53 +0200 |
62 | -- Magnus Holmgren <holmgren@debian.org> Tue, 02 Jun 2015 16:10:53 +0200 |
| 62 | 63 | ||
| 63 | lsh-utils (2.1-5) unstable; urgency=low |
64 | lsh-utils (2.1-5) unstable; urgency=low |
| 64 | 65 | ||
| 65 | * bsd_connreset_test_fail.patch (new): Fix random test failures on kFreeBSD. |
66 | * bsd_connreset_test_fail.patch (new): Fix random test failures on kFreeBSD. |
| 66 | * Bump Standards-Version to 3.9.6. |
67 | * Bump Standards-Version to 3.9.6. |
| 67 | 68 | ||
| 68 | -- Magnus Holmgren <holmgren@debian.org> Sun, 19 Oct 2014 23:41:33 +0200 |
69 | -- Magnus Holmgren <holmgren@debian.org> Sun, 19 Oct 2014 23:41:33 +0200 |
| 69 | 70 | ||
| 70 | lsh-utils (2.1-4) unstable; urgency=low |
71 | lsh-utils (2.1-4) unstable; urgency=low |
| 71 | 72 | ||
| 72 | * Drop the Scheme interpreters (guile-1.6 | scsh) from Build-Depends; |
73 | * Drop the Scheme interpreters (guile-1.6 | scsh) from Build-Depends; |
| 73 | everything generated by Scheme code comes pre-built in the upstream |
74 | everything generated by Scheme code comes pre-built in the upstream |
| 74 | tarball. |
75 | tarball. |
| 75 | * Also override Lintian error concerning doc/srp-spec.txt, generated |
76 | * Also override Lintian error concerning doc/srp-spec.txt, generated |
| 76 | from srp-spec.nroff (see 2.1-2 below). |
77 | from srp-spec.nroff (see 2.1-2 below). |
| 77 | * lsh-server.service: Remove obsolete syslog.target from Unit.After |
78 | * lsh-server.service: Remove obsolete syslog.target from Unit.After |
| 78 | option (it runs lsh-server non-forking anyway, which means that |
79 | option (it runs lsh-server non-forking anyway, which means that |
| 79 | lsh-server doesn't call syslog itself). |
80 | lsh-server doesn't call syslog itself). |
| 80 | 81 | ||
| 81 | -- Magnus Holmgren <holmgren@debian.org> Sun, 05 Oct 2014 17:53:00 +0200 |
82 | -- Magnus Holmgren <holmgren@debian.org> Sun, 05 Oct 2014 17:53:00 +0200 |
| 82 | 83 | ||
| 83 | lsh-utils (2.1-3) unstable; urgency=low |
84 | lsh-utils (2.1-3) unstable; urgency=low |
| 84 | 85 | ||
| 85 | * Add systemd unit file, which should behave similarly to the init |
86 | * Add systemd unit file, which should behave similarly to the init |
| 86 | script. |
87 | script. |
| 87 | 88 | ||
| 88 | -- Magnus Holmgren <holmgren@debian.org> Sun, 31 Aug 2014 20:14:18 +0200 |
89 | -- Magnus Holmgren <holmgren@debian.org> Sun, 31 Aug 2014 20:14:18 +0200 |
| 89 | 90 | ||
| 90 | lsh-utils (2.1-2) unstable; urgency=low |
91 | lsh-utils (2.1-2) unstable; urgency=low |
| 91 | 92 | ||
| 92 | * new-readline-completion-function-typedef.patch: switch to new-style |
93 | * new-readline-completion-function-typedef.patch: switch to new-style |
| 93 | readline typedef for lsftp_rl_completion pointer cast (Closes: |
94 | readline typedef for lsftp_rl_completion pointer cast (Closes: |
| 94 | #741771). |
95 | #741771). |
| 95 | * Dutch Debconf translation update from Vincent Zweije and the |
96 | * Dutch Debconf translation update from Vincent Zweije and the |
| 96 | debian-l10n-dutch team (Closes: #692831). |
97 | debian-l10n-dutch team (Closes: #692831). |
| 97 | * Override Lintian error concerning non-free IETF document |
98 | * Override Lintian error concerning non-free IETF document |
| 98 | doc/srp-spec.nroff. See debian/copyright for details. |
99 | doc/srp-spec.nroff. See debian/copyright for details. |
| 99 | * rl_completion-segfault.patch (new): Avoid crashing when tab-completing |
100 | * rl_completion-segfault.patch (new): Avoid crashing when tab-completing |
| 100 | an empty command line in lsftp. |
101 | an empty command line in lsftp. |
| 101 | * lsh-doc: Drop dependency on dpkg (>= 1.15.4) | install-info (change in |
102 | * lsh-doc: Drop dependency on dpkg (>= 1.15.4) | install-info (change in |
| 102 | policy § 12.2). |
103 | policy § 12.2). |
| 103 | * With the above, raise Standards-Version to 3.9.5. |
104 | * With the above, raise Standards-Version to 3.9.5. |
| 104 | 105 | ||
| 105 | -- Magnus Holmgren <holmgren@debian.org> Tue, 01 Apr 2014 22:30:06 +0200 |
106 | -- Magnus Holmgren <holmgren@debian.org> Tue, 01 Apr 2014 22:30:06 +0200 |
| 106 | 107 | ||
| 107 | lsh-utils (2.1-1) unstable; urgency=low |
108 | lsh-utils (2.1-1) unstable; urgency=low |
| 108 | 109 | ||
| 109 | * New upstream release. |
110 | * New upstream release. |
| 110 | * Upstream distribution no longer embeds old version of the Nettle |
111 | * Upstream distribution no longer embeds old version of the Nettle |
| 111 | library containing non-free RFC document; drop nonettle.patch. |
112 | library containing non-free RFC document; drop nonettle.patch. |
| 112 | * Also drop better-errmsg-when-dotlsh-missing.patch, nettle-2.0.patch, |
113 | * Also drop better-errmsg-when-dotlsh-missing.patch, nettle-2.0.patch, |
| 113 | nettle-2.1.patch, terminate-on-connection-failure.patch, |
114 | nettle-2.1.patch, terminate-on-connection-failure.patch, |
| 114 | ipv6-v6only.patch, and serpent-byteorder.patch, all incorporated |
115 | ipv6-v6only.patch, and serpent-byteorder.patch, all incorporated |
| 115 | upstream; and testsuite-mini-inetd-localhost.patch, made unneeded by |
116 | upstream; and testsuite-mini-inetd-localhost.patch, made unneeded by |
| 116 | new included version of mini-inetd. |
117 | new included version of mini-inetd. |
| 117 | * Update and improve watch file, dropping dversionmangle option. |
118 | * Update and improve watch file, dropping dversionmangle option. |
| 118 | * Bump Standards-Version to 3.9.4. |
119 | * Bump Standards-Version to 3.9.4. |
| 119 | 120 | ||
| 120 | -- Magnus Holmgren <holmgren@debian.org> Thu, 15 Aug 2013 22:12:15 +0200 |
121 | -- Magnus Holmgren <holmgren@debian.org> Thu, 15 Aug 2013 22:12:15 +0200 |
| 121 | 122 | ||
| 122 | lsh-utils (2.0.4-dfsg-11) unstable; urgency=low |
123 | lsh-utils (2.0.4-dfsg-11) unstable; urgency=low |
| 123 | 124 | ||
| 124 | * Review templates and package description by the debian-l10n-english team |
125 | * Review templates and package description by the debian-l10n-english team |
| 125 | (Closes: #686212). Thanks to David Prévot for coordinating. |
126 | (Closes: #686212). Thanks to David Prévot for coordinating. |
| 126 | 127 | ||
| 127 | [ Debconf translations ] |
128 | [ Debconf translations ] |
| 128 | * Portuguese, Rui Branco (Closes: #687146). |
129 | * Portuguese, Rui Branco (Closes: #687146). |
| 129 | * Russian, Yuri Kozlov (Closes: #687188). |
130 | * Russian, Yuri Kozlov (Closes: #687188). |
| 130 | * Czech, Martin Šín (Closes: #687263). |
131 | * Czech, Martin Šín (Closes: #687263). |
| 131 | * Polish, Michał Kułach (Closes: #687549). |
132 | * Polish, Michał Kułach (Closes: #687549). |
| 132 | * Italian, Beatrice Torracca (Closes: #687773). |
133 | * Italian, Beatrice Torracca (Closes: #687773). |
| 133 | * French, David Prévot (Closes: #687810). |
134 | * French, David Prévot (Closes: #687810). |
| 134 | * Danish, Joe Hansen (Closes: #687833). |
135 | * Danish, Joe Hansen (Closes: #687833). |
| 135 | * German, Holger Wansing (Closes: #687979). |
136 | * German, Holger Wansing (Closes: #687979). |
| 136 | * Japanese, Hideki Yamane. |
137 | * Japanese, Hideki Yamane. |
| 137 | * Vietnamese, Nguyen Vu Hung (Closes: #688175). |
138 | * Vietnamese, Nguyen Vu Hung (Closes: #688175). |
| 138 | * Slovak, Slavko (Closes: #688193). |
139 | * Slovak, Slavko (Closes: #688193). |
| 139 | * Swedish, Martin Bagge (edited slightly by me) (Closes: #688419). |
140 | * Swedish, Martin Bagge (edited slightly by me) (Closes: #688419). |
| 140 | * Spanish, Javier Fernández-Sanguino (Closes: #688925). |
141 | * Spanish, Javier Fernández-Sanguino (Closes: #688925). |
| 141 | 142 | ||
| 142 | -- Magnus Holmgren <holmgren@debian.org> Sun, 30 Sep 2012 22:54:03 +0200 |
143 | -- Magnus Holmgren <holmgren@debian.org> Sun, 30 Sep 2012 22:54:03 +0200 |
| 143 | 144 | ||
| 144 | lsh-utils (2.0.4-dfsg-10) unstable; urgency=low |
145 | lsh-utils (2.0.4-dfsg-10) unstable; urgency=low |
| 145 | 146 | ||
| 146 | * Default to deleting host key on purge (Closes: #670433). It's only a |
147 | * Default to deleting host key on purge (Closes: #670433). It's only a |
| 147 | host key, not significant amounts of user-generated data, so there's |
148 | host key, not significant amounts of user-generated data, so there's |
| 148 | no good reason that a purge shouldn't delete it. |
149 | no good reason that a purge shouldn't delete it. |
| 149 | * Correct misspelling of debconf key, which caused the host key never to |
150 | * Correct misspelling of debconf key, which caused the host key never to |
| 150 | be deleted. |
151 | be deleted. |
| 151 | * Add Italian debconf localization. (Closes: #666425). Thanks to |
152 | * Add Italian debconf localization. (Closes: #666425). Thanks to |
| 152 | Beatrice Torracca and the Italian localization team. |
153 | Beatrice Torracca and the Italian localization team. |
| 153 | * Read settings from /etc/default/lsh-server in the config script |
154 | * Read settings from /etc/default/lsh-server in the config script |
| 154 | (Closes: #620809) and add an EXTRA_ARGS variable that can be used to |
155 | (Closes: #620809) and add an EXTRA_ARGS variable that can be used to |
| 155 | specify additional arguments to lshd (Closes: #592595). |
156 | specify additional arguments to lshd (Closes: #592595). |
| 156 | * Bump Standards-Version to 3.9.3. |
157 | * Bump Standards-Version to 3.9.3. |
| 157 | 158 | ||
| 158 | -- Magnus Holmgren <holmgren@debian.org> Sat, 30 Jun 2012 17:58:46 +0200 |
159 | -- Magnus Holmgren <holmgren@debian.org> Sat, 30 Jun 2012 17:58:46 +0200 |
| 159 | 160 | ||
| 160 | lsh-utils (2.0.4-dfsg-9) unstable; urgency=low |
161 | lsh-utils (2.0.4-dfsg-9) unstable; urgency=low |
| 161 | 162 | ||
| 162 | * serpent-byteorder.patch: Correct Serpent test case that depended on |
163 | * serpent-byteorder.patch: Correct Serpent test case that depended on |
| 163 | broken Serpent implementation in Nettle prior to 2.2 (Closes: #646653, |
164 | broken Serpent implementation in Nettle prior to 2.2 (Closes: #646653, |
| 164 | I hope). Build-depend on nettle-dev >= 2.2 for the same reason. |
165 | I hope). Build-depend on nettle-dev >= 2.2 for the same reason. |
| 165 | * Build-depend on libgmp-dev, which is now the real package, instead of |
166 | * Build-depend on libgmp-dev, which is now the real package, instead of |
| 166 | libgmp10-dev. |
167 | libgmp10-dev. |
| 167 | * Use dpkg-buildflags. |
168 | * Use dpkg-buildflags. |
| 168 | * Bump Standards-Version to 3.9.2. |
169 | * Bump Standards-Version to 3.9.2. |
| 169 | 170 | ||
| 170 | -- Magnus Holmgren <holmgren@debian.org> Thu, 10 Nov 2011 23:19:52 +0100 |
171 | -- Magnus Holmgren <holmgren@debian.org> Thu, 10 Nov 2011 23:19:52 +0100 |
| 171 | 172 | ||
| 172 | lsh-utils (2.0.4-dfsg-8) unstable; urgency=low |
173 | lsh-utils (2.0.4-dfsg-8) unstable; urgency=low |
| 173 | 174 | ||
| 174 | * Change source format to 3.0 (quilt), renaming all patches |
175 | * Change source format to 3.0 (quilt), renaming all patches |
| 175 | from *.dpatch to *.patch and dropping the numbers. |
176 | from *.dpatch to *.patch and dropping the numbers. |
| 176 | * While 30_nonettle.dpatch was a script that used sed to modify |
177 | * While 30_nonettle.dpatch was a script that used sed to modify |
| 177 | instances of Makefile.in, nonettle.patch patches Makefile.am files as |
178 | instances of Makefile.in, nonettle.patch patches Makefile.am files as |
| 178 | well as configure.ac. dh-autoremake is used to call autoremake before |
179 | well as configure.ac. dh-autoremake is used to call autoremake before |
| 179 | configure and to restore the effects in the clean target. The |
180 | configure and to restore the effects in the clean target. The |
| 180 | src/nettle subdirectory still needs to be renamed to avoid its header |
181 | src/nettle subdirectory still needs to be renamed to avoid its header |
| 181 | files from being found; that is now done in debian/rules. |
182 | files from being found; that is now done in debian/rules. |
| 182 | * Switch from CDBS to a more old-style debian/rules to get better |
183 | * Switch from CDBS to a more old-style debian/rules to get better |
| 183 | control over the build process. |
184 | control over the build process. |
| 184 | * Increase Debhelper compat level to 7. |
185 | * Increase Debhelper compat level to 7. |
| 185 | * blacklist.patch: Don't reject when blacklisted_key() returns -1, |
186 | * blacklist.patch: Don't reject when blacklisted_key() returns -1, |
| 186 | indicating no blacklist file for the key type and/or size in question |
187 | indicating no blacklist file for the key type and/or size in question |
| 187 | exists. |
188 | exists. |
| 188 | * nettle-2.1.patch (new): Build with Nettle 2.1. |
189 | * nettle-2.1.patch (new): Build with Nettle 2.1. |
| 189 | * Enable tests. |
190 | * Enable tests. |
| 190 | testsuite-mini-inetd-localhost.patch (new): When told to bind to |
191 | testsuite-mini-inetd-localhost.patch (new): When told to bind to |
| 191 | "localhost", mini-inetd, which is used in certain (optional) tests, |
192 | "localhost", mini-inetd, which is used in certain (optional) tests, |
| 192 | seems to bind to 255.255.255.255, which is of course no good. Tell it |
193 | seems to bind to 255.255.255.255, which is of course no good. Tell it |
| 193 | to bind to 127.0.0.1 instead. |
194 | to bind to 127.0.0.1 instead. |
| 194 | * debian/lsh-doc.doc-base: Change section to the new `Network/Remote Access'. |
195 | * debian/lsh-doc.doc-base: Change section to the new `Network/Remote Access'. |
| 195 | 196 | ||
| 196 | -- Magnus Holmgren <holmgren@debian.org> Sun, 20 Mar 2011 01:30:08 +0100 |
197 | -- Magnus Holmgren <holmgren@debian.org> Sun, 20 Mar 2011 01:30:08 +0100 |
| 197 | 198 | ||
| 198 | lsh-utils (2.0.4-dfsg-7) unstable; urgency=low |
199 | lsh-utils (2.0.4-dfsg-7) unstable; urgency=low |
| 199 | 200 | ||
| 200 | * terminate_on_connection_failure.dpatch (new): Make sure that lsh exits |
201 | * terminate_on_connection_failure.dpatch (new): Make sure that lsh exits |
| 201 | if it fails to connect to the remote host (Closes: #485812). |
202 | if it fails to connect to the remote host (Closes: #485812). |
| 202 | * ipv6_v6only.dpatch (new): Set the IPV6_V6ONLY socket option on |
203 | * ipv6_v6only.dpatch (new): Set the IPV6_V6ONLY socket option on |
| 203 | AF_INET6 sockets; since lshd by default enumerates available address |
204 | AF_INET6 sockets; since lshd by default enumerates available address |
| 204 | families and calls bind() once for each, conflicts will occur |
205 | families and calls bind() once for each, conflicts will occur |
| 205 | otherwise. |
206 | otherwise. |
| 206 | * lsh-server.postinst: If openssh-server is installed and lsh-server is |
207 | * lsh-server.postinst: If openssh-server is installed and lsh-server is |
| 207 | configured to use port 22, shut down sshd in addition to disabling it |
208 | configured to use port 22, shut down sshd in addition to disabling it |
| 208 | (Closes: #567945). |
209 | (Closes: #567945). |
| 209 | * lsh-server.postinst: Close fd 3 (opened by debconf) to avoid "Closed |
210 | * lsh-server.postinst: Close fd 3 (opened by debconf) to avoid "Closed |
| 210 | spurious fd" warnings. |
211 | spurious fd" warnings. |
| 211 | * debian/control: Declare Breaks instead of Conflicts for files moved |
212 | * debian/control: Declare Breaks instead of Conflicts for files moved |
| 212 | between packages. |
213 | between packages. |
| 213 | * Upgraded to Standards-Version 3.9.1 with the preceding change. |
214 | * Upgraded to Standards-Version 3.9.1 with the preceding change. |
| 214 | * debian/control (lsh-server): Drop old Conflicts: lsh-utils (<< |
215 | * debian/control (lsh-server): Drop old Conflicts: lsh-utils (<< |
| 215 | 1.0.2-3). |
216 | 1.0.2-3). |
| 216 | 217 | ||
| 217 | -- Magnus Holmgren <holmgren@debian.org> Sun, 01 Aug 2010 20:52:37 +0200 |
218 | -- Magnus Holmgren <holmgren@debian.org> Sun, 01 Aug 2010 20:52:37 +0200 |
| 218 | 219 | ||
| 219 | lsh-utils (2.0.4-dfsg-6) unstable; urgency=low |
220 | lsh-utils (2.0.4-dfsg-6) unstable; urgency=low |
| 220 | 221 | ||
| 221 | * Change libreadline build dependency to just libreadline-dev |
222 | * Change libreadline build dependency to just libreadline-dev |
| 222 | (Closes: #553804). |
223 | (Closes: #553804). |
| 223 | * Add new debconf template translations: |
224 | * Add new debconf template translations: |
| 224 | + Japanese from Hideki Yamane (Closes: #558082) |
225 | + Japanese from Hideki Yamane (Closes: #558082) |
| 225 | + Spanish from Shukoh (Closes: #557008) |
226 | + Spanish from Shukoh (Closes: #557008) |
| 226 | Credit to the respective Debian translation teams. |
227 | Credit to the respective Debian translation teams. |
| 227 | * Fix a spelling error in one of the debconf templates, run |
228 | * Fix a spelling error in one of the debconf templates, run |
| 228 | debconf-updatepo, clean out the old obsolete translation entries, and |
229 | debconf-updatepo, clean out the old obsolete translation entries, and |
| 229 | perform some trivial maintenance on the Nynorsk file. |
230 | perform some trivial maintenance on the Nynorsk file. |
| 230 | 231 | ||
| 231 | -- Magnus Holmgren <holmgren@debian.org> Sat, 28 Nov 2009 17:57:30 +0100 |
232 | -- Magnus Holmgren <holmgren@debian.org> Sat, 28 Nov 2009 17:57:30 +0100 |
| 232 | 233 | ||
| 233 | lsh-utils (2.0.4-dfsg-5) unstable; urgency=low |
234 | lsh-utils (2.0.4-dfsg-5) unstable; urgency=low |
| 234 | 235 | ||
| 235 | * lsh-server.init.d: Don't suppress start/stop messages when $VERBOSE = |
236 | * lsh-server.init.d: Don't suppress start/stop messages when $VERBOSE = |
| 236 | "no". /etc/init.d/skeleton is not a good example in this matter. |
237 | "no". /etc/init.d/skeleton is not a good example in this matter. |
| 237 | * blacklist.dpatch: Check keys against openssh-blacklist before |
238 | * blacklist.dpatch: Check keys against openssh-blacklist before |
| 238 | accepting for pubkey authentication as well as on conversion by |
239 | accepting for pubkey authentication as well as on conversion by |
| 239 | lsh-writekey and lsh-decode-key. |
240 | lsh-writekey and lsh-decode-key. |
| 240 | * lsh-server: Depend on openssh-blacklist, recommend -blacklist-extra. |
241 | * lsh-server: Depend on openssh-blacklist, recommend -blacklist-extra. |
| 241 | lsh-utils: Recommend openssh-blacklist and -blacklist-extra. |
242 | lsh-utils: Recommend openssh-blacklist and -blacklist-extra. |
| 242 | * Move seed and key creation back to postinst and import RSA key from |
243 | * Move seed and key creation back to postinst and import RSA key from |
| 243 | openssh-server if it exists (Closes: #211252). |
244 | openssh-server if it exists (Closes: #211252). |
| 244 | * debian/mans/lcp.1: Fix errors. |
245 | * debian/mans/lcp.1: Fix errors. |
| 245 | 246 | ||
| 246 | -- Magnus Holmgren <holmgren@debian.org> Sun, 08 Nov 2009 20:18:17 +0100 |
247 | -- Magnus Holmgren <holmgren@debian.org> Sun, 08 Nov 2009 20:18:17 +0100 |
| 247 | 248 | ||
| 248 | lsh-utils (2.0.4-dfsg-4) unstable; urgency=high |
249 | lsh-utils (2.0.4-dfsg-4) unstable; urgency=high |
| 249 | 250 | ||
| 250 | * lsh-server.init.d: Fix critical exit status ($?) handling mistake |
251 | * lsh-server.init.d: Fix critical exit status ($?) handling mistake |
| 251 | (Closes: #545090). |
252 | (Closes: #545090). |
| 252 | 253 | ||
| 253 | -- Magnus Holmgren <holmgren@debian.org> Sat, 05 Sep 2009 00:44:45 +0200 |
254 | -- Magnus Holmgren <holmgren@debian.org> Sat, 05 Sep 2009 00:44:45 +0200 |
| 254 | 255 | ||
| 255 | lsh-utils (2.0.4-dfsg-3) unstable; urgency=low |
256 | lsh-utils (2.0.4-dfsg-3) unstable; urgency=low |
| 256 | 257 | ||
| 257 | * lsh-doc: Depend on dpkg (>= 1.15.4) | install-info as recommended for |
258 | * lsh-doc: Depend on dpkg (>= 1.15.4) | install-info as recommended for |
| 258 | the transition to triggerized install-info. |
259 | the transition to triggerized install-info. |
| 259 | * Add ${misc:Depends} to Depends in case Debhelper needs it in the
|
260 | * Add ${misc:Depends} to Depends in case Debhelper needs it in the
|
| 260 | future. |
261 | future. |
| 261 | * Increase Debhelper compat level to 5. |
262 | * Increase Debhelper compat level to 5. |
| 262 | * Build with Nettle 2.0 (nettle-dev) (Closes: #543131). |
263 | * Build with Nettle 2.0 (nettle-dev) (Closes: #543131). |
| 263 | * nettle_2.0.dpatch created to adapt to API changes. |
264 | * nettle_2.0.dpatch created to adapt to API changes. |
| 264 | * 30_nonettle.dpatch modified to add -lhogweed to LDADD where |
265 | * 30_nonettle.dpatch modified to add -lhogweed to LDADD where |
| 265 | appropriate. |
266 | appropriate. |
| 266 | * Add ANNOUNCE to lsh-doc. |
267 | * Add ANNOUNCE to lsh-doc. |
| 267 | * Rewrite lsh-server.init.d a bit: |
268 | * Rewrite lsh-server.init.d a bit: |
| 268 | * Use LSB logging functions. |
269 | * Use LSB logging functions. |
| 269 | * Let lshd daemonize and create/delete its pid file by itself. |
270 | * Let lshd daemonize and create/delete its pid file by itself. |
| 270 | * Change the Provides: line in the LSB header to "lsh-server" and |
271 | * Change the Provides: line in the LSB header to "lsh-server" and |
| 271 | declare that it should start before the services that depend on an |
272 | declare that it should start before the services that depend on an |
| 272 | SSH server (Closes: #542689). Thanks to Petter Reinholdtsen. |
273 | SSH server (Closes: #542689). Thanks to Petter Reinholdtsen. |
| 273 | * Support the status action. |
274 | * Support the status action. |
| 274 | * Drop the no longer useful lsh-server-config script. |
275 | * Drop the no longer useful lsh-server-config script. |
| 275 | * Upgrade to Standards-Version 3.8.3: |
276 | * Upgrade to Standards-Version 3.8.3: |
| 276 | * Add README.source. |
277 | * Add README.source. |
| 277 | * Drop obsolete manpages from debian/mans. |
278 | * Drop obsolete manpages from debian/mans. |
| 278 | 279 | ||
| 279 | -- Magnus Holmgren <holmgren@debian.org> Thu, 03 Sep 2009 00:55:45 +0200 |
280 | -- Magnus Holmgren <holmgren@debian.org> Thu, 03 Sep 2009 00:55:45 +0200 |
| 280 | 281 | ||
| 281 | lsh-utils (2.0.4-dfsg-2) unstable; urgency=low |
282 | lsh-utils (2.0.4-dfsg-2) unstable; urgency=low |
| 282 | 283 | ||
| 283 | * 40_better_errmsg_when_dotlsh_missing.dpatch (new): In unix_random.c, |
284 | * 40_better_errmsg_when_dotlsh_missing.dpatch (new): In unix_random.c, |
| 284 | check whether the seed file exists before trying to lock it, and give |
285 | check whether the seed file exists before trying to lock it, and give |
| 285 | the hint about running lsh-make-seed if it doesn't (Closes: #485856). |
286 | the hint about running lsh-make-seed if it doesn't (Closes: #485856). |
| 286 | * Update doc-base section of lsh-doc to match current structure. |
287 | * Update doc-base section of lsh-doc to match current structure. |
| 287 | * Remove inactive maintainer as requested by the MIA team and put myself |
288 | * Remove inactive maintainer as requested by the MIA team and put myself |
| 288 | in charge (Closes: #487137). |
289 | in charge (Closes: #487137). |
| 289 | * Upgrade lsh-client's Recommends of lsh-utils to a Depends. It's not |
290 | * Upgrade lsh-client's Recommends of lsh-utils to a Depends. It's not |
| 290 | huge and lsh-client is almost useless without it in most cases |
291 | huge and lsh-client is almost useless without it in most cases |
| 291 | (Closes: #481073). |
292 | (Closes: #481073). |
| 292 | * Use --as-needed to avoid unnecessary dependencies. |
293 | * Use --as-needed to avoid unnecessary dependencies. |
| 293 | 294 | ||
| 294 | -- Magnus Holmgren <holmgren@debian.org> Wed, 25 Jun 2008 16:40:16 +0200 |
295 | -- Magnus Holmgren <holmgren@debian.org> Wed, 25 Jun 2008 16:40:16 +0200 |
| 295 | 296 | ||
| 296 | lsh-utils (2.0.4-dfsg-1) unstable; urgency=low |
297 | lsh-utils (2.0.4-dfsg-1) unstable; urgency=low |
| 297 | 298 | ||
| 298 | * New upstream release (Closes: #422199) |
299 | * New upstream release (Closes: #422199) |
| 299 | - Repackaged without non-free RFC (src/nettle/testsuite/rfc1750.txt) |
300 | - Repackaged without non-free RFC (src/nettle/testsuite/rfc1750.txt) |
| 300 | (Closes: #408490). |
301 | (Closes: #408490). |
| 301 | - Drop 01_fix_manpages.dpatch; incorporated upstream. |
302 | - Drop 01_fix_manpages.dpatch; incorporated upstream. |
| 302 | - Fixes X11 forwarding bug. |
303 | - Fixes X11 forwarding bug. |
| 303 | * New co-maintainer added. |
304 | * New co-maintainer added. |
| 304 | * Rename lsh-utils-doc as lsh-doc. We'll rename the source package after |
305 | * Rename lsh-utils-doc as lsh-doc. We'll rename the source package after |
| 305 | Sarge is gone. |
306 | Sarge is gone. |
| 306 | * Drop the tarball-in-tarball format and ship a "normal" .orig.tar.gz. |
307 | * Drop the tarball-in-tarball format and ship a "normal" .orig.tar.gz. |
| 307 | - Drop 02_fix_perms.dpatch. |
308 | - Drop 02_fix_perms.dpatch. |
| 308 | - Add some extra cleanup in debian/rules. |
309 | - Add some extra cleanup in debian/rules. |
| 309 | * Increase Standards-Version to 3.7.3. No changes needed. |
310 | * Increase Standards-Version to 3.7.3. No changes needed. |
| 310 | * Put some more docs in the packages: README and ChangeLog is now in all |
311 | * Put some more docs in the packages: README and ChangeLog is now in all |
| 311 | packages, AUTHORS in lsh-utils. Update debian/copyright to refer to |
312 | packages, AUTHORS in lsh-utils. Update debian/copyright to refer to |
| 312 | /usr/share/doc/lsh-utils/AUTHORS (Closes: #421108). |
313 | /usr/share/doc/lsh-utils/AUTHORS (Closes: #421108). |
| 313 | * debian/control: Use ${binary:Version} substitution variable instead of
|
314 | * debian/control: Use ${binary:Version} substitution variable instead of
|
| 314 | ${source-version}.
|
315 | ${source-version}.
|
| 315 | * Review Build-depends: Drop patchutils, comerr-dev (redundant), |
316 | * Review Build-depends: Drop patchutils, comerr-dev (redundant), |
| 316 | po-debconf (redundant), xutils (makes no difference); add |
317 | po-debconf (redundant), xutils (makes no difference); add |
| 317 | autotools-dev, scsh-0.6 (as alternative to guile-1.6). |
318 | autotools-dev, scsh-0.6 (as alternative to guile-1.6). |
| 318 | * Drop lshc, the deprecated alias for lsh (Closes: #417426). |
319 | * Drop lshc, the deprecated alias for lsh (Closes: #417426). |
| 319 | * 30_nonettle.dpatch: Link dynamically with libnettle-dev instead of |
320 | * 30_nonettle.dpatch: Link dynamically with libnettle-dev instead of |
| 320 | statically with the bundled nettle (Closes: #412138). |
321 | statically with the bundled nettle (Closes: #412138). |
| 321 | * Don't provide sexp-conv; let lsh-client depend on nettle-bin instead. |
322 | * Don't provide sexp-conv; let lsh-client depend on nettle-bin instead. |
| 322 | * Move lsftp and lcp to lsh-client. |
323 | * Move lsftp and lcp to lsh-client. |
| 323 | * Put sftp-server in /usr/lib/lsh-server and put the manpage in section |
324 | * Put sftp-server in /usr/lib/lsh-server and put the manpage in section |
| 324 | 8lsh instead of renaming it (new 20_sftp-server_mansection.dpatch). |
325 | 8lsh instead of renaming it (new 20_sftp-server_mansection.dpatch). |
| 325 | * Ship lsh.html in lsh-doc. |
326 | * Ship lsh.html in lsh-doc. |
| 326 | * Add doc-base entry. |
327 | * Add doc-base entry. |
| 327 | * debian/control: Add Homepage field. |
328 | * debian/control: Add Homepage field. |
| 328 | * debian/watch: Update dversionmangle to strip -dfsg suffix. |
329 | * debian/watch: Update dversionmangle to strip -dfsg suffix. |
| 329 | 330 | ||
| 330 | -- Magnus Holmgren <holmgren@debian.org> Thu, 01 May 2008 19:22:18 +0200 |
331 | -- Magnus Holmgren <holmgren@debian.org> Thu, 01 May 2008 19:22:18 +0200 |
| 331 | 332 | ||
| 332 | lsh-utils (2.0.2-1.1) unstable; urgency=low |
333 | lsh-utils (2.0.2-1.1) unstable; urgency=low |
| 333 | 334 | ||
| 334 | * Non-maintainer upload to fix longstanding l10n issues |
335 | * Non-maintainer upload to fix longstanding l10n issues |
| 335 | * Debconf templates translations: |
336 | * Debconf templates translations: |
| 336 | - Swedish added. Closes: #351641 |
337 | - Swedish added. Closes: #351641 |
| 337 | - Portuguese added. Sent during the call for updates of the NMU campaign. |
338 | - Portuguese added. Sent during the call for updates of the NMU campaign. |
| 338 | * Lintian fixes: |
339 | * Lintian fixes: |
| 339 | - Do not Build-depend on build-essential |
340 | - Do not Build-depend on build-essential |
| 340 | - Add a very basic LSB header to the init script |
341 | - Add a very basic LSB header to the init script |
| 341 | 342 | ||
| 342 | -- Christian Perrier <bubulle@debian.org> Wed, 13 Dec 2006 22:02:11 +0100 |
343 | -- Christian Perrier <bubulle@debian.org> Wed, 13 Dec 2006 22:02:11 +0100 |
| 343 | 344 | ||
| 344 | lsh-utils (2.0.2-1) unstable; urgency=low |
345 | lsh-utils (2.0.2-1) unstable; urgency=low |
| 345 | 346 | ||
| 346 | * New upstream release |
347 | * New upstream release |
| 347 | * The fd leak in the server is known as CVE-2006-0353 |
348 | * The fd leak in the server is known as CVE-2006-0353 |
| 348 | * Support for aes256-ctr. |
349 | * Support for aes256-ctr. |
| 349 | * Newer nettle library. |
350 | * Newer nettle library. |
| 350 | * Fix for some more fd leaks, but none in the debian default |
351 | * Fix for some more fd leaks, but none in the debian default |
| 351 | configuration. |
352 | configuration. |
| 352 | 353 | ||
| 353 | -- Stefan Pfetzing <dreamind@dreamind.de> Sat, 28 Jan 2006 05:42:16 +0100 |
354 | -- Stefan Pfetzing <dreamind@dreamind.de> Sat, 28 Jan 2006 05:42:16 +0100 |
| 354 | 355 | ||
| 355 | lsh-utils (2.0.1cdbs-4) unstable; urgency=high |
356 | lsh-utils (2.0.1cdbs-4) unstable; urgency=high |
| 356 | 357 | ||
| 357 | * Remove silly debconf questions and correct others. (Closes: Bug#337026) |
358 | * Remove silly debconf questions and correct others. (Closes: Bug#337026) |
| 358 | * Switch to dpatch. |
359 | * Switch to dpatch. |
| 359 | * Make lsh-utils build on a grsecurity system. |
360 | * Make lsh-utils build on a grsecurity system. |
| 360 | * Remove /var/spool/lsh upon purge. |
361 | * Remove /var/spool/lsh upon purge. |
| 361 | * Update Vietnamese debconf translation. |
362 | * Update Vietnamese debconf translation. |
| 362 | * Update German debconf translation. |
363 | * Update German debconf translation. |
| 363 | * Update Danish debconf translation. |
364 | * Update Danish debconf translation. |
| 364 | * Update Czech debconf translation. |
365 | * Update Czech debconf translation. |
| 365 | * Update Dutch debconf translation. |
366 | * Update Dutch debconf translation. |
| 366 | * Update Russian debconf translation. (Closes: Bug#349180) |
367 | * Update Russian debconf translation. (Closes: Bug#349180) |
| 367 | * Update French debconf translation. (Closes: Bug#348822) |
368 | * Update French debconf translation. (Closes: Bug#348822) |
| 368 | * Have lsh-server provide ssh-server. (Closes: Bug#348844) |
369 | * Have lsh-server provide ssh-server. (Closes: Bug#348844) |
| 369 | * Update the watch file format version to the latest (3). |
370 | * Update the watch file format version to the latest (3). |
| 370 | * Have uscan remove the "cdbs" version extension. |
371 | * Have uscan remove the "cdbs" version extension. |
| 371 | * Fix fd leak in the lsh-server. |
372 | * Fix fd leak in the lsh-server. |
| 372 | This is to be security related, so upload it with a high urgency. |
373 | This is to be security related, so upload it with a high urgency. |
| 373 | (Closes: Bug#349303) |
374 | (Closes: Bug#349303) |
| 374 | 375 | ||
| 375 | -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 22 Jan 2006 06:30:43 +0100 |
376 | -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 22 Jan 2006 06:30:43 +0100 |
| 376 | 377 | ||
| 377 | lsh-utils (2.0.1cdbs-3) unstable; urgency=low |
378 | lsh-utils (2.0.1cdbs-3) unstable; urgency=low |
| 378 | 379 | ||
| 379 | * The 2.0 release removed the "pesky" identity file error. |
380 | * The 2.0 release removed the "pesky" identity file error. |
| 380 | (Closes: Bug#214167) |
381 | (Closes: Bug#214167) |
| 381 | * Update Danish debconf translation. |
382 | * Update Danish debconf translation. |
| 382 | * Update Vietnamese debconf translation. |
383 | * Update Vietnamese debconf translation. |
| 383 | * Update French debconf translation. (Closes: Bug#347543) |
384 | * Update French debconf translation. (Closes: Bug#347543) |
| 384 | * Update Russian debconf translation. (Closes: Bug#348138) |
385 | * Update Russian debconf translation. (Closes: Bug#348138) |
| 385 | * Do not regenerate debian/rules. (Closes: Bug#347891) |
386 | * Do not regenerate debian/rules. (Closes: Bug#347891) |
| 386 | 387 | ||
| 387 | -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 15 Jan 2006 21:02:36 +0100 |
388 | -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 15 Jan 2006 21:02:36 +0100 |
| 388 | 389 | ||
| 389 | lsh-utils (2.0.1cdbs-2) unstable; urgency=low |
390 | lsh-utils (2.0.1cdbs-2) unstable; urgency=low |
| 390 | 391 | ||
| 391 | * No longer build-depend on xlibs-dev, use libxau-dev instead. |
392 | * No longer build-depend on xlibs-dev, use libxau-dev instead. |
| 392 | (Closes: Bug#347143) |
393 | (Closes: Bug#347143) |
| 393 | * Depend on comerr-dev too, otherwise kerberos support would be broken. |
394 | * Depend on comerr-dev too, otherwise kerberos support would be broken. |
| 394 | 395 | ||
| 395 | -- Stefan Pfetzing <dreamind@dreamind.de> Thu, 12 Jan 2006 19:34:23 +0100 |
396 | -- Stefan Pfetzing <dreamind@dreamind.de> Thu, 12 Jan 2006 19:34:23 +0100 |
| 396 | 397 | ||
| 397 | lsh-utils (2.0.1cdbs-1) unstable; urgency=low |
398 | lsh-utils (2.0.1cdbs-1) unstable; urgency=low |
| 398 | 399 | ||
| 399 | * Change the build system to cdbs. |
400 | * Change the build system to cdbs. |
| 400 | (And hopefully don't introduce any new bugs.) |
401 | (And hopefully don't introduce any new bugs.) |
| 401 | * Make lintian happy with the odieresis in the manpages. |
402 | * Make lintian happy with the odieresis in the manpages. |
| 402 | * Fix debian/control, so it can be autogenerated by cdbs. |
403 | * Fix debian/control, so it can be autogenerated by cdbs. |
| 403 | * Conflict lsh, and rename lshc to lsh. |
404 | * Conflict lsh, and rename lshc to lsh. |
| 404 | * Include a small shell script to notify users. |
405 | * Include a small shell script to notify users. |
| 405 | * Make stop act the same way graceful-stop was doing already. |
406 | * Make stop act the same way graceful-stop was doing already. |
| 406 | This helps not to accidently kill your own lsh connection. |
407 | This helps not to accidently kill your own lsh connection. |
| 407 | * Update debconf po files. |
408 | * Update debconf po files. |
| 408 | * Update the German debconf translation. |
409 | * Update the German debconf translation. |
| 409 | * Remove the SSH1 notice from lsh-server's package description. |
410 | * Remove the SSH1 notice from lsh-server's package description. |
| 410 | * Make the lsh-server package suggest lsh-client or openssh-client. |
411 | * Make the lsh-server package suggest lsh-client or openssh-client. |
| 411 | * Add a small note on how to use the lsh client. (Closes: Bug#109899) |
412 | * Add a small note on how to use the lsh client. (Closes: Bug#109899) |
| 412 | * No longer FTBFS because of wrong debian/rules. (Closes: Bug#344747) |
413 | * No longer FTBFS because of wrong debian/rules. (Closes: Bug#344747) |
| 413 | * Update Czech translation. (Closes: Bug#345141) |
414 | * Update Czech translation. (Closes: Bug#345141) |
| 414 | 415 | ||
| 415 | -- Stefan Pfetzing <dreamind@dreamind.de> Mon, 9 Jan 2006 00:36:44 +0100 |
416 | -- Stefan Pfetzing <dreamind@dreamind.de> Mon, 9 Jan 2006 00:36:44 +0100 |
| 416 | 417 | ||
| 417 | lsh-utils (2.0.1-5) unstable; urgency=low |
418 | lsh-utils (2.0.1-5) unstable; urgency=low |
| 418 | 419 | ||
| 419 | * Make lsh-utils depend on lsh-client. (Closes: Bug#338014) |
420 | * Make lsh-utils depend on lsh-client. (Closes: Bug#338014) |
| 420 | * Fix lshg to look for lshc instead of lsh. (Closes: Bug#320554) |
421 | * Fix lshg to look for lshc instead of lsh. (Closes: Bug#320554) |
| 421 | * Fix lcp to look for lshc instead of lsh. (Closes: Bug#338015) |
422 | * Fix lcp to look for lshc instead of lsh. (Closes: Bug#338015) |
| 422 | * Add lcp manpage. (Closes: Bug#338017) |
423 | * Add lcp manpage. (Closes: Bug#338017) |
| 423 | * Clarify package description. lsh should be considered stable now. |
424 | * Clarify package description. lsh should be considered stable now. |
| 424 | (Closes: Bug#211317) |
425 | (Closes: Bug#211317) |
| 425 | * Update Russian debconf translation. (Closes: Bug#338170) |
426 | * Update Russian debconf translation. (Closes: Bug#338170) |
| 426 | * Update French debconf translation. (Closes: Bug#338104) |
427 | * Update French debconf translation. (Closes: Bug#338104) |
| 427 | * Update Danish debconf translation. (Closes: Bug#337017) |
428 | * Update Danish debconf translation. (Closes: Bug#337017) |
| 428 | * Change guile1.4-slib to guile-1.6 since slib.scm is included |
429 | * Change guile1.4-slib to guile-1.6 since slib.scm is included |
| 429 | with guile-1.6-libs, and we need the scheme interpreter. |
430 | with guile-1.6-libs, and we need the scheme interpreter. |
| 430 | * Add myself to the uploaders list. |
431 | * Add myself to the uploaders list. |
| 431 | * Approve NMUs. |
432 | * Approve NMUs. |
| 432 | (Closes: Bug#300496,Bug#318211,Bug#326328,Bug#326329,Bug#332012) |
433 | (Closes: Bug#300496,Bug#318211,Bug#326328,Bug#326329,Bug#332012) |
| 433 | (Closes: Bug#271911,Bug#312617,Bug#313975,Bug#304697,Bug#319933) |
434 | (Closes: Bug#271911,Bug#312617,Bug#313975,Bug#304697,Bug#319933) |
| 434 | 435 | ||
| 435 | -- Stefan Pfetzing <dreamind@dreamind.de> Thu, 10 Nov 2005 21:36:44 +0100 |
436 | -- Stefan Pfetzing <dreamind@dreamind.de> Thu, 10 Nov 2005 21:36:44 +0100 |
| 436 | 437 | ||
| 437 | lsh-utils (2.0.1-4.2) unstable; urgency=low |
438 | lsh-utils (2.0.1-4.2) unstable; urgency=low |
| 438 | 439 | ||
| 439 | * NMU. |
440 | * NMU. |
| 440 | * Make sftp support availible via debconf. (Closes: Bug#304697) |
441 | * Make sftp support availible via debconf. (Closes: Bug#304697) |
| 441 | * Rebuild against libreadline5 and change build-deps. |
442 | * Rebuild against libreadline5 and change build-deps. |
| 442 | (Closes: Bug#326328,Bug#326329) |
443 | (Closes: Bug#326328,Bug#326329) |
| 443 | * Rebuild with fixed debconf deps. (Closes: Bug#332012) |
444 | * Rebuild with fixed debconf deps. (Closes: Bug#332012) |
| 444 | * Update FSF address in debian/copyright. |
445 | * Update FSF address in debian/copyright. |
| 445 | * Add czech po file. (Closes: Bug#319933) |
446 | * Add czech po file. (Closes: Bug#319933) |
| 446 | 447 | ||
| 447 | -- Stefan Pfetzing <dreamind@dreamind.de> Mon, 31 Oct 2005 14:21:54 +0100 |
448 | -- Stefan Pfetzing <dreamind@dreamind.de> Mon, 31 Oct 2005 14:21:54 +0100 |
| 448 | 449 | ||
| 449 | lsh-utils (2.0.1-4.1) unstable; urgency=low |
450 | lsh-utils (2.0.1-4.1) unstable; urgency=low |
| 450 | 451 | ||
| 451 | * NMU. |
452 | * NMU. |
| 452 | * Trigger a rebuild to build against libgmp3c2. (Closes: Bug#318211) |
453 | * Trigger a rebuild to build against libgmp3c2. (Closes: Bug#318211) |
| 453 | * Make lsh-server suggest openssh-client or ssh. |
454 | * Make lsh-server suggest openssh-client or ssh. |
| 454 | * Fix Package description (Closes: Bug#271911) |
455 | * Fix Package description (Closes: Bug#271911) |
| 455 | * Add vietnamese debconf localization. (Closes: Bug#312617) |
456 | * Add vietnamese debconf localization. (Closes: Bug#312617) |
| 456 | * Update german debconf localization. (Closes: Bug#313975) |
457 | * Update german debconf localization. (Closes: Bug#313975) |
| 457 | * Rebuild fixes lshc host-acls (Closes: Bug#300496) |
458 | * Rebuild fixes lshc host-acls (Closes: Bug#300496) |
| 458 | * Bump standards-version, no changes needed. (make lintian happy) |
459 | * Bump standards-version, no changes needed. (make lintian happy) |
| 459 | 460 | ||
| 460 | -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 14 Aug 2005 17:04:55 +0200 |
461 | -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 14 Aug 2005 17:04:55 +0200 |
| 461 | 462 | ||
| 462 | lsh-utils (2.0.1-4) unstable; urgency=high |
463 | lsh-utils (2.0.1-4) unstable; urgency=high |
| 463 | 464 | ||
| 464 | * Trigger a rebuild, because the i386 package wasn't built properly. |
465 | * Trigger a rebuild, because the i386 package wasn't built properly. |
| 465 | (Closes: Bug#309365) |
466 | (Closes: Bug#309365) |
| 466 | 467 | ||
| 467 | -- Simon Law <sfllaw@debian.org> Mon, 16 May 2005 16:54:00 -0400 |
468 | -- Simon Law <sfllaw@debian.org> Mon, 16 May 2005 16:54:00 -0400 |
| 468 | 469 | ||
| 469 | lsh-utils (2.0.1-3) unstable; urgency=high |
470 | lsh-utils (2.0.1-3) unstable; urgency=high |
| 470 | 471 | ||
| 471 | * Remove the unnecessary nettle-lfib-stream program. (Closes: Bug#308233) |
472 | * Remove the unnecessary nettle-lfib-stream program. (Closes: Bug#308233) |
| 472 | 473 | ||
| 473 | -- Simon Law <sfllaw@debian.org> Mon, 9 May 2005 19:25:56 -0400 |
474 | -- Simon Law <sfllaw@debian.org> Mon, 9 May 2005 19:25:56 -0400 |
| 474 | 475 | ||
| 475 | lsh-utils (2.0.1-2.1) unstable; urgency=high |
476 | lsh-utils (2.0.1-2.1) unstable; urgency=high |
| 476 | 477 | ||
| 477 | * NMU |
478 | * NMU |
| 478 | * Remove --nist-level option to lsh-keygen since it has changed to using RSA |
479 | * Remove --nist-level option to lsh-keygen since it has changed to using RSA |
| 479 | keys now and the old --nist-level setting breaks it. Closes: #301968 |
480 | keys now and the old --nist-level setting breaks it. Closes: #301968 |
| 480 | * High urgency upload since 2.0.1 is needed in testing due to the security |
481 | * High urgency upload since 2.0.1 is needed in testing due to the security |
| 481 | fix. |
482 | fix. |
| 482 | 483 | ||
| 483 | -- Joey Hess <joeyh@debian.org> Sat, 9 Apr 2005 15:02:22 -0400 |
484 | -- Joey Hess <joeyh@debian.org> Sat, 9 Apr 2005 15:02:22 -0400 |
| 484 | 485 | ||
| 485 | lsh-utils (2.0.1-2) unstable; urgency=high |
486 | lsh-utils (2.0.1-2) unstable; urgency=high |
| 486 | 487 | ||
| 487 | * Fix up path resolution problems. (Closes: Bug#301039) |
488 | * Fix up path resolution problems. (Closes: Bug#301039) |
| 488 | Thanks to Stefan Pfetzing <dreamind@dreamind.de> |
489 | Thanks to Stefan Pfetzing <dreamind@dreamind.de> |
| 489 | * Added a build-depends on m4. (Closes: Bug#300874) |
490 | * Added a build-depends on m4. (Closes: Bug#300874) |
| 490 | * Denial of service attack is now known as CAN-2005-0814. |
491 | * Denial of service attack is now known as CAN-2005-0814. |
| 491 | 492 | ||
| 492 | -- Simon Law <sfllaw@debian.org> Sat, 26 Mar 2005 13:29:27 -0500 |
493 | -- Simon Law <sfllaw@debian.org> Sat, 26 Mar 2005 13:29:27 -0500 |
| 493 | 494 | ||
| 494 | lsh-utils (2.0.1-1) unstable; urgency=high |
495 | lsh-utils (2.0.1-1) unstable; urgency=high |
| 495 | 496 | ||
| 496 | * New upstream release |
497 | * New upstream release |
| 497 | - Fix denial of service attack documented in CAN-2005-0389 |
498 | - Fix denial of service attack documented in CAN-2005-0389 |
| 498 | 499 | ||
| 499 | -- Simon Law <sfllaw@debian.org> Fri, 18 Mar 2005 17:24:10 -0500 |
500 | -- Simon Law <sfllaw@debian.org> Fri, 18 Mar 2005 17:24:10 -0500 |
| 500 | 501 | ||
| 501 | lsh-utils (2.0-1) unstable; urgency=high |
502 | lsh-utils (2.0-1) unstable; urgency=high |
| 502 | 503 | ||
| 503 | * New upstream release. |
504 | * New upstream release. |
| 504 | * Remove extraneous symlinks. (Closes: Bug#291010) |
505 | * Remove extraneous symlinks. (Closes: Bug#291010) |
| 505 | * Acknowledge NMUs. (Closes: Bug#293020, Bug#255643) |
506 | * Acknowledge NMUs. (Closes: Bug#293020, Bug#255643) |
| 506 | 507 | ||
| 507 | -- Simon Law <sfllaw@debian.org> Thu, 17 Mar 2005 18:51:12 -0500 |
508 | -- Simon Law <sfllaw@debian.org> Thu, 17 Mar 2005 18:51:12 -0500 |
| 508 | 509 | ||
| 509 | lsh-utils (1.4.2-8.2) unstable; urgency=low |
510 | lsh-utils (1.4.2-8.2) unstable; urgency=low |
| 510 | 511 | ||
| 511 | * Non-maintainer upload with maintainer"s agreement |
512 | * Non-maintainer upload with maintainer"s agreement |
| 512 | * Fix FTBFS with gcc-4.0 for amd64 builds |
513 | * Fix FTBFS with gcc-4.0 for amd64 builds |
| 513 | Thanks to Andreas Jochens for providing the patch |
514 | Thanks to Andreas Jochens for providing the patch |
| 514 | Closes: #293020 |
515 | Closes: #293020 |
| 515 | 516 | ||
| 516 | -- Christian Perrier <bubulle@debian.org> Tue, 1 Feb 2005 07:10:17 +0100 |
517 | -- Christian Perrier <bubulle@debian.org> Tue, 1 Feb 2005 07:10:17 +0100 |
| 517 | 518 | ||
| 518 | lsh-utils (1.4.2-8.1) unstable; urgency=low |
519 | lsh-utils (1.4.2-8.1) unstable; urgency=low |
| 519 | 520 | ||
| 520 | * Non-maintainer upload with maintainer's agreement |
521 | * Non-maintainer upload with maintainer's agreement |
| 521 | for fixing longstanding l10n issues |
522 | for fixing longstanding l10n issues |
| 522 | * Translations: |
523 | * Translations: |
| 523 | - French added. Closes: #255643 |
524 | - French added. Closes: #255643 |
| 524 | - Danish added. Thanks to Claus Hindsgaul |
525 | - Danish added. Thanks to Claus Hindsgaul |
| 525 | - Russian added. Thanks to Yuri Kozlov |
526 | - Russian added. Thanks to Yuri Kozlov |
| 526 | - Norwegian Nynorsk added. Thanks to Håvard Korsvoll |
527 | - Norwegian Nynorsk added. Thanks to Håvard Korsvoll |
| 527 | - Dutch added. Thanks to Luk Claes. |
528 | - Dutch added. Thanks to Luk Claes. |
| 528 | * Typo fixes in templates (translations unfuzzied): |
529 | * Typo fixes in templates (translations unfuzzied): |
| 529 | - s/woul dlike/would like |
530 | - s/woul dlike/would like |
| 530 | - s/ifyou/if you |
531 | - s/ifyou/if you |
| 531 | 532 | ||
| 532 | -- Christian Perrier <bubulle@debian.org> Thu, 13 Jan 2005 23:29:09 +0100 |
533 | -- Christian Perrier <bubulle@debian.org> Thu, 13 Jan 2005 23:29:09 +0100 |
| 533 | 534 | ||
| 534 | lsh-utils (1.4.2-8) unstable; urgency=medium |
535 | lsh-utils (1.4.2-8) unstable; urgency=medium |
| 535 | 536 | ||
| 536 | * Register sexp-conv with the alternatives system so that it doesn't |
537 | * Register sexp-conv with the alternatives system so that it doesn't |
| 537 | conflict with the binary of the same name (and function) shipped with |
538 | conflict with the binary of the same name (and function) shipped with |
| 538 | nettle-bin (Closes: Bug#274772) |
539 | nettle-bin (Closes: Bug#274772) |
| 539 | - This kludge brought to you by Marek Habersack <grendel@debian.org>. |
540 | - This kludge brought to you by Marek Habersack <grendel@debian.org>. |
| 540 | 541 | ||
| 541 | -- Simon Law <sfllaw@debian.org> Sun, 5 Dec 2004 15:15:59 -0500 |
542 | -- Simon Law <sfllaw@debian.org> Sun, 5 Dec 2004 15:15:59 -0500 |
| 542 | 543 | ||
| 543 | lsh-utils (1.4.2-7) unstable; urgency=low |
544 | lsh-utils (1.4.2-7) unstable; urgency=low |
| 544 | 545 | ||
| 545 | * New maintainer. |
546 | * New maintainer. |
| 546 | * Fix build problem. (Closes: Bug#242040) |
547 | * Fix build problem. (Closes: Bug#242040) |
| 547 | * Use gettext-based Debconf templates. Thanks to Martin Quinson. |
548 | * Use gettext-based Debconf templates. Thanks to Martin Quinson. |
| 548 | (Closes: Bug#239870) |
549 | (Closes: Bug#239870) |
| 549 | * Upgraded to Policy 3.6.1. |
550 | * Upgraded to Policy 3.6.1. |
| 550 | * Upgraded to Debhelper 4. |
551 | * Upgraded to Debhelper 4. |
| 551 | 552 | ||
| 552 | -- Simon Law <sfllaw@debian.org> Wed, 2 Jun 2004 17:56:39 -0400 |
553 | -- Simon Law <sfllaw@debian.org> Wed, 2 Jun 2004 17:56:39 -0400 |
| 553 | 554 | ||
| 554 | lsh-utils (1.4.2-6) unstable; urgency=HIGH |
555 | lsh-utils (1.4.2-6) unstable; urgency=HIGH |
| 555 | 556 | ||
| 556 | * Applied patch to fix root security hole (closes: #211662) |
557 | * Applied patch to fix root security hole (closes: #211662) |
| 557 | * Build kerberos support against heimdal rather than krb (closes: #199067) |
558 | * Build kerberos support against heimdal rather than krb (closes: #199067) |
| 558 | 559 | ||
| 559 | -- Timshel Knoll <timshel@debian.org> Sat, 20 Sep 2003 11:42:27 +1000 |
560 | -- Timshel Knoll <timshel@debian.org> Sat, 20 Sep 2003 11:42:27 +1000 |
| 560 | 561 | ||
| 561 | lsh-utils (1.4.2-5) unstable; urgency=low |
562 | lsh-utils (1.4.2-5) unstable; urgency=low |
| 562 | 563 | ||
| 563 | * debian/control: Removed alternative of scsh in place of guile1.4-slib from |
564 | * debian/control: Removed alternative of scsh in place of guile1.4-slib from |
| 564 | Build-Depends, we really need the latter to build lsh. (closes: #192771) |
565 | Build-Depends, we really need the latter to build lsh. (closes: #192771) |
| 565 | 566 | ||
| 566 | -- Timshel Knoll <timshel@debian.org> Sun, 8 Jun 2003 17:44:58 +1000 |
567 | -- Timshel Knoll <timshel@debian.org> Sun, 8 Jun 2003 17:44:58 +1000 |
| 567 | 568 | ||
| 568 | lsh-utils (1.4.2-4) unstable; urgency=low |
569 | lsh-utils (1.4.2-4) unstable; urgency=low |
| 569 | 570 | ||
| 570 | * Just Build-Depend on liboop-dev, not liboop4-dev | liboop-dev (there is |
571 | * Just Build-Depend on liboop-dev, not liboop4-dev | liboop-dev (there is |
| 571 | no liboop4-dev, whoops!) (closes: #192172) |
572 | no liboop4-dev, whoops!) (closes: #192172) |
| 572 | * lsh-server: Added lintian override for missing-debconf-dependency |
573 | * lsh-server: Added lintian override for missing-debconf-dependency |
| 573 | (lsh-server falls back to asking the user if debconf isn't installed) |
574 | (lsh-server falls back to asking the user if debconf isn't installed) |
| 574 | 575 | ||
| 575 | -- Timshel Knoll <timshel@debian.org> Thu, 8 May 2003 02:24:52 +1000 |
576 | -- Timshel Knoll <timshel@debian.org> Thu, 8 May 2003 02:24:52 +1000 |
| 576 | 577 | ||
| 577 | lsh-utils (1.4.2-3) unstable; urgency=low |
578 | lsh-utils (1.4.2-3) unstable; urgency=low |
| 578 | 579 | ||
| 579 | * debian/control: Priority: extra; lsh-utils-doc changed to Section: doc |
580 | * debian/control: Priority: extra; lsh-utils-doc changed to Section: doc |
| 580 | * Policy 3.5.9 |
581 | * Policy 3.5.9 |
| 581 | * Re-compile against liboop4 |
582 | * Re-compile against liboop4 |
| 582 | 583 | ||
| 583 | -- Timshel Knoll <timshel@debian.org> Wed, 30 Apr 2003 23:08:41 +1000 |
584 | -- Timshel Knoll <timshel@debian.org> Wed, 30 Apr 2003 23:08:41 +1000 |
| 584 | 585 | ||
| 585 | lsh-utils (1.4.2-2) unstable; urgency=low |
586 | lsh-utils (1.4.2-2) unstable; urgency=low |
| 586 | 587 | ||
| 587 | * debian/control: Build-Depend on xutils (closes: #160666) |
588 | * debian/control: Build-Depend on xutils (closes: #160666) |
| 588 | * Rename sftp-server to sftp-server.lsh to work around name conflict with |
589 | * Rename sftp-server to sftp-server.lsh to work around name conflict with |
| 589 | ssh's sftp-server. (closes: #160611) Maybe this should eventually be |
590 | ssh's sftp-server. (closes: #160611) Maybe this should eventually be |
| 590 | handled with alternatives? |
591 | handled with alternatives? |
| 591 | 592 | ||
| 592 | -- Timshel Knoll <timshel@debian.org> Fri, 13 Sep 2002 11:14:43 +1000 |
593 | -- Timshel Knoll <timshel@debian.org> Fri, 13 Sep 2002 11:14:43 +1000 |
| 593 | 594 | ||
| 594 | lsh-utils (1.4.2-1) unstable; urgency=low |
595 | lsh-utils (1.4.2-1) unstable; urgency=low |
| 595 | 596 | ||
| 596 | * New upstream release, a number of new programs come in this release |
597 | * New upstream release, a number of new programs come in this release |
| 597 | * debian/control: Added lots of new Build-Depends: for 1.4.x series: |
598 | * debian/control: Added lots of new Build-Depends: for 1.4.x series: |
| 598 | + liboop-dev required for main lsh servers |
599 | + liboop-dev required for main lsh servers |
| 599 | + xlibs-dev the lshc client now supports X11 forwarding and hence |
600 | + xlibs-dev the lshc client now supports X11 forwarding and hence |
| 600 | links with libXau: yay! |
601 | links with libXau: yay! |
| 601 | + libkrb5-dev for the lsh-krb-checkpw password helper program. This is |
602 | + libkrb5-dev for the lsh-krb-checkpw password helper program. This is |
| 602 | still not working however, see README.Debian for details, |
603 | still not working however, see README.Debian for details, |
| 603 | but I've left the Build-Dep here in stubborn hope :-) |
604 | but I've left the Build-Dep here in stubborn hope :-) |
| 604 | + libwrap-dev For lots of the lsh programs to use the TCP wrappers |
605 | + libwrap-dev For lots of the lsh programs to use the TCP wrappers |
| 605 | + libpam-dev Required for the lsh-pam-checkpw password helper program |
606 | + libpam-dev Required for the lsh-pam-checkpw password helper program |
| 606 | + libreadline-dev Required for lsftp's the interactive mode |
607 | + libreadline-dev Required for lsftp's the interactive mode |
| 607 | * debian/lsh-server.{config,templates,postrm}: ask whether to remove
|
608 | * debian/lsh-server.{config,templates,postrm}: ask whether to remove
|
| 608 | host keys when lsh-server is purged, all versions of lshd from now on |
609 | host keys when lsh-server is purged, all versions of lshd from now on |
| 609 | should not disconnect users when the server is restarted - very useful |
610 | should not disconnect users when the server is restarted - very useful |
| 610 | when lsh'd into a box doing an "apt-get install lsh-server" !!! :-) |
611 | when lsh'd into a box doing an "apt-get install lsh-server" !!! :-) |
| 611 | * debian/lsh-server.config: modularised. Now uses a function |
612 | * debian/lsh-server.config: modularised. Now uses a function |
| 612 | for each debconf question, and has an array of function references. |
613 | for each debconf question, and has an array of function references. |
| 613 | Check it out :-) |
614 | Check it out :-) |
| 614 | * debian/mans/<lots-of-stuff>: |
615 | * debian/mans/<lots-of-stuff>: |
| 615 | Added manpages for new programs, updated some existing manpages |
616 | Added manpages for new programs, updated some existing manpages |
| 616 | * lshd now needs a random seed file, which needs to be generated before lshd |
617 | * lshd now needs a random seed file, which needs to be generated before lshd |
| 617 | can be run. Unfortunately, this operation requires user input, so this |
618 | can be run. Unfortunately, this operation requires user input, so this |
| 618 | can't really be done in the postinst (problems with debconf etc.). This |
619 | can't really be done in the postinst (problems with debconf etc.). This |
| 619 | also means that the host key can't be generated in the postinst, since |
620 | also means that the host key can't be generated in the postinst, since |
| 620 | lsh-keygen and lsh-writekey both need the random seed to exist. |
621 | lsh-keygen and lsh-writekey both need the random seed to exist. |
| 621 | * debian/lsh-server.init.d: generate the host key here if the random seed |
622 | * debian/lsh-server.init.d: generate the host key here if the random seed |
| 622 | exists, fail if it doesn't. |
623 | exists, fail if it doesn't. |
| 623 | 624 | ||
| 624 | -- Timshel Knoll <timshel@debian.org> Wed, 11 Sep 2002 12:42:56 +1000 |
625 | -- Timshel Knoll <timshel@debian.org> Wed, 11 Sep 2002 12:42:56 +1000 |
| 625 | 626 | ||
| 626 | lsh-utils (1.2.5-3) unstable; urgency=low |
627 | lsh-utils (1.2.5-3) unstable; urgency=low |
| 627 | 628 | ||
| 628 | * debian/control: |
629 | * debian/control: |
| 629 | - Updated description to remove "export from US is illegal" information |
630 | - Updated description to remove "export from US is illegal" information |
| 630 | - Removed France from the list of countries where crypto may be illegal |
631 | - Removed France from the list of countries where crypto may be illegal |
| 631 | * debian/mans/{srp-gen.1,sexp-conv.1}: manpage neatened / errors fixed
|
632 | * debian/mans/{srp-gen.1,sexp-conv.1}: manpage neatened / errors fixed
|
| 632 | * debian/scripts/lsh-server-config, debian/lsh-server.postrm: |
633 | * debian/scripts/lsh-server-config, debian/lsh-server.postrm: |
| 633 | Also create / remove /etc/ssh/sshd_not_to_be_run at appropriate times to |
634 | Also create / remove /etc/ssh/sshd_not_to_be_run at appropriate times to |
| 634 | prevent sshd from being run, not just /etc/ssh/NOSERVER |
635 | prevent sshd from being run, not just /etc/ssh/NOSERVER |
| 635 | * debian/lsh-server.init.d: fixed issues with ssh1 fallback, it didn't work |
636 | * debian/lsh-server.init.d: fixed issues with ssh1 fallback, it didn't work |
| 636 | before (typo in variable names) |
637 | before (typo in variable names) |
| 637 | 638 | ||
| 638 | -- Timshel Knoll <timshel@debian.org> Mon, 15 Apr 2002 22:41:58 +1000 |
639 | -- Timshel Knoll <timshel@debian.org> Mon, 15 Apr 2002 22:41:58 +1000 |
| 639 | 640 | ||
| 640 | lsh-utils (1.2.5-2) unstable; urgency=low |
641 | lsh-utils (1.2.5-2) unstable; urgency=low |
| 641 | 642 | ||
| 642 | * Packages moved into main from non-US, yay! Now Section: net |
643 | * Packages moved into main from non-US, yay! Now Section: net |
| 643 | * Fixed &>/dev/null bash-ism redirects in upstream's lsh-authorize |
644 | * Fixed &>/dev/null bash-ism redirects in upstream's lsh-authorize |
| 644 | replaced with >/dev/null 2>&1 |
645 | replaced with >/dev/null 2>&1 |
| 645 | * debian/control: fixed misspelling in -doc package description |
646 | * debian/control: fixed misspelling in -doc package description |
| 646 | (closes: #125097) |
647 | (closes: #125097) |
| 647 | * src/lsh.c: changed "lsh" references to "lshc" (closes: #109898) |
648 | * src/lsh.c: changed "lsh" references to "lshc" (closes: #109898) |
| 648 | 649 | ||
| 649 | -- Timshel Knoll <timshel@debian.org> Wed, 27 Mar 2002 01:07:34 +1100 |
650 | -- Timshel Knoll <timshel@debian.org> Wed, 27 Mar 2002 01:07:34 +1100 |
| 650 | 651 | ||
| 651 | lsh-utils (1.2.5-1) unstable; urgency=low |
652 | lsh-utils (1.2.5-1) unstable; urgency=low |
| 652 | 653 | ||
| 653 | * New upstream release |
654 | * New upstream release |
| 654 | * Added German debconf translation (thanks to Sebastian Feltel) |
655 | * Added German debconf translation (thanks to Sebastian Feltel) |
| 655 | (closes: #114339) |
656 | (closes: #114339) |
| 656 | * debian/copyright: fixed misspelling, common-licences -> common-licenses |
657 | * debian/copyright: fixed misspelling, common-licences -> common-licenses |
| 657 | 658 | ||
| 658 | -- Timshel Knoll <timshel@debian.org> Tue, 30 Oct 2001 15:44:43 +1100 |
659 | -- Timshel Knoll <timshel@debian.org> Tue, 30 Oct 2001 15:44:43 +1100 |
| 659 | 660 | ||
| 660 | lsh-utils (1.2.3-1) unstable; urgency=low |
661 | lsh-utils (1.2.3-1) unstable; urgency=low |
| 661 | 662 | ||
| 662 | * New upstream release |
663 | * New upstream release |
| 663 | * debian/control: Don't Build-Depend on libgmp2-dev (closes: #104285) |
664 | * debian/control: Don't Build-Depend on libgmp2-dev (closes: #104285) |
| 664 | 665 | ||
| 665 | -- Timshel Knoll <timshel@debian.org> Thu, 12 Jul 2001 11:26:47 +1000 |
666 | -- Timshel Knoll <timshel@debian.org> Thu, 12 Jul 2001 11:26:47 +1000 |
| 666 | 667 | ||
| 667 | lsh-utils (1.2.2-2) unstable; urgency=low |
668 | lsh-utils (1.2.2-2) unstable; urgency=low |
| 668 | 669 | ||
| 669 | * Applied Niel's IPv6 patch, to get lshd working on systems without IPv6 |
670 | * Applied Niel's IPv6 patch, to get lshd working on systems without IPv6 |
| 670 | (closes: Bug#97623) |
671 | (closes: Bug#97623) |
| 671 | 672 | ||
| 672 | -- Timshel Knoll <timshel@debian.org> Wed, 23 May 2001 09:38:03 +1000 |
673 | -- Timshel Knoll <timshel@debian.org> Wed, 23 May 2001 09:38:03 +1000 |
| 673 | 674 | ||
| 674 | lsh-utils (1.2.2-1) unstable; urgency=low |
675 | lsh-utils (1.2.2-1) unstable; urgency=low |
| 675 | 676 | ||
| 676 | * New upstream release |
677 | * New upstream release |
| 677 | 678 | ||
| 678 | -- Timshel Knoll <timshel@debian.org> Sat, 12 May 2001 23:58:20 +1000 |
679 | -- Timshel Knoll <timshel@debian.org> Sat, 12 May 2001 23:58:20 +1000 |
| 679 | 680 | ||
| 680 | lsh-utils (1.2.1-1) unstable; urgency=low |
681 | lsh-utils (1.2.1-1) unstable; urgency=low |
| 681 | 682 | ||
| 682 | * New upstream release |
683 | * New upstream release |
| 683 | 684 | ||
| 684 | -- Timshel Knoll <timshel@debian.org> Sat, 21 Apr 2001 21:52:01 +1000 |
685 | -- Timshel Knoll <timshel@debian.org> Sat, 21 Apr 2001 21:52:01 +1000 |
| 685 | 686 | ||
| 686 | lsh-utils (1.2-1) unstable; urgency=low |
687 | lsh-utils (1.2-1) unstable; urgency=low |
| 687 | 688 | ||
| 688 | * New upstream release |
689 | * New upstream release |
| 689 | * Fixes do debian/installmans.pl's manpage section regex and sanity |
690 | * Fixes do debian/installmans.pl's manpage section regex and sanity |
| 690 | checking |
691 | checking |
| 691 | * Added manpage for new binary lshg (in lsh-client package), did |
692 | * Added manpage for new binary lshg (in lsh-client package), did |
| 692 | some updates for the lshc binary as options have been added. |
693 | some updates for the lshc binary as options have been added. |
| 693 | * Heaps of packaging fixes/updates. |
694 | * Heaps of packaging fixes/updates. |
| 694 | 695 | ||
| 695 | -- Timshel Knoll <timshel@debian.org> Thu, 12 Apr 2001 13:02:27 +1000 |
696 | -- Timshel Knoll <timshel@debian.org> Thu, 12 Apr 2001 13:02:27 +1000 |
| 696 | 697 | ||
| 697 | lsh-utils (1.0.2-3) unstable; urgency=low |
698 | lsh-utils (1.0.2-3) unstable; urgency=low |
| 698 | 699 | ||
| 699 | * debian/control: Split into 4 packages, lsh-utils, lsh-client, |
700 | * debian/control: Split into 4 packages, lsh-utils, lsh-client, |
| 700 | lsh-server and lsh-utils-doc, Standards-Version: 3.5.2, |
701 | lsh-server and lsh-utils-doc, Standards-Version: 3.5.2, |
| 701 | Build-Depends: zlib1g-dev -> libz-dev, added guile1.4-slib | scsh |
702 | Build-Depends: zlib1g-dev -> libz-dev, added guile1.4-slib | scsh |
| 702 | * Pulled original upstream configure script back in and modified that |
703 | * Pulled original upstream configure script back in and modified that |
| 703 | rather than re-generating with autoconf, which made for a huge .diff.gz. |
704 | rather than re-generating with autoconf, which made for a huge .diff.gz. |
| 704 | * lsh-server package debconf-ized, lsh-server-config script added |
705 | * lsh-server package debconf-ized, lsh-server-config script added |
| 705 | to configure lshd. |
706 | to configure lshd. |
| 706 | * debian/rules: Added support for DEB_BUILD_OPTIONS=nostrip,debug |
707 | * debian/rules: Added support for DEB_BUILD_OPTIONS=nostrip,debug |
| 707 | 708 | ||
| 708 | -- Timshel Knoll <timshel@debian.org> Mon, 9 Apr 2001 23:59:47 -0700 |
709 | -- Timshel Knoll <timshel@debian.org> Mon, 9 Apr 2001 23:59:47 -0700 |
| 709 | 710 | ||
| 710 | lsh-utils (1.0.2-2) unstable; urgency=low |
711 | lsh-utils (1.0.2-2) unstable; urgency=low |
| 711 | 712 | ||
| 712 | * Changed order of ./configure checks for gmp.h and gmp2/gmp.h to fix |
713 | * Changed order of ./configure checks for gmp.h and gmp2/gmp.h to fix |
| 713 | compile failure - this now checks for gmp2/gmp.h first and thus fixes |
714 | compile failure - this now checks for gmp2/gmp.h first and thus fixes |
| 714 | the problem. This compile is against libgmp3. |
715 | the problem. This compile is against libgmp3. |
| 715 | * debian/installmans.pl: perl Debian::Debhelper program to install manpages |
716 | * debian/installmans.pl: perl Debian::Debhelper program to install manpages |
| 716 | properly - this replaces the dh_installmanpages call in debian/rules |
717 | properly - this replaces the dh_installmanpages call in debian/rules |
| 717 | which will mean that manpages are installed under their correct names. |
718 | which will mean that manpages are installed under their correct names. |
| 718 | (ie. lsh.1 will be installed as lshc.1) (closes: Bug#88197). |
719 | (ie. lsh.1 will be installed as lshc.1) (closes: Bug#88197). |
| 719 | * debian/control: Standards-Version: 3.1.1, Build-Depends: added |
720 | * debian/control: Standards-Version: 3.1.1, Build-Depends: added |
| 720 | (including texinfo and libgmp2-dev | libgmp3-dev |
721 | (including texinfo and libgmp2-dev | libgmp3-dev |
| 721 | - (closes: Bug#79645, Bug#84532)). |
722 | - (closes: Bug#79645, Bug#84532)). |
| 722 | * debian/rules: Removed call to obsolete dh_suidregister. |
723 | * debian/rules: Removed call to obsolete dh_suidregister. |
| 723 | * debian/init.d: changed default port of lshd from 2223 to 2222 (it should |
724 | * debian/init.d: changed default port of lshd from 2223 to 2222 (it should |
| 724 | have been this from the start, since ssh runs on port 22 _not_ 23). :-) |
725 | have been this from the start, since ssh runs on port 22 _not_ 23). :-) |
| 725 | 726 | ||
| 726 | -- Timshel Knoll <timshel@debian.org> Tue, 13 Mar 2001 09:54:33 +1100 |
727 | -- Timshel Knoll <timshel@debian.org> Tue, 13 Mar 2001 09:54:33 +1100 |
| 727 | 728 | ||
| 728 | lsh-utils (1.0.2-1) unstable; urgency=low |
729 | lsh-utils (1.0.2-1) unstable; urgency=low |
| 729 | 730 | ||
| 730 | * New upstream release (closes: Bug#75042) |
731 | * New upstream release (closes: Bug#75042) |
| 731 | 732 | ||
| 732 | -- Timshel Knoll <timshel@debian.org> Tue, 12 Dec 2000 11:38:13 +1100 |
733 | -- Timshel Knoll <timshel@debian.org> Tue, 12 Dec 2000 11:38:13 +1100 |
| 733 | 734 | ||
| 734 | lsh-utils (1.0.1-2) unstable; urgency=low |
735 | lsh-utils (1.0.1-2) unstable; urgency=low |
| 735 | 736 | ||
| 736 | * Fixed typo in debian/postinst (lsh_writekey needs -o before output |
737 | * Fixed typo in debian/postinst (lsh_writekey needs -o before output |
| 737 | filename) (closes: Bug#71240) |
738 | filename) (closes: Bug#71240) |
| 738 | 739 | ||
| 739 | -- Timshel Knoll <timshel@debian.org> Mon, 18 Sep 2000 23:52:02 +1100 |
740 | -- Timshel Knoll <timshel@debian.org> Mon, 18 Sep 2000 23:52:02 +1100 |
| 740 | 741 | ||
| 741 | lsh-utils (1.0.1-1) unstable; urgency=low |
742 | lsh-utils (1.0.1-1) unstable; urgency=low |
| 742 | 743 | ||
| 743 | * New upstream release |
744 | * New upstream release |
| 744 | 745 | ||
| 745 | -- Timshel Knoll <timshel@debian.org> Tue, 18 Jul 2000 19:10:12 +1000 |
746 | -- Timshel Knoll <timshel@debian.org> Tue, 18 Jul 2000 19:10:12 +1000 |
| 746 | 747 | ||
| 747 | lsh-utils (0.9.9-1) unstable; urgency=low |
748 | lsh-utils (0.9.9-1) unstable; urgency=low |
| 748 | 749 | ||
| 749 | * Initial Release. |
750 | * Initial Release. |
| 750 | 751 | ||
| 751 | -- Timshel Knoll <timshel@debian.org> Thu, 15 Jun 2000 16:30:33 +1000 |
752 | -- Timshel Knoll <timshel@debian.org> Thu, 15 Jun 2000 16:30:33 +1000 |
| 752 | 753 | ||