From 6a6794f54c550120f6576a3ca301a2b69c902087 Mon Sep 17 00:00:00 2001 From: Max Brodeur-Urbas <35381493+MaxBrodeurUrbas@users.noreply.github.com> Date: Wed, 2 Feb 2022 10:13:51 -0800 Subject: [PATCH] [main] Upgrading nghttp2 to v1.46.0 (#2051) * upgrading nghttp2 to v1.46.0 --- SPECS/nghttp2/nghttp2.signatures.json | 2 +- SPECS/nghttp2/nghttp2.spec | 7 +++++-- cgmanifest.json | 4 ++-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/SPECS/nghttp2/nghttp2.signatures.json b/SPECS/nghttp2/nghttp2.signatures.json index 954a40ef40..be65ac0aef 100644 --- a/SPECS/nghttp2/nghttp2.signatures.json +++ b/SPECS/nghttp2/nghttp2.signatures.json @@ -1,5 +1,5 @@ { "Signatures": { - "nghttp2-1.41.0.tar.xz": "abc25b8dc601f5b3fefe084ce50fcbdc63e3385621bee0cbfa7b57f9ec3e67c2" + "nghttp2-1.46.0.tar.xz": "1a68cc4a5732afb735baf50aaac3cb3a6771e49f744bd5db6c49ab5042f12a43" } } \ No newline at end of file diff --git a/SPECS/nghttp2/nghttp2.spec b/SPECS/nghttp2/nghttp2.spec index dbf85b2ad2..38d3b8d4c4 100644 --- a/SPECS/nghttp2/nghttp2.spec +++ b/SPECS/nghttp2/nghttp2.spec @@ -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 - 1.46.0-1 +- Upgrading to v1.46.0 + * Wed Jun 23 2021 Pawel Winogrodzki - 1.41.0-2 - Adding 'Provides' for 'libhttpng2*' subpackages to align with other naming for the package. diff --git a/cgmanifest.json b/cgmanifest.json index c656e8f4af..b50c0795bd 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -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" } } },