diff options
author | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2020-04-21 07:37:16 +0200 |
---|---|---|
committer | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2020-04-21 07:39:17 +0200 |
commit | 8470eccd5d41651f9b2f0ff8f60ecc2941c93090 (patch) | |
tree | 03f812c7ebf1034cbb4f99300f922b5bd8126e1b /net/git/Makefile | |
parent | e291d680558f40ae6d0d0a7006ac1991a6910d2f (diff) |
git: update to version 2.26.2
Fixes CVE-2020-11008
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 9e5adf4a2..a0fd58ee3 100644 --- a/net/git/Makefile +++ b/net/git/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=git -PKG_VERSION:=2.26.1 +PKG_VERSION:=2.26.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/software/scm/git/ -PKG_HASH:=888228408f254634330234df3cece734d190ef6381063821f31ec020538f0368 +PKG_HASH:=6d65132471df9e531807cb2746f8be317e22a343b9385bbe11c9ce7f0d2fc848 PKG_INSTALL:=1 PKG_FIXUP:=autoreconf |