Subversion Repositories

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

Rev 146 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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