[main] Upgrading nghttp2 to v1.46.0 (#2051)
* upgrading nghttp2 to v1.46.0
This commit is contained in:
parent
2ebe683f62
commit
6a6794f54c
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"Signatures": {
|
||||
"nghttp2-1.41.0.tar.xz": "abc25b8dc601f5b3fefe084ce50fcbdc63e3385621bee0cbfa7b57f9ec3e67c2"
|
||||
"nghttp2-1.46.0.tar.xz": "1a68cc4a5732afb735baf50aaac3cb3a6771e49f744bd5db6c49ab5042f12a43"
|
||||
}
|
||||
}
|
|
@ -1,7 +1,7 @@
|
|||
Summary: nghttp2 is an implementation of HTTP/2 and its header compression algorithm, HPACK.
|
||||
Name: nghttp2
|
||||
Version: 1.41.0
|
||||
Release: 2%{?dist}
|
||||
Version: 1.46.0
|
||||
Release: 1%{?dist}
|
||||
License: MIT
|
||||
Vendor: Microsoft Corporation
|
||||
Distribution: Mariner
|
||||
|
@ -62,6 +62,9 @@ rm %{buildroot}/%{_libdir}/*.la
|
|||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
%changelog
|
||||
* Mon Jan 31 2022 Max Brodeur-Urbas <maxbr@microsoft.com> - 1.46.0-1
|
||||
- Upgrading to v1.46.0
|
||||
|
||||
* Wed Jun 23 2021 Pawel Winogrodzki <pawelwi@microsoft.com> - 1.41.0-2
|
||||
- Adding 'Provides' for 'libhttpng2*' subpackages to align with other naming for the package.
|
||||
|
||||
|
|
|
@ -14643,8 +14643,8 @@
|
|||
"type": "other",
|
||||
"other": {
|
||||
"name": "nghttp2",
|
||||
"version": "1.41.0",
|
||||
"downloadUrl": "https://github.com/nghttp2/nghttp2/releases/download/v1.41.0/nghttp2-1.41.0.tar.xz"
|
||||
"version": "1.46.0",
|
||||
"downloadUrl": "https://github.com/nghttp2/nghttp2/releases/download/v1.46.0/nghttp2-1.46.0.tar.xz"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue