Update http-parser 2.9.4 (#2271)

This commit is contained in:
Cameron E Baird 2022-02-22 10:36:15 -08:00 committed by GitHub
parent a34e6f0920
commit 22a39731e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 29 additions and 19 deletions

View File

@ -1,5 +1,5 @@
{
"Signatures": {
"http-parser-2.8.1.tar.gz": "51615f68b8d67eadfd2482decc63b3e55d749ce0055502bbb5b0032726d22d96"
"http-parser-2.9.4.tar.gz": "467b9e30fd0979ee301065e70f637d525c28193449e1b13fbcb1b1fab3ad224f"
}
}

View File

@ -1,11 +1,13 @@
Summary: C based http parser for high performance applications.
Name: http-parser
Version: 2.8.1
Release: 5%{?dist}
# Note: this package is no longer actively maintained.
# We should consider using https://github.com/nodejs/llhttp instead,
# if dependent packages support it.
Version: 2.9.4
Release: 1%{?dist}
License: MIT
URL: https://github.com/nodejs/http-parser
# Source0: https://github.com/nodejs/http-parser/archive/v%{version}.tar.gz
Source0: %{name}-%{version}.tar.gz
Source0: https://github.com/nodejs/http-parser/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Group: Development/Tools
Vendor: Microsoft Corporation
Distribution: Mariner
@ -41,15 +43,23 @@ make PREFIX="%{_prefix}" DESTDIR="%{buildroot}" install
%{_libdir}/libhttp_parser.so
%changelog
* Sun May 31 2020 Henry Beberman <henry.beberman@microsoft.com> - 2.8.1-5
- Update make to explicitly consume cflags
* Sat May 09 2020 Nick Samson <nisamson@microsoft.com> - 2.8.1-4
- Added %%license line automatically
* Tue Apr 14 2020 Nick Samson <nisamson@microsoft.com> 2.8.1-3
- Updated Source0, License verified.
* Tue Sep 03 2019 Mateusz Malisz <mamalisz@microsoft.com> 2.8.1-2
- Initial CBL-Mariner import from Photon (license: Apache2).
* Fri Aug 03 2018 Srivatsa S. Bhat <srivatsa@csail.mit.edu> 2.8.1-1
- Update to version 2.8.1 to get it to build with gcc 7.3
* Wed Jul 05 2017 Vinay Kulkarni <kulkarniv@vmware.com> 2.7.1-1
- Initial version of http-parser package for Photon.
* Fri Feb 18 2022 Cameron Baird <cameronbaird@microsoft.com> - 2.9.4-1
- Update source to v2.9.4
* Sun May 31 2020 Henry Beberman <henry.beberman@microsoft.com> - 2.8.1-5
- Update make to explicitly consume cflags
* Sat May 09 2020 Nick Samson <nisamson@microsoft.com> - 2.8.1-4
- Added %%license line automatically
* Tue Apr 14 2020 Nick Samson <nisamson@microsoft.com> 2.8.1-3
- Updated Source0, License verified.
* Tue Sep 03 2019 Mateusz Malisz <mamalisz@microsoft.com> 2.8.1-2
- Initial CBL-Mariner import from Photon (license: Apache2).
* Fri Aug 03 2018 Srivatsa S. Bhat <srivatsa@csail.mit.edu> 2.8.1-1
- Update to version 2.8.1 to get it to build with gcc 7.3
* Wed Jul 05 2017 Vinay Kulkarni <kulkarniv@vmware.com> 2.7.1-1
- Initial version of http-parser package for Photon.

View File

@ -5540,8 +5540,8 @@
"type": "other",
"other": {
"name": "http-parser",
"version": "2.8.1",
"downloadUrl": "https://github.com/nodejs/http-parser/archive/v2.8.1.tar.gz"
"version": "2.9.4",
"downloadUrl": "https://github.com/nodejs/http-parser/archive/v2.9.4.tar.gz"
}
}
},