[arch-commits] Commit in rsync/trunk (PKGBUILD)

Christian Hesse eworm at gemini.archlinux.org
Sat Apr 16 20:13:14 UTC 2022


    Date: Saturday, April 16, 2022 @ 20:13:14
  Author: eworm
Revision: 442725

upgpkg: rsync 3.2.4-1: new upstream release

Modified:
  rsync/trunk/PKGBUILD

----------+
 PKGBUILD |   22 +++-------------------
 1 file changed, 3 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-16 20:06:49 UTC (rev 442724)
+++ PKGBUILD	2022-04-16 20:13:14 UTC (rev 442725)
@@ -1,9 +1,9 @@
 # Maintainer: Christian Hesse <mail at eworm.de>
 
 pkgname=rsync
-_tag='1a2d16c0bd161481cbf0acc06dceb1ce788f0d09' # git rev-parse v${pkgver}
-pkgver=3.2.3
-pkgrel=4
+_tag='db2a0aed76cfedeb87179017167c29cc2ab7a1e8' # git rev-parse v${pkgver}
+pkgver=3.2.4
+pkgrel=1
 pkgdesc='A fast and versatile file copying tool for remote and local files'
 arch=('x86_64')
 url='https://rsync.samba.org/'
@@ -19,22 +19,6 @@
 sha256sums=('SKIP'
             '733ccb571721433c3a6262c58b658253ca6553bec79c2bdd0011810bb4f2156b')
 
-prepare() {
-	cd "$srcdir/rsync"
-
-	# 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
-
-	# Add test and fix regression for --delay-updates (#192) (#204)
-	git cherry-pick -n efc81c93a9fca45ba08119145a2d282f477f01b4
-}
-
 build() {
 	cd "$srcdir/rsync"
 



More information about the arch-commits mailing list