mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: cifs-utils: Update to 6.11 [fixes CVE-2020-14342].
* gnu/packages/samba.scm (cifs-utils): Update to 6.11.
This commit is contained in:
parent
c7aee804ea
commit
b1e5eb31cd
1 changed files with 2 additions and 2 deletions
|
@ -59,14 +59,14 @@ (define-module (gnu packages samba)
|
|||
(define-public cifs-utils
|
||||
(package
|
||||
(name "cifs-utils")
|
||||
(version "6.10")
|
||||
(version "6.11")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://download.samba.org/pub/linux-cifs/"
|
||||
"cifs-utils/cifs-utils-" version ".tar.bz2"))
|
||||
(sha256 (base32
|
||||
"19q4b5bzlxhn1hpi843xrp6f50d33w7m0rs26krkg5h3x742kz4j"))))
|
||||
"1n98hy3zi4klm1xxhb840br1x7hhz0xx8kp5sch84kr07yd26ndq"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("autoconf" ,autoconf)
|
||||
|
|
Loading…
Reference in a new issue