gnu: rsync: Update to 3.2.5 [fixes CVE-2022-29154].

* gnu/packages/rsync.scm (rsync): Update to 3.2.5.
This commit is contained in:
Tobias Geerinckx-Rice 2022-08-14 02:00:01 +02:00
parent 3eb3e198b9
commit 3bdc0ef2cd
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -39,14 +39,14 @@ (define-module (gnu packages rsync)
(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