[ Все 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Проект http-parser-2.8.0-9.el8

Имя http-parser
Эпоха 0
Версия 2.8.0
Релиз 9.el8
Сайт https://github.com/nodejs/http-parser
Лицензия MIT
Время сборки 2023-08-08 02:39:10
Хост сборки builder-x86-03.inferitos.ru
Краткое описание HTTP request/response parser for C
Репозитории AppStream
Полное описание 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).
Эррата
× Full screenshot
Пакеты link
Пакет Краткое описание Контрольная сумма SHA-256
x86_64
http-parser-2.8.0-9.el8.x86_64 HTTP request/response parser for C a03096f35eecec1ba05fe10e78b2841dc05bb646b9892af34990cbef994ac7da download
http-parser-devel-2.8.0-9.el8.x86_64 Development headers and libraries for http-parser 1e195d08f09c3bb9c8f7b284ca9011426558ed811d70653e0bc6e4863386599b download
i686
http-parser-2.8.0-9.el8.i686 HTTP request/response parser for C 1de8563ff560bd24a335f62c0aaf994066f63d29c064f70646364e44e3afa35f download
http-parser-devel-2.8.0-9.el8.i686 Development headers and libraries for http-parser b682a18a9904e75f97729cb9dfd6a4ac5729287f5cc619456cc086d9e2873d3b download
src
http-parser-2.8.0-9.el8.src HTTP request/response parser for C ac438d323cc9bef0a63222bc4fe77cb088ffbe0d4a355ba339600349c356ff0e download
История изменений link
* Tue Jul 25 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 2.8.0-9
- Rebuilt for MSVSphere 8.8

* Wed Feb 26 2020 Sergio Correia <scorreia@redhat.com> - 2.8.0-9
- Do not break ABI with CVE-2019-15605 fix

* Wed Feb 19 2020 Sergio Correia <scorreia@redhat.com> - 2.8.0-8
- Update gating tests due to CVE-2019-15605

* Tue Feb 18 2020 Sergio Corrreia <scorreia@redhat.com> - 2.8.0-7
- Resolves: CVE-2019-15605 http-parser: nodejs: HTTP request
                           smuggling using malformed Transfer-Encoding header

* Tue Oct 29 2019 Sergio Correia <scorreia@redhat.com> - 2.8.0-6
- Provide -devel package
  Resolves: rhbz#1748765: http-parser-devel package not available in CRB

* Mon Aug 12 2019 Sergio Correia <scorreia@redhat.com> - 2.8.0-5
- Resolves: rhbz#1686488: 'make test' fails with stringop-overflow error

* Thu Aug 08 2019 Sergio Correia <scorreia@redhat.com> - 2.8.0-4
- Resolves: rhbz#1666382: CVE-2018-12121 http-parser: nodejs: Denial of
                          Service with large HTTP headers [rhel-8]

* Thu Apr 11 2019 Daniel Kopecek <dkopecek@redhat.com> - 2.8.0-3
- spec: make the check phase conditional

* Mon Dec 03 2018 Jakub Hrozek <jhrozek@redhat.com> - 2.8.0-2
- Resolves: #rhbz1654223: CVE-2018-7159 http-parser: nodejs: HTTP parser
                          allowed for spaces inside Content-Length header
                          values [rhel-8]

* Sat Feb 10 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.8.0-1
- Update to 2.8.0
- Switch to meson buildsystem