mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: nghttp2: Replace with version 1.41 [fixes CVE-2020-11080].
* gnu/packages/web.scm (nghttp2-1.41): New variable. (nghttp2)[replacement]: New field.
This commit is contained in:
parent
03a70e4c19
commit
ecf92194a5
1 changed files with 15 additions and 0 deletions
|
@ -7193,6 +7193,7 @@ (define-public nghttp2
|
|||
(package
|
||||
(name "nghttp2")
|
||||
(version "1.40.0")
|
||||
(replacement nghttp2-1.41)
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -7272,6 +7273,20 @@ (define-public nghttp2
|
|||
@end itemize\n")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public nghttp2-1.41 ;fixes CVE-2020-11080
|
||||
(package
|
||||
(inherit nghttp2)
|
||||
(version "1.41.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/nghttp2/nghttp2/"
|
||||
"releases/download/v" version "/"
|
||||
"nghttp2-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1hk77vngjmvvzb5y1gi1aqwf6qywrc7yak08zvzb7x81qs6mphmb"))))))
|
||||
|
||||
(define-public hpcguix-web
|
||||
(let ((commit "9de63562b06b4aef3a3afe5ecb18d3c91e57ee74")
|
||||
(revision "5"))
|
||||
|
|
Loading…
Reference in a new issue