Opened 21 years ago

Closed 18 years ago

#567 closed defect (fixed)

findutils-4.2.27

Reported by: Matthew Burgess Owned by: lfs-book@…
Priority: normal Milestone:
Component: Book Version: SVN
Severity: normal Keywords:
Cc:

Description

There wasn't an existing bug to handle updates to findutils which is not surprising as it hasn't been updated since 1994!

Change History (50)

comment:1 by Matthew Burgess, 21 years ago

Status: newassigned

comment:2 by jeremy@…, 21 years ago

dependson: 30

Linking this bug to 30

comment:3 by Matthew Burgess, 21 years ago

Resolution: fixed
Status: assignedclosed

Sorry for the delay in closing this one - it was committed days a ago.

comment:4 by gerard@…, 20 years ago

dependson: 30

comment:5 by Matthew Burgess, 20 years ago

bug_file_loc: ftp://alpha.gnu.org/gnu/findutils/
Resolution: fixed
Status: closedreopened
Summary: findutils-4.1.20findutils-4.2.0

Version increment (4.2.0). See NEWS for the long list of new features and bug fixes.

comment:6 by Matthew Burgess, 20 years ago

Summary: findutils-4.2.0findutils-4.2.1

Version increment (4.2.1) - thanks to Juerg Billeter. NEWS has this:

  • Major changes in release 4.2.1

Bug Fixes * find -iname now works correctly on systems that have an fnmatch() function

that does not support FNM_CASEFOLD

* updatedb now uses signal names for "trap" instead of numbers,

as per bug #9465 (see

http://www.opengroup.org/onlinepubs/009695399/utilities/trap.html) * Better support for systems lacking intmax_t Other Changes findutils now uses a newer version of gnulib (dated 2004-10-17).

comment:7 by Matthew Burgess, 20 years ago

Summary: findutils-4.2.1findutils-4.2.2

Version increment (4.2.2).

comment:8 by Matthew Burgess, 19 years ago

Summary: findutils-4.2.2findutils-4.2.3

Version increment (4.2.3). Here's the latest from NEWS:

  • Major changes in release 4.2.3

Functionality Changes * Added new action -delete which deletes things that find matches. * Added new action -quit which causes find to exit immediately. * A new format directive '%D' for "find -printf" prints the device number. * The -ls predicate no longer truncates user or group names. * Added new option "-d" which is a synonym for "-depth" for compatibility

with Mac OS, OpenBSD and FreeBSD. This option is already deprecated since the POSIX standard specifies "-depth".

* Added two new format specifiers to the -printf action; these are

%y and %Y. They indicate the type of the file as a single letter; these are the same latters as are used by the "-type" test.

* If a parent directory changes during the execution of find,

the error message we issue identifies the nature of the change (for example the previous and current inode numbers of the directoru we've just returned out of).

Other Changes * Non-functional code changes to silence compiler warnings.

comment:9 by jeremy@…, 19 years ago

Resolution: fixed
Status: reopenedclosed

comment:10 by jeremy@…, 19 years ago

Resolution: fixed
Status: closedreopened

comment:11 by Matthew Burgess, 19 years ago

Priority: highestnormal
Summary: findutils-4.2.3findutils-4.2.6
Version: CVSSVN

comment:12 by Matthew Burgess, 19 years ago

Summary: findutils-4.2.6findutils-4.2.7

Version increment (4.2.7)

comment:13 by Matthew Burgess, 19 years ago

Summary: findutils-4.2.7findutils-4.2.8

Version increment (4.2.8) - only change is for Solaris automount functionality - oh well, just keeping this bug up-to-date :-)

comment:14 by jeremy@…, 19 years ago

Resolution: fixed
Status: reopenedclosed

Upgraded in unstable to 4.2.8

comment:15 by Matthew Burgess, 19 years ago

Resolution: fixed
Status: closedreopened
Summary: findutils-4.2.8findutils-4.2.9

Version increment (4.2.9). Several bug fixes and functionality changes - see NEWS for more details

comment:16 by Matthew Burgess, 19 years ago

Summary: findutils-4.2.9findutils-4.2.10

Version increment (4.2.10)

comment:17 by Matthew Burgess, 19 years ago

Resolution: fixed
Status: reopenedclosed

comment:18 by Matthew Burgess, 19 years ago

Resolution: fixed
Status: closedreopened
Summary: findutils-4.2.10findutils-4.2.11

Version increment (4.2.11). See NEWS for the details.

comment:19 by jeremy@…, 19 years ago

Resolution: fixed
Status: reopenedclosed

Upgraded in unstable

comment:20 by Matthew Burgess, 19 years ago

Resolution: fixed
Status: closedreopened
Summary: findutils-4.2.11findutils-4.2.12

Version increment (4.2.12)

comment:21 by Matthew Burgess, 19 years ago

