[rsync/f15] Fix rsync destroys security context of symbolic links Remove obsolete buf-overflow.patch

mluscon mluscon at fedoraproject.org
Wed May 16 10:02:26 UTC 2012


commit 19e86e1f9778a99ad8ce48fa3ac4cad6e5815343
Author: Michal Luscon <mluscon at redhat.com>
Date:   Mon May 14 15:53:07 2012 +0200

    Fix rsync destroys security context of symbolic links
    Remove obsolete buf-overflow.patch

 rsync-3.0.7-buf-overflow.patch              |   39 ---------------------------
 rsync-3.0.8-security-context-symlinks.patch |   10 +++++++
 2 files changed, 10 insertions(+), 39 deletions(-)
---
diff --git a/rsync-3.0.8-security-context-symlinks.patch b/rsync-3.0.8-security-context-symlinks.patch
new file mode 100644
index 0000000..ce245d3
--- /dev/null
+++ b/rsync-3.0.8-security-context-symlinks.patch
@@ -0,0 +1,10 @@
+--- ./configure.ac	2011-03-26 22:34:18.000000000 +0100
++++ ./configure.ac.new	2012-05-14 15:37:36.112816678 +0200
+@@ -966,7 +966,6 @@
+ 	AC_MSG_RESULT(Using Linux xattrs)
+ 	AC_DEFINE(HAVE_LINUX_XATTRS, 1, [True if you have Linux xattrs])
+ 	AC_DEFINE(SUPPORT_XATTRS, 1)
+-	AC_DEFINE(NO_SYMLINK_XATTRS, 1, [True if symlinks do not support xattrs])
+ 	;;
+     darwin*)
+ 	AC_MSG_RESULT(Using OS X xattrs)


More information about the scm-commits mailing list