File: changelog

package info (click to toggle)
cfingerd 1.4.3-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 960 kB
  • sloc: ansic: 3,776; perl: 501; makefile: 134; sh: 73
file content (458 lines) | stat: -rw-r--r-- 17,769 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
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
cfingerd (1.4.3-5) unstable; urgency=medium

  * QA upload.
  * Make the build reproducible (Closes: #831021)
    - Update upstream's Configure script to not embed the build time.
    - Avoid timestamped gzip files in binary packages.
  * Call dh_auto_build over $(MAKE) to pass cross-building tools to upstream
    build system. Thanks, Helmut Grohne. (Closes: #956826)
  * Unapply patches in debian/patches from main source tree.
  * debian/rules:
    - Set Rules-Requires-Root to "binary-targets".
    - Correct location of Homepage field.
    - Move Homepage field to HTTPS.
    - Drop unnecessary "source", "version" and "revision" assignments in
      debian/rules.
    - Drop outdated "source diff", "dsc" and "dist" targets.
  * Fix the syntax in a large number of debian/changelog entries.

 -- Chris Lamb <lamby@debian.org>  Wed, 23 Sep 2020 12:12:44 +0100

cfingerd (1.4.3-4) unstable; urgency=medium

  * QA upload.
  * Fix ftbfs with GCC-10. (Closes: #957081)
  * Mark source format as 3.0
    - Import old diff in quilt format.
  * Orphan the package. (See: #934415)
  * Update Standards-Version to 4.5.0
    - Update priority to optional.
  * Use debhelper-compat.
    - Update compat level to 13.
  * Add salsa as Vcs.
  * Remove whitespace from d/changelog and d/rules.

 -- Sudip Mukherjee <sudipm.mukherjee@gmail.com>  Sat, 25 Jul 2020 23:18:14 +0100

cfingerd (1.4.3-3.2) unstable; urgency=medium

  * Non-maintainer upload.
  * Fix FTBFS due to lack of "." in Perl's @INC. (Closes: #837267)

 -- Chris Lamb <lamby@debian.org>  Sat, 24 Sep 2016 17:37:58 +0200

cfingerd (1.4.3-3.1) unstable; urgency=high

  * Non-maintainer upload.
  * [SECURITY] CVE-2013-1049: fix buffer overflow in rfc1413 (ident) client.
    Thanks to Malcolm Scott <debianpkg@malc.org.uk> and Marc Deslauriers
    <marc.deslauriers@ubuntu.com> (Closes: #700098) (LP: #1104425)

 -- Salvatore Bonaccorso <carnil@debian.org>  Sat, 09 Feb 2013 18:38:28 +0100

cfingerd (1.4.3-3) unstable; urgency=low

  * Approve NMU
  * Applied IPv6 patch from Mats Erik Andersson
    <mats.andersson@gisladisker.se> (closes: Bug#570024)

 -- Joey Schulze <joey@infodrom.org>  Sat, 19 Jun 2010 22:03:31 +0200

cfingerd (1.4.3-2.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Add Depends on update-inetd for DebianNet Perl module used in postinst.
    (Closes: #502741)

 -- Chris Lamb <lamby@debian.org>  Tue, 21 Oct 2008 00:10:05 +0100

cfingerd (1.4.3-2) unstable; urgency=low

  * Partially imported NMU
  * Updated URLs in copyright file
  * Removed /usr/doc support code from postinst since the transition is
    completed
  * Updated debian/rules
  * Converted changelog to UTF-8 (closes: Bug#453963)
  * Applied patch by Cyril Brulebois to make GNU/kFreeBSD and GNU/Hurd act
    as GNU/Linux (closes: Bug#414308)
  * Remove deprecated tail syntax (closes: Bug#381119)
  * Fixed problem with removing double characters in search strings
    (closes: Bug#66440)
  * Adjusted addresses in Debian files (closes: Bug#380219)

 -- Martin Schulze <joey@infodrom.org>  Mon, 25 Feb 2008 10:43:57 +0100

cfingerd (1.4.3-1.2) unstable; urgency=low

  * Non-maintainer upload (RC bug more than 2 years old).
  * debian/rules:
    + Removed the {foo,bar} shell wildcard bashisms.
    + Call dpkg-gencontrol with -isp so that the binary package has a control
      and a priority field.
  * debian/control:
    + Set policy to 3.5.10.
  * Replaced malloc()/sprintf() calls with strdup().
  * Replaced log() with mylog() because log is a built-in gcc-3.x function.
  * Replaced a snprintf() with sprintf() in util.c to fix a security issue
    that could cause information leakage (Closes: #76918).
  * In idle.c and standard.c, do not display the idle time if stat() on the
    TTY device failed.
  * In idle.c and standard.c, if the TTY device's timestamp is 0, do not
    display the idle time (Closes: #64359).
  * In idle.c and standard.c, if TTY modification time is more recent
    than access time, use access time to make idle reports more meaningful
    (Closes: #86138).
  * Applied a patch from Amir Shamsuddin for standard.c to retrieve proper
    privileges before looking for files in the user's home (Closes: #64915).
  * Fixed the display_file argument in standard.c so that ~/.XFace is
    properly displayed (Closes: #126984, #117255).
  * In display.c, use 8 characters from user names instead of 7, so that we
    can fetch the data from the passwd entry (Closes: #74672, #73041).

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Fri, 20 Jun 2003 15:39:25 +0200

cfingerd (1.4.3-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * Apply relevant portions of the security fix applied to stable for
    DSA-066 (Closes: #104394)
  * Tidy up extended description, and remove claims about security

 -- Matt Zimmerman <mdz@debian.org>  Sat, 11 Aug 2001 15:51:06 -0400

cfingerd (1.4.3-1) unstable; urgency=high

  * New upstream source
  * Fixes some buffer overflows introduced by sscanf()
  * Fixes some nice format string issues and a nice off-by-one error
    (closes: Bug#93930)
  * Corrected source URL
  * Corrected path to GPL
  * Added /usr/doc -> /usr/share/doc snippets to postinst and prerm
  * Moved manpages to /usr/share/man (closes: Bug#91128)
  * And other cruft as well (closes: Bug#91431)
  * Bumped Standards-Version to 3.5.2.0, Thanks to Bas Zoetekouw
    <bas@debian.org> (closes: Bug#93121)
  * Corrected RFC number (closes: Bug#48418)
  * Added support for removing /etc/cfingerd (closes: Bug#75292)
  * Removed potential debug output (closes: Bug#85016)
  * This version now provides a and conflicts with finger-server (closes:
    Bug#64480)

 -- Martin Schulze <joey@finlandia.infodrom.north.de>  Sat, 21 Apr 2001 16:58:14 +0200

cfingerd (1.4.1-1) unstable; urgency=low

  * New upstreap source
  * Reworked debian/rules

 -- Martin Schulze <joey@finlandia.infodrom.north.de>  Sun, 29 Aug 1999 20:16:14 +0200

cfingerd (1.4.0-1) unstable; urgency=high

  * New upstream version
  * Russ Coker's patch wrt. qmail was applied (closes: Bug#39574)
  * Finger userlist@ to see who's online (idle less than 1 day) (closes:
    Bug#33667)
  * Fixes security bug

 -- Martin Schulze <joey@finlandia.infodrom.north.de>  Mon,  9 Aug 1999 12:04:18 +0200

cfingerd (1.3.2-19) unstable; urgency=low

  * Fixed bug wrt empty .plan files (closes: Bug#33408)
  * Also added -g to Makefiles.
  * Disabled ALLOW_SEARCHABLE_FINGER in default configuration (closes:
    Bug#32924)

 -- Martin Schulze <joey@finlandia.infodrom.north.de>  Mon, 15 Feb 1999 21:02:12 +0100

cfingerd (1.3.2-18) frozen unstable; urgency=low

  * Corrected mail directory to /var/spool in conffile (closes: Bug#31488)
  * Corrected current year to 1999 in all banner files (closes: Bug#31489)

 -- Martin Schulze <joey@finlandia.infodrom.north.de>  Wed,  6 Jan 1999 00:34:14 +0100

cfingerd (1.3.2-17) frozen unstable; urgency=medium

  * cfingerd now uses the same IP number on which it receives a request to
    connect to a remote ident server.  Thanks for help from Torsten
    Landschoff (closes: Bug#31243)
  * cfingerd now honors broken or negative ident answers (closes: Bug#31243)

 -- Martin Schulze <joey@finlandia.infodrom.north.de>  Tue,  5 Jan 1999 01:18:18 +0100

cfingerd (1.3.2-16) frozen unstable; urgency=low

  * Increased limit of tty per user, now I'm fingerable again. :)
  * Don't cut off random parts of the domain when it's too long, cut it at
    the `.' dot.
  * If logged in via screen the leading `:' is stripped off now
  * Display local hostname correctly, not only three characters
  * Removed double count of fingered hosts
  * Hidden people won't be shown when search.*'ed. (closes: Bug#24904)
  * Display the proper tty with userlist instead of the id from
    /etc/inittab (closes: Bug#24969)
  * The user .fingerlog will now be created as regular user, and it will
    be created if not defined otherwise in cfingerd.conf
  * The user .fingerlog will now be created as appropriate user.
    Incorporated a newer privs.h and adjusted it properly (closes:
    Bug#27779)
  * Updated FAQ (Bug#24897)
  * Updated cfingerd(8). Thanks to Bøhm Jensen <jbj@image.dk>. (Bug#24897)
  * Updated cfingerd.conf(5). Thanks to Bøhm Jensen <jbj@image.dk>. (Bug#24897)
  * Updated cfingerd.text(5). Thanks to Bøhm Jensen <jbj@image.dk>. (Bug#24897)
  * The MAILBOX variable now also understands the lowercase 'qmail'
    keyword.
  * A "userlist-only" query may only be issued if a regular system listing
    is allowed.

 -- Martin Schulze <joey@finlandia.infodrom.north.de>  Sat, 19 Dec 1998 18:34:09 +0100

cfingerd (1.3.2-15) unstable; urgency=low

  * Fixed thinko in src/userlist.c which caused userlist to stop
    working. (closes: Bug#28479)

 -- Martin Schulze <joey@finlandia.infodrom.north.de>  Sat, 24 Oct 1998 15:45:53 +0200

cfingerd (1.3.2-14) unstable; urgency=low

  * Fixed typo in userlist/display.c which crashed userlist (closes: Bug#28142)
  * Fixed thinko in postrm

 -- Martin Schulze <joey@finlandia.infodrom.north.de>  Thu, 22 Oct 1998 12:55:48 +0200

cfingerd (1.3.2-12) unstable; urgency=medium

  * Converted all dangerous occurrances of sprintf() to snprintf()
  * Converted all dangerous occurrances of strcpy() to strncpy()
  * Improved support for ignoring /L and /W from Microsoft's
    bloated finger program
  * Converted all dangerous occurrances of strcat() to strncat()
  * Restricted length of username, fixes possible overflow in
    show_search() and handle_fakeuser() (Bug#24898)
  * Fixed possible overflow wrt. the `search.' feature.  Thanks to Jakob
    Bøhm Jensen <jbj@image.dk>.
  * These all fixes several possible buffer overruns (closes: Bug#24898)
  * Converted bzero() to memset(), POSIX transition
  * Added information about .nofinger to the documentation.  Thanks to
    Jakob Bøhm Jensen <jbj@image.dk> (closes: Bug#24903)
  * Reworked search.* routine.  (closes: Bug#24906)
  * Fixed bug that caused cfingerd to crash when trying to display the
    rejected banner, well, it was commented out for that reason.  Scary?
    Indeed.  (closes: Bug#24901)
  * Used absolute pathnames for `userlist' and `tail' (closed: Bug#24908)
  * Applied patch from John Goerzen <jgoerzen@complete.org> (closes:
    Bug#24964, Bug#24965, Bug#24966)
  * The postinst will now remove old logfiles (closes: Bug#25849)

 -- Martin Schulze <joey@finlandia.infodrom.north.de>  Sat, 17 Oct 1998 20:32:13 +0200

cfingerd (1.3.2-11.0) stable unstable; urgency=high

  * Non-maintainer upload: Fixed a security hole in privs.h.  This security
    hole could lead to a root compromise.

 -- John Goerzen <jgoerzen@complete.org>  Thu, 23 Jul 1998 22:16:40 -0500

cfingerd (1.3.2-11) frozen unstable; urgency=low

  * Added /etc/cron.weekly/cfingerd as conffile (closes: Bug#23050)

 -- Martin Schulze <joey@finlandia.infodrom.north.de>  Mon, 8 Jun 1998 01:40:28 +0200

cfingerd (1.3.2-10) frozen unstable; urgency=low

  * Added support for non-world-writable tty's owned by group tty (closes:
    Bug#23039)
    . Added define HAVE_TTY_GROUP
  * Handling of .nofinger files corrected (closes: Bug#22816)
    . Corrected check_illegal()
    . Corrected wrong calls for check_illegal()
    . Used config option for .nofinger file
  * Added space before [MSG-N]

 -- Martin Schulze <joey@finlandia.infodrom.north.de>  Sun, 31 May 1998 22:53:49 +0200

cfingerd (1.3.2-9) frozen unstable; urgency=medium

  * Corrected search_fake() which depended on 80 char strings but received
    a 100 character one.  (closes: Bug#21230)
  * Protected defines.h with ifdef
  * Added reference to new development team
  * Added reference to new mailing list
  * Changed error address to the new mailing list
  * When the remote identd refuses the request cfingerd will handle this
    correctly (closes: Bug#21566)

 -- Martin Schulze <joey@finlandia.infodrom.north.de>  Tue, 12 May 1998 00:52:11 +0200

cfingerd (1.3.2-8) frozen unstable; urgency=low

  * Priority switched to extra as of request by IanJ
  * Moved scripts from /etc to /usr/doc
  * Removed sample uptime script from configuration (closes: Bug#19982)
  * Added copy mechanism to preinst/postinst to save already installed
    scripts

 -- Martin Schulze <joey@finlandia.infodrom.north.de>  Sat, 11 Apr 1998 10:16:50 +0200

cfingerd (1.3.2-7) unstable; urgency=low

  * Removed setuid bit from userlist (lintian)
  * Corrected ownership for control scripts (lintian)
  * Corrected search for lastlog (closes: Bug#19121)
  * Corrected logfile writing as user, thanks to Thomas Gebhardt
    <gebhardt@HRZ.Uni-Marburg.DE> (closes: Bug#19200)
  * Corrected ownership of changelog.Debian (non-lintian)
  * Added patch to support Qmail mailboxes, thanks to Russell Coker
    <rjc@snoopy.virtual.net.au>
  * Updated manpage properly

 -- Martin Schulze <joey@finlandia.infodrom.north.de>  Tue, 10 Mar 1998 05:52:52 +0100

cfingerd (1.3.2-6) unstable; urgency=low

  * Corrected FSF's address (lintian)
  * Flagged SIGPIPE as fatal (closes: Bug#17639)

 -- Martin Schulze <joey@finlandia.infodrom.north.de>  Wed, 11 Feb 1998 11:27:06 +0100

cfingerd (1.3.2-5) unstable; urgency=low

  * Corrected Standards-Version to 2.3.0.1 (Bug#16752)

 -- Martin Schulze <joey@finlandia.infodrom.north.de>  Fri, 9 Jan 1998 01:59:25 +0100

cfingerd (1.3.2-4) unstable; urgency=low

  * Changed tail +3 to tail +2 in src/usrlist.c (Bug#12405)
  * Linked against libc6
  * Added /bin/bash for debian/rules
  * Fixed string bugs in standard.c.
  * Ignore empty lines when collecting remote data (#14546)
  * Included the patch from Herbert Xu (Bug#16244)

 -- Martin Schulze <joey@finlandia.infodrom.north.de>  Fri, 2 Jan 1998 13:52:35 +0100

cfingerd (1.3.2-3.2) unstable; urgency=low

  * Non-maintainer release.
  * Compiled for libc6.
  * Use tail +2 for userlist (#12405).
  * Fixed string bugs in standard.c.
  * Ignore empty lines when collecting remote data (#14546).

 -- Herbert Xu <herbert@debian.org>  Sat,  8 Nov 1997 19:39:27 +1100

cfingerd (1.3.2-3) unstable; urgency=low

  * Corrected version information, last stable release is 1.3.2.
  * src/search.c: Initialized variables for search lookup
  * An old /etc/cfingerd.conf now will be saved in
    /etc/cfingerd/saved.cfingerd.conf
  * Fixed silly bug in src/search.c (Bug#10341)
  * src/main.c: Added support for /W, actually it's ignored... (Bug#9738)

 -- Martin Schulze <joey@finlandia.infodrom.north.de>  Tue, 17 Jun 1997 10:27:05 +0200

cfingerd (1.3.2-2) unstable; urgency=low

  * Made /etc/cron.weekly/cfingerd executable (Bug#7759, Bug#7763)
  * Changed "Debian Association..." to "Software in the Public Interest"
    in all banner files (Bug#8630)
  * New maintainer address

 -- Martin Schulze <joey@infodrom.north.de>  Mon, 28 Apr 1997 12:39:00 +0200

cfingerd (1.3.2-1) unstable; urgency=low

  * Removed -m486 in all Makefiles,
  * src/search.c: If the internal search.*@ is used the whole
    GCOS field won't be sent out anymore.
  * Removed investigation of the hostname within Configure script
  * Converted into new packaging scheme

 -- Martin Schulze <joey@infodrom.north.de>  Sun, 23 Feb 1997 12:21:29 +0100

cfingerd (1.3.0-1) unstable; urgency=low

  * New upstream release

 -- Martin Schulze <joey@infodrom.north.de>  Fri, 21 Feb 1997 08:56:45 +0100

Sat Sep 14 00:10:39 1996  Martin Schulze  <joey@finlandia.infodrom.north.de>

	* src/search.c: If the internal search.*@ is used the whole GCOS
	field won't be sent out anymore.

	* Approved llucius' changes to compile under m68k as well (only
	removing -m486 from Makefiles).  Thanks to Leeland Lucius
	<llucius@millcomm.com> for providing me with a patch.

	* src/standard.c: Changed identification of MSG-N. Thanks to Joerg
	Kleuver <kleuver@shadowgate.rhein.de> who pointed me to the
	mistake and provided me with a fix.

	* debian.rules: Merged Debian release and Infodrom release together.

Thu Jun 27 09:59:45 1996  Martin Schulze  <joey@finlandia.infodrom.north.de>

	* Edited Description field (thanks to Susan Kleinmann
	(sgk@sgk.tiac.net)

Wed Jun 12 23:37:32 1996  Martin Schulze  <joey@finlandia.infodrom.north.de>

	* changed description (Bug#3250)

Tue May 21 09:55:00 1996  Martin Schulze  <joey@finlandia.infodrom.north.de>

	* debian.rules: Corrected permission problem

Wed May 16 22:13:31 1996  Martin Schulze  <joey@finlandia.infodrom.north.de>

	* Added handling of user and group ids. Programs are called as
	nobody.nogroup, files are read with the same permissins, but user
	logfiles are written with user priviliges. Added privs.h - idea and
	source mostly taken from T-Rex' file.

	Commented out odd checks about uid/euid.

	Commented out unused routines become_nobody() and become_user().

Wed May 15 20:05:53 1996  Martin Schulze  <joey@finlandia.infodrom.north.de>

	* Corrected local hostname.

	* Modified the search.<key>@ service to work properly, which
	wasn't the case before.

	* Corrected the output of HEADER_FILE and FOOTER_FILE in some
	places, see diff-file for details.

	* Altered the behaviour of NO_NAME_BANNER and NO_USER_BANNER.

	* changed from /var/adm/{lastlog,wtmp} to /var/log/{lastlog,wtmp}
	in Configure script.

	* Added special handling of forward requests: "Finger forwarding
	service denied." Added string variable to /etc/cfingerd.conf:
	FORWARD_DENY.

	* Increased the size of syslog_str, becaus if it is too short username
	will be overwritten.

	* Changed some manpages to fit into the Linux manpages structure.
	Changed some sections.

	* Hostnames are no longer case-sensitive.

	* Removed some options for userlist, because they're only
	confusing and not supported yet.

Wed May 5 13:20:21 1996  Martin Schulze  <joey@finlandia.infodrom.north.de>

	* Added Debian packaging files.