mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: nghttp2: Replace with 1.39.2 [fixes CVE-2019-9511, CVE-2019-9513].
* gnu/packages/web.scm (nghttp2-1.39.2): New variable. (nghttp2)[replacement]: New field.
This commit is contained in:
parent
d6718086f8
commit
cb867883ea
1 changed files with 14 additions and 0 deletions
|
@ -6530,6 +6530,7 @@ (define-public nghttp2
|
|||
(package
|
||||
(name "nghttp2")
|
||||
(version "1.39.1")
|
||||
(replacement nghttp2-1.39.2)
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -6607,6 +6608,19 @@ (define-public nghttp2
|
|||
@end itemize\n")
|
||||
(license license:expat)))
|
||||
|
||||
(define nghttp2-1.39.2
|
||||
(package
|
||||
(inherit nghttp2)
|
||||
(version "1.39.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/nghttp2/nghttp2/"
|
||||
"releases/download/v" version "/"
|
||||
"nghttp2-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"12yfsjghbaypp4w964d45ih9vs38g6anih80wbsflaxx192idlm2"))))))
|
||||
|
||||
(define-public hpcguix-web
|
||||
(let ((commit "f39c90b35e99e4122b0866ec4337020d61c81508")
|
||||
(revision "4"))
|
||||
|
|
Loading…
Reference in a new issue