Sun, 28 May 2023 16:31:38 EDT

Information for build http-parser-2.0-6.20121128gitcd01361.ru7

ID4078
Package Namehttp-parser
Version2.0
Release6.20121128gitcd01361.ru7
Epoch
SummaryHTTP request/response parser for C
DescriptionThis 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).
Built byanp120
State complete
StartedTue, 06 Sep 2016 11:25:59 EDT
CompletedTue, 06 Sep 2016 11:30:21 EDT
Taskbuild (centos7-rutgers-staging, http-parser-2.0-6.20121128gitcd01361.ru7.src.rpm)
Tags
centos7-rutgers-staging
centos7-rutgers-testing
RPMs
src
http-parser-2.0-6.20121128gitcd01361.ru7.src.rpm (info) (download)
x86_64 (build logs)
http-parser-2.0-6.20121128gitcd01361.ru7.x86_64.rpm (info) (download)
http-parser-devel-2.0-6.20121128gitcd01361.ru7.x86_64.rpm (info) (download)
http-parser-debuginfo-2.0-6.20121128gitcd01361.ru7.x86_64.rpm (info) (download)
Changelog * Tue Sep 06 2016 Alexander Pavel <anp120@jla.rutgers.edu> - 2.0.6-20121128gitcd01361 - Rebuild for Rutgers CentOS 7 * Tue Feb 09 2016 Alexander Pavel <anp120@jla.rutgers.edu> - 2.0.5-20121128gitcd01361 - Added util-linux BuildRequires * Tue Apr 09 2013 Stephen Gallagher <sgallagh@redhat.com> - 2.0-4.20121128gitcd01361 - Bumping revision for rebuild * Sun Dec 02 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 2.0-3.20121128gitcd01361 - latest git snapshot - fixes buffer overflow in tests * Tue Nov 27 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 2.0-2.20121110git245f6f0 - latest git snapshot - fixes tests - use SMP make flags - build as Release instead of Debug - ship new strict variant * Sat Oct 13 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 2.0-1 - new upstream release 2.0 - migrate to GYP buildsystem * Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Mon Aug 22 2011 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.0-1 - New upstream release 1.0 - Remove patches, no longer needed for nodejs - Fix typo in -devel description - use github tarball instead of checkout * Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3-6.20100911git - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Tue Jan 11 2011 Lubomir Rintel <lkundrak@v3.sk> - 0.3-5.20100911git - Add support for methods used by node.js * Thu Nov 04 2010 Dan Horák <dan[at]danny.cz> - 0.3-4.20100911git - build with -fsigned-char * Wed Sep 29 2010 jkeating - 0.3-3.20100911git - Rebuilt for gcc bug 634757 * Mon Sep 20 2010 Lubomir Rintel <lkundrak@v3.sk> - 0.3-2.20100911git - Call ldconfig (Peter Lemenkov) * Fri Sep 17 2010 Lubomir Rintel <lkundrak@v3.sk> - 0.3-1.20100911git - Initial packaging