OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 08-Mar-2005 12:04:05
Branch: HEAD Handle: 2005030811040500
Modified files:
openpkg-src/findutils findutils.patch findutils.spec
Log:
upgrading package: findutils 4.2.18 -> 4.2.19
Summary:
Revision Changes Path
1.6 +0 -15 openpkg-src/findutils/findutils.patch
1.62 +2 -2 openpkg-src/findutils/findutils.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/findutils/findutils.patch
============================================================================
$ cvs diff -u -r1.5 -r1.6 findutils.patch
--- openpkg-src/findutils/findutils.patch 16 Feb 2005 20:31:18 -0000
1.5
+++ openpkg-src/findutils/findutils.patch 8 Mar 2005 11:04:05 -0000
1.6
@@ -54,18 +54,3 @@
"$find $NETPATHS $FINDOPTIONS \\( -type d -regex '$PRUNEREGEX' -prune
\\) -o $print_option" ||
exit $?
else
-Index: find/find.c
---- find/find.c.orig Wed Feb 16 10:51:08 2005
-+++ find/find.c Wed Feb 16 21:30:18 2005
-@@ -1092,9 +1092,10 @@
- enum ChdirSymlinkHandling symlink_handling)
- {
- int extraflags = following_links() ? O_NOFOLLOW : 0;
-+ int fd;
-
- errno = 0;
-- int fd = open(dest, O_RDONLY|extraflags);
-+ fd = open(dest, O_RDONLY|extraflags);
- if (fd < 0)
- {
- switch (errno)
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/findutils/findutils.spec
============================================================================
$ cvs diff -u -r1.61 -r1.62 findutils.spec
--- openpkg-src/findutils/findutils.spec 16 Feb 2005 19:07:38 -0000
1.61
+++ openpkg-src/findutils/findutils.spec 8 Mar 2005 11:04:05 -0000
1.62
@@ -33,8 +33,8 @@
Class: BASE
Group: Utility
License: GPL
-Version: 4.2.18
-Release: 20050216
+Version: 4.2.19
+Release: 20050308
# list of sources
Source0: ftp://alpha.gnu.org/gnu/findutils/findutils-%{version}.tar.gz
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]