Subversion Repositories

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

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

Rev 144 Rev 146
1
lsh-utils (2.1-10) unstable; urgency=low
1
lsh-utils (2.1-10) unstable; urgency=low
2
2
3
  * Add missing lsb-base dependency.
3
  * Add missing lsb-base dependency.
4
  * missing_include.patch: Add a missing include to fix FTBFS with bindnow
4
  * missing_include.patch: Add a missing include to fix FTBFS with bindnow
5
    and PIE enabled (Closes: #837665, LP: #1628178).
5
    and PIE enabled (Closes: #837665, LP: #1628178).
6
  * Increase Debhelper compat level to 9.
6
  * Increase Debhelper compat level to 9.
7
  * Add Brazilian Portuguese debconf templates translation (Closes:
7
  * Add Brazilian Portuguese debconf templates translation (Closes:
8
    #816948).
8
    #816948).
-
 
9
  * Drop the blacklisting of vulnerable SSH keys. OpenSSH did so three
-
 
10
    years ago; the vulnerability was eight years ago.
9
  * Bump Standards-Version to 3.9.8.
11
  * Bump Standards-Version to 3.9.8.
10
12
11
 -- Magnus Holmgren <holmgren@debian.org>  Mon, 17 Oct 2016 22:00:56 +0200
13
 -- Magnus Holmgren <holmgren@debian.org>  Tue, 18 Oct 2016 19:55:20 +0200
12
14
13
lsh-utils (2.1-9) unstable; urgency=medium
15
lsh-utils (2.1-9) unstable; urgency=medium
14
16
15
  * nettle3.patch: also cast length arguments to nettle_sexp_vformat() to
17
  * nettle3.patch: also cast length arguments to nettle_sexp_vformat() to
16
    size_t.
18
    size_t.
17
19
18
 -- Magnus Holmgren <holmgren@debian.org>  Thu, 25 Feb 2016 00:16:44 +0100
20
 -- Magnus Holmgren <holmgren@debian.org>  Thu, 25 Feb 2016 00:16:44 +0100
19
21
20
lsh-utils (2.1-8) unstable; urgency=low
22
lsh-utils (2.1-8) unstable; urgency=low
21
23
22
  * Build with MIT Kerberos instead of Heimdal (Closes: #806266, #812813).
24
  * Build with MIT Kerberos instead of Heimdal (Closes: #806266, #812813).
23
    Note: the Kerberos password helper has limited functionality and is
25
    Note: the Kerberos password helper has limited functionality and is
24
    not recommended to use.
26
    not recommended to use.
25
27
26
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 07 Feb 2016 21:11:10 +0100
28
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 07 Feb 2016 21:11:10 +0100
27
29
28
lsh-utils (2.1-7) unstable; urgency=low
30
lsh-utils (2.1-7) unstable; urgency=low
29
31
30
  * nettle3.patch: fix pointer type mismatches, mainly changing length
32
  * nettle3.patch: fix pointer type mismatches, mainly changing length
31
    variables from unsigned to size_t.
33
    variables from unsigned to size_t.
32
34
33
 -- Magnus Holmgren <holmgren@debian.org>  Wed, 03 Jun 2015 00:06:24 +0200
35
 -- Magnus Holmgren <holmgren@debian.org>  Wed, 03 Jun 2015 00:06:24 +0200
34
36
35
lsh-utils (2.1-6) unstable; urgency=low
37
lsh-utils (2.1-6) unstable; urgency=low
36
38
37
  * skip-argp.patch (new): Make sure we don't touch the embedded argp copy
39
  * skip-argp.patch (new): Make sure we don't touch the embedded argp copy
38
    when not needed. It fails to build with GCC 5, which defaults to C99,
40
    when not needed. It fails to build with GCC 5, which defaults to C99,
39
    which has different inline function rules, and we don't need it.
41
    which has different inline function rules, and we don't need it.
40
    (Closes: #777990).
42
    (Closes: #777990).
41
  * nettle3.patch (new): Adapt to API changes in Nettle 3.0 using the
43
  * nettle3.patch (new): Adapt to API changes in Nettle 3.0 using the
42
    compat layer.
44
    compat layer.
43
45
44
 -- Magnus Holmgren <holmgren@debian.org>  Tue, 02 Jun 2015 16:10:53 +0200
46
 -- Magnus Holmgren <holmgren@debian.org>  Tue, 02 Jun 2015 16:10:53 +0200
45
47
46
lsh-utils (2.1-5) unstable; urgency=low
48
lsh-utils (2.1-5) unstable; urgency=low
47
49
48
  * bsd_connreset_test_fail.patch (new): Fix random test failures on kFreeBSD.
50
  * bsd_connreset_test_fail.patch (new): Fix random test failures on kFreeBSD.
49
  * Bump Standards-Version to 3.9.6.
51
  * Bump Standards-Version to 3.9.6.
50
52
51
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 19 Oct 2014 23:41:33 +0200
53
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 19 Oct 2014 23:41:33 +0200
52
54
53
lsh-utils (2.1-4) unstable; urgency=low
55
lsh-utils (2.1-4) unstable; urgency=low
54
56
55
  * Drop the Scheme interpreters (guile-1.6 | scsh) from Build-Depends;
57
  * Drop the Scheme interpreters (guile-1.6 | scsh) from Build-Depends;
56
    everything generated by Scheme code comes pre-built in the upstream
58
    everything generated by Scheme code comes pre-built in the upstream
57
    tarball.
59
    tarball.
58
  * Also override Lintian error concerning doc/srp-spec.txt, generated
60
  * Also override Lintian error concerning doc/srp-spec.txt, generated
59
    from srp-spec.nroff (see 2.1-2 below).
61
    from srp-spec.nroff (see 2.1-2 below).
60
  * lsh-server.service: Remove obsolete syslog.target from Unit.After
62
  * lsh-server.service: Remove obsolete syslog.target from Unit.After
61
    option (it runs lsh-server non-forking anyway, which means that
63
    option (it runs lsh-server non-forking anyway, which means that
62
    lsh-server doesn't call syslog itself).
64
    lsh-server doesn't call syslog itself).
63
65
64
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 05 Oct 2014 17:53:00 +0200
66
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 05 Oct 2014 17:53:00 +0200
65
67
66
lsh-utils (2.1-3) unstable; urgency=low
68
lsh-utils (2.1-3) unstable; urgency=low
67
69
68
  * Add systemd unit file, which should behave similarly to the init
70
  * Add systemd unit file, which should behave similarly to the init
69
    script.
71
    script.
70
72
71
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 31 Aug 2014 20:14:18 +0200
73
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 31 Aug 2014 20:14:18 +0200
72
74
73
lsh-utils (2.1-2) unstable; urgency=low
75
lsh-utils (2.1-2) unstable; urgency=low
74
76
75
  * new-readline-completion-function-typedef.patch: switch to new-style
77
  * new-readline-completion-function-typedef.patch: switch to new-style
76
    readline typedef for lsftp_rl_completion pointer cast (Closes:
78
    readline typedef for lsftp_rl_completion pointer cast (Closes:
77
    #741771).
79
    #741771).
78
  * Dutch Debconf translation update from Vincent Zweije and the
80
  * Dutch Debconf translation update from Vincent Zweije and the
79
    debian-l10n-dutch team (Closes: #692831).
81
    debian-l10n-dutch team (Closes: #692831).
80
  * Override Lintian error concerning non-free IETF document
82
  * Override Lintian error concerning non-free IETF document
81
    doc/srp-spec.nroff. See debian/copyright for details.
83
    doc/srp-spec.nroff. See debian/copyright for details.
82
  * rl_completion-segfault.patch (new): Avoid crashing when tab-completing
84
  * rl_completion-segfault.patch (new): Avoid crashing when tab-completing
83
    an empty command line in lsftp.
85
    an empty command line in lsftp.
84
  * lsh-doc: Drop dependency on dpkg (>= 1.15.4) | install-info (change in
86
  * lsh-doc: Drop dependency on dpkg (>= 1.15.4) | install-info (change in
85
    policy § 12.2).
87
    policy § 12.2).
86
  * With the above, raise Standards-Version to 3.9.5.
88
  * With the above, raise Standards-Version to 3.9.5.
87
89
88
 -- Magnus Holmgren <holmgren@debian.org>  Tue, 01 Apr 2014 22:30:06 +0200
90
 -- Magnus Holmgren <holmgren@debian.org>  Tue, 01 Apr 2014 22:30:06 +0200
89
91
90
lsh-utils (2.1-1) unstable; urgency=low
92
lsh-utils (2.1-1) unstable; urgency=low
91
93
92
  * New upstream release.
94
  * New upstream release.
93
  * Upstream distribution no longer embeds old version of the Nettle
95
  * Upstream distribution no longer embeds old version of the Nettle
94
    library containing non-free RFC document; drop nonettle.patch.
96
    library containing non-free RFC document; drop nonettle.patch.
95
  * Also drop better-errmsg-when-dotlsh-missing.patch, nettle-2.0.patch,
97
  * Also drop better-errmsg-when-dotlsh-missing.patch, nettle-2.0.patch,
96
    nettle-2.1.patch, terminate-on-connection-failure.patch,
98
    nettle-2.1.patch, terminate-on-connection-failure.patch,
97
    ipv6-v6only.patch, and serpent-byteorder.patch, all incorporated
99
    ipv6-v6only.patch, and serpent-byteorder.patch, all incorporated
98
    upstream; and testsuite-mini-inetd-localhost.patch, made unneeded by
100
    upstream; and testsuite-mini-inetd-localhost.patch, made unneeded by
99
    new included version of mini-inetd.
101
    new included version of mini-inetd.
100
  * Update and improve watch file, dropping dversionmangle option.
102
  * Update and improve watch file, dropping dversionmangle option.
101
  * Bump Standards-Version to 3.9.4.
103
  * Bump Standards-Version to 3.9.4.
102
104
103
 -- Magnus Holmgren <holmgren@debian.org>  Thu, 15 Aug 2013 22:12:15 +0200
105
 -- Magnus Holmgren <holmgren@debian.org>  Thu, 15 Aug 2013 22:12:15 +0200
104
106
105
lsh-utils (2.0.4-dfsg-11) unstable; urgency=low
107
lsh-utils (2.0.4-dfsg-11) unstable; urgency=low
106
108
107
  * Review templates and package description by the debian-l10n-english team
109
  * Review templates and package description by the debian-l10n-english team
108
    (Closes: #686212). Thanks to David Prévot for coordinating.
110
    (Closes: #686212). Thanks to David Prévot for coordinating.
109
111
110
  [ Debconf translations ]
112
  [ Debconf translations ]
111
  * Portuguese, Rui Branco (Closes: #687146).
113
  * Portuguese, Rui Branco (Closes: #687146).
112
  * Russian, Yuri Kozlov (Closes: #687188).
114
  * Russian, Yuri Kozlov (Closes: #687188).
113
  * Czech, Martin Šín (Closes: #687263).
115
  * Czech, Martin Šín (Closes: #687263).
114
  * Polish, Michał Kułach (Closes: #687549).
116
  * Polish, Michał Kułach (Closes: #687549).
115
  * Italian, Beatrice Torracca (Closes: #687773).
117
  * Italian, Beatrice Torracca (Closes: #687773).
116
  * French, David Prévot (Closes: #687810).
118
  * French, David Prévot (Closes: #687810).
117
  * Danish, Joe Hansen (Closes: #687833).
119
  * Danish, Joe Hansen (Closes: #687833).
118
  * German, Holger Wansing (Closes: #687979).
120
  * German, Holger Wansing (Closes: #687979).
119
  * Japanese, Hideki Yamane.
121
  * Japanese, Hideki Yamane.
120
  * Vietnamese, Nguyen Vu Hung (Closes: #688175).
122
  * Vietnamese, Nguyen Vu Hung (Closes: #688175).
121
  * Slovak, Slavko (Closes: #688193).
123
  * Slovak, Slavko (Closes: #688193).
122
  * Swedish, Martin Bagge (edited slightly by me) (Closes: #688419).
124
  * Swedish, Martin Bagge (edited slightly by me) (Closes: #688419).
123
  * Spanish, Javier Fernández-Sanguino (Closes: #688925).
125
  * Spanish, Javier Fernández-Sanguino (Closes: #688925).
124
126
125
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 30 Sep 2012 22:54:03 +0200
127
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 30 Sep 2012 22:54:03 +0200
126
128
127
lsh-utils (2.0.4-dfsg-10) unstable; urgency=low
129
lsh-utils (2.0.4-dfsg-10) unstable; urgency=low
128
130
129
  * Default to deleting host key on purge (Closes: #670433). It's only a
131
  * Default to deleting host key on purge (Closes: #670433). It's only a
130
    host key, not significant amounts of user-generated data, so there's
132
    host key, not significant amounts of user-generated data, so there's
131
    no good reason that a purge shouldn't delete it.
133
    no good reason that a purge shouldn't delete it.
132
  * Correct misspelling of debconf key, which caused the host key never to
134
  * Correct misspelling of debconf key, which caused the host key never to
133
    be deleted.
135
    be deleted.
134
  * Add Italian debconf localization. (Closes: #666425). Thanks to
136
  * Add Italian debconf localization. (Closes: #666425). Thanks to
135
    Beatrice Torracca and the Italian localization team.
137
    Beatrice Torracca and the Italian localization team.
136
  * Read settings from /etc/default/lsh-server in the config script
138
  * Read settings from /etc/default/lsh-server in the config script
137
    (Closes: #620809) and add an EXTRA_ARGS variable that can be used to
139
    (Closes: #620809) and add an EXTRA_ARGS variable that can be used to
138
    specify additional arguments to lshd (Closes: #592595).
140
    specify additional arguments to lshd (Closes: #592595).
139
  * Bump Standards-Version to 3.9.3.
141
  * Bump Standards-Version to 3.9.3.
140
142
141
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 30 Jun 2012 17:58:46 +0200
143
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 30 Jun 2012 17:58:46 +0200
142
144
143
lsh-utils (2.0.4-dfsg-9) unstable; urgency=low
145
lsh-utils (2.0.4-dfsg-9) unstable; urgency=low
144
146
145
  * serpent-byteorder.patch: Correct Serpent test case that depended on
147
  * serpent-byteorder.patch: Correct Serpent test case that depended on
146
    broken Serpent implementation in Nettle prior to 2.2 (Closes: #646653,
148
    broken Serpent implementation in Nettle prior to 2.2 (Closes: #646653,
147
    I hope). Build-depend on nettle-dev >= 2.2 for the same reason.
149
    I hope). Build-depend on nettle-dev >= 2.2 for the same reason.
148
  * Build-depend on libgmp-dev, which is now the real package, instead of
150
  * Build-depend on libgmp-dev, which is now the real package, instead of
149
    libgmp10-dev.
151
    libgmp10-dev.
150
  * Use dpkg-buildflags.
152
  * Use dpkg-buildflags.
151
  * Bump Standards-Version to 3.9.2.
153
  * Bump Standards-Version to 3.9.2.
152
154
153
 -- Magnus Holmgren <holmgren@debian.org>  Thu, 10 Nov 2011 23:19:52 +0100
155
 -- Magnus Holmgren <holmgren@debian.org>  Thu, 10 Nov 2011 23:19:52 +0100
154
156
155
lsh-utils (2.0.4-dfsg-8) unstable; urgency=low
157
lsh-utils (2.0.4-dfsg-8) unstable; urgency=low
156
158
157
  * Change source format to 3.0 (quilt), renaming all patches
159
  * Change source format to 3.0 (quilt), renaming all patches
158
    from *.dpatch to *.patch and dropping the numbers.
160
    from *.dpatch to *.patch and dropping the numbers.
159
  * While 30_nonettle.dpatch was a script that used sed to modify
161
  * While 30_nonettle.dpatch was a script that used sed to modify
160
    instances of Makefile.in, nonettle.patch patches Makefile.am files as
162
    instances of Makefile.in, nonettle.patch patches Makefile.am files as
161
    well as configure.ac. dh-autoremake is used to call autoremake before
163
    well as configure.ac. dh-autoremake is used to call autoremake before
162
    configure and to restore the effects in the clean target. The
164
    configure and to restore the effects in the clean target. The
163
    src/nettle subdirectory still needs to be renamed to avoid its header
165
    src/nettle subdirectory still needs to be renamed to avoid its header
164
    files from being found; that is now done in debian/rules.
166
    files from being found; that is now done in debian/rules.
165
  * Switch from CDBS to a more old-style debian/rules to get better
167
  * Switch from CDBS to a more old-style debian/rules to get better
166
    control over the build process.
168
    control over the build process.
167
  * Increase Debhelper compat level to 7.
169
  * Increase Debhelper compat level to 7.
168
  * blacklist.patch: Don't reject when blacklisted_key() returns -1,
170
  * blacklist.patch: Don't reject when blacklisted_key() returns -1,
169
    indicating no blacklist file for the key type and/or size in question
171
    indicating no blacklist file for the key type and/or size in question
170
    exists.
172
    exists.
171
  * nettle-2.1.patch (new): Build with Nettle 2.1.
173
  * nettle-2.1.patch (new): Build with Nettle 2.1.
172
  * Enable tests.
174
  * Enable tests.
173
    testsuite-mini-inetd-localhost.patch (new): When told to bind to
175
    testsuite-mini-inetd-localhost.patch (new): When told to bind to
174
    "localhost", mini-inetd, which is used in certain (optional) tests,
176
    "localhost", mini-inetd, which is used in certain (optional) tests,
175
    seems to bind to 255.255.255.255, which is of course no good. Tell it
177
    seems to bind to 255.255.255.255, which is of course no good. Tell it
176
    to bind to 127.0.0.1 instead.
178
    to bind to 127.0.0.1 instead.
177
  * debian/lsh-doc.doc-base: Change section to the new `Network/Remote Access'.
179
  * debian/lsh-doc.doc-base: Change section to the new `Network/Remote Access'.
178
180
179
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 20 Mar 2011 01:30:08 +0100
181
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 20 Mar 2011 01:30:08 +0100
180
182
181
lsh-utils (2.0.4-dfsg-7) unstable; urgency=low
183
lsh-utils (2.0.4-dfsg-7) unstable; urgency=low
182
184
183
  * terminate_on_connection_failure.dpatch (new): Make sure that lsh exits
185
  * terminate_on_connection_failure.dpatch (new): Make sure that lsh exits
184
    if it fails to connect to the remote host (Closes: #485812).
186
    if it fails to connect to the remote host (Closes: #485812).
185
  * ipv6_v6only.dpatch (new): Set the IPV6_V6ONLY socket option on
187
  * ipv6_v6only.dpatch (new): Set the IPV6_V6ONLY socket option on
186
    AF_INET6 sockets; since lshd by default enumerates available address
188
    AF_INET6 sockets; since lshd by default enumerates available address
187
    families and calls bind() once for each, conflicts will occur
189
    families and calls bind() once for each, conflicts will occur
188
    otherwise.
190
    otherwise.
189
  * lsh-server.postinst: If openssh-server is installed and lsh-server is
191
  * lsh-server.postinst: If openssh-server is installed and lsh-server is
190
    configured to use port 22, shut down sshd in addition to disabling it
192
    configured to use port 22, shut down sshd in addition to disabling it
191
    (Closes: #567945).
193
    (Closes: #567945).
192
  * lsh-server.postinst: Close fd 3 (opened by debconf) to avoid "Closed
194
  * lsh-server.postinst: Close fd 3 (opened by debconf) to avoid "Closed
193
    spurious fd" warnings.
195
    spurious fd" warnings.
194
  * debian/control: Declare Breaks instead of Conflicts for files moved
196
  * debian/control: Declare Breaks instead of Conflicts for files moved
195
    between packages.
197
    between packages.
196
  * Upgraded to Standards-Version 3.9.1 with the preceding change.
198
  * Upgraded to Standards-Version 3.9.1 with the preceding change.
197
  * debian/control (lsh-server): Drop old Conflicts: lsh-utils (<<
199
  * debian/control (lsh-server): Drop old Conflicts: lsh-utils (<<
198
    1.0.2-3).
200
    1.0.2-3).
199
201
200
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 01 Aug 2010 20:52:37 +0200
202
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 01 Aug 2010 20:52:37 +0200
201
203
202
lsh-utils (2.0.4-dfsg-6) unstable; urgency=low
204
lsh-utils (2.0.4-dfsg-6) unstable; urgency=low
203
205
204
  * Change libreadline build dependency to just libreadline-dev
206
  * Change libreadline build dependency to just libreadline-dev
205
    (Closes: #553804).
207
    (Closes: #553804).
206
  * Add new debconf template translations:
208
  * Add new debconf template translations:
207
    + Japanese from Hideki Yamane (Closes: #558082)
209
    + Japanese from Hideki Yamane (Closes: #558082)
208
    + Spanish from Shukoh (Closes: #557008)
210
    + Spanish from Shukoh (Closes: #557008)
209
    Credit to the respective Debian translation teams.
211
    Credit to the respective Debian translation teams.
210
  * Fix a spelling error in one of the debconf templates, run
212
  * Fix a spelling error in one of the debconf templates, run
211
    debconf-updatepo, clean out the old obsolete translation entries, and
213
    debconf-updatepo, clean out the old obsolete translation entries, and
212
    perform some trivial maintenance on the Nynorsk file.
214
    perform some trivial maintenance on the Nynorsk file.
213
215
214
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 28 Nov 2009 17:57:30 +0100
216
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 28 Nov 2009 17:57:30 +0100
215
217
216
lsh-utils (2.0.4-dfsg-5) unstable; urgency=low
218
lsh-utils (2.0.4-dfsg-5) unstable; urgency=low
217
219
218
  * lsh-server.init.d: Don't suppress start/stop messages when $VERBOSE =
220
  * lsh-server.init.d: Don't suppress start/stop messages when $VERBOSE =
219
    "no". /etc/init.d/skeleton is not a good example in this matter.
221
    "no". /etc/init.d/skeleton is not a good example in this matter.
220
  * blacklist.dpatch: Check keys against openssh-blacklist before
222
  * blacklist.dpatch: Check keys against openssh-blacklist before
221
    accepting for pubkey authentication as well as on conversion by
223
    accepting for pubkey authentication as well as on conversion by
222
    lsh-writekey and lsh-decode-key.
224
    lsh-writekey and lsh-decode-key.
223
  * lsh-server: Depend on openssh-blacklist, recommend -blacklist-extra.
225
  * lsh-server: Depend on openssh-blacklist, recommend -blacklist-extra.
224
    lsh-utils: Recommend openssh-blacklist and -blacklist-extra.
226
    lsh-utils: Recommend openssh-blacklist and -blacklist-extra.
225
  * Move seed and key creation back to postinst and import RSA key from
227
  * Move seed and key creation back to postinst and import RSA key from
226
    openssh-server if it exists (Closes: #211252).
228
    openssh-server if it exists (Closes: #211252).
227
  * debian/mans/lcp.1: Fix errors.
229
  * debian/mans/lcp.1: Fix errors.
228
230
229
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 08 Nov 2009 20:18:17 +0100
231
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 08 Nov 2009 20:18:17 +0100
230
232
231
lsh-utils (2.0.4-dfsg-4) unstable; urgency=high
233
lsh-utils (2.0.4-dfsg-4) unstable; urgency=high
232
234
233
  * lsh-server.init.d: Fix critical exit status ($?) handling mistake
235
  * lsh-server.init.d: Fix critical exit status ($?) handling mistake
234
    (Closes: #545090).
236
    (Closes: #545090).
235
237
236
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 05 Sep 2009 00:44:45 +0200
238
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 05 Sep 2009 00:44:45 +0200
237
239
238
lsh-utils (2.0.4-dfsg-3) unstable; urgency=low
240
lsh-utils (2.0.4-dfsg-3) unstable; urgency=low
239
241
240
  * lsh-doc: Depend on dpkg (>= 1.15.4) | install-info as recommended for
242
  * lsh-doc: Depend on dpkg (>= 1.15.4) | install-info as recommended for
241
    the transition to triggerized install-info.
243
    the transition to triggerized install-info.
242
  * Add ${misc:Depends} to Depends in case Debhelper needs it in the
244
  * Add ${misc:Depends} to Depends in case Debhelper needs it in the
243
    future.
245
    future.
244
  * Increase Debhelper compat level to 5.
246
  * Increase Debhelper compat level to 5.
245
  * Build with Nettle 2.0 (nettle-dev) (Closes: #543131).
247
  * Build with Nettle 2.0 (nettle-dev) (Closes: #543131).
246
    * nettle_2.0.dpatch created to adapt to API changes.
248
    * nettle_2.0.dpatch created to adapt to API changes.
247
    * 30_nonettle.dpatch modified to add -lhogweed to LDADD  where
249
    * 30_nonettle.dpatch modified to add -lhogweed to LDADD  where
248
      appropriate.
250
      appropriate.
249
  * Add ANNOUNCE to lsh-doc.
251
  * Add ANNOUNCE to lsh-doc.
250
  * Rewrite lsh-server.init.d a bit:
252
  * Rewrite lsh-server.init.d a bit:
251
    * Use LSB logging functions.
253
    * Use LSB logging functions.
252
    * Let lshd daemonize and create/delete its pid file by itself.
254
    * Let lshd daemonize and create/delete its pid file by itself.
253
    * Change the Provides: line in the LSB header to "lsh-server" and
255
    * Change the Provides: line in the LSB header to "lsh-server" and
254
      declare that it should start before the services that depend on an 
256
      declare that it should start before the services that depend on an 
255
      SSH server (Closes: #542689). Thanks to Petter Reinholdtsen.
257
      SSH server (Closes: #542689). Thanks to Petter Reinholdtsen.
256
    * Support the status action.
258
    * Support the status action.
257
  * Drop the no longer useful lsh-server-config script.
259
  * Drop the no longer useful lsh-server-config script.
258
  * Upgrade to Standards-Version 3.8.3:
260
  * Upgrade to Standards-Version 3.8.3:
259
    * Add README.source.
261
    * Add README.source.
260
  * Drop obsolete manpages from debian/mans.
262
  * Drop obsolete manpages from debian/mans.
261
263
262
 -- Magnus Holmgren <holmgren@debian.org>  Thu, 03 Sep 2009 00:55:45 +0200
264
 -- Magnus Holmgren <holmgren@debian.org>  Thu, 03 Sep 2009 00:55:45 +0200
263
265
264
lsh-utils (2.0.4-dfsg-2) unstable; urgency=low
266
lsh-utils (2.0.4-dfsg-2) unstable; urgency=low
265
267
266
  * 40_better_errmsg_when_dotlsh_missing.dpatch (new): In unix_random.c,
268
  * 40_better_errmsg_when_dotlsh_missing.dpatch (new): In unix_random.c,
267
    check whether the seed file exists before trying to lock it, and give
269
    check whether the seed file exists before trying to lock it, and give
268
    the hint about running lsh-make-seed if it doesn't (Closes: #485856).
270
    the hint about running lsh-make-seed if it doesn't (Closes: #485856).
269
  * Update doc-base section of lsh-doc to match current structure.
271
  * Update doc-base section of lsh-doc to match current structure.
270
  * Remove inactive maintainer as requested by the MIA team and put myself
272
  * Remove inactive maintainer as requested by the MIA team and put myself
271
    in charge (Closes: #487137).
273
    in charge (Closes: #487137).
272
  * Upgrade lsh-client's Recommends of lsh-utils to a Depends. It's not
274
  * Upgrade lsh-client's Recommends of lsh-utils to a Depends. It's not
273
    huge and lsh-client is almost useless without it in most cases
275
    huge and lsh-client is almost useless without it in most cases
274
    (Closes: #481073).
276
    (Closes: #481073).
275
  * Use --as-needed to avoid unnecessary dependencies.
277
  * Use --as-needed to avoid unnecessary dependencies.
276
278
277
 -- Magnus Holmgren <holmgren@debian.org>  Wed, 25 Jun 2008 16:40:16 +0200
279
 -- Magnus Holmgren <holmgren@debian.org>  Wed, 25 Jun 2008 16:40:16 +0200
278
280
279
lsh-utils (2.0.4-dfsg-1) unstable; urgency=low
281
lsh-utils (2.0.4-dfsg-1) unstable; urgency=low
280
282
281
  * New upstream release (Closes: #422199)
283
  * New upstream release (Closes: #422199)
282
    - Repackaged without non-free RFC (src/nettle/testsuite/rfc1750.txt)
284
    - Repackaged without non-free RFC (src/nettle/testsuite/rfc1750.txt)
283
      (Closes: #408490).
285
      (Closes: #408490).
284
    - Drop 01_fix_manpages.dpatch; incorporated upstream.
286
    - Drop 01_fix_manpages.dpatch; incorporated upstream.
285
    - Fixes X11 forwarding bug.
287
    - Fixes X11 forwarding bug.
286
  * New co-maintainer added.
288
  * New co-maintainer added.
287
  * Rename lsh-utils-doc as lsh-doc. We'll rename the source package after
289
  * Rename lsh-utils-doc as lsh-doc. We'll rename the source package after
288
    Sarge is gone.
290
    Sarge is gone.
289
  * Drop the tarball-in-tarball format and ship a "normal" .orig.tar.gz.
291
  * Drop the tarball-in-tarball format and ship a "normal" .orig.tar.gz.
290
    - Drop 02_fix_perms.dpatch.
292
    - Drop 02_fix_perms.dpatch.
291
    - Add some extra cleanup in debian/rules.
293
    - Add some extra cleanup in debian/rules.
292
  * Increase Standards-Version to 3.7.3. No changes needed.
294
  * Increase Standards-Version to 3.7.3. No changes needed.
293
  * Put some more docs in the packages: README and ChangeLog is now in all
295
  * Put some more docs in the packages: README and ChangeLog is now in all
294
    packages, AUTHORS in lsh-utils. Update debian/copyright to refer to
296
    packages, AUTHORS in lsh-utils. Update debian/copyright to refer to
295
    /usr/share/doc/lsh-utils/AUTHORS (Closes: #421108).
297
    /usr/share/doc/lsh-utils/AUTHORS (Closes: #421108).
296
  * debian/control: Use ${binary:Version} substitution variable instead of
298
  * debian/control: Use ${binary:Version} substitution variable instead of
297
    ${source-version}.
299
    ${source-version}.
298
  * Review Build-depends: Drop patchutils, comerr-dev (redundant),
300
  * Review Build-depends: Drop patchutils, comerr-dev (redundant),
299
    po-debconf (redundant), xutils (makes no difference); add
301
    po-debconf (redundant), xutils (makes no difference); add
300
    autotools-dev, scsh-0.6 (as alternative to guile-1.6).
302
    autotools-dev, scsh-0.6 (as alternative to guile-1.6).
301
  * Drop lshc, the deprecated alias for lsh (Closes: #417426).
303
  * Drop lshc, the deprecated alias for lsh (Closes: #417426).
302
  * 30_nonettle.dpatch: Link dynamically with libnettle-dev instead of
304
  * 30_nonettle.dpatch: Link dynamically with libnettle-dev instead of
303
    statically with the bundled nettle (Closes: #412138).
305
    statically with the bundled nettle (Closes: #412138).
304
  * Don't provide sexp-conv; let lsh-client depend on nettle-bin instead.
306
  * Don't provide sexp-conv; let lsh-client depend on nettle-bin instead.
305
  * Move lsftp and lcp to lsh-client.
307
  * Move lsftp and lcp to lsh-client.
306
  * Put sftp-server in /usr/lib/lsh-server and put the manpage in section
308
  * Put sftp-server in /usr/lib/lsh-server and put the manpage in section
307
    8lsh instead of renaming it (new 20_sftp-server_mansection.dpatch).
309
    8lsh instead of renaming it (new 20_sftp-server_mansection.dpatch).
308
  * Ship lsh.html in lsh-doc.
310
  * Ship lsh.html in lsh-doc.
309
  * Add doc-base entry.
311
  * Add doc-base entry.
310
  * debian/control: Add Homepage field.
312
  * debian/control: Add Homepage field.
311
  * debian/watch: Update dversionmangle to strip -dfsg suffix.
313
  * debian/watch: Update dversionmangle to strip -dfsg suffix.
312
314
313
 -- Magnus Holmgren <holmgren@debian.org>  Thu, 01 May 2008 19:22:18 +0200
315
 -- Magnus Holmgren <holmgren@debian.org>  Thu, 01 May 2008 19:22:18 +0200
314
316
315
lsh-utils (2.0.2-1.1) unstable; urgency=low
317
lsh-utils (2.0.2-1.1) unstable; urgency=low
316
318
317
  * Non-maintainer upload to fix longstanding l10n issues
319
  * Non-maintainer upload to fix longstanding l10n issues
318
  * Debconf templates translations:
320
  * Debconf templates translations:
319
    - Swedish added. Closes: #351641
321
    - Swedish added. Closes: #351641
320
    - Portuguese added. Sent during the call for updates of the NMU campaign.
322
    - Portuguese added. Sent during the call for updates of the NMU campaign.
321
  * Lintian fixes:
323
  * Lintian fixes:
322
    - Do not Build-depend on build-essential
324
    - Do not Build-depend on build-essential
323
    - Add a very basic LSB header to the init script
325
    - Add a very basic LSB header to the init script
324
326
325
 -- Christian Perrier <bubulle@debian.org>  Wed, 13 Dec 2006 22:02:11 +0100
327
 -- Christian Perrier <bubulle@debian.org>  Wed, 13 Dec 2006 22:02:11 +0100
326
328
327
lsh-utils (2.0.2-1) unstable; urgency=low
329
lsh-utils (2.0.2-1) unstable; urgency=low
328
330
329
  * New upstream release
331
  * New upstream release
330
  * The fd leak in the server is known as CVE-2006-0353
332
  * The fd leak in the server is known as CVE-2006-0353
331
  * Support for aes256-ctr.
333
  * Support for aes256-ctr.
332
  * Newer nettle library.
334
  * Newer nettle library.
333
  * Fix for some more fd leaks, but none in the debian default
335
  * Fix for some more fd leaks, but none in the debian default
334
    configuration.
336
    configuration.
335
337
336
 -- Stefan Pfetzing <dreamind@dreamind.de>  Sat, 28 Jan 2006 05:42:16 +0100
338
 -- Stefan Pfetzing <dreamind@dreamind.de>  Sat, 28 Jan 2006 05:42:16 +0100
337
339
338
lsh-utils (2.0.1cdbs-4) unstable; urgency=high
340
lsh-utils (2.0.1cdbs-4) unstable; urgency=high
339
341
340
  * Remove silly debconf questions and correct others. (Closes: Bug#337026)
342
  * Remove silly debconf questions and correct others. (Closes: Bug#337026)
341
  * Switch to dpatch.
343
  * Switch to dpatch.
342
  * Make lsh-utils build on a grsecurity system.
344
  * Make lsh-utils build on a grsecurity system.
343
  * Remove /var/spool/lsh upon purge.
345
  * Remove /var/spool/lsh upon purge.
344
  * Update Vietnamese debconf translation.
346
  * Update Vietnamese debconf translation.
345
  * Update German debconf translation.
347
  * Update German debconf translation.
346
  * Update Danish debconf translation.
348
  * Update Danish debconf translation.
347
  * Update Czech debconf translation.
349
  * Update Czech debconf translation.
348
  * Update Dutch debconf translation.
350
  * Update Dutch debconf translation.
349
  * Update Russian debconf translation. (Closes: Bug#349180)
351
  * Update Russian debconf translation. (Closes: Bug#349180)
350
  * Update French debconf translation. (Closes: Bug#348822)
352
  * Update French debconf translation. (Closes: Bug#348822)
351
  * Have lsh-server provide ssh-server. (Closes: Bug#348844)
353
  * Have lsh-server provide ssh-server. (Closes: Bug#348844)
352
  * Update the watch file format version to the latest (3).
354
  * Update the watch file format version to the latest (3).
353
  * Have uscan remove the "cdbs" version extension.
355
  * Have uscan remove the "cdbs" version extension.
354
  * Fix fd leak in the lsh-server.
356
  * Fix fd leak in the lsh-server.
355
    This is to be security related, so upload it with a high urgency.
357
    This is to be security related, so upload it with a high urgency.
356
    (Closes: Bug#349303)
358
    (Closes: Bug#349303)
357
359
358
 -- Stefan Pfetzing <dreamind@dreamind.de>  Sun, 22 Jan 2006 06:30:43 +0100
360
 -- Stefan Pfetzing <dreamind@dreamind.de>  Sun, 22 Jan 2006 06:30:43 +0100
359
361
360
lsh-utils (2.0.1cdbs-3) unstable; urgency=low
362
lsh-utils (2.0.1cdbs-3) unstable; urgency=low
361
363
362
  * The 2.0 release removed the "pesky" identity file error.
364
  * The 2.0 release removed the "pesky" identity file error.
363
    (Closes: Bug#214167)
365
    (Closes: Bug#214167)
364
  * Update Danish debconf translation.
366
  * Update Danish debconf translation.
365
  * Update Vietnamese debconf translation.
367
  * Update Vietnamese debconf translation.
366
  * Update French debconf translation. (Closes: Bug#347543)
368
  * Update French debconf translation. (Closes: Bug#347543)
367
  * Update Russian debconf translation. (Closes: Bug#348138)
369
  * Update Russian debconf translation. (Closes: Bug#348138)
368
  * Do not regenerate debian/rules. (Closes: Bug#347891)
370
  * Do not regenerate debian/rules. (Closes: Bug#347891)
369
371
370
 -- Stefan Pfetzing <dreamind@dreamind.de>  Sun, 15 Jan 2006 21:02:36 +0100
372
 -- Stefan Pfetzing <dreamind@dreamind.de>  Sun, 15 Jan 2006 21:02:36 +0100
371
373
372
lsh-utils (2.0.1cdbs-2) unstable; urgency=low
374
lsh-utils (2.0.1cdbs-2) unstable; urgency=low
373
375
374
  * No longer build-depend on xlibs-dev, use libxau-dev instead.
376
  * No longer build-depend on xlibs-dev, use libxau-dev instead.
375
    (Closes: Bug#347143)
377
    (Closes: Bug#347143)
376
  * Depend on comerr-dev too, otherwise kerberos support would be broken.
378
  * Depend on comerr-dev too, otherwise kerberos support would be broken.
377
379
378
 -- Stefan Pfetzing <dreamind@dreamind.de>  Thu, 12 Jan 2006 19:34:23 +0100
380
 -- Stefan Pfetzing <dreamind@dreamind.de>  Thu, 12 Jan 2006 19:34:23 +0100
379
381
380
lsh-utils (2.0.1cdbs-1) unstable; urgency=low
382
lsh-utils (2.0.1cdbs-1) unstable; urgency=low
381
383
382
  * Change the build system to cdbs.
384
  * Change the build system to cdbs.
383
    (And hopefully don't introduce any new bugs.)
385
    (And hopefully don't introduce any new bugs.)
384
  * Make lintian happy with the odieresis in the manpages.
386
  * Make lintian happy with the odieresis in the manpages.
385
  * Fix debian/control, so it can be autogenerated by cdbs.
387
  * Fix debian/control, so it can be autogenerated by cdbs.
386
  * Conflict lsh, and rename lshc to lsh.
388
  * Conflict lsh, and rename lshc to lsh.
387
  * Include a small shell script to notify users.
389
  * Include a small shell script to notify users.
388
  * Make stop act the same way graceful-stop was doing already.
390
  * Make stop act the same way graceful-stop was doing already.
389
    This helps not to accidently kill your own lsh connection.
391
    This helps not to accidently kill your own lsh connection.
390
  * Update debconf po files.
392
  * Update debconf po files.
391
  * Update the German debconf translation.
393
  * Update the German debconf translation.
392
  * Remove the SSH1 notice from lsh-server's package description.
394
  * Remove the SSH1 notice from lsh-server's package description.
393
  * Make the lsh-server package suggest lsh-client or openssh-client.
395
  * Make the lsh-server package suggest lsh-client or openssh-client.
394
  * Add a small note on how to use the lsh client. (Closes: Bug#109899)
396
  * Add a small note on how to use the lsh client. (Closes: Bug#109899)
395
  * No longer FTBFS because of wrong debian/rules. (Closes: Bug#344747)
397
  * No longer FTBFS because of wrong debian/rules. (Closes: Bug#344747)
396
  * Update Czech translation. (Closes: Bug#345141)
398
  * Update Czech translation. (Closes: Bug#345141)
397
399
398
 -- Stefan Pfetzing <dreamind@dreamind.de>  Mon,  9 Jan 2006 00:36:44 +0100
400
 -- Stefan Pfetzing <dreamind@dreamind.de>  Mon,  9 Jan 2006 00:36:44 +0100
399
401
400
lsh-utils (2.0.1-5) unstable; urgency=low
402
lsh-utils (2.0.1-5) unstable; urgency=low
401
403
402
  * Make lsh-utils depend on lsh-client. (Closes: Bug#338014)
404
  * Make lsh-utils depend on lsh-client. (Closes: Bug#338014)
403
  * Fix lshg to look for lshc instead of lsh. (Closes: Bug#320554)
405
  * Fix lshg to look for lshc instead of lsh. (Closes: Bug#320554)
404
  * Fix lcp to look for lshc instead of lsh. (Closes: Bug#338015)
406
  * Fix lcp to look for lshc instead of lsh. (Closes: Bug#338015)
405
  * Add lcp manpage. (Closes: Bug#338017)
407
  * Add lcp manpage. (Closes: Bug#338017)
406
  * Clarify package description. lsh should be considered stable now.
408
  * Clarify package description. lsh should be considered stable now.
407
    (Closes: Bug#211317)
409
    (Closes: Bug#211317)
408
  * Update Russian debconf translation. (Closes: Bug#338170)
410
  * Update Russian debconf translation. (Closes: Bug#338170)
409
  * Update French debconf translation. (Closes: Bug#338104)
411
  * Update French debconf translation. (Closes: Bug#338104)
410
  * Update Danish debconf translation. (Closes: Bug#337017)
412
  * Update Danish debconf translation. (Closes: Bug#337017)
411
  * Change guile1.4-slib to guile-1.6 since slib.scm is included
413
  * Change guile1.4-slib to guile-1.6 since slib.scm is included
412
    with guile-1.6-libs, and we need the scheme interpreter.
414
    with guile-1.6-libs, and we need the scheme interpreter.
413
  * Add myself to the uploaders list.
415
  * Add myself to the uploaders list.
414
  * Approve NMUs.
416
  * Approve NMUs.
415
    (Closes: Bug#300496,Bug#318211,Bug#326328,Bug#326329,Bug#332012)
417
    (Closes: Bug#300496,Bug#318211,Bug#326328,Bug#326329,Bug#332012)
416
    (Closes: Bug#271911,Bug#312617,Bug#313975,Bug#304697,Bug#319933)
418
    (Closes: Bug#271911,Bug#312617,Bug#313975,Bug#304697,Bug#319933)
417
419
418
 -- Stefan Pfetzing <dreamind@dreamind.de>  Thu, 10 Nov 2005 21:36:44 +0100
420
 -- Stefan Pfetzing <dreamind@dreamind.de>  Thu, 10 Nov 2005 21:36:44 +0100
419
421
420
lsh-utils (2.0.1-4.2) unstable; urgency=low
422
lsh-utils (2.0.1-4.2) unstable; urgency=low
421
423
422
  * NMU.
424
  * NMU.
423
  * Make sftp support availible via debconf. (Closes: Bug#304697)
425
  * Make sftp support availible via debconf. (Closes: Bug#304697)
424
  * Rebuild against libreadline5 and change build-deps.
426
  * Rebuild against libreadline5 and change build-deps.
425
    (Closes: Bug#326328,Bug#326329)
427
    (Closes: Bug#326328,Bug#326329)
426
  * Rebuild with fixed debconf deps. (Closes: Bug#332012)
428
  * Rebuild with fixed debconf deps. (Closes: Bug#332012)
427
  * Update FSF address in debian/copyright.
429
  * Update FSF address in debian/copyright.
428
  * Add czech po file. (Closes: Bug#319933) 
430
  * Add czech po file. (Closes: Bug#319933) 
429
431
430
 -- Stefan Pfetzing <dreamind@dreamind.de>  Mon, 31 Oct 2005 14:21:54 +0100
432
 -- Stefan Pfetzing <dreamind@dreamind.de>  Mon, 31 Oct 2005 14:21:54 +0100
431
433
432
lsh-utils (2.0.1-4.1) unstable; urgency=low
434
lsh-utils (2.0.1-4.1) unstable; urgency=low
433
435
434
  * NMU.
436
  * NMU.
435
  * Trigger a rebuild to build against libgmp3c2. (Closes: Bug#318211)
437
  * Trigger a rebuild to build against libgmp3c2. (Closes: Bug#318211)
436
  * Make lsh-server suggest openssh-client or ssh.
438
  * Make lsh-server suggest openssh-client or ssh.
437
  * Fix Package description (Closes: Bug#271911)
439
  * Fix Package description (Closes: Bug#271911)
438
  * Add vietnamese debconf localization. (Closes: Bug#312617)
440
  * Add vietnamese debconf localization. (Closes: Bug#312617)
439
  * Update german debconf localization. (Closes: Bug#313975)
441
  * Update german debconf localization. (Closes: Bug#313975)
440
  * Rebuild fixes lshc host-acls (Closes: Bug#300496)
442
  * Rebuild fixes lshc host-acls (Closes: Bug#300496)
441
  * Bump standards-version, no changes needed. (make lintian happy)
443
  * Bump standards-version, no changes needed. (make lintian happy)
442
444
443
 -- Stefan Pfetzing <dreamind@dreamind.de>  Sun, 14 Aug 2005 17:04:55 +0200
445
 -- Stefan Pfetzing <dreamind@dreamind.de>  Sun, 14 Aug 2005 17:04:55 +0200
444
446
445
lsh-utils (2.0.1-4) unstable; urgency=high
447
lsh-utils (2.0.1-4) unstable; urgency=high
446
448
447
  * Trigger a rebuild, because the i386 package wasn't built properly.
449
  * Trigger a rebuild, because the i386 package wasn't built properly.
448
    (Closes: Bug#309365)
450
    (Closes: Bug#309365)
449
451
450
 -- Simon Law <sfllaw@debian.org>  Mon, 16 May 2005 16:54:00 -0400
452
 -- Simon Law <sfllaw@debian.org>  Mon, 16 May 2005 16:54:00 -0400
451
453
452
lsh-utils (2.0.1-3) unstable; urgency=high
454
lsh-utils (2.0.1-3) unstable; urgency=high
453
455
454
  * Remove the unnecessary nettle-lfib-stream program.  (Closes: Bug#308233)
456
  * Remove the unnecessary nettle-lfib-stream program.  (Closes: Bug#308233)
455
457
456
 -- Simon Law <sfllaw@debian.org>  Mon,  9 May 2005 19:25:56 -0400
458
 -- Simon Law <sfllaw@debian.org>  Mon,  9 May 2005 19:25:56 -0400
457
459
458
lsh-utils (2.0.1-2.1) unstable; urgency=high
460
lsh-utils (2.0.1-2.1) unstable; urgency=high
459
461
460
  * NMU
462
  * NMU
461
  * Remove --nist-level option to lsh-keygen since it has changed to using RSA
463
  * Remove --nist-level option to lsh-keygen since it has changed to using RSA
462
    keys now and the old --nist-level setting breaks it. Closes: #301968
464
    keys now and the old --nist-level setting breaks it. Closes: #301968
463
  * High urgency upload since 2.0.1 is needed in testing due to the security
465
  * High urgency upload since 2.0.1 is needed in testing due to the security
464
    fix.
466
    fix.
465
467
466
 -- Joey Hess <joeyh@debian.org>  Sat,  9 Apr 2005 15:02:22 -0400
468
 -- Joey Hess <joeyh@debian.org>  Sat,  9 Apr 2005 15:02:22 -0400
467
469
468
lsh-utils (2.0.1-2) unstable; urgency=high
470
lsh-utils (2.0.1-2) unstable; urgency=high
469
471
470
  * Fix up path resolution problems.  (Closes: Bug#301039)
472
  * Fix up path resolution problems.  (Closes: Bug#301039)
471
    Thanks to Stefan Pfetzing <dreamind@dreamind.de>
473
    Thanks to Stefan Pfetzing <dreamind@dreamind.de>
472
  * Added a build-depends on m4.  (Closes: Bug#300874)
474
  * Added a build-depends on m4.  (Closes: Bug#300874)
473
  * Denial of service attack is now known as CAN-2005-0814.
475
  * Denial of service attack is now known as CAN-2005-0814.
474
476
475
 -- Simon Law <sfllaw@debian.org>  Sat, 26 Mar 2005 13:29:27 -0500
477
 -- Simon Law <sfllaw@debian.org>  Sat, 26 Mar 2005 13:29:27 -0500
476
478
477
lsh-utils (2.0.1-1) unstable; urgency=high
479
lsh-utils (2.0.1-1) unstable; urgency=high
478
480
479
  * New upstream release
481
  * New upstream release
480
   - Fix denial of service attack documented in CAN-2005-0389
482
   - Fix denial of service attack documented in CAN-2005-0389
481
483
482
 -- Simon Law <sfllaw@debian.org>  Fri, 18 Mar 2005 17:24:10 -0500
484
 -- Simon Law <sfllaw@debian.org>  Fri, 18 Mar 2005 17:24:10 -0500
483
485
484
lsh-utils (2.0-1) unstable; urgency=high
486
lsh-utils (2.0-1) unstable; urgency=high
485
487
486
  * New upstream release.
488
  * New upstream release.
487
  * Remove extraneous symlinks.  (Closes: Bug#291010)
489
  * Remove extraneous symlinks.  (Closes: Bug#291010)
488
  * Acknowledge NMUs.  (Closes: Bug#293020, Bug#255643)
490
  * Acknowledge NMUs.  (Closes: Bug#293020, Bug#255643)
489
491
490
 -- Simon Law <sfllaw@debian.org>  Thu, 17 Mar 2005 18:51:12 -0500
492
 -- Simon Law <sfllaw@debian.org>  Thu, 17 Mar 2005 18:51:12 -0500
491
493
492
lsh-utils (1.4.2-8.2) unstable; urgency=low
494
lsh-utils (1.4.2-8.2) unstable; urgency=low
493
495
494
  * Non-maintainer upload with maintainer"s agreement
496
  * Non-maintainer upload with maintainer"s agreement
495
  * Fix FTBFS with gcc-4.0 for amd64 builds
497
  * Fix FTBFS with gcc-4.0 for amd64 builds
496
    Thanks to Andreas Jochens for providing the patch
498
    Thanks to Andreas Jochens for providing the patch
497
    Closes: #293020
499
    Closes: #293020
498
500
499
 -- Christian Perrier <bubulle@debian.org>  Tue,  1 Feb 2005 07:10:17 +0100
501
 -- Christian Perrier <bubulle@debian.org>  Tue,  1 Feb 2005 07:10:17 +0100
500
502
501
lsh-utils (1.4.2-8.1) unstable; urgency=low
503
lsh-utils (1.4.2-8.1) unstable; urgency=low
502
504
503
  * Non-maintainer upload with maintainer's agreement
505
  * Non-maintainer upload with maintainer's agreement
504
    for fixing longstanding l10n issues
506
    for fixing longstanding l10n issues
505
  * Translations:
507
  * Translations:
506
    - French added. Closes: #255643
508
    - French added. Closes: #255643
507
    - Danish added. Thanks to Claus Hindsgaul
509
    - Danish added. Thanks to Claus Hindsgaul
508
    - Russian added. Thanks to Yuri Kozlov
510
    - Russian added. Thanks to Yuri Kozlov
509
    - Norwegian Nynorsk added. Thanks to Håvard Korsvoll
511
    - Norwegian Nynorsk added. Thanks to Håvard Korsvoll
510
    - Dutch added. Thanks to Luk Claes.
512
    - Dutch added. Thanks to Luk Claes.
511
  * Typo fixes in templates (translations unfuzzied):
513
  * Typo fixes in templates (translations unfuzzied):
512
    - s/woul dlike/would like
514
    - s/woul dlike/would like
513
    - s/ifyou/if you
515
    - s/ifyou/if you
514
516
515
 -- Christian Perrier <bubulle@debian.org>  Thu, 13 Jan 2005 23:29:09 +0100
517
 -- Christian Perrier <bubulle@debian.org>  Thu, 13 Jan 2005 23:29:09 +0100
516
518
517
lsh-utils (1.4.2-8) unstable; urgency=medium
519
lsh-utils (1.4.2-8) unstable; urgency=medium
518
520
519
  * Register sexp-conv with the alternatives system so that it doesn't
521
  * Register sexp-conv with the alternatives system so that it doesn't
520
    conflict with the binary of the same name (and function) shipped with
522
    conflict with the binary of the same name (and function) shipped with
521
    nettle-bin (Closes: Bug#274772)
523
    nettle-bin (Closes: Bug#274772)
522
    - This kludge brought to you by Marek Habersack <grendel@debian.org>.
524
    - This kludge brought to you by Marek Habersack <grendel@debian.org>.
523
525
524
 -- Simon Law <sfllaw@debian.org>  Sun,  5 Dec 2004 15:15:59 -0500
526
 -- Simon Law <sfllaw@debian.org>  Sun,  5 Dec 2004 15:15:59 -0500
525
527
526
lsh-utils (1.4.2-7) unstable; urgency=low
528
lsh-utils (1.4.2-7) unstable; urgency=low
527
529
528
  * New maintainer.
530
  * New maintainer.
529
  * Fix build problem. (Closes: Bug#242040)
531
  * Fix build problem. (Closes: Bug#242040)
530
  * Use gettext-based Debconf templates.  Thanks to Martin Quinson.  
532
  * Use gettext-based Debconf templates.  Thanks to Martin Quinson.  
531
    (Closes: Bug#239870)
533
    (Closes: Bug#239870)
532
  * Upgraded to Policy 3.6.1.
534
  * Upgraded to Policy 3.6.1.
533
  * Upgraded to Debhelper 4.
535
  * Upgraded to Debhelper 4.
534
536
535
 -- Simon Law <sfllaw@debian.org>  Wed,  2 Jun 2004 17:56:39 -0400
537
 -- Simon Law <sfllaw@debian.org>  Wed,  2 Jun 2004 17:56:39 -0400
536
538
537
lsh-utils (1.4.2-6) unstable; urgency=HIGH
539
lsh-utils (1.4.2-6) unstable; urgency=HIGH
538
540
539
  * Applied patch to fix root security hole (closes: #211662)
541
  * Applied patch to fix root security hole (closes: #211662)
540
  * Build kerberos support against heimdal rather than krb (closes: #199067)
542
  * Build kerberos support against heimdal rather than krb (closes: #199067)
541
543
542
 -- Timshel Knoll <timshel@debian.org>  Sat, 20 Sep 2003 11:42:27 +1000
544
 -- Timshel Knoll <timshel@debian.org>  Sat, 20 Sep 2003 11:42:27 +1000
543
545
544
lsh-utils (1.4.2-5) unstable; urgency=low
546
lsh-utils (1.4.2-5) unstable; urgency=low
545
547
546
  * debian/control: Removed alternative of scsh in place of guile1.4-slib from
548
  * debian/control: Removed alternative of scsh in place of guile1.4-slib from
547
    Build-Depends, we really need the latter to build lsh. (closes: #192771)
549
    Build-Depends, we really need the latter to build lsh. (closes: #192771)
548
550
549
 -- Timshel Knoll <timshel@debian.org>  Sun,  8 Jun 2003 17:44:58 +1000
551
 -- Timshel Knoll <timshel@debian.org>  Sun,  8 Jun 2003 17:44:58 +1000
550
552
551
lsh-utils (1.4.2-4) unstable; urgency=low
553
lsh-utils (1.4.2-4) unstable; urgency=low
552
554
553
  * Just Build-Depend on liboop-dev, not liboop4-dev | liboop-dev (there is
555
  * Just Build-Depend on liboop-dev, not liboop4-dev | liboop-dev (there is
554
    no liboop4-dev, whoops!) (closes: #192172)
556
    no liboop4-dev, whoops!) (closes: #192172)
555
  * lsh-server: Added lintian override for missing-debconf-dependency
557
  * lsh-server: Added lintian override for missing-debconf-dependency
556
    (lsh-server falls back to asking the user if debconf isn't installed)
558
    (lsh-server falls back to asking the user if debconf isn't installed)
557
559
558
 -- Timshel Knoll <timshel@debian.org>  Thu,  8 May 2003 02:24:52 +1000
560
 -- Timshel Knoll <timshel@debian.org>  Thu,  8 May 2003 02:24:52 +1000
559
561
560
lsh-utils (1.4.2-3) unstable; urgency=low
562
lsh-utils (1.4.2-3) unstable; urgency=low
561
563
562
  * debian/control: Priority: extra; lsh-utils-doc changed to Section: doc
564
  * debian/control: Priority: extra; lsh-utils-doc changed to Section: doc
563
  * Policy 3.5.9
565
  * Policy 3.5.9
564
  * Re-compile against liboop4
566
  * Re-compile against liboop4
565
567
566
 -- Timshel Knoll <timshel@debian.org>  Wed, 30 Apr 2003 23:08:41 +1000
568
 -- Timshel Knoll <timshel@debian.org>  Wed, 30 Apr 2003 23:08:41 +1000
567
569
568
lsh-utils (1.4.2-2) unstable; urgency=low
570
lsh-utils (1.4.2-2) unstable; urgency=low
569
571
570
  * debian/control: Build-Depend on xutils (closes: #160666)
572
  * debian/control: Build-Depend on xutils (closes: #160666)
571
  * Rename sftp-server to sftp-server.lsh to work around name conflict with
573
  * Rename sftp-server to sftp-server.lsh to work around name conflict with
572
    ssh's sftp-server. (closes: #160611) Maybe this should eventually be
574
    ssh's sftp-server. (closes: #160611) Maybe this should eventually be
573
    handled with alternatives?
575
    handled with alternatives?
574
576
575
 -- Timshel Knoll <timshel@debian.org>  Fri, 13 Sep 2002 11:14:43 +1000
577
 -- Timshel Knoll <timshel@debian.org>  Fri, 13 Sep 2002 11:14:43 +1000
576
578
577
lsh-utils (1.4.2-1) unstable; urgency=low
579
lsh-utils (1.4.2-1) unstable; urgency=low
578
580
579
  * New upstream release, a number of new programs come in this release
581
  * New upstream release, a number of new programs come in this release
580
  * debian/control: Added lots of new Build-Depends: for 1.4.x series:
582
  * debian/control: Added lots of new Build-Depends: for 1.4.x series:
581
    + liboop-dev      required for main lsh servers
583
    + liboop-dev      required for main lsh servers
582
    + xlibs-dev       the lshc client now supports X11 forwarding and hence
584
    + xlibs-dev       the lshc client now supports X11 forwarding and hence
583
                      links with libXau: yay!
585
                      links with libXau: yay!
584
    + libkrb5-dev     for the lsh-krb-checkpw password helper program. This is
586
    + libkrb5-dev     for the lsh-krb-checkpw password helper program. This is
585
                      still not working however, see README.Debian for details,
587
                      still not working however, see README.Debian for details,
586
                      but I've left the Build-Dep here in stubborn hope :-)
588
                      but I've left the Build-Dep here in stubborn hope :-)
587
    + libwrap-dev     For lots of the lsh programs to use the TCP wrappers
589
    + libwrap-dev     For lots of the lsh programs to use the TCP wrappers
588
    + libpam-dev      Required for the lsh-pam-checkpw password helper program
590
    + libpam-dev      Required for the lsh-pam-checkpw password helper program
589
    + libreadline-dev Required for lsftp's the interactive mode
591
    + libreadline-dev Required for lsftp's the interactive mode
590
  * debian/lsh-server.{config,templates,postrm}: ask whether to remove
592
  * debian/lsh-server.{config,templates,postrm}: ask whether to remove
591
    host keys when lsh-server is purged, all versions of lshd from now on
593
    host keys when lsh-server is purged, all versions of lshd from now on
592
    should not disconnect users when the server is restarted - very useful
594
    should not disconnect users when the server is restarted - very useful
593
    when lsh'd into a box doing an "apt-get install lsh-server" !!! :-)
595
    when lsh'd into a box doing an "apt-get install lsh-server" !!! :-)
594
  * debian/lsh-server.config: modularised. Now uses a function
596
  * debian/lsh-server.config: modularised. Now uses a function
595
    for each debconf question, and has an array of function references.
597
    for each debconf question, and has an array of function references.
596
    Check it out :-)
598
    Check it out :-)
597
  * debian/mans/<lots-of-stuff>:
599
  * debian/mans/<lots-of-stuff>:
598
    Added manpages for new programs, updated some existing manpages
600
    Added manpages for new programs, updated some existing manpages
599
  * lshd now needs a random seed file, which needs to be generated before lshd
601
  * lshd now needs a random seed file, which needs to be generated before lshd
600
    can be run. Unfortunately, this operation requires user input, so this
602
    can be run. Unfortunately, this operation requires user input, so this
601
    can't really be done in the postinst (problems with debconf etc.). This
603
    can't really be done in the postinst (problems with debconf etc.). This
602
    also means that the host key can't be generated in the postinst, since
604
    also means that the host key can't be generated in the postinst, since
603
    lsh-keygen and lsh-writekey both need the random seed to exist.
605
    lsh-keygen and lsh-writekey both need the random seed to exist.
604
  * debian/lsh-server.init.d: generate the host key here if the random seed
606
  * debian/lsh-server.init.d: generate the host key here if the random seed
605
    exists, fail if it doesn't.
607
    exists, fail if it doesn't.
606
608
607
 -- Timshel Knoll <timshel@debian.org>  Wed, 11 Sep 2002 12:42:56 +1000
609
 -- Timshel Knoll <timshel@debian.org>  Wed, 11 Sep 2002 12:42:56 +1000
608
610
609
lsh-utils (1.2.5-3) unstable; urgency=low
611
lsh-utils (1.2.5-3) unstable; urgency=low
610
612
611
  * debian/control:
613
  * debian/control:
612
    - Updated description to remove "export from US is illegal" information
614
    - Updated description to remove "export from US is illegal" information
613
    - Removed France from the list of countries where crypto may be illegal
615
    - Removed France from the list of countries where crypto may be illegal
614
  * debian/mans/{srp-gen.1,sexp-conv.1}: manpage neatened / errors fixed
616
  * debian/mans/{srp-gen.1,sexp-conv.1}: manpage neatened / errors fixed
615
  * debian/scripts/lsh-server-config, debian/lsh-server.postrm:
617
  * debian/scripts/lsh-server-config, debian/lsh-server.postrm:
616
    Also create / remove /etc/ssh/sshd_not_to_be_run at appropriate times to
618
    Also create / remove /etc/ssh/sshd_not_to_be_run at appropriate times to
617
    prevent sshd from being run, not just /etc/ssh/NOSERVER
619
    prevent sshd from being run, not just /etc/ssh/NOSERVER
618
  * debian/lsh-server.init.d: fixed issues with ssh1 fallback, it didn't work
620
  * debian/lsh-server.init.d: fixed issues with ssh1 fallback, it didn't work
619
    before (typo in variable names)
621
    before (typo in variable names)
620
622
621
 -- Timshel Knoll <timshel@debian.org>  Mon, 15 Apr 2002 22:41:58 +1000
623
 -- Timshel Knoll <timshel@debian.org>  Mon, 15 Apr 2002 22:41:58 +1000
622
624
623
lsh-utils (1.2.5-2) unstable; urgency=low
625
lsh-utils (1.2.5-2) unstable; urgency=low
624
626
625
  * Packages moved into main from non-US, yay! Now Section: net
627
  * Packages moved into main from non-US, yay! Now Section: net
626
  * Fixed &>/dev/null bash-ism redirects in upstream's lsh-authorize
628
  * Fixed &>/dev/null bash-ism redirects in upstream's lsh-authorize
627
    replaced with >/dev/null 2>&1
629
    replaced with >/dev/null 2>&1
628
  * debian/control: fixed misspelling in -doc package description
630
  * debian/control: fixed misspelling in -doc package description
629
    (closes: #125097)
631
    (closes: #125097)
630
  * src/lsh.c: changed "lsh" references to "lshc" (closes: #109898)
632
  * src/lsh.c: changed "lsh" references to "lshc" (closes: #109898)
631
633
632
 -- Timshel Knoll <timshel@debian.org>  Wed, 27 Mar 2002 01:07:34 +1100
634
 -- Timshel Knoll <timshel@debian.org>  Wed, 27 Mar 2002 01:07:34 +1100
633
635
634
lsh-utils (1.2.5-1) unstable; urgency=low
636
lsh-utils (1.2.5-1) unstable; urgency=low
635
637
636
  * New upstream release
638
  * New upstream release
637
  * Added German debconf translation (thanks to Sebastian Feltel)
639
  * Added German debconf translation (thanks to Sebastian Feltel)
638
    (closes: #114339)
640
    (closes: #114339)
639
  * debian/copyright: fixed misspelling, common-licences -> common-licenses 
641
  * debian/copyright: fixed misspelling, common-licences -> common-licenses 
640
642
641
 -- Timshel Knoll <timshel@debian.org>  Tue, 30 Oct 2001 15:44:43 +1100
643
 -- Timshel Knoll <timshel@debian.org>  Tue, 30 Oct 2001 15:44:43 +1100
642
644
643
lsh-utils (1.2.3-1) unstable; urgency=low
645
lsh-utils (1.2.3-1) unstable; urgency=low
644
646
645
  * New upstream release
647
  * New upstream release
646
  * debian/control: Don't Build-Depend on libgmp2-dev (closes: #104285)
648
  * debian/control: Don't Build-Depend on libgmp2-dev (closes: #104285)
647
649
648
 -- Timshel Knoll <timshel@debian.org>  Thu, 12 Jul 2001 11:26:47 +1000
650
 -- Timshel Knoll <timshel@debian.org>  Thu, 12 Jul 2001 11:26:47 +1000
649
651
650
lsh-utils (1.2.2-2) unstable; urgency=low
652
lsh-utils (1.2.2-2) unstable; urgency=low
651
653
652
  * Applied Niel's IPv6 patch, to get lshd working on systems without IPv6
654
  * Applied Niel's IPv6 patch, to get lshd working on systems without IPv6
653
    (closes: Bug#97623)
655
    (closes: Bug#97623)
654
656
655
 -- Timshel Knoll <timshel@debian.org>  Wed, 23 May 2001 09:38:03 +1000
657
 -- Timshel Knoll <timshel@debian.org>  Wed, 23 May 2001 09:38:03 +1000
656
658
657
lsh-utils (1.2.2-1) unstable; urgency=low
659
lsh-utils (1.2.2-1) unstable; urgency=low
658
660
659
  * New upstream release
661
  * New upstream release
660
662
661
 -- Timshel Knoll <timshel@debian.org>  Sat, 12 May 2001 23:58:20 +1000
663
 -- Timshel Knoll <timshel@debian.org>  Sat, 12 May 2001 23:58:20 +1000
662
664
663
lsh-utils (1.2.1-1) unstable; urgency=low
665
lsh-utils (1.2.1-1) unstable; urgency=low
664
666
665
  * New upstream release
667
  * New upstream release
666
668
667
 -- Timshel Knoll <timshel@debian.org>  Sat, 21 Apr 2001 21:52:01 +1000
669
 -- Timshel Knoll <timshel@debian.org>  Sat, 21 Apr 2001 21:52:01 +1000
668
670
669
lsh-utils (1.2-1) unstable; urgency=low
671
lsh-utils (1.2-1) unstable; urgency=low
670
672
671
  * New upstream release
673
  * New upstream release
672
  * Fixes do debian/installmans.pl's manpage section regex and sanity
674
  * Fixes do debian/installmans.pl's manpage section regex and sanity
673
    checking
675
    checking
674
  * Added manpage for new binary lshg (in lsh-client package), did
676
  * Added manpage for new binary lshg (in lsh-client package), did
675
    some updates for the lshc binary as options have been added.
677
    some updates for the lshc binary as options have been added.
676
  * Heaps of packaging fixes/updates.
678
  * Heaps of packaging fixes/updates.
677
679
678
 -- Timshel Knoll <timshel@debian.org>  Thu, 12 Apr 2001 13:02:27 +1000
680
 -- Timshel Knoll <timshel@debian.org>  Thu, 12 Apr 2001 13:02:27 +1000
679
681
680
lsh-utils (1.0.2-3) unstable; urgency=low
682
lsh-utils (1.0.2-3) unstable; urgency=low
681
683
682
  * debian/control: Split into 4 packages, lsh-utils, lsh-client,
684
  * debian/control: Split into 4 packages, lsh-utils, lsh-client,
683
    lsh-server and lsh-utils-doc, Standards-Version: 3.5.2,
685
    lsh-server and lsh-utils-doc, Standards-Version: 3.5.2,
684
    Build-Depends: zlib1g-dev -> libz-dev, added guile1.4-slib | scsh
686
    Build-Depends: zlib1g-dev -> libz-dev, added guile1.4-slib | scsh
685
  * Pulled original upstream configure script back in and modified that
687
  * Pulled original upstream configure script back in and modified that
686
    rather than re-generating with autoconf, which made for a huge .diff.gz.
688
    rather than re-generating with autoconf, which made for a huge .diff.gz.
687
  * lsh-server package debconf-ized, lsh-server-config script added
689
  * lsh-server package debconf-ized, lsh-server-config script added
688
    to configure lshd.
690
    to configure lshd.
689
  * debian/rules: Added support for DEB_BUILD_OPTIONS=nostrip,debug
691
  * debian/rules: Added support for DEB_BUILD_OPTIONS=nostrip,debug
690
692
691
 -- Timshel Knoll <timshel@debian.org>  Mon,  9 Apr 2001 23:59:47 -0700
693
 -- Timshel Knoll <timshel@debian.org>  Mon,  9 Apr 2001 23:59:47 -0700
692
694
693
lsh-utils (1.0.2-2) unstable; urgency=low
695
lsh-utils (1.0.2-2) unstable; urgency=low
694
696
695
  * Changed order of ./configure checks for gmp.h and gmp2/gmp.h to fix
697
  * Changed order of ./configure checks for gmp.h and gmp2/gmp.h to fix
696
    compile failure - this now checks for gmp2/gmp.h first and thus fixes
698
    compile failure - this now checks for gmp2/gmp.h first and thus fixes
697
    the problem. This compile is against libgmp3.
699
    the problem. This compile is against libgmp3.
698
  * debian/installmans.pl: perl Debian::Debhelper program to install manpages
700
  * debian/installmans.pl: perl Debian::Debhelper program to install manpages
699
    properly - this replaces the dh_installmanpages call in debian/rules
701
    properly - this replaces the dh_installmanpages call in debian/rules
700
    which will mean that manpages are installed under their correct names.
702
    which will mean that manpages are installed under their correct names.
701
    (ie. lsh.1 will be installed as lshc.1) (closes: Bug#88197).
703
    (ie. lsh.1 will be installed as lshc.1) (closes: Bug#88197).
702
  * debian/control: Standards-Version: 3.1.1, Build-Depends: added
704
  * debian/control: Standards-Version: 3.1.1, Build-Depends: added
703
    (including texinfo and libgmp2-dev | libgmp3-dev
705
    (including texinfo and libgmp2-dev | libgmp3-dev
704
     - (closes: Bug#79645, Bug#84532)).
706
     - (closes: Bug#79645, Bug#84532)).
705
  * debian/rules: Removed call to obsolete dh_suidregister.
707
  * debian/rules: Removed call to obsolete dh_suidregister.
706
  * debian/init.d: changed default port of lshd from 2223 to 2222 (it should
708
  * debian/init.d: changed default port of lshd from 2223 to 2222 (it should
707
    have been this from the start, since ssh runs on port 22 _not_ 23). :-)
709
    have been this from the start, since ssh runs on port 22 _not_ 23). :-)
708
710
709
 -- Timshel Knoll <timshel@debian.org>  Tue, 13 Mar 2001 09:54:33 +1100
711
 -- Timshel Knoll <timshel@debian.org>  Tue, 13 Mar 2001 09:54:33 +1100
710
712
711
lsh-utils (1.0.2-1) unstable; urgency=low
713
lsh-utils (1.0.2-1) unstable; urgency=low
712
714
713
  * New upstream release (closes: Bug#75042)
715
  * New upstream release (closes: Bug#75042)
714
716
715
 -- Timshel Knoll <timshel@debian.org>  Tue, 12 Dec 2000 11:38:13 +1100
717
 -- Timshel Knoll <timshel@debian.org>  Tue, 12 Dec 2000 11:38:13 +1100
716
718
717
lsh-utils (1.0.1-2) unstable; urgency=low
719
lsh-utils (1.0.1-2) unstable; urgency=low
718
720
719
  * Fixed typo in debian/postinst (lsh_writekey needs -o before output
721
  * Fixed typo in debian/postinst (lsh_writekey needs -o before output
720
    filename) (closes: Bug#71240)
722
    filename) (closes: Bug#71240)
721
723
722
 -- Timshel Knoll <timshel@debian.org>  Mon, 18 Sep 2000 23:52:02 +1100
724
 -- Timshel Knoll <timshel@debian.org>  Mon, 18 Sep 2000 23:52:02 +1100
723
725
724
lsh-utils (1.0.1-1) unstable; urgency=low
726
lsh-utils (1.0.1-1) unstable; urgency=low
725
727
726
  * New upstream release
728
  * New upstream release
727
729
728
 -- Timshel Knoll <timshel@debian.org>  Tue, 18 Jul 2000 19:10:12 +1000
730
 -- Timshel Knoll <timshel@debian.org>  Tue, 18 Jul 2000 19:10:12 +1000
729
731
730
lsh-utils (0.9.9-1) unstable; urgency=low
732
lsh-utils (0.9.9-1) unstable; urgency=low
731
733
732
  * Initial Release.
734
  * Initial Release.
733
735
734
 -- Timshel Knoll <timshel@debian.org>  Thu, 15 Jun 2000 16:30:33 +1000
736
 -- Timshel Knoll <timshel@debian.org>  Thu, 15 Jun 2000 16:30:33 +1000
735
737