[PATCH] gnu: rsync: Update to 3.4.1.

  • Open
  • quality assurance status badge
Details
One participant
  • Dariqq
Owner
unassigned
Submitted by
Dariqq
Severity
normal
D
D
Dariqq wrote 18 hours ago
(address . guix-patches@gnu.org)(name . Dariqq)(address . dariqq@posteo.net)
84d216f02354ab36e64bdd5f29f03f0ad22d91ea.1737101139.git.dariqq@posteo.net
* 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(-)

Toggle diff (25 lines)
diff --git a/gnu/packages/rsync.scm b/gnu/packages/rsync.scm
index c066b8ae97..ee8baf1acd 100644
--- a/gnu/packages/rsync.scm
+++ b/gnu/packages/rsync.scm
@@ -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

base-commit: cd12fa4e2051925eaa9833035fef019315c4b721
--
2.47.1
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 75627@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 75627
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch