From e8f8c2ea6d963ce67caee7338dc137ec6503566e Mon Sep 17 00:00:00 2001 From: Riken Maharjan <106988478+rikenm1@users.noreply.github.com> Date: Tue, 23 Jan 2024 13:09:46 -0800 Subject: [PATCH] update rubygem-protocol-http to 0.24.7 (#7415) --- .../rubygem-protocol-http.signatures.json | 2 +- .../rubygem-protocol-http/rubygem-protocol-http.spec | 11 ++++++++++- cgmanifest.json | 4 ++-- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/SPECS/rubygem-protocol-http/rubygem-protocol-http.signatures.json b/SPECS/rubygem-protocol-http/rubygem-protocol-http.signatures.json index 529a087e15a..873ccbdac47 100644 --- a/SPECS/rubygem-protocol-http/rubygem-protocol-http.signatures.json +++ b/SPECS/rubygem-protocol-http/rubygem-protocol-http.signatures.json @@ -1,5 +1,5 @@ { "Signatures": { - "protocol-http-0.22.5.tar.gz": "634229d9414e55c2d9a88fba47f3dd82f615e02babf2817d7437e60a25b2d583" + "protocol-http-0.24.7.tar.gz": "463e993a721c733f72949977fa429e7b72e092182a12628b878f6b3f004aa040" } } diff --git a/SPECS/rubygem-protocol-http/rubygem-protocol-http.spec b/SPECS/rubygem-protocol-http/rubygem-protocol-http.spec index 8895e678842..6e696f13c30 100644 --- a/SPECS/rubygem-protocol-http/rubygem-protocol-http.spec +++ b/SPECS/rubygem-protocol-http/rubygem-protocol-http.spec @@ -2,7 +2,7 @@ %global gem_name protocol-http Summary: Provides abstractions to handle HTTP protocols Name: rubygem-%{gem_name} -Version: 0.22.5 +Version: 0.24.7 Release: 1%{?dist} License: MIT Vendor: Microsoft Corporation @@ -19,6 +19,12 @@ Provides abstractions for working with the HTTP protocol. %prep %setup -q -n %{gem_name}-%{version} +# these certs are used to verify the package generated is valid +# we don't have access to the signing_key private key +# also redudant as azl already validate src tar while building +sed -i '/spec.cert_chain/d' %{gem_name}.gemspec +sed -i '/spec.signing_key/d' %{gem_name}.gemspec + %build gem build %{gem_name} @@ -30,6 +36,9 @@ gem install -V --local --force --install-dir %{buildroot}/%{gemdir} %{gem_name}- %{gemdir} %changelog +* Mon Jan 22 2024 Riken Maharjan - 0.24.7-1 +- Update to v0.24.7. + * Fri Apr 01 2022 Neha Agarwal - 0.22.5-1 - Update to v0.22.5. - Build from .tar.gz source. diff --git a/cgmanifest.json b/cgmanifest.json index 80803cb6049..3889c874923 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -26515,8 +26515,8 @@ "type": "other", "other": { "name": "rubygem-protocol-http", - "version": "0.22.5", - "downloadUrl": "https://github.com/socketry/protocol-http/archive/refs/tags/v0.22.5.tar.gz" + "version": "0.24.7", + "downloadUrl": "https://github.com/socketry/protocol-http/archive/refs/tags/v0.24.7.tar.gz" } } },