mirror of
https://https.git.savannah.gnu.org/git/findutils.git
synced 2026-01-27 01:44:23 +00:00
*** empty log message ***
This commit is contained in:
parent
ace39939d3
commit
f22e9df9ad
4
NEWS
4
NEWS
@ -1,4 +1,8 @@
|
||||
GNU findutils NEWS - User visible changes. -*- outline -*- (allout)
|
||||
* Major changes in release 4.1.7:
|
||||
fix problem so that default "-print" is added when "-prune" is used.
|
||||
security fixes related to directories changing while find is executing.
|
||||
|
||||
* Major changes in release 4.1.6:
|
||||
correct bug in prune.
|
||||
added --ignore-case option for locate
|
||||
|
||||
6
TODO
6
TODO
@ -1,9 +1,5 @@
|
||||
-*-outline-*-
|
||||
* Miscellaneous security holes in find,
|
||||
see
|
||||
http://archives.neohapsis.com/archives/linux/lsap/2001-q1/thread.html#148
|
||||
and
|
||||
http://bugs.debian.org/findutils
|
||||
* lib/filemode.c has "# undef S_ISDOOR" added. This should be moved upstream.
|
||||
|
||||
* Speed of locate without "-i" option needs to be increased.
|
||||
|
||||
|
||||
4
configure
vendored
4
configure
vendored
@ -1031,7 +1031,7 @@ host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
|
||||
host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
|
||||
host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
|
||||
|
||||
ALL_LINGUAS="da de es et fr gl it ko nl pl pt_BR ru sv"
|
||||
ALL_LINGUAS="da de es et fr gl id it ko nl pl pt_BR ru sv"
|
||||
|
||||
# Find a good install program. We prefer a C program (faster),
|
||||
# so one script is as good as another. But avoid the broken or
|
||||
@ -1288,7 +1288,7 @@ fi
|
||||
|
||||
# Define the identity of the package.
|
||||
PACKAGE=findutils
|
||||
VERSION=4.1.6.1
|
||||
VERSION=4.1.6
|
||||
|
||||
cat >>confdefs.h <<EOF
|
||||
#define PACKAGE "$PACKAGE"
|
||||
|
||||
1
debian/.cvsignore
vendored
Normal file
1
debian/.cvsignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
tmp
|
||||
1
intl/.cvsignore
Normal file
1
intl/.cvsignore
Normal file
@ -0,0 +1 @@
|
||||
Makefile
|
||||
@ -4,5 +4,4 @@ used by autoconf to create the configure script at the the top level in
|
||||
this distribution.
|
||||
|
||||
The Makefile.am file in this directory is automatically generated
|
||||
from the template file, Makefile.am.in. The generation will fail
|
||||
if you don't have all the right tools.
|
||||
from the template file, Makefile.am.in.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user