Subversion Repositories

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

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

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