diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-04-12 19:43:31 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-04-12 19:43:31 +0200 |
commit | 65bfe30d8a4e930599603f6d835023bbd0dbcb9a (patch) | |
tree | bdb119aa0e502734a46da1cd2596f70e2cc5bb0e | |
parent | 384efbc2daff29b02ac283606c169007e9afb73c (diff) | |
download | patches-65bfe30d8a4e930599603f6d835023bbd0dbcb9a.tar patches-65bfe30d8a4e930599603f6d835023bbd0dbcb9a.tar.gz |
gnu: nghttp2: Update to 1.31.1 [fixes CVE-2018-1000168].
* gnu/packages/web.scm (nghttp2): Update to 1.31.1.
-rw-r--r-- | gnu/packages/web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 2f56585875..9a3af2eacf 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -6356,7 +6356,7 @@ derivation by David Revoy from the original MonsterID by Andreas Gohr.") (define-public nghttp2 (package (name "nghttp2") - (version "1.31.0") + (version "1.31.1") (source (origin (method url-fetch) @@ -6365,7 +6365,7 @@ derivation by David Revoy from the original MonsterID by Andreas Gohr.") name "-" version ".tar.xz")) (sha256 (base32 - "1ivs74v9sa2sds3dq0s7vn9bkmhr2hgwyg1an1rah3agqwnkqmrn")))) + "00z1687m4wi2gbgkijbv099l9hs1sjlyzbhh8jhn0xssx4xcifb5")))) (build-system gnu-build-system) (outputs (list "out" "lib")) ; only libnghttp2 |