Skip to content
Draft
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
2 changes: 1 addition & 1 deletion SPECS/libgit2/libgit2.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"libgit2-1.7.2.tar.gz": "de384e29d7efc9330c6cdb126ebf88342b5025d920dcb7c645defad85195ea7f"
"libgit2-1.8.7.tar.gz": "a548a2209c3e99d6bb685d843396fff3a7d3ffd8340adb5d8851637cfe8cd134"
}
}
5 changes: 4 additions & 1 deletion SPECS/libgit2/libgit2.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: C implementation of the Git core methods as a library with a solid API
Name: libgit2
Version: 1.7.2
Version: 1.8.7
Release: 1%{?dist}
License: GPLv2 with exceptions
Vendor: Microsoft Corporation
Expand Down Expand Up @@ -79,6 +79,9 @@ popd
%{_bindir}/git2

%changelog
* Fri Aug 21 2026 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.8.7-1
- Auto-upgrade to 1.8.7 - for CVE-2026-53586, CVE-2026-53585, CVE-2026-53587, CVE-2026-53583, CVE-2026-53584

* Thu Feb 15 2024 Yash Panchal <yashpanchal@microsft.com> - 1.7.2-1
- Update to 1.7.2

Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9791,8 +9791,8 @@
"type": "other",
"other": {
"name": "libgit2",
"version": "1.7.2",
"downloadUrl": "https://github.com/libgit2/libgit2/archive/v1.7.2/libgit2-1.7.2.tar.gz"
"version": "1.8.7",
"downloadUrl": "https://github.com/libgit2/libgit2/archive/v1.8.7/libgit2-1.8.7.tar.gz"
}
}
},
Expand Down
Loading