diff mbox series

package/git: security bump to version 2.40.1

Message ID 20230428090116.288124-1-bagasdotme@gmail.com
State Accepted
Headers show
Series package/git: security bump to version 2.40.1 | expand

Commit Message

Bagas Sanjaya April 28, 2023, 9:01 a.m. UTC
Fix three CVEs (CVE-2023-25652, CVE-2023-25815, and CVE-2023-29007).
For details on these, see release announcement at [1].

[1]: https://lore.kernel.org/git/xmqqa5yv3n93.fsf@gitster.g/

Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
---
 package/git/git.hash | 2 +-
 package/git/git.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


base-commit: d89fdaea2b795ea0e06c3b7ed092d50950559fa8

Comments

Peter Korsgaard May 1, 2023, 7:24 a.m. UTC | #1
On 28/04/2023 11.01, Bagas Sanjaya wrote:
> Fix three CVEs (CVE-2023-25652, CVE-2023-25815, and CVE-2023-29007).
> For details on these, see release announcement at [1].
> 
> [1]: https://lore.kernel.org/git/xmqqa5yv3n93.fsf@gitster.g/
> 
> Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
> ---

Committed, thanks.
diff mbox series

Patch

diff --git a/package/git/git.hash b/package/git/git.hash
index edb1595520..1efa95ed44 100644
--- a/package/git/git.hash
+++ b/package/git/git.hash
@@ -1,5 +1,5 @@ 
 # From: https://www.kernel.org/pub/software/scm/git/sha256sums.asc
-sha256  b17a598fbf58729ef13b577465eb93b2d484df1201518b708b5044ff623bf46d  git-2.40.0.tar.xz
+sha256  4893b8b98eefc9fdc4b0e7ca249e340004faa7804a433d17429e311e1fef21d2  git-2.40.1.tar.xz
 # Locally calculated
 sha256  5b2198d1645f767585e8a88ac0499b04472164c0d2da22e75ecf97ef443ab32e  COPYING
 sha256  1922f45d2c49e390032c9c0ba6d7cac904087f7cec51af30c2b2ad022ce0e76a  LGPL-2.1
diff --git a/package/git/git.mk b/package/git/git.mk
index 46ffc86151..ba86915b36 100644
--- a/package/git/git.mk
+++ b/package/git/git.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-GIT_VERSION = 2.40.0
+GIT_VERSION = 2.40.1
 GIT_SOURCE = git-$(GIT_VERSION).tar.xz
 GIT_SITE = $(BR2_KERNEL_MIRROR)/software/scm/git
 GIT_LICENSE = GPL-2.0, LGPL-2.1+