Name: | llhttp |
---|---|
Version: | 8.1.1 |
Release: | 1.el9 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 69595 |
License: | MIT |
RPM: | llhttp-8.1.1-1.el9.aarch64.rpm |
Source RPM: | llhttp-8.1.1-1.el9.src.rpm |
Build Date: | Sat Aug 26 2023 |
Build Host: | build-ol9-aarch64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/nodejs/llhttp |
Summary: | Port of http_parser to llparse |
Description: | This project is a port of http_parser to TypeScript. llparse is used to generate the output C source file, which could be compiled and linked with the embedder's program (like Node.js). This copy of the library is compiled with LLHTTP_STRICT_MODE set to 0 (disabled), which is the default. |
- Update to 8.1.1 (close RHBZ#2216591)
- Fix test compiling/execution
- Indicate dirs. in files list with trailing slashes
- Update to 8.1.0 (close RHBZ#2131175)
- Update to 8.0.0 (close RHBZ#2131175)
- Update to v6.0.10
- Use tomllib/python-tomli instead of dead upstream python-toml
- Update to 6.0.9 (close RHBZ#2116231) - Bumped .so version from downstream 0.1 to upstream 6.0 - Better upstream support for building and installing a shared library - The -devel package now contains a .pc file - Tests are now built with gcc and fully respect distro flags
- Drop “forge” macros, which aren’t really doing much here
- Add a note about LLHTTP_STRICT_MODE to the package description