[bug#75627] gnu: rsync: Update to 3.4.1.
Commit Message
* gnu/packages/rsync.scm (rsync): Update to 3.4.1.
Change-Id: I17686864a07b126841a13382f9a70028fb58544c
---
Fixes regressions introduced by the 3.4.0 security fixes
gnu/packages/rsync.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
base-commit: cd12fa4e2051925eaa9833035fef019315c4b721
Comments
On Fri, 17 Jan 2025 16:05:39 +0800,
Dariqq wrote:
>
> * gnu/packages/rsync.scm (rsync): Update to 3.4.1.
>
> Change-Id: I17686864a07b126841a13382f9a70028fb58544c
> ---
> Fixes regressions introduced by the 3.4.0 security fixes
>
> gnu/packages/rsync.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
Applied as f646d189b10d54915d0935d4a07e0f4bec4067aa, thanks!
@@ -40,14 +40,14 @@ (define-module (gnu packages rsync)
(define-public rsync
(package
(name "rsync")
- (version "3.4.0")
+ (version "3.4.1")
(source (origin
(method url-fetch)
(uri (string-append "https://rsync.samba.org/ftp/rsync/src/rsync-"
version ".tar.gz"))
(sha256
(base32
- "191sp6wci6qyjh63mpbs0hs8rhvzdkxaybw2zq9a09j2ljajz54f"))))
+ "0llcv1gxcl4qyry689sh24mj02pyy2wl1xq1q4gmb2zdl6rvq919"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags