Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update rubygem-protocol-http to 0.24.7 #7415

Merged
merged 6 commits into from
Jan 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"protocol-http-0.22.5.tar.gz": "634229d9414e55c2d9a88fba47f3dd82f615e02babf2817d7437e60a25b2d583"
"protocol-http-0.24.7.tar.gz": "463e993a721c733f72949977fa429e7b72e092182a12628b878f6b3f004aa040"
}
}
11 changes: 10 additions & 1 deletion SPECS/rubygem-protocol-http/rubygem-protocol-http.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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}

Expand All @@ -30,6 +36,9 @@ gem install -V --local --force --install-dir %{buildroot}/%{gemdir} %{gem_name}-
%{gemdir}

%changelog
* Mon Jan 22 2024 Riken Maharjan <rmaharjan@microsoft.com> - 0.24.7-1
- Update to v0.24.7.

* Fri Apr 01 2022 Neha Agarwal <nehaagarwal@microsoft.com> - 0.22.5-1
- Update to v0.22.5.
- Build from .tar.gz source.
Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
},
Expand Down
Loading