Skip to content
Open
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/rubygem-msgpack/rubygem-msgpack.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"msgpack-ruby-1.7.2.tar.gz": "f92a6d2212f4c5b42c1ae19a9617902d2dbc666d144e6e23d074172b14f6871e"
}
"Signatures": {
"msgpack-ruby-1.8.4.tar.gz": "87026438cb9e25eff3f1fb7a717e67c54deda8df3f132dec44a1744e1cca7861"
}
}
5 changes: 4 additions & 1 deletion SPECS/rubygem-msgpack/rubygem-msgpack.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%global gem_name msgpack
Summary: MessagePack implementation for Ruby
Name: rubygem-%{gem_name}
Version: 1.7.2
Version: 1.8.4
Release: 1%{?dist}
License: Apache 2.0
Vendor: Microsoft Corporation
Expand Down Expand Up @@ -32,6 +32,9 @@ gem install -V --local --force --install-dir %{buildroot}/%{gemdir} %{gem_name}-
%{gemdir}

%changelog
* Thu Aug 06 2026 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.8.4-1
- Auto-upgrade to 1.8.4 - for CVE-2026-54522

* Mon Apr 1 2024 Riken Maharjan <rmaharjan@microsoft.com> - 1.7.2-1
- Upgrade to 1.7.2 - azl3.0

Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -27234,8 +27234,8 @@
"type": "other",
"other": {
"name": "rubygem-msgpack",
"version": "1.7.2",
"downloadUrl": "https://github.com/msgpack/msgpack-ruby/archive/refs/tags/v1.7.2.tar.gz"
"version": "1.8.4",
"downloadUrl": "https://github.com/msgpack/msgpack-ruby/archive/refs/tags/v1.8.4.tar.gz"
}
}
},
Expand Down
Loading