package/libgit2: security bump to version 1.7.2

Fixes the following security issues:

- CVE-2024-24575 (infinite loop DoS on revision lookup) and
- CVE-2024-24577 (heap out of bound write on index update)

https://github.com/libgit2/libgit2/releases/tag/v1.7.2

Signed-off-by: Nicolas Cavallari <nicolas.cavallari@green-communications.fr>
[Peter: mark as security bump]
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Nicolas Cavallari
2024-03-14 13:27:34 +01:00
committed by Peter Korsgaard
parent 1dfe980b19
commit b7eb1dcbb6
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
#
################################################################################
LIBGIT2_VERSION = 1.7.1
LIBGIT2_VERSION = 1.7.2
LIBGIT2_SITE = $(call github,libgit2,libgit2,v$(LIBGIT2_VERSION))
LIBGIT2_LICENSE = \
GPL-2.0 with linking exception, \