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