aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/rsync.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2022-08-14 02:00:01 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2022-08-14 02:00:03 +0200
commit3bdc0ef2cd9cd9cbcc1aadef7d8fdf6d182e857d (patch)
tree041df6a93d0d481701d824ac7056c640820e5de3 /gnu/packages/rsync.scm
parent3eb3e198b96928b0de26145d67951d8d3d213dc7 (diff)
downloadguix-3bdc0ef2cd9cd9cbcc1aadef7d8fdf6d182e857d.tar
guix-3bdc0ef2cd9cd9cbcc1aadef7d8fdf6d182e857d.tar.gz
gnu: rsync: Update to 3.2.5 [fixes CVE-2022-29154].
* gnu/packages/rsync.scm (rsync): Update to 3.2.5.
Diffstat (limited to 'gnu/packages/rsync.scm')
-rw-r--r--gnu/packages/rsync.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/rsync.scm b/gnu/packages/rsync.scm
index 2b3673c90c..5f549ef234 100644
--- a/gnu/packages/rsync.scm
+++ b/gnu/packages/rsync.scm
@@ -39,14 +39,14 @@
(define-public rsync
(package
(name "rsync")
- (version "3.2.4")
+ (version "3.2.5")
(source (origin
(method url-fetch)
(uri (string-append "https://rsync.samba.org/ftp/rsync/src/rsync-"
version ".tar.gz"))
(sha256
(base32
- "1lgslprbfirl9p9ca16syh0pzr4kgmrzdxwwayvb0ll0s0w1hxkg"))))
+ "1flsqq01dmbz0m2vwn4sj46zb9yxlrfc6xy3gf393xyd6lbd5i1a"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags