Subversion Repositories

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

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

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