mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-13 07:13:32 +08:00
package/git: security bump to version 2.39.1
- fixes CVE-2022-41903 and CVE-2022-23521 For details see [1]. [1] https://lore.kernel.org/git/xmqq7cxl9h0i.fsf@gitster.g/ Signed-off-by: Peter Seiderer <ps.report@gmx.net> Tested-by: Bagas Sanjaya <bagasdotme@gmail.com> [Peter: Mark as security bump] Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
a0dfd717f3
commit
9d18ef6a0c
@ -1,5 +1,5 @@
|
||||
# From: https://www.kernel.org/pub/software/scm/git/sha256sums.asc
|
||||
sha256 ba199b13fb5a99ca3dec917b0bd736bc0eb5a9df87737d435eddfdf10d69265b git-2.39.0.tar.xz
|
||||
sha256 40a38a0847b30c371b35873b3afcf123885dd41ea3ecbbf510efa97f3ce5c161 git-2.39.1.tar.xz
|
||||
# Locally calculated
|
||||
sha256 5b2198d1645f767585e8a88ac0499b04472164c0d2da22e75ecf97ef443ab32e COPYING
|
||||
sha256 1922f45d2c49e390032c9c0ba6d7cac904087f7cec51af30c2b2ad022ce0e76a LGPL-2.1
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
GIT_VERSION = 2.39.0
|
||||
GIT_VERSION = 2.39.1
|
||||
GIT_SOURCE = git-$(GIT_VERSION).tar.xz
|
||||
GIT_SITE = $(BR2_KERNEL_MIRROR)/software/scm/git
|
||||
GIT_LICENSE = GPL-2.0, LGPL-2.1+
|
||||
|
Loading…
Reference in New Issue
Block a user