Subversion Repositories

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

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

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