aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/node.scm
diff options
context:
space:
mode:
authorJelle Licht <jlicht@fsfe.org>2021-10-28 14:10:23 +0200
committerJelle Licht <jlicht@fsfe.org>2021-11-15 22:43:23 +0100
commitcae7c3f3890a15ec5ed977966e5850fb3a93f9cd (patch)
tree43126365294fa68c100f282c30d5b6184adbc400 /gnu/packages/node.scm
parentecbf59abad4e146a80ea2849d12569886bce732e (diff)
downloadguix-cae7c3f3890a15ec5ed977966e5850fb3a93f9cd.tar
guix-cae7c3f3890a15ec5ed977966e5850fb3a93f9cd.tar.gz
gnu: llhttp-bootstrap: Update to 2.1.4 [security-fixes].
* gnu/packages/node.scm (llhttp-bootstrap): Update to 2.1.4. Includes fixes for CVE-2021-22959 and CVE-2021-22960.
Diffstat (limited to 'gnu/packages/node.scm')
-rw-r--r--gnu/packages/node.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/node.scm b/gnu/packages/node.scm
index ca8db58580..7a252e68be 100644
--- a/gnu/packages/node.scm
+++ b/gnu/packages/node.scm
@@ -576,7 +576,7 @@ parser definition into a C output.")
(define-public llhttp-bootstrap
(package
(name "llhttp")
- (version "2.1.3")
+ (version "2.1.4")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -585,7 +585,7 @@ parser definition into a C output.")
(file-name (git-file-name name version))
(sha256
(base32
- "0pqj7kyyzr1zs4h9yzn5rdxnxspm3wqgsv00765dd42fszlmrmk8"))
+ "115mwyds9655p76lhglxg2blc1ksgrix6zhigaxnc2q6syy3pa6x"))
(patches (search-patches "llhttp-bootstrap-CVE-2020-8287.patch"))
(modules '((guix build utils)))
(snippet