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