guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: rsync: Update to 3.4.0. [security fixes]


From: guix-commits
Subject: 03/03: gnu: rsync: Update to 3.4.0. [security fixes]
Date: Tue, 14 Jan 2025 22:27:43 -0500 (EST)

z572 pushed a commit to branch master
in repository guix.

commit 945bd951270596746c9ee45d25f97c3396a8fde2
Author: Sergey Trofimov <sarg@sarg.org.ru>
AuthorDate: Tue Jan 14 22:33:06 2025 +0100

    gnu: rsync: Update to 3.4.0. [security fixes]
    
    Fixes CVE-2024-12084, CVE-2024-12085, CVE-2024-12086, CVE-2024-12087,
    CVE-2024-12088, CVE-2024-12747
    
    * gnu/packages/rsync.scm (rsync): Update to 3.4.0.
    
    Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
    Change-Id: Ia40cec889f8370bd987132137e59d938ddc7d0be
---
 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 4b1d44e58e..c066b8ae97 100644
--- a/gnu/packages/rsync.scm
+++ b/gnu/packages/rsync.scm
@@ -40,14 +40,14 @@
 (define-public rsync
   (package
    (name "rsync")
-   (version "3.3.0")
+   (version "3.4.0")
    (source (origin
             (method url-fetch)
             (uri (string-append "https://rsync.samba.org/ftp/rsync/src/rsync-";
                                 version ".tar.gz"))
             (sha256
              (base32
-              "146z85qd16446k8hzr9n4fzf0fzjjsg22qralxwdcclcf2kfk6bk"))))
+              "191sp6wci6qyjh63mpbs0hs8rhvzdkxaybw2zq9a09j2ljajz54f"))))
    (build-system gnu-build-system)
    (arguments
     `(#:configure-flags



reply via email to

[Prev in Thread] Current Thread [Next in Thread]