Rev 71 | Rev 74 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 71 | Rev 73 | ||
|---|---|---|---|
| 1 | lsh-utils (2.0.4-dfsg-7) unstable; urgency=low |
1 | lsh-utils (2.0.4-dfsg-7) unstable; urgency=low |
| 2 | 2 | ||
| 3 | * terminate_on_connection_failure.dpatch (new): Make sure that lsh exits |
3 | * terminate_on_connection_failure.dpatch (new): Make sure that lsh exits |
| 4 | if it fails to connect to the remote host (Closes: #485812). |
4 | if it fails to connect to the remote host (Closes: #485812). |
| - | 5 | * ipv6_v6only.dpatch (new): Set the IPV6_V6ONLY socket option on |
|
| - | 6 | AF_INET6 sockets; since lshd by default enumerates available address |
|
| - | 7 | families and calls bind() once for each, conflicts will occur |
|
| - | 8 | otherwise. |
|
| 5 | 9 | ||
| 6 | -- Magnus Holmgren <holmgren@debian.org> Sun, 10 Jan 2010 13:36:31 +0100 |
10 | -- Magnus Holmgren <holmgren@debian.org> Tue, 27 Jul 2010 03:15:38 +0200 |
| 7 | 11 | ||
| 8 | lsh-utils (2.0.4-dfsg-6) unstable; urgency=low |
12 | lsh-utils (2.0.4-dfsg-6) unstable; urgency=low |
| 9 | 13 | ||
| 10 | * Change libreadline build dependency to just libreadline-dev |
14 | * Change libreadline build dependency to just libreadline-dev |
| 11 | (Closes: #553804). |
15 | (Closes: #553804). |
| 12 | * Add new debconf template translations: |
16 | * Add new debconf template translations: |
| 13 | + Japanese from Hideki Yamane (Closes: #558082) |
17 | + Japanese from Hideki Yamane (Closes: #558082) |
| 14 | + Spanish from Shukoh (Closes: #557008) |
18 | + Spanish from Shukoh (Closes: #557008) |
| 15 | Credit to the respective Debian translation teams. |
19 | Credit to the respective Debian translation teams. |
| 16 | * Fix a spelling error in one of the debconf templates, run |
20 | * Fix a spelling error in one of the debconf templates, run |
| 17 | debconf-updatepo, clean out the old obsolete translation entries, and |
21 | debconf-updatepo, clean out the old obsolete translation entries, and |
| 18 | perform some trivial maintenance on the Nynorsk file. |
22 | perform some trivial maintenance on the Nynorsk file. |
| 19 | 23 | ||
| 20 | -- Magnus Holmgren <holmgren@debian.org> Sat, 28 Nov 2009 17:57:30 +0100 |
24 | -- Magnus Holmgren <holmgren@debian.org> Sat, 28 Nov 2009 17:57:30 +0100 |
| 21 | 25 | ||
| 22 | lsh-utils (2.0.4-dfsg-5) unstable; urgency=low |
26 | lsh-utils (2.0.4-dfsg-5) unstable; urgency=low |
| 23 | 27 | ||
| 24 | * lsh-server.init.d: Don't suppress start/stop messages when $VERBOSE = |
28 | * lsh-server.init.d: Don't suppress start/stop messages when $VERBOSE = |
| 25 | "no". /etc/init.d/skeleton is not a good example in this matter. |
29 | "no". /etc/init.d/skeleton is not a good example in this matter. |
| 26 | * blacklist.dpatch: Check keys against openssh-blacklist before |
30 | * blacklist.dpatch: Check keys against openssh-blacklist before |
| 27 | accepting for pubkey authentication as well as on conversion by |
31 | accepting for pubkey authentication as well as on conversion by |
| 28 | lsh-writekey and lsh-decode-key. |
32 | lsh-writekey and lsh-decode-key. |
| 29 | * lsh-server: Depend on openssh-blacklist, recommend -blacklist-extra. |
33 | * lsh-server: Depend on openssh-blacklist, recommend -blacklist-extra. |
| 30 | lsh-utils: Recommend openssh-blacklist and -blacklist-extra. |
34 | lsh-utils: Recommend openssh-blacklist and -blacklist-extra. |
| 31 | * Move seed and key creation back to postinst and import RSA key from |
35 | * Move seed and key creation back to postinst and import RSA key from |
| 32 | openssh-server if it exists (Closes: #211252). |
36 | openssh-server if it exists (Closes: #211252). |
| 33 | * debian/mans/lcp.1: Fix errors. |
37 | * debian/mans/lcp.1: Fix errors. |
| 34 | 38 | ||
| 35 | -- Magnus Holmgren <holmgren@debian.org> Sun, 08 Nov 2009 20:18:17 +0100 |
39 | -- Magnus Holmgren <holmgren@debian.org> Sun, 08 Nov 2009 20:18:17 +0100 |
| 36 | 40 | ||
| 37 | lsh-utils (2.0.4-dfsg-4) unstable; urgency=high |
41 | lsh-utils (2.0.4-dfsg-4) unstable; urgency=high |
| 38 | 42 | ||
| 39 | * lsh-server.init.d: Fix critical exit status ($?) handling mistake |
43 | * lsh-server.init.d: Fix critical exit status ($?) handling mistake |
| 40 | (Closes: #545090). |
44 | (Closes: #545090). |
| 41 | 45 | ||
| 42 | -- Magnus Holmgren <holmgren@debian.org> Sat, 05 Sep 2009 00:44:45 +0200 |
46 | -- Magnus Holmgren <holmgren@debian.org> Sat, 05 Sep 2009 00:44:45 +0200 |
| 43 | 47 | ||
| 44 | lsh-utils (2.0.4-dfsg-3) unstable; urgency=low |
48 | lsh-utils (2.0.4-dfsg-3) unstable; urgency=low |
| 45 | 49 | ||
| 46 | * lsh-doc: Depend on dpkg (>= 1.15.4) | install-info as recommended for |
50 | * lsh-doc: Depend on dpkg (>= 1.15.4) | install-info as recommended for |
| 47 | the transition to triggerized install-info. |
51 | the transition to triggerized install-info. |
| 48 | * Add ${misc:Depends} to Depends in case Debhelper needs it in the
|
52 | * Add ${misc:Depends} to Depends in case Debhelper needs it in the
|
| 49 | future. |
53 | future. |
| 50 | * Increase Debhelper compat level to 5. |
54 | * Increase Debhelper compat level to 5. |
| 51 | * Build with Nettle 2.0 (nettle-dev) (Closes: #543131). |
55 | * Build with Nettle 2.0 (nettle-dev) (Closes: #543131). |
| 52 | * nettle_2.0.dpatch created to adapt to API changes. |
56 | * nettle_2.0.dpatch created to adapt to API changes. |
| 53 | * 30_nonettle.dpatch modified to add -lhogweed to LDADD where |
57 | * 30_nonettle.dpatch modified to add -lhogweed to LDADD where |
| 54 | appropriate. |
58 | appropriate. |
| 55 | * Add ANNOUNCE to lsh-doc. |
59 | * Add ANNOUNCE to lsh-doc. |
| 56 | * Rewrite lsh-server.init.d a bit: |
60 | * Rewrite lsh-server.init.d a bit: |
| 57 | * Use LSB logging functions. |
61 | * Use LSB logging functions. |
| 58 | * Let lshd daemonize and create/delete its pid file by itself. |
62 | * Let lshd daemonize and create/delete its pid file by itself. |
| 59 | * Change the Provides: line in the LSB header to "lsh-server" and |
63 | * Change the Provides: line in the LSB header to "lsh-server" and |
| 60 | declare that it should start before the services that depend on an |
64 | declare that it should start before the services that depend on an |
| 61 | SSH server (Closes: #542689). Thanks to Petter Reinholdtsen. |
65 | SSH server (Closes: #542689). Thanks to Petter Reinholdtsen. |
| 62 | * Support the status action. |
66 | * Support the status action. |
| 63 | * Drop the no longer useful lsh-server-config script. |
67 | * Drop the no longer useful lsh-server-config script. |
| 64 | * Upgrade to Standards-Version 3.8.3: |
68 | * Upgrade to Standards-Version 3.8.3: |
| 65 | * Add README.source. |
69 | * Add README.source. |
| 66 | * Drop obsolete manpages from debian/mans. |
70 | * Drop obsolete manpages from debian/mans. |
| 67 | 71 | ||
| 68 | -- Magnus Holmgren <holmgren@debian.org> Thu, 03 Sep 2009 00:55:45 +0200 |
72 | -- Magnus Holmgren <holmgren@debian.org> Thu, 03 Sep 2009 00:55:45 +0200 |
| 69 | 73 | ||
| 70 | lsh-utils (2.0.4-dfsg-2) unstable; urgency=low |
74 | lsh-utils (2.0.4-dfsg-2) unstable; urgency=low |
| 71 | 75 | ||
| 72 | * 40_better_errmsg_when_dotlsh_missing.dpatch (new): In unix_random.c, |
76 | * 40_better_errmsg_when_dotlsh_missing.dpatch (new): In unix_random.c, |
| 73 | check whether the seed file exists before trying to lock it, and give |
77 | check whether the seed file exists before trying to lock it, and give |
| 74 | the hint about running lsh-make-seed if it doesn't (Closes: #485856). |
78 | the hint about running lsh-make-seed if it doesn't (Closes: #485856). |
| 75 | * Update doc-base section of lsh-doc to match current structure. |
79 | * Update doc-base section of lsh-doc to match current structure. |
| 76 | * Remove inactive maintainer as requested by the MIA team and put myself |
80 | * Remove inactive maintainer as requested by the MIA team and put myself |
| 77 | in charge (Closes: #487137). |
81 | in charge (Closes: #487137). |
| 78 | * Upgrade lsh-client's Recommends of lsh-utils to a Depends. It's not |
82 | * Upgrade lsh-client's Recommends of lsh-utils to a Depends. It's not |
| 79 | huge and lsh-client is almost useless without it in most cases |
83 | huge and lsh-client is almost useless without it in most cases |
| 80 | (Closes: #481073). |
84 | (Closes: #481073). |
| 81 | * Use --as-needed to avoid unnecessary dependencies. |
85 | * Use --as-needed to avoid unnecessary dependencies. |
| 82 | 86 | ||
| 83 | -- Magnus Holmgren <holmgren@debian.org> Wed, 25 Jun 2008 16:40:16 +0200 |
87 | -- Magnus Holmgren <holmgren@debian.org> Wed, 25 Jun 2008 16:40:16 +0200 |
| 84 | 88 | ||
| 85 | lsh-utils (2.0.4-dfsg-1) unstable; urgency=low |
89 | lsh-utils (2.0.4-dfsg-1) unstable; urgency=low |
| 86 | 90 | ||
| 87 | * New upstream release (Closes: #422199) |
91 | * New upstream release (Closes: #422199) |
| 88 | - Repackaged without non-free RFC (src/nettle/testsuite/rfc1750.txt) |
92 | - Repackaged without non-free RFC (src/nettle/testsuite/rfc1750.txt) |
| 89 | (Closes: #408490). |
93 | (Closes: #408490). |
| 90 | - Drop 01_fix_manpages.dpatch; incorporated upstream. |
94 | - Drop 01_fix_manpages.dpatch; incorporated upstream. |
| 91 | - Fixes X11 forwarding bug. |
95 | - Fixes X11 forwarding bug. |
| 92 | * New co-maintainer added. |
96 | * New co-maintainer added. |
| 93 | * Rename lsh-utils-doc as lsh-doc. We'll rename the source package after |
97 | * Rename lsh-utils-doc as lsh-doc. We'll rename the source package after |
| 94 | Sarge is gone. |
98 | Sarge is gone. |
| 95 | * Drop the tarball-in-tarball format and ship a "normal" .orig.tar.gz. |
99 | * Drop the tarball-in-tarball format and ship a "normal" .orig.tar.gz. |
| 96 | - Drop 02_fix_perms.dpatch. |
100 | - Drop 02_fix_perms.dpatch. |
| 97 | - Add some extra cleanup in debian/rules. |
101 | - Add some extra cleanup in debian/rules. |
| 98 | * Increase Standards-Version to 3.7.3. No changes needed. |
102 | * Increase Standards-Version to 3.7.3. No changes needed. |
| 99 | * Put some more docs in the packages: README and ChangeLog is now in all |
103 | * Put some more docs in the packages: README and ChangeLog is now in all |
| 100 | packages, AUTHORS in lsh-utils. Update debian/copyright to refer to |
104 | packages, AUTHORS in lsh-utils. Update debian/copyright to refer to |
| 101 | /usr/share/doc/lsh-utils/AUTHORS (Closes: #421108). |
105 | /usr/share/doc/lsh-utils/AUTHORS (Closes: #421108). |
| 102 | * debian/control: Use ${binary:Version} substitution variable instead of
|
106 | * debian/control: Use ${binary:Version} substitution variable instead of
|
| 103 | ${source-version}.
|
107 | ${source-version}.
|
| 104 | * Review Build-depends: Drop patchutils, comerr-dev (redundant), |
108 | * Review Build-depends: Drop patchutils, comerr-dev (redundant), |
| 105 | po-debconf (redundant), xutils (makes no difference); add |
109 | po-debconf (redundant), xutils (makes no difference); add |
| 106 | autotools-dev, scsh-0.6 (as alternative to guile-1.6). |
110 | autotools-dev, scsh-0.6 (as alternative to guile-1.6). |
| 107 | * Drop lshc, the deprecated alias for lsh (Closes: #417426). |
111 | * Drop lshc, the deprecated alias for lsh (Closes: #417426). |
| 108 | * 30_nonettle.dpatch: Link dynamically with libnettle-dev instead of |
112 | * 30_nonettle.dpatch: Link dynamically with libnettle-dev instead of |
| 109 | statically with the bundled nettle (Closes: #412138). |
113 | statically with the bundled nettle (Closes: #412138). |
| 110 | * Don't provide sexp-conv; let lsh-client depend on nettle-bin instead. |
114 | * Don't provide sexp-conv; let lsh-client depend on nettle-bin instead. |
| 111 | * Move lsftp and lcp to lsh-client. |
115 | * Move lsftp and lcp to lsh-client. |
| 112 | * Put sftp-server in /usr/lib/lsh-server and put the manpage in section |
116 | * Put sftp-server in /usr/lib/lsh-server and put the manpage in section |
| 113 | 8lsh instead of renaming it (new 20_sftp-server_mansection.dpatch). |
117 | 8lsh instead of renaming it (new 20_sftp-server_mansection.dpatch). |
| 114 | * Ship lsh.html in lsh-doc. |
118 | * Ship lsh.html in lsh-doc. |
| 115 | * Add doc-base entry. |
119 | * Add doc-base entry. |
| 116 | * debian/control: Add Homepage field. |
120 | * debian/control: Add Homepage field. |
| 117 | * debian/watch: Update dversionmangle to strip -dfsg suffix. |
121 | * debian/watch: Update dversionmangle to strip -dfsg suffix. |
| 118 | 122 | ||
| 119 | -- Magnus Holmgren <holmgren@debian.org> Thu, 01 May 2008 19:22:18 +0200 |
123 | -- Magnus Holmgren <holmgren@debian.org> Thu, 01 May 2008 19:22:18 +0200 |
| 120 | 124 | ||
| 121 | lsh-utils (2.0.2-1.1) unstable; urgency=low |
125 | lsh-utils (2.0.2-1.1) unstable; urgency=low |
| 122 | 126 | ||
| 123 | * Non-maintainer upload to fix longstanding l10n issues |
127 | * Non-maintainer upload to fix longstanding l10n issues |
| 124 | * Debconf templates translations: |
128 | * Debconf templates translations: |
| 125 | - Swedish added. Closes: #351641 |
129 | - Swedish added. Closes: #351641 |
| 126 | - Portuguese added. Sent during the call for updates of the NMU campaign. |
130 | - Portuguese added. Sent during the call for updates of the NMU campaign. |
| 127 | * Lintian fixes: |
131 | * Lintian fixes: |
| 128 | - Do not Build-depend on build-essential |
132 | - Do not Build-depend on build-essential |
| 129 | - Add a very basic LSB header to the init script |
133 | - Add a very basic LSB header to the init script |
| 130 | 134 | ||
| 131 | -- Christian Perrier <bubulle@debian.org> Wed, 13 Dec 2006 22:02:11 +0100 |
135 | -- Christian Perrier <bubulle@debian.org> Wed, 13 Dec 2006 22:02:11 +0100 |
| 132 | 136 | ||
| 133 | lsh-utils (2.0.2-1) unstable; urgency=low |
137 | lsh-utils (2.0.2-1) unstable; urgency=low |
| 134 | 138 | ||
| 135 | * New upstream release |
139 | * New upstream release |
| 136 | * The fd leak in the server is known as CVE-2006-0353 |
140 | * The fd leak in the server is known as CVE-2006-0353 |
| 137 | * Support for aes256-ctr. |
141 | * Support for aes256-ctr. |
| 138 | * Newer nettle library. |
142 | * Newer nettle library. |
| 139 | * Fix for some more fd leaks, but none in the debian default |
143 | * Fix for some more fd leaks, but none in the debian default |
| 140 | configuration. |
144 | configuration. |
| 141 | 145 | ||
| 142 | -- Stefan Pfetzing <dreamind@dreamind.de> Sat, 28 Jan 2006 05:42:16 +0100 |
146 | -- Stefan Pfetzing <dreamind@dreamind.de> Sat, 28 Jan 2006 05:42:16 +0100 |
| 143 | 147 | ||
| 144 | lsh-utils (2.0.1cdbs-4) unstable; urgency=high |
148 | lsh-utils (2.0.1cdbs-4) unstable; urgency=high |
| 145 | 149 | ||
| 146 | * Remove silly debconf questions and correct others. (Closes: Bug#337026) |
150 | * Remove silly debconf questions and correct others. (Closes: Bug#337026) |
| 147 | * Switch to dpatch. |
151 | * Switch to dpatch. |
| 148 | * Make lsh-utils build on a grsecurity system. |
152 | * Make lsh-utils build on a grsecurity system. |
| 149 | * Remove /var/spool/lsh upon purge. |
153 | * Remove /var/spool/lsh upon purge. |
| 150 | * Update Vietnamese debconf translation. |
154 | * Update Vietnamese debconf translation. |
| 151 | * Update German debconf translation. |
155 | * Update German debconf translation. |
| 152 | * Update Danish debconf translation. |
156 | * Update Danish debconf translation. |
| 153 | * Update Czech debconf translation. |
157 | * Update Czech debconf translation. |
| 154 | * Update Dutch debconf translation. |
158 | * Update Dutch debconf translation. |
| 155 | * Update Russian debconf translation. (Closes: Bug#349180) |
159 | * Update Russian debconf translation. (Closes: Bug#349180) |
| 156 | * Update French debconf translation. (Closes: Bug#348822) |
160 | * Update French debconf translation. (Closes: Bug#348822) |
| 157 | * Have lsh-server provide ssh-server. (Closes: Bug#348844) |
161 | * Have lsh-server provide ssh-server. (Closes: Bug#348844) |
| 158 | * Update the watch file format version to the latest (3). |
162 | * Update the watch file format version to the latest (3). |
| 159 | * Have uscan remove the "cdbs" version extension. |
163 | * Have uscan remove the "cdbs" version extension. |
| 160 | * Fix fd leak in the lsh-server. |
164 | * Fix fd leak in the lsh-server. |
| 161 | This is to be security related, so upload it with a high urgency. |
165 | This is to be security related, so upload it with a high urgency. |
| 162 | (Closes: Bug#349303) |
166 | (Closes: Bug#349303) |
| 163 | 167 | ||
| 164 | -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 22 Jan 2006 06:30:43 +0100 |
168 | -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 22 Jan 2006 06:30:43 +0100 |
| 165 | 169 | ||
| 166 | lsh-utils (2.0.1cdbs-3) unstable; urgency=low |
170 | lsh-utils (2.0.1cdbs-3) unstable; urgency=low |
| 167 | 171 | ||
| 168 | * The 2.0 release removed the "pesky" identity file error. |
172 | * The 2.0 release removed the "pesky" identity file error. |
| 169 | (Closes: Bug#214167) |
173 | (Closes: Bug#214167) |
| 170 | * Update Danish debconf translation. |
174 | * Update Danish debconf translation. |
| 171 | * Update Vietnamese debconf translation. |
175 | * Update Vietnamese debconf translation. |
| 172 | * Update French debconf translation. (Closes: Bug#347543) |
176 | * Update French debconf translation. (Closes: Bug#347543) |
| 173 | * Update Russian debconf translation. (Closes: Bug#348138) |
177 | * Update Russian debconf translation. (Closes: Bug#348138) |
| 174 | * Do not regenerate debian/rules. (Closes: Bug#347891) |
178 | * Do not regenerate debian/rules. (Closes: Bug#347891) |
| 175 | 179 | ||
| 176 | -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 15 Jan 2006 21:02:36 +0100 |
180 | -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 15 Jan 2006 21:02:36 +0100 |
| 177 | 181 | ||
| 178 | lsh-utils (2.0.1cdbs-2) unstable; urgency=low |
182 | lsh-utils (2.0.1cdbs-2) unstable; urgency=low |
| 179 | 183 | ||
| 180 | * No longer build-depend on xlibs-dev, use libxau-dev instead. |
184 | * No longer build-depend on xlibs-dev, use libxau-dev instead. |
| 181 | (Closes: Bug#347143) |
185 | (Closes: Bug#347143) |
| 182 | * Depend on comerr-dev too, otherwise kerberos support would be broken. |
186 | * Depend on comerr-dev too, otherwise kerberos support would be broken. |
| 183 | 187 | ||
| 184 | -- Stefan Pfetzing <dreamind@dreamind.de> Thu, 12 Jan 2006 19:34:23 +0100 |
188 | -- Stefan Pfetzing <dreamind@dreamind.de> Thu, 12 Jan 2006 19:34:23 +0100 |
| 185 | 189 | ||
| 186 | lsh-utils (2.0.1cdbs-1) unstable; urgency=low |
190 | lsh-utils (2.0.1cdbs-1) unstable; urgency=low |
| 187 | 191 | ||
| 188 | * Change the build system to cdbs. |
192 | * Change the build system to cdbs. |
| 189 | (And hopefully don't introduce any new bugs.) |
193 | (And hopefully don't introduce any new bugs.) |
| 190 | * Make lintian happy with the odieresis in the manpages. |
194 | * Make lintian happy with the odieresis in the manpages. |
| 191 | * Fix debian/control, so it can be autogenerated by cdbs. |
195 | * Fix debian/control, so it can be autogenerated by cdbs. |
| 192 | * Conflict lsh, and rename lshc to lsh. |
196 | * Conflict lsh, and rename lshc to lsh. |
| 193 | * Include a small shell script to notify users. |
197 | * Include a small shell script to notify users. |
| 194 | * Make stop act the same way graceful-stop was doing already. |
198 | * Make stop act the same way graceful-stop was doing already. |
| 195 | This helps not to accidently kill your own lsh connection. |
199 | This helps not to accidently kill your own lsh connection. |
| 196 | * Update debconf po files. |
200 | * Update debconf po files. |
| 197 | * Update the German debconf translation. |
201 | * Update the German debconf translation. |
| 198 | * Remove the SSH1 notice from lsh-server's package description. |
202 | * Remove the SSH1 notice from lsh-server's package description. |
| 199 | * Make the lsh-server package suggest lsh-client or openssh-client. |
203 | * Make the lsh-server package suggest lsh-client or openssh-client. |
| 200 | * Add a small note on how to use the lsh client. (Closes: Bug#109899) |
204 | * Add a small note on how to use the lsh client. (Closes: Bug#109899) |
| 201 | * No longer FTBFS because of wrong debian/rules. (Closes: Bug#344747) |
205 | * No longer FTBFS because of wrong debian/rules. (Closes: Bug#344747) |
| 202 | * Update Czech translation. (Closes: Bug#345141) |
206 | * Update Czech translation. (Closes: Bug#345141) |
| 203 | 207 | ||
| 204 | -- Stefan Pfetzing <dreamind@dreamind.de> Mon, 9 Jan 2006 00:36:44 +0100 |
208 | -- Stefan Pfetzing <dreamind@dreamind.de> Mon, 9 Jan 2006 00:36:44 +0100 |
| 205 | 209 | ||
| 206 | lsh-utils (2.0.1-5) unstable; urgency=low |
210 | lsh-utils (2.0.1-5) unstable; urgency=low |
| 207 | 211 | ||
| 208 | * Make lsh-utils depend on lsh-client. (Closes: Bug#338014) |
212 | * Make lsh-utils depend on lsh-client. (Closes: Bug#338014) |
| 209 | * Fix lshg to look for lshc instead of lsh. (Closes: Bug#320554) |
213 | * Fix lshg to look for lshc instead of lsh. (Closes: Bug#320554) |
| 210 | * Fix lcp to look for lshc instead of lsh. (Closes: Bug#338015) |
214 | * Fix lcp to look for lshc instead of lsh. (Closes: Bug#338015) |
| 211 | * Add lcp manpage. (Closes: Bug#338017) |
215 | * Add lcp manpage. (Closes: Bug#338017) |
| 212 | * Clarify package description. lsh should be considered stable now. |
216 | * Clarify package description. lsh should be considered stable now. |
| 213 | (Closes: Bug#211317) |
217 | (Closes: Bug#211317) |
| 214 | * Update Russian debconf translation. (Closes: Bug#338170) |
218 | * Update Russian debconf translation. (Closes: Bug#338170) |
| 215 | * Update French debconf translation. (Closes: Bug#338104) |
219 | * Update French debconf translation. (Closes: Bug#338104) |
| 216 | * Update Danish debconf translation. (Closes: Bug#337017) |
220 | * Update Danish debconf translation. (Closes: Bug#337017) |
| 217 | * Change guile1.4-slib to guile-1.6 since slib.scm is included |
221 | * Change guile1.4-slib to guile-1.6 since slib.scm is included |
| 218 | with guile-1.6-libs, and we need the scheme interpreter. |
222 | with guile-1.6-libs, and we need the scheme interpreter. |
| 219 | * Add myself to the uploaders list. |
223 | * Add myself to the uploaders list. |
| 220 | * Approve NMUs. |
224 | * Approve NMUs. |
| 221 | (Closes: Bug#300496,Bug#318211,Bug#326328,Bug#326329,Bug#332012) |
225 | (Closes: Bug#300496,Bug#318211,Bug#326328,Bug#326329,Bug#332012) |
| 222 | (Closes: Bug#271911,Bug#312617,Bug#313975,Bug#304697,Bug#319933) |
226 | (Closes: Bug#271911,Bug#312617,Bug#313975,Bug#304697,Bug#319933) |
| 223 | 227 | ||
| 224 | -- Stefan Pfetzing <dreamind@dreamind.de> Thu, 10 Nov 2005 21:36:44 +0100 |
228 | -- Stefan Pfetzing <dreamind@dreamind.de> Thu, 10 Nov 2005 21:36:44 +0100 |
| 225 | 229 | ||
| 226 | lsh-utils (2.0.1-4.2) unstable; urgency=low |
230 | lsh-utils (2.0.1-4.2) unstable; urgency=low |
| 227 | 231 | ||
| 228 | * NMU. |
232 | * NMU. |
| 229 | * Make sftp support availible via debconf. (Closes: Bug#304697) |
233 | * Make sftp support availible via debconf. (Closes: Bug#304697) |
| 230 | * Rebuild against libreadline5 and change build-deps. |
234 | * Rebuild against libreadline5 and change build-deps. |
| 231 | (Closes: Bug#326328,Bug#326329) |
235 | (Closes: Bug#326328,Bug#326329) |
| 232 | * Rebuild with fixed debconf deps. (Closes: Bug#332012) |
236 | * Rebuild with fixed debconf deps. (Closes: Bug#332012) |
| 233 | * Update FSF address in debian/copyright. |
237 | * Update FSF address in debian/copyright. |
| 234 | * Add czech po file. (Closes: Bug#319933) |
238 | * Add czech po file. (Closes: Bug#319933) |
| 235 | 239 | ||
| 236 | -- Stefan Pfetzing <dreamind@dreamind.de> Mon, 31 Oct 2005 14:21:54 +0100 |
240 | -- Stefan Pfetzing <dreamind@dreamind.de> Mon, 31 Oct 2005 14:21:54 +0100 |
| 237 | 241 | ||
| 238 | lsh-utils (2.0.1-4.1) unstable; urgency=low |
242 | lsh-utils (2.0.1-4.1) unstable; urgency=low |
| 239 | 243 | ||
| 240 | * NMU. |
244 | * NMU. |
| 241 | * Trigger a rebuild to build against libgmp3c2. (Closes: Bug#318211) |
245 | * Trigger a rebuild to build against libgmp3c2. (Closes: Bug#318211) |
| 242 | * Make lsh-server suggest openssh-client or ssh. |
246 | * Make lsh-server suggest openssh-client or ssh. |
| 243 | * Fix Package description (Closes: Bug#271911) |
247 | * Fix Package description (Closes: Bug#271911) |
| 244 | * Add vietnamese debconf localization. (Closes: Bug#312617) |
248 | * Add vietnamese debconf localization. (Closes: Bug#312617) |
| 245 | * Update german debconf localization. (Closes: Bug#313975) |
249 | * Update german debconf localization. (Closes: Bug#313975) |
| 246 | * Rebuild fixes lshc host-acls (Closes: Bug#300496) |
250 | * Rebuild fixes lshc host-acls (Closes: Bug#300496) |
| 247 | * Bump standards-version, no changes needed. (make lintian happy) |
251 | * Bump standards-version, no changes needed. (make lintian happy) |
| 248 | 252 | ||
| 249 | -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 14 Aug 2005 17:04:55 +0200 |
253 | -- Stefan Pfetzing <dreamind@dreamind.de> Sun, 14 Aug 2005 17:04:55 +0200 |
| 250 | 254 | ||
| 251 | lsh-utils (2.0.1-4) unstable; urgency=high |
255 | lsh-utils (2.0.1-4) unstable; urgency=high |
| 252 | 256 | ||
| 253 | * Trigger a rebuild, because the i386 package wasn't built properly. |
257 | * Trigger a rebuild, because the i386 package wasn't built properly. |
| 254 | (Closes: Bug#309365) |
258 | (Closes: Bug#309365) |
| 255 | 259 | ||
| 256 | -- Simon Law <sfllaw@debian.org> Mon, 16 May 2005 16:54:00 -0400 |
260 | -- Simon Law <sfllaw@debian.org> Mon, 16 May 2005 16:54:00 -0400 |
| 257 | 261 | ||
| 258 | lsh-utils (2.0.1-3) unstable; urgency=high |
262 | lsh-utils (2.0.1-3) unstable; urgency=high |
| 259 | 263 | ||
| 260 | * Remove the unnecessary nettle-lfib-stream program. (Closes: Bug#308233) |
264 | * Remove the unnecessary nettle-lfib-stream program. (Closes: Bug#308233) |
| 261 | 265 | ||
| 262 | -- Simon Law <sfllaw@debian.org> Mon, 9 May 2005 19:25:56 -0400 |
266 | -- Simon Law <sfllaw@debian.org> Mon, 9 May 2005 19:25:56 -0400 |
| 263 | 267 | ||
| 264 | lsh-utils (2.0.1-2.1) unstable; urgency=high |
268 | lsh-utils (2.0.1-2.1) unstable; urgency=high |
| 265 | 269 | ||
| 266 | * NMU |
270 | * NMU |
| 267 | * Remove --nist-level option to lsh-keygen since it has changed to using RSA |
271 | * Remove --nist-level option to lsh-keygen since it has changed to using RSA |
| 268 | keys now and the old --nist-level setting breaks it. Closes: #301968 |
272 | keys now and the old --nist-level setting breaks it. Closes: #301968 |
| 269 | * High urgency upload since 2.0.1 is needed in testing due to the security |
273 | * High urgency upload since 2.0.1 is needed in testing due to the security |
| 270 | fix. |
274 | fix. |
| 271 | 275 | ||
| 272 | -- Joey Hess <joeyh@debian.org> Sat, 9 Apr 2005 15:02:22 -0400 |
276 | -- Joey Hess <joeyh@debian.org> Sat, 9 Apr 2005 15:02:22 -0400 |
| 273 | 277 | ||
| 274 | lsh-utils (2.0.1-2) unstable; urgency=high |
278 | lsh-utils (2.0.1-2) unstable; urgency=high |
| 275 | 279 | ||
| 276 | * Fix up path resolution problems. (Closes: Bug#301039) |
280 | * Fix up path resolution problems. (Closes: Bug#301039) |
| 277 | Thanks to Stefan Pfetzing <dreamind@dreamind.de> |
281 | Thanks to Stefan Pfetzing <dreamind@dreamind.de> |
| 278 | * Added a build-depends on m4. (Closes: Bug#300874) |
282 | * Added a build-depends on m4. (Closes: Bug#300874) |
| 279 | * Denial of service attack is now known as CAN-2005-0814. |
283 | * Denial of service attack is now known as CAN-2005-0814. |
| 280 | 284 | ||
| 281 | -- Simon Law <sfllaw@debian.org> Sat, 26 Mar 2005 13:29:27 -0500 |
285 | -- Simon Law <sfllaw@debian.org> Sat, 26 Mar 2005 13:29:27 -0500 |
| 282 | 286 | ||
| 283 | lsh-utils (2.0.1-1) unstable; urgency=high |
287 | lsh-utils (2.0.1-1) unstable; urgency=high |
| 284 | 288 | ||
| 285 | * New upstream release |
289 | * New upstream release |
| 286 | - Fix denial of service attack documented in CAN-2005-0389 |
290 | - Fix denial of service attack documented in CAN-2005-0389 |
| 287 | 291 | ||
| 288 | -- Simon Law <sfllaw@debian.org> Fri, 18 Mar 2005 17:24:10 -0500 |
292 | -- Simon Law <sfllaw@debian.org> Fri, 18 Mar 2005 17:24:10 -0500 |
| 289 | 293 | ||
| 290 | lsh-utils (2.0-1) unstable; urgency=high |
294 | lsh-utils (2.0-1) unstable; urgency=high |
| 291 | 295 | ||
| 292 | * New upstream release. |
296 | * New upstream release. |
| 293 | * Remove extraneous symlinks. (Closes: Bug#291010) |
297 | * Remove extraneous symlinks. (Closes: Bug#291010) |
| 294 | * Acknowledge NMUs. (Closes: Bug#293020, Bug#255643) |
298 | * Acknowledge NMUs. (Closes: Bug#293020, Bug#255643) |
| 295 | 299 | ||
| 296 | -- Simon Law <sfllaw@debian.org> Thu, 17 Mar 2005 18:51:12 -0500 |
300 | -- Simon Law <sfllaw@debian.org> Thu, 17 Mar 2005 18:51:12 -0500 |
| 297 | 301 | ||
| 298 | lsh-utils (1.4.2-8.2) unstable; urgency=low |
302 | lsh-utils (1.4.2-8.2) unstable; urgency=low |
| 299 | 303 | ||
| 300 | * Non-maintainer upload with maintainer"s agreement |
304 | * Non-maintainer upload with maintainer"s agreement |
| 301 | * Fix FTBFS with gcc-4.0 for amd64 builds |
305 | * Fix FTBFS with gcc-4.0 for amd64 builds |
| 302 | Thanks to Andreas Jochens for providing the patch |
306 | Thanks to Andreas Jochens for providing the patch |
| 303 | Closes: #293020 |
307 | Closes: #293020 |
| 304 | 308 | ||
| 305 | -- Christian Perrier <bubulle@debian.org> Tue, 1 Feb 2005 07:10:17 +0100 |
309 | -- Christian Perrier <bubulle@debian.org> Tue, 1 Feb 2005 07:10:17 +0100 |
| 306 | 310 | ||
| 307 | lsh-utils (1.4.2-8.1) unstable; urgency=low |
311 | lsh-utils (1.4.2-8.1) unstable; urgency=low |
| 308 | 312 | ||
| 309 | * Non-maintainer upload with maintainer's agreement |
313 | * Non-maintainer upload with maintainer's agreement |
| 310 | for fixing longstanding l10n issues |
314 | for fixing longstanding l10n issues |
| 311 | * Translations: |
315 | * Translations: |
| 312 | - French added. Closes: #255643 |
316 | - French added. Closes: #255643 |
| 313 | - Danish added. Thanks to Claus Hindsgaul |
317 | - Danish added. Thanks to Claus Hindsgaul |
| 314 | - Russian added. Thanks to Yuri Kozlov |
318 | - Russian added. Thanks to Yuri Kozlov |
| 315 | - Norwegian Nynorsk added. Thanks to Håvard Korsvoll |
319 | - Norwegian Nynorsk added. Thanks to Håvard Korsvoll |
| 316 | - Dutch added. Thanks to Luk Claes. |
320 | - Dutch added. Thanks to Luk Claes. |
| 317 | * Typo fixes in templates (translations unfuzzied): |
321 | * Typo fixes in templates (translations unfuzzied): |
| 318 | - s/woul dlike/would like |
322 | - s/woul dlike/would like |
| 319 | - s/ifyou/if you |
323 | - s/ifyou/if you |
| 320 | 324 | ||
| 321 | -- Christian Perrier <bubulle@debian.org> Thu, 13 Jan 2005 23:29:09 +0100 |
325 | -- Christian Perrier <bubulle@debian.org> Thu, 13 Jan 2005 23:29:09 +0100 |
| 322 | 326 | ||
| 323 | lsh-utils (1.4.2-8) unstable; urgency=medium |
327 | lsh-utils (1.4.2-8) unstable; urgency=medium |
| 324 | 328 | ||
| 325 | * Register sexp-conv with the alternatives system so that it doesn't |
329 | * Register sexp-conv with the alternatives system so that it doesn't |
| 326 | conflict with the binary of the same name (and function) shipped with |
330 | conflict with the binary of the same name (and function) shipped with |
| 327 | nettle-bin (Closes: Bug#274772) |
331 | nettle-bin (Closes: Bug#274772) |
| 328 | - This kludge brought to you by Marek Habersack <grendel@debian.org>. |
332 | - This kludge brought to you by Marek Habersack <grendel@debian.org>. |
| 329 | 333 | ||
| 330 | -- Simon Law <sfllaw@debian.org> Sun, 5 Dec 2004 15:15:59 -0500 |
334 | -- Simon Law <sfllaw@debian.org> Sun, 5 Dec 2004 15:15:59 -0500 |
| 331 | 335 | ||
| 332 | lsh-utils (1.4.2-7) unstable; urgency=low |
336 | lsh-utils (1.4.2-7) unstable; urgency=low |
| 333 | 337 | ||
| 334 | * New maintainer. |
338 | * New maintainer. |
| 335 | * Fix build problem. (Closes: Bug#242040) |
339 | * Fix build problem. (Closes: Bug#242040) |
| 336 | * Use gettext-based Debconf templates. Thanks to Martin Quinson. |
340 | * Use gettext-based Debconf templates. Thanks to Martin Quinson. |
| 337 | (Closes: Bug#239870) |
341 | (Closes: Bug#239870) |
| 338 | * Upgraded to Policy 3.6.1. |
342 | * Upgraded to Policy 3.6.1. |
| 339 | * Upgraded to Debhelper 4. |
343 | * Upgraded to Debhelper 4. |
| 340 | 344 | ||
| 341 | -- Simon Law <sfllaw@debian.org> Wed, 2 Jun 2004 17:56:39 -0400 |
345 | -- Simon Law <sfllaw@debian.org> Wed, 2 Jun 2004 17:56:39 -0400 |
| 342 | 346 | ||
| 343 | lsh-utils (1.4.2-6) unstable; urgency=HIGH |
347 | lsh-utils (1.4.2-6) unstable; urgency=HIGH |
| 344 | 348 | ||
| 345 | * Applied patch to fix root security hole (closes: #211662) |
349 | * Applied patch to fix root security hole (closes: #211662) |
| 346 | * Build kerberos support against heimdal rather than krb (closes: #199067) |
350 | * Build kerberos support against heimdal rather than krb (closes: #199067) |
| 347 | 351 | ||
| 348 | -- Timshel Knoll <timshel@debian.org> Sat, 20 Sep 2003 11:42:27 +1000 |
352 | -- Timshel Knoll <timshel@debian.org> Sat, 20 Sep 2003 11:42:27 +1000 |
| 349 | 353 | ||
| 350 | lsh-utils (1.4.2-5) unstable; urgency=low |
354 | lsh-utils (1.4.2-5) unstable; urgency=low |
| 351 | 355 | ||
| 352 | * debian/control: Removed alternative of scsh in place of guile1.4-slib from |
356 | * debian/control: Removed alternative of scsh in place of guile1.4-slib from |
| 353 | Build-Depends, we really need the latter to build lsh. (closes: #192771) |
357 | Build-Depends, we really need the latter to build lsh. (closes: #192771) |
| 354 | 358 | ||
| 355 | -- Timshel Knoll <timshel@debian.org> Sun, 8 Jun 2003 17:44:58 +1000 |
359 | -- Timshel Knoll <timshel@debian.org> Sun, 8 Jun 2003 17:44:58 +1000 |
| 356 | 360 | ||
| 357 | lsh-utils (1.4.2-4) unstable; urgency=low |
361 | lsh-utils (1.4.2-4) unstable; urgency=low |
| 358 | 362 | ||
| 359 | * Just Build-Depend on liboop-dev, not liboop4-dev | liboop-dev (there is |
363 | * Just Build-Depend on liboop-dev, not liboop4-dev | liboop-dev (there is |
| 360 | no liboop4-dev, whoops!) (closes: #192172) |
364 | no liboop4-dev, whoops!) (closes: #192172) |
| 361 | * lsh-server: Added lintian override for missing-debconf-dependency |
365 | * lsh-server: Added lintian override for missing-debconf-dependency |
| 362 | (lsh-server falls back to asking the user if debconf isn't installed) |
366 | (lsh-server falls back to asking the user if debconf isn't installed) |
| 363 | 367 | ||
| 364 | -- Timshel Knoll <timshel@debian.org> Thu, 8 May 2003 02:24:52 +1000 |
368 | -- Timshel Knoll <timshel@debian.org> Thu, 8 May 2003 02:24:52 +1000 |
| 365 | 369 | ||
| 366 | lsh-utils (1.4.2-3) unstable; urgency=low |
370 | lsh-utils (1.4.2-3) unstable; urgency=low |
| 367 | 371 | ||
| 368 | * debian/control: Priority: extra; lsh-utils-doc changed to Section: doc |
372 | * debian/control: Priority: extra; lsh-utils-doc changed to Section: doc |
| 369 | * Policy 3.5.9 |
373 | * Policy 3.5.9 |
| 370 | * Re-compile against liboop4 |
374 | * Re-compile against liboop4 |
| 371 | 375 | ||
| 372 | -- Timshel Knoll <timshel@debian.org> Wed, 30 Apr 2003 23:08:41 +1000 |
376 | -- Timshel Knoll <timshel@debian.org> Wed, 30 Apr 2003 23:08:41 +1000 |
| 373 | 377 | ||
| 374 | lsh-utils (1.4.2-2) unstable; urgency=low |
378 | lsh-utils (1.4.2-2) unstable; urgency=low |
| 375 | 379 | ||
| 376 | * debian/control: Build-Depend on xutils (closes: #160666) |
380 | * debian/control: Build-Depend on xutils (closes: #160666) |
| 377 | * Rename sftp-server to sftp-server.lsh to work around name conflict with |
381 | * Rename sftp-server to sftp-server.lsh to work around name conflict with |
| 378 | ssh's sftp-server. (closes: #160611) Maybe this should eventually be |
382 | ssh's sftp-server. (closes: #160611) Maybe this should eventually be |
| 379 | handled with alternatives? |
383 | handled with alternatives? |
| 380 | 384 | ||
| 381 | -- Timshel Knoll <timshel@debian.org> Fri, 13 Sep 2002 11:14:43 +1000 |
385 | -- Timshel Knoll <timshel@debian.org> Fri, 13 Sep 2002 11:14:43 +1000 |
| 382 | 386 | ||
| 383 | lsh-utils (1.4.2-1) unstable; urgency=low |
387 | lsh-utils (1.4.2-1) unstable; urgency=low |
| 384 | 388 | ||
| 385 | * New upstream release, a number of new programs come in this release |
389 | * New upstream release, a number of new programs come in this release |
| 386 | * debian/control: Added lots of new Build-Depends: for 1.4.x series: |
390 | * debian/control: Added lots of new Build-Depends: for 1.4.x series: |
| 387 | + liboop-dev required for main lsh servers |
391 | + liboop-dev required for main lsh servers |
| 388 | + xlibs-dev the lshc client now supports X11 forwarding and hence |
392 | + xlibs-dev the lshc client now supports X11 forwarding and hence |
| 389 | links with libXau: yay! |
393 | links with libXau: yay! |
| 390 | + libkrb5-dev for the lsh-krb-checkpw password helper program. This is |
394 | + libkrb5-dev for the lsh-krb-checkpw password helper program. This is |
| 391 | still not working however, see README.Debian for details, |
395 | still not working however, see README.Debian for details, |
| 392 | but I've left the Build-Dep here in stubborn hope :-) |
396 | but I've left the Build-Dep here in stubborn hope :-) |
| 393 | + libwrap-dev For lots of the lsh programs to use the TCP wrappers |
397 | + libwrap-dev For lots of the lsh programs to use the TCP wrappers |
| 394 | + libpam-dev Required for the lsh-pam-checkpw password helper program |
398 | + libpam-dev Required for the lsh-pam-checkpw password helper program |
| 395 | + libreadline-dev Required for lsftp's the interactive mode |
399 | + libreadline-dev Required for lsftp's the interactive mode |
| 396 | * debian/lsh-server.{config,templates,postrm}: ask whether to remove
|
400 | * debian/lsh-server.{config,templates,postrm}: ask whether to remove
|
| 397 | host keys when lsh-server is purged, all versions of lshd from now on |
401 | host keys when lsh-server is purged, all versions of lshd from now on |
| 398 | should not disconnect users when the server is restarted - very useful |
402 | should not disconnect users when the server is restarted - very useful |
| 399 | when lsh'd into a box doing an "apt-get install lsh-server" !!! :-) |
403 | when lsh'd into a box doing an "apt-get install lsh-server" !!! :-) |
| 400 | * debian/lsh-server.config: modularised. Now uses a function |
404 | * debian/lsh-server.config: modularised. Now uses a function |
| 401 | for each debconf question, and has an array of function references. |
405 | for each debconf question, and has an array of function references. |
| 402 | Check it out :-) |
406 | Check it out :-) |
| 403 | * debian/mans/<lots-of-stuff>: |
407 | * debian/mans/<lots-of-stuff>: |
| 404 | Added manpages for new programs, updated some existing manpages |
408 | Added manpages for new programs, updated some existing manpages |
| 405 | * lshd now needs a random seed file, which needs to be generated before lshd |
409 | * lshd now needs a random seed file, which needs to be generated before lshd |
| 406 | can be run. Unfortunately, this operation requires user input, so this |
410 | can be run. Unfortunately, this operation requires user input, so this |
| 407 | can't really be done in the postinst (problems with debconf etc.). This |
411 | can't really be done in the postinst (problems with debconf etc.). This |
| 408 | also means that the host key can't be generated in the postinst, since |
412 | also means that the host key can't be generated in the postinst, since |
| 409 | lsh-keygen and lsh-writekey both need the random seed to exist. |
413 | lsh-keygen and lsh-writekey both need the random seed to exist. |
| 410 | * debian/lsh-server.init.d: generate the host key here if the random seed |
414 | * debian/lsh-server.init.d: generate the host key here if the random seed |
| 411 | exists, fail if it doesn't. |
415 | exists, fail if it doesn't. |
| 412 | 416 | ||
| 413 | -- Timshel Knoll <timshel@debian.org> Wed, 11 Sep 2002 12:42:56 +1000 |
417 | -- Timshel Knoll <timshel@debian.org> Wed, 11 Sep 2002 12:42:56 +1000 |
| 414 | 418 | ||
| 415 | lsh-utils (1.2.5-3) unstable; urgency=low |
419 | lsh-utils (1.2.5-3) unstable; urgency=low |
| 416 | 420 | ||
| 417 | * debian/control: |
421 | * debian/control: |
| 418 | - Updated description to remove "export from US is illegal" information |
422 | - Updated description to remove "export from US is illegal" information |
| 419 | - Removed France from the list of countries where crypto may be illegal |
423 | - Removed France from the list of countries where crypto may be illegal |
| 420 | * debian/mans/{srp-gen.1,sexp-conv.1}: manpage neatened / errors fixed
|
424 | * debian/mans/{srp-gen.1,sexp-conv.1}: manpage neatened / errors fixed
|
| 421 | * debian/scripts/lsh-server-config, debian/lsh-server.postrm: |
425 | * debian/scripts/lsh-server-config, debian/lsh-server.postrm: |
| 422 | Also create / remove /etc/ssh/sshd_not_to_be_run at appropriate times to |
426 | Also create / remove /etc/ssh/sshd_not_to_be_run at appropriate times to |
| 423 | prevent sshd from being run, not just /etc/ssh/NOSERVER |
427 | prevent sshd from being run, not just /etc/ssh/NOSERVER |
| 424 | * debian/lsh-server.init.d: fixed issues with ssh1 fallback, it didn't work |
428 | * debian/lsh-server.init.d: fixed issues with ssh1 fallback, it didn't work |
| 425 | before (typo in variable names) |
429 | before (typo in variable names) |
| 426 | 430 | ||
| 427 | -- Timshel Knoll <timshel@debian.org> Mon, 15 Apr 2002 22:41:58 +1000 |
431 | -- Timshel Knoll <timshel@debian.org> Mon, 15 Apr 2002 22:41:58 +1000 |
| 428 | 432 | ||
| 429 | lsh-utils (1.2.5-2) unstable; urgency=low |
433 | lsh-utils (1.2.5-2) unstable; urgency=low |
| 430 | 434 | ||
| 431 | * Packages moved into main from non-US, yay! Now Section: net |
435 | * Packages moved into main from non-US, yay! Now Section: net |
| 432 | * Fixed &>/dev/null bash-ism redirects in upstream's lsh-authorize |
436 | * Fixed &>/dev/null bash-ism redirects in upstream's lsh-authorize |
| 433 | replaced with >/dev/null 2>&1 |
437 | replaced with >/dev/null 2>&1 |
| 434 | * debian/control: fixed misspelling in -doc package description |
438 | * debian/control: fixed misspelling in -doc package description |
| 435 | (closes: #125097) |
439 | (closes: #125097) |
| 436 | * src/lsh.c: changed "lsh" references to "lshc" (closes: #109898) |
440 | * src/lsh.c: changed "lsh" references to "lshc" (closes: #109898) |
| 437 | 441 | ||
| 438 | -- Timshel Knoll <timshel@debian.org> Wed, 27 Mar 2002 01:07:34 +1100 |
442 | -- Timshel Knoll <timshel@debian.org> Wed, 27 Mar 2002 01:07:34 +1100 |
| 439 | 443 | ||
| 440 | lsh-utils (1.2.5-1) unstable; urgency=low |
444 | lsh-utils (1.2.5-1) unstable; urgency=low |
| 441 | 445 | ||
| 442 | * New upstream release |
446 | * New upstream release |
| 443 | * Added German debconf translation (thanks to Sebastian Feltel) |
447 | * Added German debconf translation (thanks to Sebastian Feltel) |
| 444 | (closes: #114339) |
448 | (closes: #114339) |
| 445 | * debian/copyright: fixed misspelling, common-licences -> common-licenses |
449 | * debian/copyright: fixed misspelling, common-licences -> common-licenses |
| 446 | 450 | ||
| 447 | -- Timshel Knoll <timshel@debian.org> Tue, 30 Oct 2001 15:44:43 +1100 |
451 | -- Timshel Knoll <timshel@debian.org> Tue, 30 Oct 2001 15:44:43 +1100 |
| 448 | 452 | ||
| 449 | lsh-utils (1.2.3-1) unstable; urgency=low |
453 | lsh-utils (1.2.3-1) unstable; urgency=low |
| 450 | 454 | ||
| 451 | * New upstream release |
455 | * New upstream release |
| 452 | * debian/control: Don't Build-Depend on libgmp2-dev (closes: #104285) |
456 | * debian/control: Don't Build-Depend on libgmp2-dev (closes: #104285) |
| 453 | 457 | ||
| 454 | -- Timshel Knoll <timshel@debian.org> Thu, 12 Jul 2001 11:26:47 +1000 |
458 | -- Timshel Knoll <timshel@debian.org> Thu, 12 Jul 2001 11:26:47 +1000 |
| 455 | 459 | ||
| 456 | lsh-utils (1.2.2-2) unstable; urgency=low |
460 | lsh-utils (1.2.2-2) unstable; urgency=low |
| 457 | 461 | ||
| 458 | * Applied Niel's IPv6 patch, to get lshd working on systems without IPv6 |
462 | * Applied Niel's IPv6 patch, to get lshd working on systems without IPv6 |
| 459 | (closes: Bug#97623) |
463 | (closes: Bug#97623) |
| 460 | 464 | ||
| 461 | -- Timshel Knoll <timshel@debian.org> Wed, 23 May 2001 09:38:03 +1000 |
465 | -- Timshel Knoll <timshel@debian.org> Wed, 23 May 2001 09:38:03 +1000 |
| 462 | 466 | ||
| 463 | lsh-utils (1.2.2-1) unstable; urgency=low |
467 | lsh-utils (1.2.2-1) unstable; urgency=low |
| 464 | 468 | ||
| 465 | * New upstream release |
469 | * New upstream release |
| 466 | 470 | ||
| 467 | -- Timshel Knoll <timshel@debian.org> Sat, 12 May 2001 23:58:20 +1000 |
471 | -- Timshel Knoll <timshel@debian.org> Sat, 12 May 2001 23:58:20 +1000 |
| 468 | 472 | ||
| 469 | lsh-utils (1.2.1-1) unstable; urgency=low |
473 | lsh-utils (1.2.1-1) unstable; urgency=low |
| 470 | 474 | ||
| 471 | * New upstream release |
475 | * New upstream release |
| 472 | 476 | ||
| 473 | -- Timshel Knoll <timshel@debian.org> Sat, 21 Apr 2001 21:52:01 +1000 |
477 | -- Timshel Knoll <timshel@debian.org> Sat, 21 Apr 2001 21:52:01 +1000 |
| 474 | 478 | ||
| 475 | lsh-utils (1.2-1) unstable; urgency=low |
479 | lsh-utils (1.2-1) unstable; urgency=low |
| 476 | 480 | ||
| 477 | * New upstream release |
481 | * New upstream release |
| 478 | * Fixes do debian/installmans.pl's manpage section regex and sanity |
482 | * Fixes do debian/installmans.pl's manpage section regex and sanity |
| 479 | checking |
483 | checking |
| 480 | * Added manpage for new binary lshg (in lsh-client package), did |
484 | * Added manpage for new binary lshg (in lsh-client package), did |
| 481 | some updates for the lshc binary as options have been added. |
485 | some updates for the lshc binary as options have been added. |
| 482 | * Heaps of packaging fixes/updates. |
486 | * Heaps of packaging fixes/updates. |
| 483 | 487 | ||
| 484 | -- Timshel Knoll <timshel@debian.org> Thu, 12 Apr 2001 13:02:27 +1000 |
488 | -- Timshel Knoll <timshel@debian.org> Thu, 12 Apr 2001 13:02:27 +1000 |
| 485 | 489 | ||
| 486 | lsh-utils (1.0.2-3) unstable; urgency=low |
490 | lsh-utils (1.0.2-3) unstable; urgency=low |
| 487 | 491 | ||
| 488 | * debian/control: Split into 4 packages, lsh-utils, lsh-client, |
492 | * debian/control: Split into 4 packages, lsh-utils, lsh-client, |
| 489 | lsh-server and lsh-utils-doc, Standards-Version: 3.5.2, |
493 | lsh-server and lsh-utils-doc, Standards-Version: 3.5.2, |
| 490 | Build-Depends: zlib1g-dev -> libz-dev, added guile1.4-slib | scsh |
494 | Build-Depends: zlib1g-dev -> libz-dev, added guile1.4-slib | scsh |
| 491 | * Pulled original upstream configure script back in and modified that |
495 | * Pulled original upstream configure script back in and modified that |
| 492 | rather than re-generating with autoconf, which made for a huge .diff.gz. |
496 | rather than re-generating with autoconf, which made for a huge .diff.gz. |
| 493 | * lsh-server package debconf-ized, lsh-server-config script added |
497 | * lsh-server package debconf-ized, lsh-server-config script added |
| 494 | to configure lshd. |
498 | to configure lshd. |
| 495 | * debian/rules: Added support for DEB_BUILD_OPTIONS=nostrip,debug |
499 | * debian/rules: Added support for DEB_BUILD_OPTIONS=nostrip,debug |
| 496 | 500 | ||
| 497 | -- Timshel Knoll <timshel@debian.org> Mon, 9 Apr 2001 23:59:47 -0700 |
501 | -- Timshel Knoll <timshel@debian.org> Mon, 9 Apr 2001 23:59:47 -0700 |
| 498 | 502 | ||
| 499 | lsh-utils (1.0.2-2) unstable; urgency=low |
503 | lsh-utils (1.0.2-2) unstable; urgency=low |
| 500 | 504 | ||
| 501 | * Changed order of ./configure checks for gmp.h and gmp2/gmp.h to fix |
505 | * Changed order of ./configure checks for gmp.h and gmp2/gmp.h to fix |
| 502 | compile failure - this now checks for gmp2/gmp.h first and thus fixes |
506 | compile failure - this now checks for gmp2/gmp.h first and thus fixes |
| 503 | the problem. This compile is against libgmp3. |
507 | the problem. This compile is against libgmp3. |
| 504 | * debian/installmans.pl: perl Debian::Debhelper program to install manpages |
508 | * debian/installmans.pl: perl Debian::Debhelper program to install manpages |
| 505 | properly - this replaces the dh_installmanpages call in debian/rules |
509 | properly - this replaces the dh_installmanpages call in debian/rules |
| 506 | which will mean that manpages are installed under their correct names. |
510 | which will mean that manpages are installed under their correct names. |
| 507 | (ie. lsh.1 will be installed as lshc.1) (closes: Bug#88197). |
511 | (ie. lsh.1 will be installed as lshc.1) (closes: Bug#88197). |
| 508 | * debian/control: Standards-Version: 3.1.1, Build-Depends: added |
512 | * debian/control: Standards-Version: 3.1.1, Build-Depends: added |
| 509 | (including texinfo and libgmp2-dev | libgmp3-dev |
513 | (including texinfo and libgmp2-dev | libgmp3-dev |
| 510 | - (closes: Bug#79645, Bug#84532)). |
514 | - (closes: Bug#79645, Bug#84532)). |
| 511 | * debian/rules: Removed call to obsolete dh_suidregister. |
515 | * debian/rules: Removed call to obsolete dh_suidregister. |
| 512 | * debian/init.d: changed default port of lshd from 2223 to 2222 (it should |
516 | * debian/init.d: changed default port of lshd from 2223 to 2222 (it should |
| 513 | have been this from the start, since ssh runs on port 22 _not_ 23). :-) |
517 | have been this from the start, since ssh runs on port 22 _not_ 23). :-) |
| 514 | 518 | ||
| 515 | -- Timshel Knoll <timshel@debian.org> Tue, 13 Mar 2001 09:54:33 +1100 |
519 | -- Timshel Knoll <timshel@debian.org> Tue, 13 Mar 2001 09:54:33 +1100 |
| 516 | 520 | ||
| 517 | lsh-utils (1.0.2-1) unstable; urgency=low |
521 | lsh-utils (1.0.2-1) unstable; urgency=low |
| 518 | 522 | ||
| 519 | * New upstream release (closes: Bug#75042) |
523 | * New upstream release (closes: Bug#75042) |
| 520 | 524 | ||
| 521 | -- Timshel Knoll <timshel@debian.org> Tue, 12 Dec 2000 11:38:13 +1100 |
525 | -- Timshel Knoll <timshel@debian.org> Tue, 12 Dec 2000 11:38:13 +1100 |
| 522 | 526 | ||
| 523 | lsh-utils (1.0.1-2) unstable; urgency=low |
527 | lsh-utils (1.0.1-2) unstable; urgency=low |
| 524 | 528 | ||
| 525 | * Fixed typo in debian/postinst (lsh_writekey needs -o before output |
529 | * Fixed typo in debian/postinst (lsh_writekey needs -o before output |
| 526 | filename) (closes: Bug#71240) |
530 | filename) (closes: Bug#71240) |
| 527 | 531 | ||
| 528 | -- Timshel Knoll <timshel@debian.org> Mon, 18 Sep 2000 23:52:02 +1100 |
532 | -- Timshel Knoll <timshel@debian.org> Mon, 18 Sep 2000 23:52:02 +1100 |
| 529 | 533 | ||
| 530 | lsh-utils (1.0.1-1) unstable; urgency=low |
534 | lsh-utils (1.0.1-1) unstable; urgency=low |
| 531 | 535 | ||
| 532 | * New upstream release |
536 | * New upstream release |
| 533 | 537 | ||
| 534 | -- Timshel Knoll <timshel@debian.org> Tue, 18 Jul 2000 19:10:12 +1000 |
538 | -- Timshel Knoll <timshel@debian.org> Tue, 18 Jul 2000 19:10:12 +1000 |
| 535 | 539 | ||
| 536 | lsh-utils (0.9.9-1) unstable; urgency=low |
540 | lsh-utils (0.9.9-1) unstable; urgency=low |
| 537 | 541 | ||
| 538 | * Initial Release. |
542 | * Initial Release. |
| 539 | 543 | ||
| 540 | -- Timshel Knoll <timshel@debian.org> Thu, 15 Jun 2000 16:30:33 +1000 |
544 | -- Timshel Knoll <timshel@debian.org> Thu, 15 Jun 2000 16:30:33 +1000 |
| 541 | 545 | ||