File: changelog

package info (click to toggle)
netkit-ftp 0.17-34
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 1,300 kB
  • ctags: 1,723
  • sloc: ansic: 5,716; makefile: 101; sh: 13
file content (393 lines) | stat: -rw-r--r-- 13,915 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
netkit-ftp (0.17-34) unstable; urgency=low

  * Increase Standards to 3.9.8, no changes.
  * Increase hardening level.
  * [lintian] Silence complaints on ancient source archive.
    + debian/source/lintian-overrides: New file.

 -- Mats Erik Andersson <mats.andersson@gisladisker.se>  Tue, 06 Dec 2016 16:23:57 +0100

netkit-ftp (0.17-33) unstable; urgency=low

  * Interchange maintainer and uploader.
  * Bring in package changes from experimental to unstable.
  * debian/control: Increase Build-Depends to ">= 9" for debhelper.
  * debian/compat: Update.

 -- Mats Erik Andersson <mats.andersson@gisladisker.se>  Mon, 27 Apr 2015 17:51:43 +0200

netkit-ftp (0.17-32) experimental; urgency=medium

  * Increase Standards to 3.9.6, no changes.
  * Extended use of the alternatives subsystem.
    + debian/postinst: Add slave links for "pftp", "pftp.1.gz",
      and "netrc.5.gz".
    + debian/rules: Deactivate soft links "pftp", "pftp.1", rename
      "netrc.5", and remove installed files.
  * [lintian] Insufficiently named copyright conditions.
    + debian/copyright: Correct "BSD" to "BSD-3-clause".

 -- Mats Erik Andersson <mats.andersson@gisladisker.se>  Sun, 28 Dec 2014 00:05:02 +0100

