[arch-commits] Commit in rsync/trunk (PKGBUILD)
Christian Hesse
eworm at archlinux.org
Mon Dec 21 20:37:10 UTC 2020
Date: Monday, December 21, 2020 @ 20:37:08
Author: eworm
Revision: 404752
upgpkg: rsync 3.2.3-2: fix CVE-2020-14387
https://security.archlinux.org/AVG-1374
Modified:
rsync/trunk/PKGBUILD
----------+
PKGBUILD | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-21 20:24:37 UTC (rev 404751)
+++ PKGBUILD 2020-12-21 20:37:08 UTC (rev 404752)
@@ -3,7 +3,7 @@
pkgname=rsync
_tag='1a2d16c0bd161481cbf0acc06dceb1ce788f0d09' # git rev-parse v${pkgver}
pkgver=3.2.3
-pkgrel=1
+pkgrel=2
pkgdesc='A fast and versatile file copying tool for remote and local files'
arch=('x86_64')
url='https://rsync.samba.org/'
@@ -19,6 +19,13 @@
sha256sums=('SKIP'
'733ccb571721433c3a6262c58b658253ca6553bec79c2bdd0011810bb4f2156b')
+prepare() {
+ cd "$srcdir/rsync"
+
+ # rsync-ssl: Verify the hostname in the certificate when using openssl.
+ git cherry-pick -n c3f7414c450faaf6a8281cc4a4403529aeb7d859
+}
+
build() {
cd "$srcdir/rsync"
More information about the arch-commits
mailing list