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