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