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