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

Upgrade grpc to fix CVE-2024-7246 [Medium] #12656

Closed
wants to merge 4 commits into from
Closed
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
6 changes: 3 additions & 3 deletions SPECS/grpc/grpc.signatures.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Signatures": {
"grpc-1.62.0-submodules.tar.gz": "dba5605f82b99f65f7109644cbd0b92936f29f5308d2565c9cc6cfde27e215d0",
"grpc-1.62.0.tar.gz": "f40bde4ce2f31760f65dc49a2f50876f59077026494e67dccf23992548b1b04f"
"grpc-1.62.3-submodules.tar.gz": "d9489a2d0512cde3e240f627f726f297f741fb7b99044de43efa8c5353c0a6b4",
"grpc-1.62.3.tar.gz": "2b73aa29aaec5b77004e56da303fb6b86e378a4c3513a3651108b190862e7aa6"
}
}
}
7 changes: 5 additions & 2 deletions SPECS/grpc/grpc.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Summary: Open source remote procedure call (RPC) framework
Name: grpc
Version: 1.62.0
Release: 4%{?dist}
Version: 1.62.3
Release: 1%{?dist}
License: ASL 2.0
Vendor: Microsoft Corporation
Distribution: Azure Linux
Expand Down Expand Up @@ -152,6 +152,9 @@ export GRPC_PYTHON_CFLAGS="%{optflags} -std=c++$CXX_VERSION"
%{python3_sitearch}/grpcio-%{version}-py%{python3_version}.egg-info

%changelog
* Thu Feb 27 2025 Archana Choudhary <[email protected]> - 1.62.3-1
- Upgrade to 1.62.3, Fixes CVE-2024-7246

* Wed Jan 25 2024 Suresh Thelkar <[email protected]> - 1.62.0-4
- Patch CVE-2024-11407

Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4880,8 +4880,8 @@
"type": "other",
"other": {
"name": "grpc",
"version": "1.62.0",
"downloadUrl": "https://github.com/grpc/grpc/archive/v1.62.0/grpc-1.62.0.tar.gz"
"version": "1.62.3",
"downloadUrl": "https://github.com/grpc/grpc/archive/v1.62.3/grpc-1.62.3.tar.gz"
}
}
},
Expand Down
Loading