netkit-ftp (0.17-31) unstable; urgency=medium

  * Syntax of hash command. (Closes: #754065)
    + debian/patches/070_hash_increments.diff: Updated.

 -- Mats Erik Andersson <mats.andersson@gisladisker.se>  Fri, 18 Jul 2014 13:07:54 +0200

netkit-ftp (0.17-30) unstable; urgency=low

  * Repair internal command "tick": printing and size.
    + debian/patches/070_hash_increments.diff: Updated.

 -- Mats Erik Andersson <mats.andersson@gisladisker.se>  Mon, 02 Jun 2014 22:06:17 +0200

netkit-ftp (0.17-29) unstable; urgency=low

  * Standards-Version: 3.9.5.
    + debian/rules: Add "build-arch", "build-indep".
  * Implement variable hash markings. (Closes: #731670)
    + debian/patches/070_hash_increments.diff: New file.
  * [lintian] debian/copyright: Comply with format version 1.0.

 -- Mats Erik Andersson <mats.andersson@gisladisker.se>  Sat, 17 May 2014 02:04:20 +0200

netkit-ftp (0.17-28) unstable; urgency=low

  * Patch from Colin Watson to fix cross-building. (Closes: #695007)

 -- Alberto Gonzalez Iniesta <agi@inittab.org>  Mon, 03 Dec 2012 18:53:56 +0100

netkit-ftp (0.17-27) unstable; urgency=low

  * Support large files on 32-bit architectures:
    * Solution identified by Martin Hicks. (Closes: #671873)
    + debian/patches/060_full_offset_range.diff: New file.
  * debian/rules: Hardening via dpkg-buildflags.
  * debian/control: Standards 3.9.3, no changes.
    + Building now depends on dpkg-dev (>= 1.15.7).
  * Tiny description errors:
    + debian/patches/010_patches_in_sarge.diff: Updated.

 -- Mats Erik Andersson <mats.andersson@gisladisker.se>  Wed, 23 May 2012 20:08:11 +0200

netkit-ftp (0.17-26) unstable; urgency=low

  * Support GNU/Hurd:
    + debian/patches/050_support_gnu_hurd.diff: New file.
  * Simplify dynamic linking:
    + debian/control: No build dependency on libncurses-dev.
    + debian/patches/052_no_termcap_linking.diff: New file.

 -- Mats Erik Andersson <mats.andersson@gisladisker.se>  Wed, 28 Mar 2012 01:29:24 +0200

netkit-ftp (0.17-25) unstable; urgency=low

  * Prevent SYST request in non-auto-login. (Closes: #611284)
    + debian/patches/043_tune_non_autologin.diff: New file.
    + debian/README.Debian: New file, commenting on this change.
  * Missing line break. (Closes: #630524)
    + debian/patches/040_ipv6_ftp_c.diff: Updated patch.
  * debian/control: Make description conform to policy.
  * debian/copyright: Apply versioned reference to format specs.

 -- Mats Erik Andersson <mats.andersson@gisladisker.se>  Sat, 18 Jun 2011 02:36:02 +0200

netkit-ftp (0.17-24) unstable; urgency=low

  * Standards version 3.9.2.
    + debian/copyright: Include explicit BSD license text.
  * Copyright reformulated based on DEP-5.
  * Code simplification in IPv6 extension patch.
    + debian/patches/040_ipv6_ftp_c.diff: Updated patch.
  * Implement user commands in executable.
    + debian/patches/041_user_address_commands.diff: New file.

 -- Mats Erik Andersson <mats.andersson@gisladisker.se>  Tue, 19 Apr 2011 22:47:52 +0200

netkit-ftp (0.17-23) unstable; urgency=low

  [Mats Erik Andersson]

  * Rework error recovery. (Closes: #582598)
    + 040_ipv6_ftp_c.diff: Updated file.
    + Avoid double free errors by freeing immediately at an intermediary error.
    + Conditional use of IP_TOS for GNU/kfreebsd.
  * debian/copyright: Explicit licensing for the IPv6 coding.
  * debian/rules: Added compiler flag '-fno-strict-aliasing'.

 -- Mats Erik Andersson <mats.andersson@gisladisker.se>  Tue, 25 May 2010 23:50:59 +0200

netkit-ftp (0.17-22) unstable; urgency=low

  * Changes by Mats Erik Andersson.
    - Updated 040_ipv6_ftp_c.diff to fix double free error (Closes: #579532)
  * Added Mats to the Uploaders field.

 -- Alberto Gonzalez Iniesta <agi@inittab.org>  Tue, 11 May 2010 12:01:39 +0200

netkit-ftp (0.17-21) unstable; urgency=low

  * Updated 040_ipv6_ftp_c.diff with Mats' latest patch

 -- Alberto Gonzalez Iniesta <agi@inittab.org>  Tue, 30 Mar 2010 16:45:04 +0200

netkit-ftp (0.17-20) unstable; urgency=low

  * Changes by Mats Erik Andersson. Thanks for the HUGE patch!
    - Migrate to format "3.0 (quilt)".
    - debian/control: Adding ${misc:Depends} due to Debhelper.
    - debian/substvars: Deleted file.
    - debian/watch: New file.
    - Extract in-situ patches. Deposited in debian/patches/:
      + 010_patches_in_sarge.diff
      + 020_optional_stripping.diff
      + 025_long_cmd_overflow.diff
      + 030_argv_handling.diff
    - [lintian] New patch 035_lintian_pedantic.diff.
    - New patch for IPv6-capability: 040_ipv6_ftp_c.diff (Closes: #228752)
    - [lintian] maintainer-script-without-set-e: debian/{postinst,prerm}
  * Bumped Standards-Version to 3.8.4.0.

 -- Alberto Gonzalez Iniesta <agi@inittab.org>  Tue, 30 Mar 2010 16:19:20 +0200

netkit-ftp (0.17-19) unstable; urgency=low

  * Patched main.c to fix memory management on command line arguments.
    Thanks a lot to Mark Calderbank for the patch.
    (Closes: #508378, #505533, #510009)
  * debian/control: replaced libreadline5-dev with libreadline-dev
  * Moved to debhelper compat 7
  * Bumped Standards-Version to 3.8.3. 

 -- Alberto Gonzalez Iniesta <agi@inittab.org>  Mon, 14 Sep 2009 13:35:40 +0200

netkit-ftp (0.17-18) unstable; urgency=low

  * Clean patch applied in previous version. Thanks Steve for helping 
    again with this.

 -- Alberto Gonzalez Iniesta <agi@inittab.org>  Wed, 26 Mar 2008 18:31:12 +0100

netkit-ftp (0.17-17) unstable; urgency=low

  * Applied patch by Steve Kemp to fix buffer overflow in ftp
    commands. (Closes: #391207, #407924)
    Thanks a lot Steve for looking into this.
  * Removed stripping from Makefile. Added it as an option in
    debian/rules. (Closes: #437615)
  * Bumped Standards-Version to 3.7.3. Did some cleaning.

 -- Alberto Gonzalez Iniesta <agi@inittab.org>  Fri, 21 Mar 2008 18:14:02 +0100

netkit-ftp (0.17-16) unstable; urgency=low

  * Build with libreadline5-dev again. Don't know how libreadline4-dev
    managed to get back to debian/control. (Closes: #340302)

 -- Alberto Gonzalez Iniesta <agi@inittab.org>  Tue, 22 Nov 2005 19:57:36 +0100

netkit-ftp (0.17-15) unstable; urgency=low

  * debian/control: Added Depends: on netbase (Closes: #340082)

 -- Alberto Gonzalez Iniesta <agi@inittab.org>  Mon, 21 Nov 2005 10:18:15 +0100

netkit-ftp (0.17-14) unstable; urgency=low

  * Rebuild with libreadline5-dev (Closes: #326364, #336572)
  * Removed /usr/share/doc/ftp/README since it didn't contain
    useful information. (Closes:#323231)
  * Bumped Standards-Version to 3.6.2.0, no change.
  * Moved to debhelper compatibility 4. Created debian/compat.

 -- Alberto Gonzalez Iniesta <agi@inittab.org>  Mon, 14 Nov 2005 16:25:56 +0100

netkit-ftp (0.17-13) unstable; urgency=low

  * New maintainer.
  * debian/control. Build-Depends: Added libreadline4-dev as 
    alternative to libreadline-dev
  * debian/control. Removed full stop from package description to make
    lintian happy.
  * debian/control. Bumped Standards-Version to 3.6.1.0, no change.

 -- Alberto Gonzalez Iniesta <agi@inittab.org>  Sat, 12 Mar 2005 12:15:12 +0100

netkit-ftp (0.17-12) unstable; urgency=low

  * New maintainer. (Closes: #249706)
    - control (Maintainer): Set myself.

 -- Robert Millan <rmh@debian.org>  Wed, 19 May 2004 02:09:50 +0200

netkit-ftp (0.17-11) unstable; urgency=low

  * Added netrc(5) reference to ftp(1).
  * Added port to SYNOPSIS in ftp(1) (closes: #191497).

 -- Herbert Xu <herbert@debian.org>  Sun, 29 Jun 2003 15:37:35 +1000

netkit-ftp (0.17-10) unstable; urgency=low

  * Fixed LFS problem with ptransfer bytes count (closes: #143469).

 -- Herbert Xu <herbert@debian.org>  Fri, 19 Apr 2002 19:27:58 +1000

netkit-ftp (0.17-9) unstable; urgency=low

  * Fixed more LFS issues (Hiroyuki YAMAMO, #126521).

 -- Herbert Xu <herbert@debian.org>  Fri, 28 Dec 2001 20:05:07 +1100

netkit-ftp (0.17-8) unstable; urgency=low

  * Built with support for large files.

 -- Herbert Xu <herbert@debian.org>  Tue, 11 Dec 2001 19:02:28 +1100

netkit-ftp (0.17-7) unstable; urgency=low

  * Moved second entry in NAME of netrc(5) to SYNOPSIS (closes: #99527).

 -- Herbert Xu <herbert@debian.org>  Thu, 14 Jun 2001 19:12:49 +1000

netkit-ftp (0.17-6) unstable; urgency=low

  * No longer provides ftp-client.
  * Check for NULL pointers in abort_remote().

 -- Herbert Xu <herbert@debian.org>  Wed, 30 May 2001 19:22:30 +1000

netkit-ftp (0.17-5) unstable; urgency=low

  * Provide ftp-client (closes: #86782).
  * Check cin and cout at the top of getreply() (closes: #87845).

 -- Herbert Xu <herbert@debian.org>  Wed, 28 Feb 2001 20:37:58 +1100

netkit-ftp (0.17-4) unstable; urgency=low

  * Added a missing terminating NUL in quote1().

 -- Herbert Xu <herbert@debian.org>  Mon,  9 Oct 2000 18:59:21 +1100

netkit-ftp (0.17-3) unstable; urgency=low

  * Added build-time dependency on debhelper (closes: #69103).
  * Replace control characters by ? on stdout if it is a tty.  Also
    configurable via qc (closes: #69712).

 -- Herbert Xu <herbert@debian.org>  Sat, 26 Aug 2000 12:41:30 +1000

netkit-ftp (0.17-2) unstable; urgency=low

  * Empty lines no longer cause ftp to exit.
  * Protect obstack_free(3) with INTOFF/INTON.

 -- Herbert Xu <herbert@debian.org>  Sat, 12 Aug 2000 11:20:55 +1000

netkit-ftp (0.17-1) unstable; urgency=low

  * New upstream release.
  * Use glob(3).
  * Use obstacks.

 -- Herbert Xu <herbert@debian.org>  Thu, 10 Aug 2000 20:39:09 +1000

netkit-ftp (0.16-8) unstable; urgency=low

  * Fixed an incorrect call to command() in quote1() (closes: #66901).

 -- Herbert Xu <herbert@debian.org>  Sat,  8 Jul 2000 12:14:59 +1000

netkit-ftp (0.16-7) unstable; urgency=low

  * The pipeprotect() problem also affected globulize().  So instead of having
    them always return malloced memory, the result is now checked to see if
    it is malloced or not.  This fixes a core dump observed by Jeff Lessem
    (closes: #63656).
  * Added code to protect globulize() in ls().
  * Removed duplicate globulize() calls in ls().

 -- Herbert Xu <herbert@debian.org>  Sun, 14 May 2000 10:28:34 +1000

netkit-ftp (0.16-6) unstable; urgency=low

  * pipeprotect() now always returns malloced memory.  This fixes a core dump
    reported by Mike Baker.

 -- Herbert Xu <herbert@debian.org>  Mon,  1 May 2000 15:20:30 +1000

netkit-ftp (0.16-5) unstable; urgency=low

  * An attempt to fix some SIGINT races, a lot more needs to be done as the
    current code is a piece of crap.  Unfortunately the same holds for the
    current ftp code in the various BSD variants so we can't steal from them
    (closes: #62494).
  * SIGPIPE is now ignored as errors are now handled in the code
    (closes: #56222).

 -- Herbert Xu <herbert@debian.org>  Mon, 24 Apr 2000 13:03:03 +1000

netkit-ftp (0.16-4) unstable; urgency=low

  * Added dynamic allocation for macro expansion (closes: #62307).

 -- Herbert Xu <herbert@debian.org>  Fri, 14 Apr 2000 15:01:36 +1000

netkit-ftp (0.16-3) unstable; urgency=low

  * Fixed a coredump due to uninitialised parameters (closes: #61036).

 -- Herbert Xu <herbert@debian.org>  Thu, 30 Mar 2000 14:24:22 +1000

netkit-ftp (0.16-2) unstable; urgency=low

  * Recompiled against libreadline4 (closes: #61139).

 -- Herbert Xu <herbert@debian.org>  Tue, 28 Mar 2000 19:04:02 +1000

netkit-ftp (0.16-1) unstable; urgency=low

  * New upstream release.
  * Merged changes from the NMU (closes: #59682, #44778, #46132, #55652,
    #57906).
  * Added support for arbitrarily long command lines (closes: #21672).
  * ftp(1) is now installed as netkit-ftp and update-alternatives is now used
    (closes: #55610).

 -- Herbert Xu <herbert@debian.org>  Thu, 23 Mar 2000 21:07:33 +1100

netkit-ftp (0.10-3.1) frozen unstable; urgency=low

  * Non-maintainer upload (Herbert Xu is still away, it seems).
  * Recompiled against libreadline4 and libncurses5, more properly
    closes: #44778, #46132, #55652, #57906. [ftp is Priority: standard]
  * Updated for Policy 3.x. Lintian clean.
  * Changed some bits and pieces in the build system.

 -- Josip Rodin <jrodin@jagor.srce.hr>  Sun, 13 Feb 2000 01:20:28 +0100

netkit-ftp (0.10-3) unstable; urgency=low

  * Initialise transfer types upon login (fixes #20721).

 -- Herbert Xu <herbert@debian.org>  Sun, 27 Jun 1999 13:38:08 +1000

netkit-ftp (0.10-2) unstable; urgency=low

  * Fixed buffer overrun with long lines (reported by +VipVop
    <vipvop@loop.com>).

 -- Herbert Xu <herbert@debian.org>  Sun, 20 Jun 1999 12:36:31 +1000

netkit-ftp (0.10-1) unstable; urgency=low

  * Initial Release.
  * Fixed a Y2K problem with patch from Jeff Smith
    <Jeff.Smith@dcs.warwick.ac.uk> (fixes #39150).

 -- Herbert Xu <herbert@debian.org>  Fri, 18 Jun 1999 22:39:23 +1000