Subversion Repositories

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

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

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