Subversion Repositories

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

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

Rev 69 Rev 70
1
lsh-utils (2.0.4-dfsg-6) unstable; urgency=low
1
lsh-utils (2.0.4-dfsg-6) unstable; urgency=low
2
2
3
  * Change libreadline build dependency to just libreadline-dev
3
  * Change libreadline build dependency to just libreadline-dev
4
    (Closes: #553804).
4
    (Closes: #553804).
5
  * Add new debconf template translations:
5
  * Add new debconf template translations:
6
    + Japanese from Hideki Yamane (Closes: #558082)
6
    + Japanese from Hideki Yamane (Closes: #558082)
7
    + Spanish from Shukoh (Closes: #557008)
7
    + Spanish from Shukoh (Closes: #557008)
8
    Credit to the respective Debian translation teams.
8
    Credit to the respective Debian translation teams.
9
  * Fix a spelling error in one of the debconf templates, run
9
  * Fix a spelling error in one of the debconf templates, run
10
    debconf-updatepo, clean out the old obsolete translation entries, and
10
    debconf-updatepo, clean out the old obsolete translation entries, and
11
    perform some trivial maintenance on the Nynorsk file.
11
    perform some trivial maintenance on the Nynorsk file.
12
12
13
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 28 Nov 2009 17:57:30 +0100
13
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 28 Nov 2009 17:57:30 +0100
14
14
15
lsh-utils (2.0.4-dfsg-5) unstable; urgency=low
15
lsh-utils (2.0.4-dfsg-5) unstable; urgency=low
16
16
17
  * lsh-server.init.d: Don't suppress start/stop messages when $VERBOSE =
17
  * lsh-server.init.d: Don't suppress start/stop messages when $VERBOSE =
18
    "no". /etc/init.d/skeleton is not a good example in this matter.
18
    "no". /etc/init.d/skeleton is not a good example in this matter.
19
  * blacklist.dpatch: Check keys against openssh-blacklist before
19
  * blacklist.dpatch: Check keys against openssh-blacklist before
20
    accepting for pubkey authentication as well as on conversion by
20
    accepting for pubkey authentication as well as on conversion by
21
    lsh-writekey and lsh-decode-key.
21
    lsh-writekey and lsh-decode-key.
22
  * lsh-server: Depend on openssh-blacklist, recommend -blacklist-extra.
22
  * lsh-server: Depend on openssh-blacklist, recommend -blacklist-extra.
23
    lsh-utils: Recommend openssh-blacklist and -blacklist-extra.
23
    lsh-utils: Recommend openssh-blacklist and -blacklist-extra.
24
  * Move seed and key creation back to postinst and import RSA key from
24
  * Move seed and key creation back to postinst and import RSA key from
25
    openssh-server if it exists (Closes: #211252).
25
    openssh-server if it exists (Closes: #211252).
26
  * debian/mans/lcp.1: Fix errors.
26
  * debian/mans/lcp.1: Fix errors.
27
27
28
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 08 Nov 2009 20:18:17 +0100
28
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 08 Nov 2009 20:18:17 +0100
29
29
30
lsh-utils (2.0.4-dfsg-4) unstable; urgency=high
30
lsh-utils (2.0.4-dfsg-4) unstable; urgency=high
31
31
32
  * lsh-server.init.d: Fix critical exit status ($?) handling mistake
32
  * lsh-server.init.d: Fix critical exit status ($?) handling mistake
33
    (Closes: #545090).
33
    (Closes: #545090).
34
34
35
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 05 Sep 2009 00:44:45 +0200
35
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 05 Sep 2009 00:44:45 +0200
36
36
37
lsh-utils (2.0.4-dfsg-3) unstable; urgency=low
37
lsh-utils (2.0.4-dfsg-3) unstable; urgency=low
38
38
39
  * lsh-doc: Depend on dpkg (>= 1.15.4) | install-info as recommended for
39
  * lsh-doc: Depend on dpkg (>= 1.15.4) | install-info as recommended for
40
    the transition to triggerized install-info.
40
    the transition to triggerized install-info.
41
  * Add ${misc:Depends} to Depends in case Debhelper needs it in the
41
  * Add ${misc:Depends} to Depends in case Debhelper needs it in the
42
    future.
42
    future.
43
  * Increase Debhelper compat level to 5.
43
  * Increase Debhelper compat level to 5.
44
  * Build with Nettle 2.0 (nettle-dev) (Closes: #543131).
44
  * Build with Nettle 2.0 (nettle-dev) (Closes: #543131).
45
    * nettle_2.0.dpatch created to adapt to API changes.
45
    * nettle_2.0.dpatch created to adapt to API changes.
46
    * 30_nonettle.dpatch modified to add -lhogweed to LDADD  where
46
    * 30_nonettle.dpatch modified to add -lhogweed to LDADD  where
47
      appropriate.
47
      appropriate.
48
  * Add ANNOUNCE to lsh-doc.
48
  * Add ANNOUNCE to lsh-doc.
49
  * Rewrite lsh-server.init.d a bit:
49
  * Rewrite lsh-server.init.d a bit:
50
    * Use LSB logging functions.
50
    * Use LSB logging functions.
51
    * Let lshd daemonize and create/delete its pid file by itself.
51
    * Let lshd daemonize and create/delete its pid file by itself.
52
    * Change the Provides: line in the LSB header to "lsh-server" and
52
    * Change the Provides: line in the LSB header to "lsh-server" and
53
      declare that it should start before the services that depend on an 
53
      declare that it should start before the services that depend on an 
54
      SSH server (Closes: #542689). Thanks to Petter Reinholdtsen.
54
      SSH server (Closes: #542689). Thanks to Petter Reinholdtsen.
55
    * Support the status action.
55
    * Support the status action.
56
  * Drop the no longer useful lsh-server-config script.
56
  * Drop the no longer useful lsh-server-config script.
57
  * Upgrade to Standards-Version 3.8.3:
57
  * Upgrade to Standards-Version 3.8.3:
58
    * Add README.source.
58
    * Add README.source.
59
  * Drop obsolete manpages from debian/mans.
59
  * Drop obsolete manpages from debian/mans.
60
60
61
 -- Magnus Holmgren <holmgren@debian.org>  Thu, 03 Sep 2009 00:55:45 +0200
61
 -- Magnus Holmgren <holmgren@debian.org>  Thu, 03 Sep 2009 00:55:45 +0200
62
62
63
lsh-utils (2.0.4-dfsg-2) unstable; urgency=low
63
lsh-utils (2.0.4-dfsg-2) unstable; urgency=low
64
64
65
  * 40_better_errmsg_when_dotlsh_missing.dpatch (new): In unix_random.c,
65
  * 40_better_errmsg_when_dotlsh_missing.dpatch (new): In unix_random.c,
66
    check whether the seed file exists before trying to lock it, and give
66
    check whether the seed file exists before trying to lock it, and give
67
    the hint about running lsh-make-seed if it doesn't (Closes: #485856).
67
    the hint about running lsh-make-seed if it doesn't (Closes: #485856).
68
  * Update doc-base section of lsh-doc to match current structure.
68
  * Update doc-base section of lsh-doc to match current structure.
69
  * Remove inactive maintainer as requested by the MIA team and put myself
69
  * Remove inactive maintainer as requested by the MIA team and put myself
70
    in charge (Closes: #487137).
70
    in charge (Closes: #487137).
71
  * Upgrade lsh-client's Recommends of lsh-utils to a Depends. It's not
71
  * Upgrade lsh-client's Recommends of lsh-utils to a Depends. It's not
72
    huge and lsh-client is almost useless without it in most cases
72
    huge and lsh-client is almost useless without it in most cases
73
    (Closes: #481073).
73
    (Closes: #481073).
74
  * Use --as-needed to avoid unnecessary dependencies.
74
  * Use --as-needed to avoid unnecessary dependencies.
75
75
76
 -- Magnus Holmgren <holmgren@debian.org>  Wed, 25 Jun 2008 16:40:16 +0200
76
 -- Magnus Holmgren <holmgren@debian.org>  Wed, 25 Jun 2008 16:40:16 +0200
77
77
78
lsh-utils (2.0.4-dfsg-1) unstable; urgency=low
78
lsh-utils (2.0.4-dfsg-1) unstable; urgency=low
79
79
80
  * New upstream release (Closes: #422199)
80
  * New upstream release (Closes: #422199)
81
    - Repackaged without non-free RFC (src/nettle/testsuite/rfc1750.txt)
81
    - Repackaged without non-free RFC (src/nettle/testsuite/rfc1750.txt)
82
      (Closes: #408490).
82
      (Closes: #408490).
83
    - Drop 01_fix_manpages.dpatch; incorporated upstream.
83
    - Drop 01_fix_manpages.dpatch; incorporated upstream.
84
    - Fixes X11 forwarding bug.
84
    - Fixes X11 forwarding bug.
85
  * New co-maintainer added.
85
  * New co-maintainer added.
86
  * Rename lsh-utils-doc as lsh-doc. We'll rename the source package after
86
  * Rename lsh-utils-doc as lsh-doc. We'll rename the source package after
87
    Sarge is gone.
87
    Sarge is gone.
88
  * Drop the tarball-in-tarball format and ship a "normal" .orig.tar.gz.
88
  * Drop the tarball-in-tarball format and ship a "normal" .orig.tar.gz.
89
    - Drop 02_fix_perms.dpatch.
89
    - Drop 02_fix_perms.dpatch.
90
    - Add some extra cleanup in debian/rules.
90
    - Add some extra cleanup in debian/rules.
91
  * Increase Standards-Version to 3.7.3. No changes needed.
91
  * Increase Standards-Version to 3.7.3. No changes needed.
92
  * Put some more docs in the packages: README and ChangeLog is now in all
92
  * Put some more docs in the packages: README and ChangeLog is now in all
93
    packages, AUTHORS in lsh-utils. Update debian/copyright to refer to
93
    packages, AUTHORS in lsh-utils. Update debian/copyright to refer to
94
    /usr/share/doc/lsh-utils/AUTHORS (Closes: #421108).
94
    /usr/share/doc/lsh-utils/AUTHORS (Closes: #421108).
95
  * debian/control: Use ${binary:Version} substitution variable instead of
95
  * debian/control: Use ${binary:Version} substitution variable instead of
96
    ${source-version}.
96
    ${source-version}.
97
  * Review Build-depends: Drop patchutils, comerr-dev (redundant),
97
  * Review Build-depends: Drop patchutils, comerr-dev (redundant),
98
    po-debconf (redundant), xutils (makes no difference); add
98
    po-debconf (redundant), xutils (makes no difference); add
99
    autotools-dev, scsh-0.6 (as alternative to guile-1.6).
99
    autotools-dev, scsh-0.6 (as alternative to guile-1.6).
100
  * Drop lshc, the deprecated alias for lsh (Closes: #417426).
100
  * Drop lshc, the deprecated alias for lsh (Closes: #417426).
101
  * 30_nonettle.dpatch: Link dynamically with libnettle-dev instead of
101
  * 30_nonettle.dpatch: Link dynamically with libnettle-dev instead of
102
    statically with the bundled nettle (Closes: #412138).
102
    statically with the bundled nettle (Closes: #412138).
103
  * Don't provide sexp-conv; let lsh-client depend on nettle-bin instead.
103
  * Don't provide sexp-conv; let lsh-client depend on nettle-bin instead.
104
  * Move lsftp and lcp to lsh-client.
104
  * Move lsftp and lcp to lsh-client.
105
  * Put sftp-server in /usr/lib/lsh-server and put the manpage in section
105
  * Put sftp-server in /usr/lib/lsh-server and put the manpage in section
106
    8lsh instead of renaming it (new 20_sftp-server_mansection.dpatch).
106
    8lsh instead of renaming it (new 20_sftp-server_mansection.dpatch).
107
  * Ship lsh.html in lsh-doc.
107
  * Ship lsh.html in lsh-doc.
108
  * Add doc-base entry.
108
  * Add doc-base entry.
109
  * debian/control: Add Homepage field.
109
  * debian/control: Add Homepage field.
110
  * debian/watch: Update dversionmangle to strip -dfsg suffix.
110
  * debian/watch: Update dversionmangle to strip -dfsg suffix.
111
111
112
 -- Magnus Holmgren <holmgren@debian.org>  Thu, 01 May 2008 19:22:18 +0200
112
 -- Magnus Holmgren <holmgren@debian.org>  Thu, 01 May 2008 19:22:18 +0200
113
113
114
lsh-utils (2.0.2-1.1) unstable; urgency=low
114
lsh-utils (2.0.2-1.1) unstable; urgency=low
115
115
116
  * Non-maintainer upload to fix longstanding l10n issues
116
  * Non-maintainer upload to fix longstanding l10n issues
117
  * Debconf templates translations:
117
  * Debconf templates translations:
118
    - Swedish added. Closes: #351641
118
    - Swedish added. Closes: #351641
119
    - Portuguese added. Sent during the call for updates of the NMU campaign.
119
    - Portuguese added. Sent during the call for updates of the NMU campaign.
120
  * Lintian fixes:
120
  * Lintian fixes:
121
    - Do not Build-depend on build-essential
121
    - Do not Build-depend on build-essential
122
    - Add a very basic LSB header to the init script
122
    - Add a very basic LSB header to the init script
123
123
124
 -- Christian Perrier <bubulle@debian.org>  Wed, 13 Dec 2006 22:02:11 +0100
124
 -- Christian Perrier <bubulle@debian.org>  Wed, 13 Dec 2006 22:02:11 +0100
125
125
126
lsh-utils (2.0.2-1) unstable; urgency=low
126
lsh-utils (2.0.2-1) unstable; urgency=low
127
127
128
  * New upstream release
128
  * New upstream release
129
  * The fd leak in the server is known as CVE-2006-0353
129
  * The fd leak in the server is known as CVE-2006-0353
130
  * Support for aes256-ctr.
130
  * Support for aes256-ctr.
131
  * Newer nettle library.
131
  * Newer nettle library.
132
  * Fix for some more fd leaks, but none in the debian default
132
  * Fix for some more fd leaks, but none in the debian default
133
    configuration.
133
    configuration.
134
134
135
 -- Stefan Pfetzing <dreamind@dreamind.de>  Sat, 28 Jan 2006 05:42:16 +0100
135
 -- Stefan Pfetzing <dreamind@dreamind.de>  Sat, 28 Jan 2006 05:42:16 +0100
136
136
137
lsh-utils (2.0.1cdbs-4) unstable; urgency=high
137
lsh-utils (2.0.1cdbs-4) unstable; urgency=high
138
138
139
  * Remove silly debconf questions and correct others. (Closes: Bug#337026)
139
  * Remove silly debconf questions and correct others. (Closes: Bug#337026)
140
  * Switch to dpatch.
140
  * Switch to dpatch.
141
  * Make lsh-utils build on a grsecurity system.
141
  * Make lsh-utils build on a grsecurity system.
142
  * Remove /var/spool/lsh upon purge.
142
  * Remove /var/spool/lsh upon purge.
143
  * Update Vietnamese debconf translation.
143
  * Update Vietnamese debconf translation.
144
  * Update German debconf translation.
144
  * Update German debconf translation.
145
  * Update Danish debconf translation.
145
  * Update Danish debconf translation.
146
  * Update Czech debconf translation.
146
  * Update Czech debconf translation.
147
  * Update Dutch debconf translation.
147
  * Update Dutch debconf translation.
148
  * Update Russian debconf translation. (Closes: Bug#349180)
148
  * Update Russian debconf translation. (Closes: Bug#349180)
149
  * Update French debconf translation. (Closes: Bug#348822)
149
  * Update French debconf translation. (Closes: Bug#348822)
150
  * Have lsh-server provide ssh-server. (Closes: Bug#348844)
150
  * Have lsh-server provide ssh-server. (Closes: Bug#348844)
151
  * Update the watch file format version to the latest (3).
151
  * Update the watch file format version to the latest (3).
152
  * Have uscan remove the "cdbs" version extension.
152
  * Have uscan remove the "cdbs" version extension.
153
  * Fix fd leak in the lsh-server.
153
  * Fix fd leak in the lsh-server.
154
    This is to be security related, so upload it with a high urgency.
154
    This is to be security related, so upload it with a high urgency.
155
    (Closes: Bug#349303)
155
    (Closes: Bug#349303)
156
156
157
 -- Stefan Pfetzing <dreamind@dreamind.de>  Sun, 22 Jan 2006 06:30:43 +0100
157
 -- Stefan Pfetzing <dreamind@dreamind.de>  Sun, 22 Jan 2006 06:30:43 +0100
158
158
159
lsh-utils (2.0.1cdbs-3) unstable; urgency=low
159
lsh-utils (2.0.1cdbs-3) unstable; urgency=low
160
160
161
  * The 2.0 release removed the "pesky" identity file error.
161
  * The 2.0 release removed the "pesky" identity file error.
162
    (Closes: Bug#214167)
162
    (Closes: Bug#214167)
163
  * Update Danish debconf translation.
163
  * Update Danish debconf translation.
164
  * Update Vietnamese debconf translation.
164
  * Update Vietnamese debconf translation.
165
  * Update French debconf translation. (Closes: Bug#347543)
165
  * Update French debconf translation. (Closes: Bug#347543)
166
  * Update Russian debconf translation. (Closes: Bug#348138)
166
  * Update Russian debconf translation. (Closes: Bug#348138)
167
  * Do not regenerate debian/rules. (Closes: Bug#347891)
167
  * Do not regenerate debian/rules. (Closes: Bug#347891)
168
168
169
 -- Stefan Pfetzing <dreamind@dreamind.de>  Sun, 15 Jan 2006 21:02:36 +0100
169
 -- Stefan Pfetzing <dreamind@dreamind.de>  Sun, 15 Jan 2006 21:02:36 +0100
170
170
171
lsh-utils (2.0.1cdbs-2) unstable; urgency=low
171
lsh-utils (2.0.1cdbs-2) unstable; urgency=low
172
172
173
  * No longer build-depend on xlibs-dev, use libxau-dev instead.
173
  * No longer build-depend on xlibs-dev, use libxau-dev instead.
174
    (Closes: Bug#347143)
174
    (Closes: Bug#347143)
175
  * Depend on comerr-dev too, otherwise kerberos support would be broken.
175
  * Depend on comerr-dev too, otherwise kerberos support would be broken.
176
176
177
 -- Stefan Pfetzing <dreamind@dreamind.de>  Thu, 12 Jan 2006 19:34:23 +0100
177
 -- Stefan Pfetzing <dreamind@dreamind.de>  Thu, 12 Jan 2006 19:34:23 +0100
178
178
179
lsh-utils (2.0.1cdbs-1) unstable; urgency=low
179
lsh-utils (2.0.1cdbs-1) unstable; urgency=low
180
180
181
  * Change the build system to cdbs.
181
  * Change the build system to cdbs.
182
    (And hopefully don't introduce any new bugs.)
182
    (And hopefully don't introduce any new bugs.)
183
  * Make lintian happy with the odieresis in the manpages.
183
  * Make lintian happy with the odieresis in the manpages.
184
  * Fix debian/control, so it can be autogenerated by cdbs.
184
  * Fix debian/control, so it can be autogenerated by cdbs.
185
  * Conflict lsh, and rename lshc to lsh.
185
  * Conflict lsh, and rename lshc to lsh.
186
  * Include a small shell script to notify users.
186
  * Include a small shell script to notify users.
187
  * Make stop act the same way graceful-stop was doing already.
187
  * Make stop act the same way graceful-stop was doing already.
188
    This helps not to accidently kill your own lsh connection.
188
    This helps not to accidently kill your own lsh connection.
189
  * Update debconf po files.
189
  * Update debconf po files.
190
  * Update the German debconf translation.
190
  * Update the German debconf translation.
191
  * Remove the SSH1 notice from lsh-server's package description.
191
  * Remove the SSH1 notice from lsh-server's package description.
192
  * Make the lsh-server package suggest lsh-client or openssh-client.
192
  * Make the lsh-server package suggest lsh-client or openssh-client.
193
  * Add a small note on how to use the lsh client. (Closes: Bug#109899)
193
  * Add a small note on how to use the lsh client. (Closes: Bug#109899)
194
  * No longer FTBFS because of wrong debian/rules. (Closes: Bug#344747)
194
  * No longer FTBFS because of wrong debian/rules. (Closes: Bug#344747)
195
  * Update Czech translation. (Closes: Bug#345141)
195
  * Update Czech translation. (Closes: Bug#345141)
196
196
197
 -- Stefan Pfetzing <dreamind@dreamind.de>  Mon,  9 Jan 2006 00:36:44 +0100
197
 -- Stefan Pfetzing <dreamind@dreamind.de>  Mon,  9 Jan 2006 00:36:44 +0100
198
198
199
lsh-utils (2.0.1-5) unstable; urgency=low
199
lsh-utils (2.0.1-5) unstable; urgency=low
200
200
201
  * Make lsh-utils depend on lsh-client. (Closes: Bug#338014)
201
  * Make lsh-utils depend on lsh-client. (Closes: Bug#338014)
202
  * Fix lshg to look for lshc instead of lsh. (Closes: Bug#320554)
202
  * Fix lshg to look for lshc instead of lsh. (Closes: Bug#320554)
203
  * Fix lcp to look for lshc instead of lsh. (Closes: Bug#338015)
203
  * Fix lcp to look for lshc instead of lsh. (Closes: Bug#338015)
204
  * Add lcp manpage. (Closes: Bug#338017)
204
  * Add lcp manpage. (Closes: Bug#338017)
205
  * Clarify package description. lsh should be considered stable now.
205
  * Clarify package description. lsh should be considered stable now.
206
    (Closes: Bug#211317)
206
    (Closes: Bug#211317)
207
  * Update Russian debconf translation. (Closes: Bug#338170)
207
  * Update Russian debconf translation. (Closes: Bug#338170)
208
  * Update French debconf translation. (Closes: Bug#338104)
208
  * Update French debconf translation. (Closes: Bug#338104)
209
  * Update Danish debconf translation. (Closes: Bug#337017)
209
  * Update Danish debconf translation. (Closes: Bug#337017)
210
  * Change guile1.4-slib to guile-1.6 since slib.scm is included
210
  * Change guile1.4-slib to guile-1.6 since slib.scm is included
211
    with guile-1.6-libs, and we need the scheme interpreter.
211
    with guile-1.6-libs, and we need the scheme interpreter.
212
  * Add myself to the uploaders list.
212
  * Add myself to the uploaders list.
213
  * Approve NMUs.
213
  * Approve NMUs.
214
    (Closes: Bug#300496,Bug#318211,Bug#326328,Bug#326329,Bug#332012)
214
    (Closes: Bug#300496,Bug#318211,Bug#326328,Bug#326329,Bug#332012)
215
    (Closes: Bug#271911,Bug#312617,Bug#313975,Bug#304697,Bug#319933)
215
    (Closes: Bug#271911,Bug#312617,Bug#313975,Bug#304697,Bug#319933)
216
216
217
 -- Stefan Pfetzing <dreamind@dreamind.de>  Thu, 10 Nov 2005 21:36:44 +0100
217
 -- Stefan Pfetzing <dreamind@dreamind.de>  Thu, 10 Nov 2005 21:36:44 +0100
218
218
219
lsh-utils (2.0.1-4.2) unstable; urgency=low
219
lsh-utils (2.0.1-4.2) unstable; urgency=low
220
220
221
  * NMU.
221
  * NMU.
222
  * Make sftp support availible via debconf. (Closes: Bug#304697)
222
  * Make sftp support availible via debconf. (Closes: Bug#304697)
223
  * Rebuild against libreadline5 and change build-deps.
223
  * Rebuild against libreadline5 and change build-deps.
224
    (Closes: Bug#326328,Bug#326329)
224
    (Closes: Bug#326328,Bug#326329)
225
  * Rebuild with fixed debconf deps. (Closes: Bug#332012)
225
  * Rebuild with fixed debconf deps. (Closes: Bug#332012)
226
  * Update FSF address in debian/copyright.
226
  * Update FSF address in debian/copyright.
227
  * Add czech po file. (Closes: Bug#319933) 
227
  * Add czech po file. (Closes: Bug#319933) 
228
228
229
 -- Stefan Pfetzing <dreamind@dreamind.de>  Mon, 31 Oct 2005 14:21:54 +0100
229
 -- Stefan Pfetzing <dreamind@dreamind.de>  Mon, 31 Oct 2005 14:21:54 +0100
230
230
231
lsh-utils (2.0.1-4.1) unstable; urgency=low
231
lsh-utils (2.0.1-4.1) unstable; urgency=low
232
232
233
  * NMU.
233
  * NMU.
234
  * Trigger a rebuild to build against libgmp3c2. (Closes: Bug#318211)
234
  * Trigger a rebuild to build against libgmp3c2. (Closes: Bug#318211)
235
  * Make lsh-server suggest openssh-client or ssh.
235
  * Make lsh-server suggest openssh-client or ssh.
236
  * Fix Package description (Closes: Bug#271911)
236
  * Fix Package description (Closes: Bug#271911)
237
  * Add vietnamese debconf localization. (Closes: Bug#312617)
237
  * Add vietnamese debconf localization. (Closes: Bug#312617)
238
  * Update german debconf localization. (Closes: Bug#313975)
238
  * Update german debconf localization. (Closes: Bug#313975)
239
  * Rebuild fixes lshc host-acls (Closes: Bug#300496)
239
  * Rebuild fixes lshc host-acls (Closes: Bug#300496)
240
  * Bump standards-version, no changes needed. (make lintian happy)
240
  * Bump standards-version, no changes needed. (make lintian happy)
241
241
242
 -- Stefan Pfetzing <dreamind@dreamind.de>  Sun, 14 Aug 2005 17:04:55 +0200
242
 -- Stefan Pfetzing <dreamind@dreamind.de>  Sun, 14 Aug 2005 17:04:55 +0200
243
243
244
lsh-utils (2.0.1-4) unstable; urgency=high
244
lsh-utils (2.0.1-4) unstable; urgency=high
245
245
246
  * Trigger a rebuild, because the i386 package wasn't built properly.
246
  * Trigger a rebuild, because the i386 package wasn't built properly.
247
    (Closes: Bug#309365)
247
    (Closes: Bug#309365)
248
248
249
 -- Simon Law <sfllaw@debian.org>  Mon, 16 May 2005 16:54:00 -0400
249
 -- Simon Law <sfllaw@debian.org>  Mon, 16 May 2005 16:54:00 -0400
250
250
251
lsh-utils (2.0.1-3) unstable; urgency=high
251
lsh-utils (2.0.1-3) unstable; urgency=high
252
252
253
  * Remove the unnecessary nettle-lfib-stream program.  (Closes: Bug#308233)
253
  * Remove the unnecessary nettle-lfib-stream program.  (Closes: Bug#308233)
254
254
255
 -- Simon Law <sfllaw@debian.org>  Mon,  9 May 2005 19:25:56 -0400
255
 -- Simon Law <sfllaw@debian.org>  Mon,  9 May 2005 19:25:56 -0400
256
256
257
lsh-utils (2.0.1-2.1) unstable; urgency=high
257
lsh-utils (2.0.1-2.1) unstable; urgency=high
258
258
259
  * NMU
259
  * NMU
260
  * Remove --nist-level option to lsh-keygen since it has changed to using RSA
260
  * Remove --nist-level option to lsh-keygen since it has changed to using RSA
261
    keys now and the old --nist-level setting breaks it. Closes: #301968
261
    keys now and the old --nist-level setting breaks it. Closes: #301968
262
  * High urgency upload since 2.0.1 is needed in testing due to the security
262
  * High urgency upload since 2.0.1 is needed in testing due to the security
263
    fix.
263
    fix.
264
264
265
 -- Joey Hess <joeyh@debian.org>  Sat,  9 Apr 2005 15:02:22 -0400
265
 -- Joey Hess <joeyh@debian.org>  Sat,  9 Apr 2005 15:02:22 -0400
266
266
267
lsh-utils (2.0.1-2) unstable; urgency=high
267
lsh-utils (2.0.1-2) unstable; urgency=high
268
268
269
  * Fix up path resolution problems.  (Closes: Bug#301039)
269
  * Fix up path resolution problems.  (Closes: Bug#301039)
270
    Thanks to Stefan Pfetzing <dreamind@dreamind.de>
270
    Thanks to Stefan Pfetzing <dreamind@dreamind.de>
271
  * Added a build-depends on m4.  (Closes: Bug#300874)
271
  * Added a build-depends on m4.  (Closes: Bug#300874)
272
  * Denial of service attack is now known as CAN-2005-0814.
272
  * Denial of service attack is now known as CAN-2005-0814.
273
273
274
 -- Simon Law <sfllaw@debian.org>  Sat, 26 Mar 2005 13:29:27 -0500
274
 -- Simon Law <sfllaw@debian.org>  Sat, 26 Mar 2005 13:29:27 -0500
275
275
276
lsh-utils (2.0.1-1) unstable; urgency=high
276
lsh-utils (2.0.1-1) unstable; urgency=high
277
277
278
  * New upstream release
278
  * New upstream release
279
   - Fix denial of service attack documented in CAN-2005-0389
279
   - Fix denial of service attack documented in CAN-2005-0389
280
280
281
 -- Simon Law <sfllaw@debian.org>  Fri, 18 Mar 2005 17:24:10 -0500
281
 -- Simon Law <sfllaw@debian.org>  Fri, 18 Mar 2005 17:24:10 -0500
282
282
283
lsh-utils (2.0-1) unstable; urgency=high
283
lsh-utils (2.0-1) unstable; urgency=high
284
284
285
  * New upstream release.
285
  * New upstream release.
286
  * Remove extraneous symlinks.  (Closes: Bug#291010)
286
  * Remove extraneous symlinks.  (Closes: Bug#291010)
287
  * Acknowledge NMUs.  (Closes: Bug#293020, Bug#255643)
287
  * Acknowledge NMUs.  (Closes: Bug#293020, Bug#255643)
288
288
289
 -- Simon Law <sfllaw@debian.org>  Thu, 17 Mar 2005 18:51:12 -0500
289
 -- Simon Law <sfllaw@debian.org>  Thu, 17 Mar 2005 18:51:12 -0500
290
290
291
lsh-utils (1.4.2-8.2) unstable; urgency=low
291
lsh-utils (1.4.2-8.2) unstable; urgency=low
292
292
293
  * Non-maintainer upload with maintainer"s agreement
293
  * Non-maintainer upload with maintainer"s agreement
294
  * Fix FTBFS with gcc-4.0 for amd64 builds
294
  * Fix FTBFS with gcc-4.0 for amd64 builds
295
    Thanks to Andreas Jochens for providing the patch
295
    Thanks to Andreas Jochens for providing the patch
296
    Closes: #293020
296
    Closes: #293020
297
297
298
 -- Christian Perrier <bubulle@debian.org>  Tue,  1 Feb 2005 07:10:17 +0100
298
 -- Christian Perrier <bubulle@debian.org>  Tue,  1 Feb 2005 07:10:17 +0100
299
299
300
lsh-utils (1.4.2-8.1) unstable; urgency=low
300
lsh-utils (1.4.2-8.1) unstable; urgency=low
301
301
302
  * Non-maintainer upload with maintainer's agreement
302
  * Non-maintainer upload with maintainer's agreement
303
    for fixing longstanding l10n issues
303
    for fixing longstanding l10n issues
304
  * Translations:
304
  * Translations:
305
    - French added. Closes: #255643
305
    - French added. Closes: #255643
306
    - Danish added. Thanks to Claus Hindsgaul
306
    - Danish added. Thanks to Claus Hindsgaul
307
    - Russian added. Thanks to Yuri Kozlov
307
    - Russian added. Thanks to Yuri Kozlov
308
    - Norwegian Nynorsk added. Thanks to Håvard Korsvoll
308
    - Norwegian Nynorsk added. Thanks to Håvard Korsvoll
309
    - Dutch added. Thanks to Luk Claes.
309
    - Dutch added. Thanks to Luk Claes.
310
  * Typo fixes in templates (translations unfuzzied):
310
  * Typo fixes in templates (translations unfuzzied):
311
    - s/woul dlike/would like
311
    - s/woul dlike/would like
312
    - s/ifyou/if you
312
    - s/ifyou/if you
313
313
314
 -- Christian Perrier <bubulle@debian.org>  Thu, 13 Jan 2005 23:29:09 +0100
314
 -- Christian Perrier <bubulle@debian.org>  Thu, 13 Jan 2005 23:29:09 +0100
315
315
316
lsh-utils (1.4.2-8) unstable; urgency=medium
316
lsh-utils (1.4.2-8) unstable; urgency=medium
317
317
318
  * Register sexp-conv with the alternatives system so that it doesn't
318
  * Register sexp-conv with the alternatives system so that it doesn't
319
    conflict with the binary of the same name (and function) shipped with
319
    conflict with the binary of the same name (and function) shipped with
320
    nettle-bin (Closes: Bug#274772)
320
    nettle-bin (Closes: Bug#274772)
321
    - This kludge brought to you by Marek Habersack <grendel@debian.org>.
321
    - This kludge brought to you by Marek Habersack <grendel@debian.org>.
322
322
323
 -- Simon Law <sfllaw@debian.org>  Sun,  5 Dec 2004 15:15:59 -0500
323
 -- Simon Law <sfllaw@debian.org>  Sun,  5 Dec 2004 15:15:59 -0500
324
324
325
lsh-utils (1.4.2-7) unstable; urgency=low
325
lsh-utils (1.4.2-7) unstable; urgency=low
326
326
327
  * New maintainer.
327
  * New maintainer.
328
  * Fix build problem. (Closes: Bug#242040)
328
  * Fix build problem. (Closes: Bug#242040)
329
  * Use gettext-based Debconf templates.  Thanks to Martin Quinson.  
329
  * Use gettext-based Debconf templates.  Thanks to Martin Quinson.  
330
    (Closes: Bug#239870)
330
    (Closes: Bug#239870)
331
  * Upgraded to Policy 3.6.1.
331
  * Upgraded to Policy 3.6.1.
332
  * Upgraded to Debhelper 4.
332
  * Upgraded to Debhelper 4.
333
333
334
 -- Simon Law <sfllaw@debian.org>  Wed,  2 Jun 2004 17:56:39 -0400
334
 -- Simon Law <sfllaw@debian.org>  Wed,  2 Jun 2004 17:56:39 -0400
335
335
336
lsh-utils (1.4.2-6) unstable; urgency=HIGH
336
lsh-utils (1.4.2-6) unstable; urgency=HIGH
337
337
338
  * Applied patch to fix root security hole (closes: #211662)
338
  * Applied patch to fix root security hole (closes: #211662)
339
  * Build kerberos support against heimdal rather than krb (closes: #199067)
339
  * Build kerberos support against heimdal rather than krb (closes: #199067)
340
340
341
 -- Timshel Knoll <timshel@debian.org>  Sat, 20 Sep 2003 11:42:27 +1000
341
 -- Timshel Knoll <timshel@debian.org>  Sat, 20 Sep 2003 11:42:27 +1000
342
342
343
lsh-utils (1.4.2-5) unstable; urgency=low
343
lsh-utils (1.4.2-5) unstable; urgency=low
344
344
345
  * debian/control: Removed alternative of scsh in place of guile1.4-slib from
345
  * debian/control: Removed alternative of scsh in place of guile1.4-slib from
346
    Build-Depends, we really need the latter to build lsh. (closes: #192771)
346
    Build-Depends, we really need the latter to build lsh. (closes: #192771)
347
347
348
 -- Timshel Knoll <timshel@debian.org>  Sun,  8 Jun 2003 17:44:58 +1000
348
 -- Timshel Knoll <timshel@debian.org>  Sun,  8 Jun 2003 17:44:58 +1000
349
349
350
lsh-utils (1.4.2-4) unstable; urgency=low
350
lsh-utils (1.4.2-4) unstable; urgency=low
351
351
352
  * Just Build-Depend on liboop-dev, not liboop4-dev | liboop-dev (there is
352
  * Just Build-Depend on liboop-dev, not liboop4-dev | liboop-dev (there is
353
    no liboop4-dev, whoops!) (closes: #192172)
353
    no liboop4-dev, whoops!) (closes: #192172)
354
  * lsh-server: Added lintian override for missing-debconf-dependency
354
  * lsh-server: Added lintian override for missing-debconf-dependency
355
    (lsh-server falls back to asking the user if debconf isn't installed)
355
    (lsh-server falls back to asking the user if debconf isn't installed)
356
356
357
 -- Timshel Knoll <timshel@debian.org>  Thu,  8 May 2003 02:24:52 +1000
357
 -- Timshel Knoll <timshel@debian.org>  Thu,  8 May 2003 02:24:52 +1000
358
358
359
lsh-utils (1.4.2-3) unstable; urgency=low
359
lsh-utils (1.4.2-3) unstable; urgency=low
360
360
361
  * debian/control: Priority: extra; lsh-utils-doc changed to Section: doc
361
  * debian/control: Priority: extra; lsh-utils-doc changed to Section: doc
362
  * Policy 3.5.9
362
  * Policy 3.5.9
363
  * Re-compile against liboop4
363
  * Re-compile against liboop4
364
364
365
 -- Timshel Knoll <timshel@debian.org>  Wed, 30 Apr 2003 23:08:41 +1000
365
 -- Timshel Knoll <timshel@debian.org>  Wed, 30 Apr 2003 23:08:41 +1000
366
366
367
lsh-utils (1.4.2-2) unstable; urgency=low
367
lsh-utils (1.4.2-2) unstable; urgency=low
368
368
369
  * debian/control: Build-Depend on xutils (closes: #160666)
369
  * debian/control: Build-Depend on xutils (closes: #160666)
370
  * Rename sftp-server to sftp-server.lsh to work around name conflict with
370
  * Rename sftp-server to sftp-server.lsh to work around name conflict with
371
    ssh's sftp-server. (closes: #160611) Maybe this should eventually be
371
    ssh's sftp-server. (closes: #160611) Maybe this should eventually be
372
    handled with alternatives?
372
    handled with alternatives?
373
373
374
 -- Timshel Knoll <timshel@debian.org>  Fri, 13 Sep 2002 11:14:43 +1000
374
 -- Timshel Knoll <timshel@debian.org>  Fri, 13 Sep 2002 11:14:43 +1000
375
375
376
lsh-utils (1.4.2-1) unstable; urgency=low
376
lsh-utils (1.4.2-1) unstable; urgency=low
377
377
378
  * New upstream release, a number of new programs come in this release
378
  * New upstream release, a number of new programs come in this release
379
  * debian/control: Added lots of new Build-Depends: for 1.4.x series:
379
  * debian/control: Added lots of new Build-Depends: for 1.4.x series:
380
    + liboop-dev      required for main lsh servers
380
    + liboop-dev      required for main lsh servers
381
    + xlibs-dev       the lshc client now supports X11 forwarding and hence
381
    + xlibs-dev       the lshc client now supports X11 forwarding and hence
382
                      links with libXau: yay!
382
                      links with libXau: yay!
383
    + libkrb5-dev     for the lsh-krb-checkpw password helper program. This is
383
    + libkrb5-dev     for the lsh-krb-checkpw password helper program. This is
384
                      still not working however, see README.Debian for details,
384
                      still not working however, see README.Debian for details,
385
                      but I've left the Build-Dep here in stubborn hope :-)
385
                      but I've left the Build-Dep here in stubborn hope :-)
386
    + libwrap-dev     For lots of the lsh programs to use the TCP wrappers
386
    + libwrap-dev     For lots of the lsh programs to use the TCP wrappers
387
    + libpam-dev      Required for the lsh-pam-checkpw password helper program
387
    + libpam-dev      Required for the lsh-pam-checkpw password helper program
388
    + libreadline-dev Required for lsftp's the interactive mode
388
    + libreadline-dev Required for lsftp's the interactive mode
389
  * debian/lsh-server.{config,templates,postrm}: ask whether to remove
389
  * debian/lsh-server.{config,templates,postrm}: ask whether to remove
390
    host keys when lsh-server is purged, all versions of lshd from now on
390
    host keys when lsh-server is purged, all versions of lshd from now on
391
    should not disconnect users when the server is restarted - very useful
391
    should not disconnect users when the server is restarted - very useful
392
    when lsh'd into a box doing an "apt-get install lsh-server" !!! :-)
392
    when lsh'd into a box doing an "apt-get install lsh-server" !!! :-)
393
  * debian/lsh-server.config: modularised. Now uses a function
393
  * debian/lsh-server.config: modularised. Now uses a function
394
    for each debconf question, and has an array of function references.
394
    for each debconf question, and has an array of function references.
395
    Check it out :-)
395
    Check it out :-)
396
  * debian/mans/<lots-of-stuff>:
396
  * debian/mans/<lots-of-stuff>:
397
    Added manpages for new programs, updated some existing manpages
397
    Added manpages for new programs, updated some existing manpages
398
  * lshd now needs a random seed file, which needs to be generated before lshd
398
  * lshd now needs a random seed file, which needs to be generated before lshd
399
    can be run. Unfortunately, this operation requires user input, so this
399
    can be run. Unfortunately, this operation requires user input, so this
400
    can't really be done in the postinst (problems with debconf etc.). This
400
    can't really be done in the postinst (problems with debconf etc.). This
401
    also means that the host key can't be generated in the postinst, since
401
    also means that the host key can't be generated in the postinst, since
402
    lsh-keygen and lsh-writekey both need the random seed to exist.
402
    lsh-keygen and lsh-writekey both need the random seed to exist.
403
  * debian/lsh-server.init.d: generate the host key here if the random seed
403
  * debian/lsh-server.init.d: generate the host key here if the random seed
404
    exists, fail if it doesn't.
404
    exists, fail if it doesn't.
405
405
406
 -- Timshel Knoll <timshel@debian.org>  Wed, 11 Sep 2002 12:42:56 +1000
406
 -- Timshel Knoll <timshel@debian.org>  Wed, 11 Sep 2002 12:42:56 +1000
407
407
408
lsh-utils (1.2.5-3) unstable; urgency=low
408
lsh-utils (1.2.5-3) unstable; urgency=low
409
409
410
  * debian/control:
410
  * debian/control:
411
    - Updated description to remove "export from US is illegal" information
411
    - Updated description to remove "export from US is illegal" information
412
    - Removed France from the list of countries where crypto may be illegal
412
    - Removed France from the list of countries where crypto may be illegal
413
  * debian/mans/{srp-gen.1,sexp-conv.1}: manpage neatened / errors fixed
413
  * debian/mans/{srp-gen.1,sexp-conv.1}: manpage neatened / errors fixed
414
  * debian/scripts/lsh-server-config, debian/lsh-server.postrm:
414
  * debian/scripts/lsh-server-config, debian/lsh-server.postrm:
415
    Also create / remove /etc/ssh/sshd_not_to_be_run at appropriate times to
415
    Also create / remove /etc/ssh/sshd_not_to_be_run at appropriate times to
416
    prevent sshd from being run, not just /etc/ssh/NOSERVER
416
    prevent sshd from being run, not just /etc/ssh/NOSERVER
417
  * debian/lsh-server.init.d: fixed issues with ssh1 fallback, it didn't work
417
  * debian/lsh-server.init.d: fixed issues with ssh1 fallback, it didn't work
418
    before (typo in variable names)
418
    before (typo in variable names)
419
419
420
 -- Timshel Knoll <timshel@debian.org>  Mon, 15 Apr 2002 22:41:58 +1000
420
 -- Timshel Knoll <timshel@debian.org>  Mon, 15 Apr 2002 22:41:58 +1000
421
421
422
lsh-utils (1.2.5-2) unstable; urgency=low
422
lsh-utils (1.2.5-2) unstable; urgency=low
423
423
424
  * Packages moved into main from non-US, yay! Now Section: net
424
  * Packages moved into main from non-US, yay! Now Section: net
425
  * Fixed &>/dev/null bash-ism redirects in upstream's lsh-authorize
425
  * Fixed &>/dev/null bash-ism redirects in upstream's lsh-authorize
426
    replaced with >/dev/null 2>&1
426
    replaced with >/dev/null 2>&1
427
  * debian/control: fixed misspelling in -doc package description
427
  * debian/control: fixed misspelling in -doc package description
428
    (closes: #125097)
428
    (closes: #125097)
429
  * src/lsh.c: changed "lsh" references to "lshc" (closes: #109898)
429
  * src/lsh.c: changed "lsh" references to "lshc" (closes: #109898)
430
430
431
 -- Timshel Knoll <timshel@debian.org>  Wed, 27 Mar 2002 01:07:34 +1100
431
 -- Timshel Knoll <timshel@debian.org>  Wed, 27 Mar 2002 01:07:34 +1100
432
432
433
lsh-utils (1.2.5-1) unstable; urgency=low
433
lsh-utils (1.2.5-1) unstable; urgency=low
434
434
435
  * New upstream release
435
  * New upstream release
436
  * Added German debconf translation (thanks to Sebastian Feltel)
436
  * Added German debconf translation (thanks to Sebastian Feltel)
437
    (closes: #114339)
437
    (closes: #114339)
438
  * debian/copyright: fixed misspelling, common-licences -> common-licenses 
438
  * debian/copyright: fixed misspelling, common-licences -> common-licenses 
439
439
440
 -- Timshel Knoll <timshel@debian.org>  Tue, 30 Oct 2001 15:44:43 +1100
440
 -- Timshel Knoll <timshel@debian.org>  Tue, 30 Oct 2001 15:44:43 +1100
441
441
442
lsh-utils (1.2.3-1) unstable; urgency=low
442
lsh-utils (1.2.3-1) unstable; urgency=low
443
443
444
  * New upstream release
444
  * New upstream release
445
  * debian/control: Don't Build-Depend on libgmp2-dev (closes: #104285)
445
  * debian/control: Don't Build-Depend on libgmp2-dev (closes: #104285)
446
446
447
 -- Timshel Knoll <timshel@debian.org>  Thu, 12 Jul 2001 11:26:47 +1000
447
 -- Timshel Knoll <timshel@debian.org>  Thu, 12 Jul 2001 11:26:47 +1000
448
448
449
lsh-utils (1.2.2-2) unstable; urgency=low
449
lsh-utils (1.2.2-2) unstable; urgency=low
450
450
451
  * Applied Niel's IPv6 patch, to get lshd working on systems without IPv6
451
  * Applied Niel's IPv6 patch, to get lshd working on systems without IPv6
452
    (closes: Bug#97623)
452
    (closes: Bug#97623)
453
453
454
 -- Timshel Knoll <timshel@debian.org>  Wed, 23 May 2001 09:38:03 +1000
454
 -- Timshel Knoll <timshel@debian.org>  Wed, 23 May 2001 09:38:03 +1000
455
455
456
lsh-utils (1.2.2-1) unstable; urgency=low
456
lsh-utils (1.2.2-1) unstable; urgency=low
457
457
458
  * New upstream release
458
  * New upstream release
459
459
460
 -- Timshel Knoll <timshel@debian.org>  Sat, 12 May 2001 23:58:20 +1000
460
 -- Timshel Knoll <timshel@debian.org>  Sat, 12 May 2001 23:58:20 +1000
461
461
462
lsh-utils (1.2.1-1) unstable; urgency=low
462
lsh-utils (1.2.1-1) unstable; urgency=low
463
463
464
  * New upstream release
464
  * New upstream release
465
465
466
 -- Timshel Knoll <timshel@debian.org>  Sat, 21 Apr 2001 21:52:01 +1000
466
 -- Timshel Knoll <timshel@debian.org>  Sat, 21 Apr 2001 21:52:01 +1000
467
467
468
lsh-utils (1.2-1) unstable; urgency=low
468
lsh-utils (1.2-1) unstable; urgency=low
469
469
470
  * New upstream release
470
  * New upstream release
471
  * Fixes do debian/installmans.pl's manpage section regex and sanity
471
  * Fixes do debian/installmans.pl's manpage section regex and sanity
472
    checking
472
    checking
473
  * Added manpage for new binary lshg (in lsh-client package), did
473
  * Added manpage for new binary lshg (in lsh-client package), did
474
    some updates for the lshc binary as options have been added.
474
    some updates for the lshc binary as options have been added.
475
  * Heaps of packaging fixes/updates.
475
  * Heaps of packaging fixes/updates.
476
476
477
 -- Timshel Knoll <timshel@debian.org>  Thu, 12 Apr 2001 13:02:27 +1000
477
 -- Timshel Knoll <timshel@debian.org>  Thu, 12 Apr 2001 13:02:27 +1000
478
478
479
lsh-utils (1.0.2-3) unstable; urgency=low
479
lsh-utils (1.0.2-3) unstable; urgency=low
480
480
481
  * debian/control: Split into 4 packages, lsh-utils, lsh-client,
481
  * debian/control: Split into 4 packages, lsh-utils, lsh-client,
482
    lsh-server and lsh-utils-doc, Standards-Version: 3.5.2,
482
    lsh-server and lsh-utils-doc, Standards-Version: 3.5.2,
483
    Build-Depends: zlib1g-dev -> libz-dev, added guile1.4-slib | scsh
483
    Build-Depends: zlib1g-dev -> libz-dev, added guile1.4-slib | scsh
484
  * Pulled original upstream configure script back in and modified that
484
  * Pulled original upstream configure script back in and modified that
485
    rather than re-generating with autoconf, which made for a huge .diff.gz.
485
    rather than re-generating with autoconf, which made for a huge .diff.gz.
486
  * lsh-server package debconf-ized, lsh-server-config script added
486
  * lsh-server package debconf-ized, lsh-server-config script added
487
    to configure lshd.
487
    to configure lshd.
488
  * debian/rules: Added support for DEB_BUILD_OPTIONS=nostrip,debug
488
  * debian/rules: Added support for DEB_BUILD_OPTIONS=nostrip,debug
489
489
490
 -- Timshel Knoll <timshel@debian.org>  Mon,  9 Apr 2001 23:59:47 -0700
490
 -- Timshel Knoll <timshel@debian.org>  Mon,  9 Apr 2001 23:59:47 -0700
491
491
492
lsh-utils (1.0.2-2) unstable; urgency=low
492
lsh-utils (1.0.2-2) unstable; urgency=low
493
493
494
  * Changed order of ./configure checks for gmp.h and gmp2/gmp.h to fix
494
  * Changed order of ./configure checks for gmp.h and gmp2/gmp.h to fix
495
    compile failure - this now checks for gmp2/gmp.h first and thus fixes
495
    compile failure - this now checks for gmp2/gmp.h first and thus fixes
496
    the problem. This compile is against libgmp3.
496
    the problem. This compile is against libgmp3.
497
  * debian/installmans.pl: perl Debian::Debhelper program to install manpages
497
  * debian/installmans.pl: perl Debian::Debhelper program to install manpages
498
    properly - this replaces the dh_installmanpages call in debian/rules
498
    properly - this replaces the dh_installmanpages call in debian/rules
499
    which will mean that manpages are installed under their correct names.
499
    which will mean that manpages are installed under their correct names.
500
    (ie. lsh.1 will be installed as lshc.1) (closes: Bug#88197).
500
    (ie. lsh.1 will be installed as lshc.1) (closes: Bug#88197).
501
  * debian/control: Standards-Version: 3.1.1, Build-Depends: added
501
  * debian/control: Standards-Version: 3.1.1, Build-Depends: added
502
    (including texinfo and libgmp2-dev | libgmp3-dev
502
    (including texinfo and libgmp2-dev | libgmp3-dev
503
     - (closes: Bug#79645, Bug#84532)).
503
     - (closes: Bug#79645, Bug#84532)).
504
  * debian/rules: Removed call to obsolete dh_suidregister.
504
  * debian/rules: Removed call to obsolete dh_suidregister.
505
  * debian/init.d: changed default port of lshd from 2223 to 2222 (it should
505
  * debian/init.d: changed default port of lshd from 2223 to 2222 (it should
506
    have been this from the start, since ssh runs on port 22 _not_ 23). :-)
506
    have been this from the start, since ssh runs on port 22 _not_ 23). :-)
507
507
508
 -- Timshel Knoll <timshel@debian.org>  Tue, 13 Mar 2001 09:54:33 +1100
508
 -- Timshel Knoll <timshel@debian.org>  Tue, 13 Mar 2001 09:54:33 +1100
509
509
510
lsh-utils (1.0.2-1) unstable; urgency=low
510
lsh-utils (1.0.2-1) unstable; urgency=low
511
511
512
  * New upstream release (closes: Bug#75042)
512
  * New upstream release (closes: Bug#75042)
513
513
514
 -- Timshel Knoll <timshel@debian.org>  Tue, 12 Dec 2000 11:38:13 +1100
514
 -- Timshel Knoll <timshel@debian.org>  Tue, 12 Dec 2000 11:38:13 +1100
515
515
516
lsh-utils (1.0.1-2) unstable; urgency=low
516
lsh-utils (1.0.1-2) unstable; urgency=low
517
517
518
  * Fixed typo in debian/postinst (lsh_writekey needs -o before output
518
  * Fixed typo in debian/postinst (lsh_writekey needs -o before output
519
    filename) (closes: Bug#71240)
519
    filename) (closes: Bug#71240)
520
520
521
 -- Timshel Knoll <timshel@debian.org>  Mon, 18 Sep 2000 23:52:02 +1100
521
 -- Timshel Knoll <timshel@debian.org>  Mon, 18 Sep 2000 23:52:02 +1100
522
522
523
lsh-utils (1.0.1-1) unstable; urgency=low
523
lsh-utils (1.0.1-1) unstable; urgency=low
524
524
525
  * New upstream release
525
  * New upstream release
526
526
527
 -- Timshel Knoll <timshel@debian.org>  Tue, 18 Jul 2000 19:10:12 +1000
527
 -- Timshel Knoll <timshel@debian.org>  Tue, 18 Jul 2000 19:10:12 +1000
528
528
529
lsh-utils (0.9.9-1) unstable; urgency=low
529
lsh-utils (0.9.9-1) unstable; urgency=low
530
530
531
  * Initial Release.
531
  * Initial Release.
532
532
533
 -- Timshel Knoll <timshel@debian.org>  Thu, 15 Jun 2000 16:30:33 +1000
533
 -- Timshel Knoll <timshel@debian.org>  Thu, 15 Jun 2000 16:30:33 +1000
534
534