diff options
author | Michal Vasilek <michal.vasilek@nic.cz> | 2023-02-16 10:20:13 +0100 |
---|---|---|
committer | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2023-02-23 00:10:47 +0100 |
commit | c3c7083e656da878b674f96838b43c35d8aabe63 (patch) | |
tree | ce04a2454b335cdb4b0abcdb0387060a1383fc5e /net/git | |
parent | 0cdd7b8c0e7a5461e0a9311734c0cc6cd87aa188 (diff) |
git: update to 2.34.7
Fixes CVE-2023-22490, CVE-2023-23946
Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
Diffstat (limited to 'net/git')
-rw-r--r-- | net/git/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/git/Makefile b/net/git/Makefile index aa800e1fc..fd1eb240e 100644 --- a/net/git/Makefile +++ b/net/git/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=git -PKG_VERSION:=2.34.6 +PKG_VERSION:=2.34.7 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/software/scm/git/ -PKG_HASH:=ed2c17ea71cacac9b92835e74edef7b26ed5bc85bb25e954adb0efa12fbfcf69 +PKG_HASH:=59754e404b7a5fd1544a67b50c2abdeb02b41012d831c02146cb148f1f3d2e5e PKG_LICENSE:=GPL-2.0-or-later PKG_LICENSE_FILES:=COPYING |