Name: | http-parser |
---|---|
Version: | 2.8.0 |
Release: | 9.el8 |
Architecture: | i686 |
Group: | Unspecified |
Size: | 76146 |
License: | MIT |
RPM: | http-parser-2.8.0-9.el8.i686.rpm |
Source RPM: | http-parser-2.8.0-9.el8.src.rpm |
Build Date: | Wed Apr 29 2020 |
Build Host: | jenkins-10-147-72-125-ee230849-de9c-4eb9-ad78-7c11ad36a3fb.appad1iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | https://github.com/nodejs/http-parser |
Summary: | HTTP request/response parser for C |
Description: | This is a parser for HTTP messages written in C. It parses both requests and responses. The parser is designed to be used in performance HTTP applications. It does not make any syscalls nor allocations, it does not buffer data, it can be interrupted at anytime. Depending on your architecture, it only requires about 40 bytes of data per message stream (in a web server that is per connection). |
- Do not break ABI with CVE-2019-15605 fix
- Update gating tests due to CVE-2019-15605
- Resolves: CVE-2019-15605 http-parser: nodejs: HTTP request smuggling using malformed Transfer-Encoding header
- Provide -devel package Resolves: rhbz#1748765: http-parser-devel package not available in CRB
- Resolves: rhbz#1686488: 'make test' fails with stringop-overflow error
- Resolves: rhbz#1666382: CVE-2018-12121 http-parser: nodejs: Denial of Service with large HTTP headers [rhel-8]
- spec: make the check phase conditional
- Resolves: #rhbz1654223: CVE-2018-7159 http-parser: nodejs: HTTP parser allowed for spaces inside Content-Length header values [rhel-8]
- Update to 2.8.0 - Switch to meson buildsystem
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild