summaryrefslogtreecommitdiff
path: root/core/rsync/may-modify-others-Pkgfile.patch
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2016-11-22 13:05:48 +0100
committerErich Eckner <git@eckner.net>2016-11-22 13:05:48 +0100
commitd85fba2c7c29e9aa374c311bd289837206f66f95 (patch)
tree2b06d9eda85414fa5d01030cc3a73c438125188d /core/rsync/may-modify-others-Pkgfile.patch
parentd7c6a225ae554f334ce4f2af16f2450c1267f462 (diff)
downloadcrux-patches-d85fba2c7c29e9aa374c311bd289837206f66f95.tar.xz
rsync: may-modify-others-Patch neu
Diffstat (limited to 'core/rsync/may-modify-others-Pkgfile.patch')
-rw-r--r--core/rsync/may-modify-others-Pkgfile.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/core/rsync/may-modify-others-Pkgfile.patch b/core/rsync/may-modify-others-Pkgfile.patch
new file mode 100644
index 0000000..12f6906
--- /dev/null
+++ b/core/rsync/may-modify-others-Pkgfile.patch
@@ -0,0 +1,17 @@
+--- Pkgfile 2016-01-02 20:32:54.334960502 +0100
++++ Pkgfile 2016-11-22 13:02:49.324456243 +0100
+@@ -7,11 +7,14 @@
+ version=3.1.2
+ release=1
+ source=(http://rsync.samba.org/ftp/$name/src/$name-$version.tar.gz \
++ may-modify-others.patch
+ rsyncd.conf rsyncd rsync.driver)
+
+ build () {
+ cd $name-$version
+
++ patch -p1 -i ../may-modify-others.patch
++
+ ./configure --prefix=/usr \
+ --with-rsh=ssh \
+ --with-included-popt \