From 017c4cf526d540a235d055e446a6ae15f4ca9cf1 Mon Sep 17 00:00:00 2001 From: Ondrej Vasik Date: Jan 05 2009 16:13:30 +0000 Subject: fix fuzz in patches --- diff --git a/tar-1.19-xattrs-conf.patch b/tar-1.19-xattrs-conf.patch index 1d58db3..7ac0999 100644 --- a/tar-1.19-xattrs-conf.patch +++ b/tar-1.19-xattrs-conf.patch @@ -115,7 +115,7 @@ diff -up tar-1.19/config.hin.xattrs-conf tar-1.19/config.hin /* Define to 1 if you have the header file. */ #undef HAVE_GRP_H -@@ -444,12 +459,27 @@ +@@ -444,15 +459,30 @@ /* Define to 1 if you have the `lchown' function. */ #undef HAVE_LCHOWN @@ -125,9 +125,12 @@ diff -up tar-1.19/config.hin.xattrs-conf tar-1.19/config.hin +/* Define to 1 if you have the `acl' library (-lacl). */ +#undef HAVE_LIBACL + + /* Define to 1 if you have the header file. */ + #undef HAVE_LIBINTL_H ++ +/* Define to 1 if you have the `selinux' library (-lselinux). */ +#undef HAVE_LIBSELINUX -+ + /* Define to 1 if you have the header file. */ #undef HAVE_LINEWRAP_H diff --git a/tar-1.19-xattrs.patch b/tar-1.19-xattrs.patch index e396e3d..0c3dc43 100644 --- a/tar-1.19-xattrs.patch +++ b/tar-1.19-xattrs.patch @@ -722,8 +722,8 @@ diff -up tar-1.17/src/tar.c.xattrs tar-1.17/src/tar.c NEWER_MTIME_OPTION, + NO_ACLS_OPTION, NO_ANCHORED_OPTION, + NO_AUTO_COMPRESS_OPTION, NO_CHECK_DEVICE_OPTION, - NO_DELAY_DIRECTORY_RESTORE_OPTION, @@ -280,9 +282,11 @@ enum NO_RECURSION_OPTION, NO_SAME_OWNER_OPTION,