[bug#75627] gnu: rsync: Update to 3.4.1.

Message ID 84d216f02354ab36e64bdd5f29f03f0ad22d91ea.1737101139.git.dariqq@posteo.net
State New
Headers
Series [bug#75627] gnu: rsync: Update to 3.4.1. |

Commit Message

Dariqq Jan. 17, 2025, 8:05 a.m. UTC
  * 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

Hilton Chain Jan. 18, 2025, 2:28 p.m. UTC | #1
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!
  

Patch

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