Skip to content
Snippets Groups Projects
Verified Commit 2273d9a6 authored by Josef Schlehofer's avatar Josef Schlehofer
Browse files

patches/packages: git: Update to version 2.16.6

parent 80999194
Branches
Tags
No related merge requests found
From 97de5554252ced1f099ce1dc900fe1cda2cecb83 Mon Sep 17 00:00:00 2001
From: Josef Schlehofer <pepe.schlehofer@gmail.com>
Date: Wed, 18 Dec 2019 23:18:11 +0100
Subject: [PATCH] git: Update to version 2.16.6 (security fix)
Fixes CVEs:
CVE-2018-17456
CVE-2019-1348
CVE-2019-1349
CVE-2019-1350
CVE-2019-1351
CVE-2019-1352
CVE-2019-1353
CVE-2019-1354
CVE-2019-1387
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
---
net/git/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net/git/Makefile b/net/git/Makefile
index 2c8bc98cd..6e8f36063 100644
--- a/net/git/Makefile
+++ b/net/git/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=git
-PKG_VERSION:=2.16.3
+PKG_VERSION:=2.16.6
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@KERNEL/software/scm/git/
-PKG_HASH:=d65d99e9e5b081c1f14ea018973806e942a2eb7d0da2ebc01bd2525adee62d48
+PKG_HASH:=cd45502a4146d8e77f40cc64b3b484247e6165633bb024d7a9385a85f68e1d52
PKG_INSTALL:=1
PKG_BUILD_PARALLEL:=1
--
2.24.1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment