mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: cups: Update to 2.3.3op2 [fixes CVE-2020-10001].
* gnu/packages/cups.scm (cups): Update to 2.3.3op2. [home-page]: Update as well.
This commit is contained in:
parent
192d74719a
commit
e02123bd94
1 changed files with 8 additions and 4 deletions
|
@ -254,16 +254,20 @@ (define-public cups-filters
|
||||||
(define-public cups-minimal
|
(define-public cups-minimal
|
||||||
(package
|
(package
|
||||||
(name "cups-minimal")
|
(name "cups-minimal")
|
||||||
(version "2.3.3")
|
(version "2.3.3op2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
;; Version maintained by the OpenPrinting organization, NOT a fork. The
|
||||||
|
;; CUPS author tracks the current Apple CUPS sources and includes common
|
||||||
|
;; changes and bug fixes for GNU/Linux. See its README and for example
|
||||||
|
;; <https://github.com/apple/cups/issues/5917#issuecomment-819465891>.
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/apple/cups")
|
(url "https://github.com/OpenPrinting/cups")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "13jbr93aiszkkw4fyh4rmapjfb4ngkqnb05jkqdfyv5rhy72si2m"))))
|
(base32 "126d6kd3pkhmsvbcflkcpk3y30iqlkdqyvrk9aqq88vbxzjd5ia6"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
|
@ -327,7 +331,7 @@ (define-public cups-minimal
|
||||||
(inputs
|
(inputs
|
||||||
`(("zlib" ,zlib)
|
`(("zlib" ,zlib)
|
||||||
("gnutls" ,gnutls)))
|
("gnutls" ,gnutls)))
|
||||||
(home-page "https://www.cups.org")
|
(home-page "https://openprinting.github.io/")
|
||||||
(synopsis "The Common Unix Printing System")
|
(synopsis "The Common Unix Printing System")
|
||||||
(description
|
(description
|
||||||
"CUPS is a printing system that uses the Internet Printing Protocol
|
"CUPS is a printing system that uses the Internet Printing Protocol
|
||||||
|
|
Loading…
Reference in a new issue