From a29f4e53bbaeb31bf6ed37a64e2bd743bbed9485 Mon Sep 17 00:00:00 2001 From: Nicolas Cavallari Date: Tue, 18 Aug 2026 14:25:16 +0200 Subject: [PATCH] package/libgit2: security bump version to 1.9.7 Fixes CVE-2026-5917 when used with libssh2 Release notes: https://github.com/libgit2/libgit2/releases/tag/v1.9.7 Signed-off-by: Nicolas Cavallari Signed-off-by: Peter Korsgaard (cherry picked from commit 2d40ae9f2c6026fe201c894c79b2fc844e953465) Signed-off-by: Titouan Christophe --- package/libgit2/libgit2.hash | 2 +- package/libgit2/libgit2.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/libgit2/libgit2.hash b/package/libgit2/libgit2.hash index 38486c4e4d..f8e8a042d5 100644 --- a/package/libgit2/libgit2.hash +++ b/package/libgit2/libgit2.hash @@ -1,3 +1,3 @@ # Locally calculated -sha256 a88a42a4ea9bdab7aa8686eead3bf7d9c6dd74529caca16ab22eaa92433d31d9 libgit2-1.9.6.tar.gz +sha256 1a4fbe7589e814777ae76b64734ad80f4ecad22cd33a22682a2aaea4ae5375e7 libgit2-1.9.7.tar.gz sha256 e0938121c0554985fe17196ac38fc590d149268e9c46e0c0e7a2eae1354fae71 COPYING diff --git a/package/libgit2/libgit2.mk b/package/libgit2/libgit2.mk index b4d9984540..7ae02654f6 100644 --- a/package/libgit2/libgit2.mk +++ b/package/libgit2/libgit2.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBGIT2_VERSION = 1.9.6 +LIBGIT2_VERSION = 1.9.7 LIBGIT2_SITE = $(call github,libgit2,libgit2,v$(LIBGIT2_VERSION)) LIBGIT2_LICENSE = \ GPL-2.0 with linking exception, \