File: changelog

package info (click to toggle)
findutils 4.2.28-1etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 7,460 kB
  • ctags: 2,635
  • sloc: ansic: 28,555; sh: 4,519; makefile: 616; exp: 419; sed: 16
file content (705 lines) | stat: -rw-r--r-- 27,757 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
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
findutils (4.2.28-1etch1) stable; urgency=low

  * Fixe locate heap buffer overflow when using databases in old format.
    (CVE-2007-2452) Closes: #426862

 -- Andreas Metzler <ametzler@debian.org>  Sat,  2 Jun 2007 11:19:57 +0200

findutils (4.2.28-1) unstable; urgency=low

  * New upstream version.
   - includes 01_updatedb-withnew-su.dpatch, drop it.

 -- Andreas Metzler <ametzler@debian.org>  Sun,  6 Aug 2006 09:53:05 +0200

findutils (4.2.27-3) unstable; urgency=low

  * [updatedb] use su "$LOCALUSER" -s $SHELL -c false instead of
    su "$LOCALUSER" -s $SHELL false to make it work with current su in sid.
    Thanks, Chronos Tachyon for bugreport and fix. (Closes: #366269)
  * standards-version 3.7.2, no changes required.

 -- Andreas Metzler <ametzler@debian.org>  Sat, 13 May 2006 13:41:30 +0200

findutils (4.2.27-2) unstable; urgency=low

  * Invoke ./configure according to latest autotools-dev/README.Debian.gz,
    just with --build for regular builds, and both --build and --host when
    crosscompiling, instead of always specifying both.
  * Do not run testsuite when cross-compiling. (Thanks, Pjotr Kourzanov)
    (Closes: #358774)
  * Fix testsuite failure with tcl8.3 by pulling fix from CVS.
    (Closes: #361401)

 -- Andreas Metzler <ametzler@debian.org>  Fri, 24 Mar 2006 19:06:03 +0100

findutils (4.2.27-1) unstable; urgency=low

  * New upstream version
    - filesystem detection should be correct more often. Hopefully closes
      #344356
  * Add udf to PRUNEFS (Closes: #340597)

 -- Andreas Metzler <ametzler@debian.org>  Fri,  6 Jan 2006 17:45:04 +0100

findutils (4.2.26-2) unstable; urgency=low

  * [xargs] Use true instead of echo in testsuite, hopefully fixing FTBFS on
    alpha, amd64 and ia64. (Closes: #340664)
  * [xargs] Limit number of arguments to (arg_max / sizeof(void*)) - 2 instead
    of ...-1, hopefully fixing FTBFS on hppa.
  * [updatedb] Add binfmt_misc, tmpfs, usbfs to PRUNEFS (Closes: #229551)

 -- Andreas Metzler <ametzler@debian.org>  Sat,  3 Dec 2005 13:52:20 +0100

findutils (4.2.26-1) unstable; urgency=low

  * mimick override-file and put find in section utils instead of base.
  * debian/README.debian: on_ac_power works for ACPI, too. (Closes: #306963)
  * Add a NEWS.Debian file, explaining the withdrawal of "find -perm +MODE"
    and introduction of "find -perm /MODE". (Closes: #329358)
  * New upstream version 4.2.26.
    - find manpage updated to document -perm /... instead of -perm +...
      (Closes: #330245)
    - Typos in xargs.1 and find.1 fixed. (Thanks, A. Costa)
      (Closes: #327909, #327910)
    - If the input to xargs is a large number of very short options (for
      example, one character each), earlier versions of xargs would fail
      with 'Argument list too long'. This is because Linux's execve
      implementation requires that the sum of the sizes of all argument
      string pointers not exceed 128K (the actual limit is 
      ARG_MAX - sizeof (void*)). Hopefully (Closes: #313028).

 -- Andreas Metzler <ametzler@debian.org>  Sun, 20 Nov 2005 09:38:42 +0100

findutils (4.2.25-1) unstable; urgency=low

  * new upstream version 4.2.25. (bugfix and improved testsuite)
  * add findutils-4.2.25-14390.dpatch, fixing a testsuite failure concerning
    find -depth ... -quit
  * Update debian/copyright.

 -- Andreas Metzler <ametzler@debian.org>  Sun,  4 Sep 2005 09:35:59 +0200

findutils (4.2.24-1) unstable; urgency=low

  * standards-version 3.6.2, no changes required.
  * New upstream version 4.2.24:
    - "-printf %Y %y"n works correctly again (Closes: #320378).
    - new option -regextype to finds for selecting more useful regex-variants
      than the default GNU Emacs.
    - find -exec rm -i {} \; works again. (Closes: #317019)
    - xargs exits with correct exit status 123 if invoked command returned
      non-zero returncode. (Closes: #319085)
    - xargs -I option documented in manpage. (Closes: #317086)
    - fixes to find.1 manpage (Closes: #318417)

 -- Andreas Metzler <ametzler@debian.org>  Sat, 30 Jul 2005 09:14:35 +0200

findutils (4.2.22-2) unstable; urgency=high

  * Remove locatedb on purge. (Closes: #315343)
  * revert regex-syntax back to emacs-re. (Closes: #315136) Future versions
    will allow to select this by commandline parameter.

 -- Andreas Metzler <ametzler@debian.org>  Mon,  4 Jul 2005 11:37:37 +0200

findutils (4.2.22-1) unstable; urgency=low

  * New upstream version
    - fixes infinite loop of "find -follow" on trees with symlinks to ./.
      (Closes: #313081)
    - better documentation for %k and %d printf directives. (Closes: #208307)
    - find filters out non-printable characters (which could mess up the
      terminal) when printing the output to a console. (Closes: #311384)
    - Typo fixes. (Closes: #301934, #312760, #312761) (Thanks, A Costa.)

 -- Andreas Metzler <ametzler@debian.org>  Mon, 13 Jun 2005 19:39:46 +0200

findutils (4.2.20-3) unstable; urgency=low

  * find dir/foo -depth -empty was broken. Pull fix from 4.2.21.
    (Closes: #313079)

 -- Andreas Metzler <ametzler@debian.org>  Sun, 12 Jun 2005 17:05:41 +0200

findutils (4.2.20-2) unstable; urgency=low

  * Upload to unstable.

 -- Andreas Metzler <ametzler@debian.org>  Thu,  9 Jun 2005 20:07:37 +0200

findutils (4.2.20-1) experimental; urgency=low

  * [locate] Do not index cifs (Closes: #295399) lustre (Closes: #300323) and
    nfs4 (Closes: #300631) filesystems by default.
  * [locate] Ignore /media by default. (Closes: #300429)
  * New upstream version 4.2.20
    - includes up-to-date Italian translation. (Closes: #286977)

 -- Andreas Metzler <ametzler@debian.org>  Sun, 27 Mar 2005 10:54:02 +0200

findutils (4.2.14-1) experimental; urgency=low

  * New upstream version
    - includes patch to fix savannah #11495.
    - locate: New options  -L, --follow|-P, -H, --nofollow for ignoring
      dangling symlinks (or not). (Closes: #159221)
    - find supports -exec ... {} +.
    - locate support for FreeBSD options (Sclms, m and s are ignored, but
      undocumented, I've already opened upstream report #11730 on that.)
      (Closes: #102914)
    - find built with --enable-d_type-optimisation, for using
      readdir/getdents. (Closes: #202512)

 -- Andreas Metzler <ametzler@debian.org>  Tue, 25 Jan 2005 11:40:21 +0100

findutils (4.2.11-2) experimental; urgency=low

  * find -printf '%n' (hard link count) was broken (savannah #11495).

 -- Andreas Metzler <ametzler@debian.org>  Fri,  7 Jan 2005 09:13:32 +0100

findutils (4.2.11-1) experimental; urgency=low

  * New upstream version.

 -- Andreas Metzler <ametzler@debian.org>  Wed,  5 Jan 2005 12:29:36 +0100

findutils (4.2.10.CVS20041219-1) experimental; urgency=low

  * New upstream, CVS from CVS20041219 (pre- 4.2.11).
    * -printf '%P' works correctly again.
  * Run testsuite.

 -- Andreas Metzler <ametzler@debian.org>  Sun, 19 Dec 2004 11:58:08 +0100

findutils (4.2.9-1) experimental; urgency=low

  * New upstream source

 -- Andreas Metzler <ametzler@debian.org>  Sun,  5 Dec 2004 22:33:29 +0100

findutils (4.2.8-1) experimental; urgency=low

  * New upstream version
    - New option --arg-file=file and extended documentation about
      stdin-handling (short in manpage, more extensive in info).
      (Closes: #5956)
    - improved behavior on automounted directories.

 -- Andreas Metzler <ametzler@debian.org>  Tue, 30 Nov 2004 10:19:56 +0100

findutils (4.2.5-1) experimental; urgency=low

  * New upstream version
    - includes 25_destdir_localstatedir.dpatch, our last remaining patch, we
      are vanilla now.
  * Add minimal debian/README.source.
  * Chuan-kai Lin <cklin@debian.org> has offered to serve as backup
    maintainer. Thanks. Add him to Uploaders.

 -- Andreas Metzler <ametzler@debian.org>  Sat, 20 Nov 2004 09:38:55 +0100

findutils (4.2.4-1) experimental; urgency=low

  * New upstream version
    - Closes: #175372: findutils: man pages have L's on references
    - includes 10_updatedb-findopts patch.
    - does not print warning about listing options after non-options unless
      connected to a tty.
    - xargs now uses 128Kb instead of 20Kb of command line by default, as
      ARG_MAX is 131072 on linux this Closes: #261598.

 -- Andreas Metzler <ametzler@debian.org>  Tue,  9 Nov 2004 10:57:24 +0100

findutils (4.2.3.CVS20041106-1) experimental; urgency=low

  * New upstream version (pre-4.2.4, CVS 2004-11-06).
    - Closes: #176201: findutils: xargs enviroment size limited to 20k
    - Closes: #254676: xargs: environment is too large for exec
    - Closes: #219855: -printf: accepts C octal escapes, contrary to the
      documentation.
    - Closes: #246040: findutils: find -printf %H segfaults
    - Closes: #185202: findutils: extra ")" not caught
    - Closes: #185203: findutils: overflow causes -mtime to succeed
    - Closes: #244766: /usr/bin/locate: locate should have equivalent of
      -print0 option
    - documents type of supported regular expressions for -regex
      (Closes: #162838)
    - Closes: #256367: Deprecated usage of trap in locate/updatedb.sh
    - includes some examples in find.1 manpage. (Closes: #111578)
    - new option -ignore_readdir_race to selectively suppress the obnoxious
      race-condition caused errormessages. (Closes: #67782)
    - -print0/-0 issues explained in more detail. (Closes: #111143)
    - includes supplied patch for GNU/FreeBSD. (Closes: #192330)
    - updatedb invokes "cd /" before running commands as unprivileged user.
      (Closes: #262476)
    - 'xargs -n 1 -i' works. (Closes: #31858). Please note that it is no bug
      that -i changes xargs to pass a whole line of input as a single argument
      instead of splitting on any blank characters as without -i. - Other
      implementations behave the same and the -I XSI extension documented in
      SUSv3/POSIX works like this, too.

   * Removed unnecessary patches: 10_missing_includes 20_missing_newlines
     30_locate_nologinsh 35_updatedb-location 36_savannah-8623 40_direntry
     50_install_info
  * Add shfs to PRUNFS (Closes: #260780)
  * New patch: 10_updatedb-findopts: Add --findoptions option to updatedb to
    pass global options to find.
  * Set FINDOPTIONS='-ignore_readdir_race' for updatedb.sh's cron-job.
    (Closes: #169730)
  * standards-version 3.6.1 (no changes required).

 -- Andreas Metzler <ametzler@debian.org>  Sun,  7 Nov 2004 13:11:28 +0100

findutils (4.1.20-4) unstable; urgency=low

  * Add sysfs to PRUNFS (Closes: #219340)
  * Add watch file provided Stefano Fabri. (Closes: #248758)
  * locate crashed on invalid db-files. Fix pulled from CVS. (Closes: #256811)

 -- Andreas Metzler <ametzler@debian.org>  Tue, 29 Jun 2004 13:30:57 +0200

findutils (4.1.20-3) unstable; urgency=low

  * Don't ship /usr/share/info/dir.gz, change Makefile.in to use install-info
    test from new automake. The bug only applied to the autobuilt versions,
    because I don't have /usr/sbin in $PATH, thanks to Santiago Vila.
    (Closes: #217627)

 -- Andreas Metzler <ametzler@debian.org>  Sun, 26 Oct 2003 13:44:21 +0100

findutils (4.1.20-2) unstable; urgency=low

  * Run updatedb cronjob with nice level 10 per default (configurable in
    /etc/updatedb.conf) (Closes: #46548) (Thanks to era eriksson)
  * Document how to fine-tune/disable daily updatedb-runs in README.debian
    (Closes: #183085, #183290)
  * Make sure LOCALUSER is set to a nonempty value in /etc/cron.daily/find
    (Closes: #189023)

 -- Andreas Metzler <ametzler@debian.org>  Thu, 23 Oct 2003 16:30:43 +0200

findutils (4.1.20-1) unstable; urgency=low

  * New maintainer. Hijacked package as discussed on debian-devel and
    debian-qa.
  * Update texinfo docs to use @direntry to help dh_installinfo.
    (Closes: #182172)
  * Acknowledge Thomas' grand NMU by using dpkg-buildpackage -v4.1.7-2
  * Bump standards-version to 3.6.0. (No changes required)

 -- Andreas Metzler <ametzler@debian.org>  Mon, 14 Jul 2003 14:38:34 +0200

findutils (4.1.20-0.2) unstable; urgency=low

  * repacked using debhelper and dpatch.
  * move contents of debian/Changelog to debian/changelog, remove
    emacs-variables from it.
  * reformat debian/copyright
  * Strip down debian-patch:
     - weed out all the changes to .cvsignore files.
     - the changes described in the diff to po/ChangeLog are included upstream
     - Some the changes in #123919 seem to be unneeded now (at least I do not
       get implicit declaration warnings.
     - fix for #67507 (id=0 instead of name=root) included upstream.
  * Remove old cruft from maintainerscripts:
     - compatibility code for upgrading from versions prior to 4.1-15
       (released Dec 1996) in preinst.
     - Fix permissions of /var/lib/locate (4.1-16 released Jan 1997) in
       postinst.
     - fix executable /etc/updatedb.conf. (included since 4.1-19, Mar 1997)
  * use getent instead of grep ... /etc/passwd to check for existence of
    $LOCALUSER
  * Use config.(guess|sub) from autotools-dev (Closes: #155119)
  * Fix db-path in updatedb(1). (Closes: #171877)

 -- Andreas Metzler <ametzler@debian.org>  Mon, 14 Jul 2003 10:03:33 +0200

findutils (4.1.7-2.1) unstable; urgency=low

  * Non-Maintainer upload.
  * Fixed compiler warnings about implicit declarations of various
    functions.
    Closes: #123919: findutils: find segfaults on ia64
  * debian/rules, debian/postinst: Use numeric id 0 instead of "root"
    Closes: #67507: user "root"
  * Closes: #102708: locate usage message lacks final newline
    Closes: #124333: Missing newline for helptext in locate
    Closes: #140941: findutils: locate with no args is missing final \n
    Closes: #149126: findutils: locate should print a newline after its
      error message
    Closes: #149716: findutils: locate doesn't print final newline
    Closes: #161083: findutils: If you run locate without parameters,
      there is no final newline in the output
  * Closes: #117425: findutils: xargs: missing newline on "--help" output
    Closes: #124178: xargs --help doesn't end in a newline
  * Closes: #141354: findutils: include devfs to list PRUNEFS
  * Closes: #166085: Need to exclude the mfs filesystem for mosix and
      openmosix
  * Closes: #113139: updatedb: please remove "auto" from PRUNEFS
    Closes: #129121: I don't believe fstype AUTO should be excluded in
      updatedb.conf
    Closes: #132430: auto in PRUNEFS in /etc/updatedb.conf has unexpected
      sideeffect!
    Closes: #144649: the updatedb cron script does not work on root
      filesystem type auto
    Closes: #119603: locate should index filetype (auto) [ext3fs]
  * Include LOCALUSER configuration into /etc/updatedb.conf
    Closes: #152635: midnight updatedb always runs as nobody
  * debian/cron.find: complain if $LOCALUSER does not exist.
    Closes: #97367: locate-database is destroyed by /etc/cron.daily/find
  * Closes: #109920: updatedb should not scan /sfs
  * locate/updatedb.sh: Use a default shell of /bin/sh to run find.
    Closes: #113774: findutils: updatedb makes assumption about localuser
    Closes: #119719, #119721: updatedb doesn't work in cron.daily/find if
      the user nobody has no login shell
  * Moved locatedb from /var/lib/locate/ to /var/cache/locate/.
    debian/postinst: added code to move an existing locatedb into the
    new place.
    Closes: #115399: findutils: locate FHS violation

 -- Thomas Schoepf <schoepf@debian.org>  Sun, 27 Oct 2002 20:22:26 +0100

findutils (4.1.7-2) unstable; urgency=low

  * changed libc dependencies to remove libc6-dev build-depends (closes:
    #99216).

 -- Kevin Dalley <kevind@rahul.net>  Fri,  1 Jun 2001 20:33:32 -0700

findutils (4.1.7-1) unstable; urgency=low

  * add ftpfs to PRUNEFS (closes: #90016).
  * implicit -print now works again (closes: #79218).
  * change debian/rules to support DEB_BUILD_OPTIONS.  Do not install
    INSTALL.
  * fixed security problems in find (closes: #95185).
  * upgraded to recent config.guess and config.sub (closes: #98035).
  * updated to newest upstream release.

 -- Kevin Dalley <kevind@rahul.net>  Sun, 20 May 2001 17:32:29 -0700

findutils (4.1.6-2) unstable; urgency=low

  * Adds Build-Depends texinfo (closes: #76145)

 -- Kevin Dalley <kevind@rahul.net>  Sat,  4 Nov 2000 10:20:22 -0800

findutils (4.1.6-1) unstable; urgency=low

  * find/find.c (process_path): fix problem with "-depth" which is tested
    in depth.exp test. (closes: 69782).
    
  * new alpha release.  locate --ignore-case is done.

  
  * some patches for ignoring case have been added. (closes: #19563).
  
  * fixed problems with brace expansion in debian/rules (closes: #71827)

  * doc/find.texi (Invoking xargs): changed @var{-s} to @samp{-s} (closes:
    #69529).

  * Update to a new alpha release.

  * update to new alpha release.

  * testing out 4.1.3, with internationalization.
    
  * added devpts to PRUNEFS in updatedb.conf (closes: #65503).
    
  * fixes bug described as follows:  When 'find' looks for a fstype, it
    parses the /etc/mtab until it finds the good line. But, if there is,
    before the good line, a line whose mountpoint is unreachable, it
    fails.  (closes: #40245).

  * fixed problem with strange behavior with "-name" and "-iname" (closes:
    #63270).

 -- Kevin Dalley <kevind@rahul.net>  Mon, 30 Oct 2000 23:48:26 -0800

findutils (4.1-38) frozen unstable; urgency=low

  * debian/updatedb.conf:  removed second occurrence of smbfs, added
    coda (closes: #56612, #28453).
  * fixed problem with xargs sysconf(_SC_ARG_MAX) returning -1 (closes:
    #31325).

 -- Kevin Dalley <kevind@rahul.net>  Thu, 24 Feb 2000 15:25:57 +0000

findutils (4.1-37) frozen unstable; urgency=low

  * reverted to maintainer release, fixed last NMU bugs (closes: #55417,
    #55551).

 -- Kevin Dalley <kevind@rahul.net>  Thu, 20 Jan 2000 09:52:59 -0800

findutils (4.1-36) unstable; urgency=low

  * add ncpfs and smbfs to PRUNEFS (closes: #28453).
  * update Standards-Version to 3.1.1.0
  * corrected copyright reference
  * updated dpkg-gencontrol options to provide section and priority
  * 4.1-35 was not accepted, for undetermined reasons, uploaded 4.1-36,
    with additional changes

 -- Kevin Dalley <kevind@rahul.net>  Sun, 16 Jan 2000 13:58:54 -0800

findutils (4.1-34) unstable; urgency=low

  * removed cron.updatedb (fixes bug #31300).
  * added const to declaration of basename, which should satisfy Linux as
    well as Hurd (fixes bug #31325).
  * added /var/spool to PRUNEPATHS in updatedb.conf so that /var/spool is
    not scanned by updatedb (fixes bug #31301).

 -- Kevin Dalley <kevind@rahul.net>  Sat, 30 Jan 1999 16:51:34 -0800

findutils (4.1-33) frozen unstable; urgency=low

  * re to remove predependency problem with a specific version libc6.

 -- Kevin Dalley <kevind@rahul.net>  Thu, 17 Dec 1998 08:11:15 -0800

findutils (4.1-32) frozen unstable; urgency=low

  * added documentation for the environment variables PRUNEPATHS, PRUNEFS, 
    and NETPATHS for updatedb in find.texi and updatedb.1.  Added
    documentation for --prunefs in updatedb. (fixes bug #29755).
  * link ChangeLog.gz to changelog.gz, to follow policy manual.

 -- Kevin Dalley <kevind@rahul.net>  Fri,  4 Dec 1998 23:17:57 -0800

findutils (4.1-31) unstable; urgency=low

  * fix getstr so that it correctly handles long file paths

 -- Kevin Dalley <kevind@rahul.net>  Sat, 26 Sep 1998 16:07:03 -0700

findutils (4.1-30) unstable; urgency=low

  * reduced PATH in update.sh to increase security (fixes bug #21704)
  * removed more function declarations to meet GNU coding standards
  * removed "-s /bin/sh" from updatedb change quoting around PRUNEFS
    (fixes bug #20812, again, and #26857)

 -- Kevin Dalley <kevind@rahul.net>  Sun, 20 Sep 1998 19:06:19 -0700

findutils (4.1-29) unstable; urgency=low

  * removed declaration of strdup and free from lib/nextelem.c, which
    meets GNU coding standards and allow compilation on sparc (and fixes
    bug #20840)
  * corrected explanation of -amin option which described hours instead of 
    minutes (fixes bug #22995)
  * check status of tempfile commands and exit upon failure (fixes bug
    #22350) 
  * added iso9660 to PRUNEFS so that CDs will not be automatically scanned 
    by updatedb (fixes bug #24548)
  * added "-s /bin/sh" to all instances of command su, which allows
    updatedb to be easily used by users which have a different shell.
    (fixes bug #20812)

 -- Kevin Dalley <kevind@rahul.net>  Sun, 30 Aug 1998 01:40:04 -0700

findutils (4.1-28) frozen unstable; urgency=low

  * use tempfile for extra safety (fixes bug #19791)

 -- Kevin Dalley <kevind@rahul.net>  Thu, 19 Mar 1998 00:37:28 -0800

findutils (4.1-27) unstable; urgency=low

  * add --existing option to locate, which only prints the names of files
    which still exist (fixes: bug #14037)
  * upgrade standards version

 -- Kevin Dalley <kevind@rahul.net>  Fri, 27 Feb 1998 01:43:36 -0800

findutils (4.1-26) unstable; urgency=low

  * added auto fs to PRUNEFS variable in updatedb.conf to prune
    automounted file systems (fixes: bug #13662)
  * corrected get_short so that it correctly returns negative
    numbers. (fixes: bug #17774)
  * remove declarations of various string functions which allows
    compilation under sparc.  Removing the declarations almost
    matches the GNU Coding Standards.(fixes: bug #16948)
	    
 -- Kevin Dalley <kevind@rahul.net>  Sun,  8 Feb 1998 22:43:13 -0800
	
findutils (4.1-25) unstable; urgency=low

  * change auto to autofs in PRUNEFS variable in updatedb.conf

 -- Kevin Dalley <kevin@aimnet.com>  Tue, 30 Sep 1997 09:13:27 -0700

findutils (4.1-24) unstable; urgency=low

  * added auto to PRUNEFS, so that automounted fs are automatically pruned 

 -- Kevin Dalley <kevin@aimnet.com>  Sat, 27 Sep 1997 01:14:52 -0700

findutils (4.1-23) unstable; urgency=low

  * This release is built with libc6 release
  * add "#define _GNU_SOURCE" to pred.c
  * zip man pages, which fixes bug #10272: findutils manpages are not
    compressed. 

 -- Kevin Dalley <kevin@aimnet.com>  Sun,  6 Jul 1997 14:12:56 -0700

findutils (4.1-22) frozen unstable; urgency=low

  * add smbfs to PRUNEFS in updatedb.conf, which is bug #8668, findutils:
    Updatedb should not scan smbfs mounts 

 -- Kevin Dalley <kevin@aimnet.com>  Sun, 27 Apr 1997 00:20:23 -0700

findutils (4.1-21) frozen unstable; urgency=low

  * fixed preinst to handle install, which fixes bug #8351

 -- Kevin Dalley <kevin@aimnet.com>  Wed, 2 Apr 1997 22:21:59 -0800

findutils (4.1-20) unstable; urgency=low

  * really fixed xargs to prevent occasional core dumping, which fixes bug
    #7287.  findutils-4.1-19 skipped including this patch

 -- Kevin Dalley <kevin@aimnet.com>  Mon, 3 Mar 1997 22:50:28 -0800

findutils (4.1-19) unstable; urgency=low

  * /etc/updatedb.conf execution mode is removed, which fixes bug #7569
  * xargs fixed to prevent occasional core dumping, which fixes bug #7287
  * added comment in README.debian describing updatedb on automatically
    mounted file systems only, which closes bug #7023

 -- Kevin Dalley <kevin@aimnet.com>  Sun, 2 Mar 1997 11:51:30 -0800

findutils (4.1-18) unstable; urgency=low

  * added extra '\' so that localuser, prunefs, and prunepaths can work
    together, which fixes bug #6640

 -- Kevin Dalley <kevin@aimnet.com>  Thu, 23 Jan 1997 02:00:11 -0800

findutils (4.1-17) unstable; urgency=low

  * corrected permission on /var/lib/locate again in postinst.

 -- Kevin Dalley <kevin@aimnet.com>  Sun, 12 Jan 1997 15:24:17 -0800

findutils (4.1-16) unstable; urgency=low

  * add --localuser option to updatedb, which allows find to be run as
    nobody, while allowing database file to be created as root, change
    suggested by <Bernd_Eckenfels@Wittumstrasse13.76646Bruchsal.de>
  * install /var/lib/locate as root:root
  * doc/find.texi, locate/updatedb.sh: add --localuser documention.
  * debian/postinst: change /var/lib/locate directory to be owned by root
  * debian/cron.find: use --localuser option so to updatedb is run as
    root, but find is run as nobody
  * correct warning message in preinst, fixes bug #6498: findutils.preinst
    mentions /etc/find.conf instead of /etc/updatedb.conf

 -- Kevin Dalley <kevin@aimnet.com>  Sat, 11 Jan 1997 19:16:39 -0800

findutils (4.1-15) unstable; urgency=low

  * added PRUNEFS as variable in updatedb and --prunefs as option to
    updatedb (solves bug #1239, which is RFE)
  * rename cron.find to cron.updatedb (and cron.daily/find to
    cron.daily/updatedb)
  * find.texi, find.info*: changed certain defaults back to the way they
    were in the original release, added prunefs option
  * findutils/locate/updatedb.sh: added prunefs option
  * debian/rules: added find.conf and changed method of installation of files
  * debian/preinst: add information about changed find.conf when upgrading
  * debian/find.conf: updatedb configuration file
  * debian/find.conf: use find.conf
  * debian/conffiles: added find.conf as configuration file
  * renamed find.conf to updatedb.conf

 -- Kevin Dalley <kevin@aimnet.com>  Sat, 28 Dec 1996 14:21:07 -0800

findutils (4.1-14) stable unstable; urgency=low

  * install conffiles so that find is a conffile (this was last during the
    standards-version update

 -- Kevin Dalley <kevin@aimnet.com>  Sat, 21 Dec 1996 12:54:46 -0800

findutils (4.1-13) stable unstable; urgency=HIGH

  * fixes bug which prevents locate from running in previous
    installations, which is /var/lib/locate directory being owned by
    root.
    
  * remove recursive chown and chmod from debian/rules.  set
    /var/lib/locate to nobody:nogroup in postinst, just in case it was set
    previously by another installation.

 -- Kevin Dalley <kevin@aimnet.com>  Tue, 17 Dec 1996 23:34:44 -0800

findutils (4.1-12) unstable; urgency=low

  * changed debian/control to satisfy standards and fix bug #3566,
  summary incorrect
  * moved files debian.* to debian/*
  * converted to Standards-Version: 2.1.1.0
    
 -- Kevin Dalley <kevin@aimnet.com>  Wed, 23 Oct 1996 21:06:15 -0700

Mon May 27 01:07:52 1996  Kevin Dalley  <kevin@aplysia.iway.aimnet.com (Kevin Dalley)>

	* updatedb.sh: when NETPATHS is used, only su to NETUSER if whoami
	is root

	* debian.rules: now creates *.architecture.deb
		 upgraded to Debian release 11
	stopped rm of find.info*

Sat Apr 27 12:29:06 1996  Kevin Dalley  <kevin@aplysia.iway.aimnet.com (Kevin Dalley)>

	* find.info, find.info-1, find.info-2: updated to match find.texi

	* debian.rules (debian): update debian revision to 10

	* getline.c (getstr): verify that nchars_avail is *really* greater
	than 0; set *n to a large enough number, stops some core dumping

Mon Apr 15 05:06:15 1996  Kevin Dalley  <kevin@aplysia.iway.aimnet.com (Kevin Dalley)>

        * debian.rules: change to findutils-4.1-9

	* configure: restore configure from autoconf version 2.1, which
	was modified in findutils-4.1-7

Sun Apr 14 00:09:13 1996  Kevin Dalley  <kevin@aplysia.iway.aimnet.com (Kevin Dalley)>

* debian.control, debian.rules:
	added architecture field, updated debian.rules, bumped version

* find.texi, updatedb.sh:
	added /amd, /net, /alex to list of files to be ignored

Sun Feb 25 13:23:21 1996  Kevin Dalley  <kevin@aplysia.iway.aimnet.com (Kevin Dalley)>

* debian.rules: finish variable changing of v, d, and p

* updatedb.sh: ignore file type proc, remove proc from PRUNEPATHS
	(this should *really* be changed in upstream package)

* debian.rules: changed variables v and d to complete words version and debian

* debian.control: deleted PACKAGE_REVISION field, modified version field

* cron.find: cd to / before running updatedb

Sun Jan 12 15:24:31 1997  Kevin Dalley  <kevin@aimnet.com>

* debian/postinst: corrected permission for /var/lib/locate in postinst again.