GNU bug report logs -
#75627
[PATCH] gnu: rsync: Update to 3.4.1.
Previous Next
Reported by: Dariqq <dariqq <at> posteo.net>
Date: Fri, 17 Jan 2025 08:10:02 UTC
Severity: normal
Tags: patch
Done: Hilton Chain <hako <at> ultrarare.space>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#75627: [PATCH] gnu: rsync: Update to 3.4.1.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 75627 <at> debbugs.gnu.org.
--
75627: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=75627
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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!
[Message part 3 (message/rfc822, inline)]
* 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(-)
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
This bug report was last modified 215 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.