Summary: findutils-4.2.12findutils-4.2.13

Version increment (4.2.13)

comment:22 by Matthew Burgess, 19 years ago

Summary: findutils-4.2.13findutils-4.2.14

Version increment (4.2.14)

comment:23 by Matthew Burgess, 19 years ago

Resolution: fixed
Status: reopenedclosed

comment:24 by Matthew Burgess, 19 years ago

Resolution: fixed
Status: closedreopened
Summary: findutils-4.2.14findutils-4.2.15

Version increment (4.2.15):

  • locate now supports matching regular expression (--regex).
  • --enable-d_type-optimization (introduced in findutils 4.2.13) is now turned on

by default.

comment:25 by Matthew Burgess, 19 years ago

Resolution: fixed
Status: reopenedclosed

comment:26 by Matthew Burgess, 19 years ago

Resolution: fixed
Status: closedreopened
Summary: findutils-4.2.15findutils-4.2.16

Version increment (4.2.16)

comment:27 by Matthew Burgess, 19 years ago

Summary: findutils-4.2.16findutils-4.2.17

Version increment (4.2.17)

comment:28 by Matthew Burgess, 19 years ago

Resolution: fixed
Status: reopenedclosed

Fixed in r4633

comment:29 by Matthew Burgess, 19 years ago

Resolution: fixed
Status: closedreopened
Summary: findutils-4.2.17findutils-4.2.18

Version increment (4.2.18)

comment:30 by Matthew Burgess, 19 years ago

Resolution: fixed
Status: reopenedclosed

comment:31 by Matthew Burgess, 19 years ago

Resolution: fixed
Status: closedreopened
Summary: findutils-4.2.18findutils-4.2.19

Version increment (4.2.19)

comment:32 by randy@…, 19 years ago

I built SVN-20050303 a couple of days ago and used the most recent version of Findutils (4.2.19). I've not noticed any problems or issues associated with it, though I've not tried out all the IPRoute tools that the IPRoute patch may affect with "newer Findutils".

Just thought I'd mention this for when an update to the Findutils package is done.

comment:33 by Matthew Burgess, 19 years ago

Status: reopenedassigned

comment:34 by Matthew Burgess, 19 years ago

Resolution: fixed
Status: assignedclosed

comment:35 by jim@…, 19 years ago

bug_file_loc: ftp://alpha.gnu.org/gnu/findutils/ftp://ftp.gnu.org/gnu/findutils/
Summary: findutils-4.2.19findutils-4.2.20

FinVersion increment (4.2.20)

comment:36 by Matthew Burgess, 19 years ago

Resolution: fixed
Status: closedreopened

Reopening as this isn't in SVN yet.

comment:37 by Matthew Burgess, 19 years ago

Resolution: fixed
Status: reopenedclosed

Sorry Jim, I'm having a bad morning :(

comment:38 by Matthew Burgess, 19 years ago

Resolution: fixed
Status: closedreopened
Summary: findutils-4.2.20findutils-4.2.23

Version increment (4.2.23). Includes a fix for a recently discovered security vulnerability

comment:39 by archaic@…, 19 years ago

Is this change going to go into testing due to it being a security fix or should we backport a patch?

comment:40 by Matthew Burgess, 19 years ago

Let's just upgrade it. Far less work than backporting a patch, getting it into LFS format and putting the explanatory text in.

comment:41 by archaic@…, 19 years ago

Ok. Let me grab a copy and run a build with it to make sure nothing funny happens.

comment:42 by archaic@…, 19 years ago

Owner: changed from Matthew Burgess to archaic@…
Status: reopenednew

Fixed in trunk (r6082). Awaiting merge to testing.

comment:43 by archaic@…, 19 years ago

Resolution: fixed
Status: newclosed

Fixed in testing (r6090). Closing bug.

comment:44 by Matthew Burgess, 19 years ago

Resolution: fixed
Status: closedreopened
Summary: findutils-4.2.23findutils-4.2.25

Version increment (4.2.25)

comment:45 by archaic@…, 19 years ago

Owner: changed from archaic@… to lfs-book@…
Status: reopenednew

comment:46 by Matthew Burgess, 19 years ago

Resolution: fixed
Status: newclosed

comment:47 by Matthew Burgess, 18 years ago

Resolution: fixed
Status: closedreopened
Summary: findutils-4.2.25findutils-4.2.26

Version increment (4.2.26)

comment:48 by Matthew Burgess, 18 years ago

Resolution: fixed
Status: reopenedclosed

comment:49 by Matthew Burgess, 18 years ago

Resolution: fixed
Status: closedreopened
Summary: findutils-4.2.26findutils-4.2.27

Version increment (4.2.27)

comment:50 by Matthew Burgess, 18 years ago

Resolution: fixed
Status: reopenedclosed
Note: See TracTickets for help on using tickets.