Name: | rh-nodejs4-http-parser |
---|---|
Version: | 2.6.1 |
Release: | 4.el7 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 68184 |
License: | MIT |
RPM: | rh-nodejs4-http-parser-2.6.1-4.el7.x86_64.rpm |
Source RPM: | rh-nodejs4-http-parser-2.6.1-4.el7.src.rpm |
Build Date: | Mon Jun 06 2016 |
Build Host: | x86-ol7-builder-02.us.oracle.com |
Vendor: | Oracle America |
URL: | http://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). |
- Use scl name as soname suffix
- Modify patch to provide %sover prefix
- Make package provide prefixed library
- Rebase to latest upstream release
- Update to latest upstream version
- add change nodejs010-gyp to v8314-gyp - add build dependency on collection runtime package
- Add support for software collections
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
- latest git snapshot - fixes buffer overflow in tests
- latest git snapshot - fixes tests - use SMP make flags - build as Release instead of Debug - ship new strict variant