diff options
author | Erich Eckner <git@eckner.net> | 2018-01-29 20:32:19 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-01-29 20:32:19 +0100 |
commit | 7e1ab1b1f7667761ef279f2255045abda2c14172 (patch) | |
tree | 9e20a780744063df5c021695115593cd8bde827a | |
parent | 2cb64d7d1d8d5545716a4640e6a969adadd13e4f (diff) | |
download | crux-patches-7e1ab1b1f7667761ef279f2255045abda2c14172.tar.xz |
core/rsync: adopt to new source
-rw-r--r-- | core/rsync/may-modify-others-Pkgfile.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/rsync/may-modify-others-Pkgfile.patch b/core/rsync/may-modify-others-Pkgfile.patch index d713277..f3a675e 100644 --- a/core/rsync/may-modify-others-Pkgfile.patch +++ b/core/rsync/may-modify-others-Pkgfile.patch @@ -1,9 +1,9 @@ --- 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.3pre1 - release=2 - source=(https://download.samba.org/pub/rsync/src-previews/$name-$version.tar.gz \ + 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) |