[arch-commits] Commit in rsync/trunk (PKGBUILD)
Christian Hesse
eworm at archlinux.org
Wed Dec 30 10:36:23 UTC 2020
Date: Wednesday, December 30, 2020 @ 10:36:22
Author: eworm
Revision: 405113
upgpkg: rsync 3.2.3-3: fix issue with glibc's lchmod() (FS#69135)
Modified:
rsync/trunk/PKGBUILD
----------+
PKGBUILD | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-30 08:22:17 UTC (rev 405112)
+++ PKGBUILD 2020-12-30 10:36:22 UTC (rev 405113)
@@ -3,7 +3,7 @@
pkgname=rsync
_tag='1a2d16c0bd161481cbf0acc06dceb1ce788f0d09' # git rev-parse v${pkgver}
pkgver=3.2.3
-pkgrel=2
+pkgrel=3
pkgdesc='A fast and versatile file copying tool for remote and local files'
arch=('x86_64')
url='https://rsync.samba.org/'
@@ -24,6 +24,12 @@
# rsync-ssl: Verify the hostname in the certificate when using openssl.
git cherry-pick -n c3f7414c450faaf6a8281cc4a4403529aeb7d859
+
+ # Force HAVE_LCHMOD off for Linux (for now).
+ # Work around glibc's lchmod() issue a better way.
+ git cherry-pick -n \
+ 85b8dc8abaca96fc3ea7421e09101b6ac41b6718 \
+ 9dd62525f3b98d692e031f22c02be8f775966503
}
build() {
More information about the arch-commits
mailing list