diff options
author | Hilton Chain <hako@ultrarare.space> | 2023-02-08 22:05:29 +0100 |
---|---|---|
committer | Jelle Licht <jlicht@fsfe.org> | 2023-05-06 13:53:22 +0200 |
commit | bd3f19c8746af8df32801c7dd0ee763994f72c18 (patch) | |
tree | 791de35f3d4477f004e92ae68c4ebb5e28011339 /gnu/packages/node.scm | |
parent | 6668e3a9addfd755f710fb737323e453f504328d (diff) | |
download | guix-bd3f19c8746af8df32801c7dd0ee763994f72c18.tar guix-bd3f19c8746af8df32801c7dd0ee763994f72c18.tar.gz |
gnu: llhttp-bootstrap: Update to 6.0.10.
* gnu/packages/node.scm (llhttp-bootstrap): Update to 6.0.10.
* gnu/packages/patches/llhttp-bootstrap-CVE-2020-8287.patch: Remove file.
* gnu/local.mk: Remove it.
Signed-off-by: Jelle Licht <jlicht@fsfe.org>
Diffstat (limited to 'gnu/packages/node.scm')
-rw-r--r-- | gnu/packages/node.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/node.scm b/gnu/packages/node.scm index d8d40e8fb4..2ed60fbf38 100644 --- a/gnu/packages/node.scm +++ b/gnu/packages/node.scm @@ -668,7 +668,7 @@ parser definition into a C output.") (define-public llhttp-bootstrap (package (name "llhttp") - (version "2.1.4") + (version "6.0.10") (source (origin (method git-fetch) (uri (git-reference @@ -677,8 +677,7 @@ parser definition into a C output.") (file-name (git-file-name name version)) (sha256 (base32 - "115mwyds9655p76lhglxg2blc1ksgrix6zhigaxnc2q6syy3pa6x")) - (patches (search-patches "llhttp-bootstrap-CVE-2020-8287.patch")) + "0izwqa77y007xdi0bj3ccw821n19rz89mz4hx4lg99fwkwylr6x8")) (modules '((guix build utils))) (snippet '(begin |