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:
		
							parent
							
								
									3eb3e198b9
								
							
						
					
					
						commit
						3bdc0ef2cd
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -39,14 +39,14 @@ | ||||||
| (define-public rsync | (define-public rsync | ||||||
|   (package |   (package | ||||||
|    (name "rsync") |    (name "rsync") | ||||||
|    (version "3.2.4") |    (version "3.2.5") | ||||||
|    (source (origin |    (source (origin | ||||||
|             (method url-fetch) |             (method url-fetch) | ||||||
|             (uri (string-append "https://rsync.samba.org/ftp/rsync/src/rsync-" |             (uri (string-append "https://rsync.samba.org/ftp/rsync/src/rsync-" | ||||||
|                                 version ".tar.gz")) |                                 version ".tar.gz")) | ||||||
|             (sha256 |             (sha256 | ||||||
|              (base32 |              (base32 | ||||||
|               "1lgslprbfirl9p9ca16syh0pzr4kgmrzdxwwayvb0ll0s0w1hxkg")))) |               "1flsqq01dmbz0m2vwn4sj46zb9yxlrfc6xy3gf393xyd6lbd5i1a")))) | ||||||
|    (build-system gnu-build-system) |    (build-system gnu-build-system) | ||||||
|    (arguments |    (arguments | ||||||
|     `(#:configure-flags |     `(#:configure-flags | ||||||
|  |  | ||||||
		Reference in a new issue