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.
This commit is contained in:
		
							parent
							
								
									ecbf59abad
								
							
						
					
					
						commit
						cae7c3f389
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -576,7 +576,7 @@ parser definition into a C output.")
 | 
				
			||||||
(define-public llhttp-bootstrap
 | 
					(define-public llhttp-bootstrap
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "llhttp")
 | 
					    (name "llhttp")
 | 
				
			||||||
    (version "2.1.3")
 | 
					    (version "2.1.4")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method git-fetch)
 | 
					              (method git-fetch)
 | 
				
			||||||
              (uri (git-reference
 | 
					              (uri (git-reference
 | 
				
			||||||
| 
						 | 
					@ -585,7 +585,7 @@ parser definition into a C output.")
 | 
				
			||||||
              (file-name (git-file-name name version))
 | 
					              (file-name (git-file-name name version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "0pqj7kyyzr1zs4h9yzn5rdxnxspm3wqgsv00765dd42fszlmrmk8"))
 | 
					                "115mwyds9655p76lhglxg2blc1ksgrix6zhigaxnc2q6syy3pa6x"))
 | 
				
			||||||
              (patches (search-patches "llhttp-bootstrap-CVE-2020-8287.patch"))
 | 
					              (patches (search-patches "llhttp-bootstrap-CVE-2020-8287.patch"))
 | 
				
			||||||
              (modules '((guix build utils)))
 | 
					              (modules '((guix build utils)))
 | 
				
			||||||
              (snippet
 | 
					              (snippet
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue