diff options
author | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2020-04-15 16:51:50 +0200 |
---|---|---|
committer | tripolar <tripolar@users.noreply.github.com> | 2020-04-18 10:14:28 +0200 |
commit | 0551a5b030160054e755a750a62b2af84809dfb6 (patch) | |
tree | faa1113fad3b994761e21095b5d33640697dc2ce /net/git/Makefile | |
parent | 28564e91d43495bb60cbd3229460eb92c3b4c269 (diff) |
git: update to version 2.26.1
Fixes: CVE-2020-5260
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Diffstat (limited to 'net/git/Makefile')
-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 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 |