summaryrefslogtreecommitdiff
path: root/core/rsync/may-modify-others-Pkgfile.patch
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-06-23 20:26:32 +0200
committerErich Eckner <git@eckner.net>2020-06-23 20:26:32 +0200
commitf2497c6d34ea56b51fef58dd7394279344874f94 (patch)
treeeefe7f3668a33eeee3fe04367755994ae5ea5265 /core/rsync/may-modify-others-Pkgfile.patch
parent1e723e74f3612208dc1029ee81146e216daef920 (diff)
downloadcrux-patches-f2497c6d34ea56b51fef58dd7394279344874f94.tar.xz
core/rsync: patch removed, because it fails for 3.2.1 (worked for 3.1.3)
Diffstat (limited to 'core/rsync/may-modify-others-Pkgfile.patch')
-rw-r--r--core/rsync/may-modify-others-Pkgfile.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/core/rsync/may-modify-others-Pkgfile.patch b/core/rsync/may-modify-others-Pkgfile.patch
deleted file mode 100644
index f3a675e..0000000
--- a/core/rsync/may-modify-others-Pkgfile.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- 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.3
- release=1
- source=(https://download.samba.org/pub/rsync/$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 \