Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Rev 41 | Rev 45 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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