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