From 96e8ff604f5d980360e1ab9c0cdd22269888885c Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Wed, 18 Jan 2023 13:00:54 +0100 Subject: [PATCH] git: update to 2.34.6 Fixes CVE-2022-23521 Fixes CVE-2022-41903 Fixes CVE-2022-39260 Fixes CVE-2022-39253 Fixes CVE-2022-29187 Signed-off-by: Michal Vasilek --- net/git/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/git/Makefile b/net/git/Makefile index af31d27fc4..aa800e1fca 100644 --- a/net/git/Makefile +++ b/net/git/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=git -PKG_VERSION:=2.34.3 +PKG_VERSION:=2.34.6 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/software/scm/git/ -PKG_HASH:=648e2f753a4360984d437f9038cb4649442fb5be846950bcaaca006b75c78418 +PKG_HASH:=ed2c17ea71cacac9b92835e74edef7b26ed5bc85bb25e954adb0efa12fbfcf69 PKG_LICENSE:=GPL-2.0-or-later PKG_LICENSE_FILES:=COPYING