From 0551a5b030160054e755a750a62b2af84809dfb6 Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Wed, 15 Apr 2020 16:51:50 +0200 Subject: [PATCH] git: update to version 2.26.1 Fixes: CVE-2020-5260 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 3226b01db..9e5adf4a2 100644 --- a/net/git/Makefile +++ b/net/git/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=git -PKG_VERSION:=2.25.1 +PKG_VERSION:=2.26.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/software/scm/git/ -PKG_HASH:=222796cc6e3bf2f9fd765f8f097daa3c3999bb7865ac88a8c974d98182e29f26 +PKG_HASH:=888228408f254634330234df3cece734d190ef6381063821f31ec020538f0368 PKG_INSTALL:=1 PKG_FIXUP:=autoreconf