[devtools,1/1] make rsync use new-style compression in makepkg.conf

Message ID 20200326061631.16553-1-list@eworm.de
State Accepted, archived
Headers show
Series [devtools,1/1] make rsync use new-style compression in makepkg.conf | expand

Commit Message

Christian Hesse March 26, 2020, 6:16 a.m. UTC
From: Christian Hesse <mail@eworm.de>

Our rsync package is no longer built with bundled zlib, so old-style
compression is no longer supported.

https://www.archlinux.org/news/rsync-compatibility/
Signed-off-by: Christian Hesse <mail@eworm.de>
---
 makepkg-x86_64.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Christian Hesse June 17, 2020, 9:02 p.m. UTC | #1
Christian Hesse <list@eworm.de> on Thu, 2020/03/26 07:16:
> From: Christian Hesse <mail@eworm.de>
> 
> Our rsync package is no longer built with bundled zlib, so old-style
> compression is no longer supported.

Any news on this one?

Patch

diff --git a/makepkg-x86_64.conf b/makepkg-x86_64.conf
index a07756c..3a1384f 100644
--- a/makepkg-x86_64.conf
+++ b/makepkg-x86_64.conf
@@ -15,7 +15,7 @@  DLAGENTS=('file::/usr/bin/curl -gqC - -o %o %u'
           'ftp::/usr/bin/curl -gqfC - --ftp-pasv --retry 3 --retry-delay 3 -o %o %u'
           'http::/usr/bin/curl -gqb "" -fLC - --retry 3 --retry-delay 3 -o %o %u'
           'https::/usr/bin/curl -gqb "" -fLC - --retry 3 --retry-delay 3 -o %o %u'
-          'rsync::/usr/bin/rsync --no-motd -z %u %o'
+          'rsync::/usr/bin/rsync --no-motd -zz %u %o'
           'scp::/usr/bin/scp -C %u %o')
 
 # Other common tools: