From fc93a4f126a3ef5f539a67854c3b32215440985d Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Tue, 21 Apr 2020 08:11:24 +0200 Subject: [PATCH] git: update to version 2.20.4 Fixes CVE-2020-11008 Signed-off-by: Josef Schlehofer --- net/git/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/git/Makefile b/net/git/Makefile index a07f60e96..debe12563 100644 --- a/net/git/Makefile +++ b/net/git/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=git -PKG_VERSION:=2.20.3 +PKG_VERSION:=2.20.4 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/software/scm/git/ -PKG_HASH:=7e95a2fec5ceee4de44d0fd4a38f1299eea818565cb22d01dbe25ba86b76119f +PKG_HASH:=9a0d15a1c298996c0611148517bac0e07fca6cc171bd435251a820edfa7fc4fc PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1