Subversion Repositories

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

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

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