Name: | http-parser |
---|---|
Version: | 2.8.0 |
Release: | 2.el8 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 77842 |
License: | MIT |
RPM: | http-parser-2.8.0-2.el8.x86_64.rpm |
Source RPM: | http-parser-2.8.0-2.el8.src.rpm |
Build Date: | Tue May 21 2019 |
Build Host: | ca-build101.us.oracle.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). |
- 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
- Switch to %ldconfig_scriptlets
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
- Use CMake buildsystem
- Add (upstreamed) status code patch
- Upgrade to version 2.7.1