diff options
author | Jan Pavlinec <jan.pavlinec@nic.cz> | 2021-03-10 10:51:57 +0100 |
---|---|---|
committer | tripolar <tripolar@users.noreply.github.com> | 2021-03-10 12:26:10 +0100 |
commit | a4f058ec5cad69c981ca47d2f922a4abf22d5319 (patch) | |
tree | 1eca49de61246fabee452851e71fb5e8ce9bb463 /net/git/Makefile | |
parent | 31d37ec6d5e517cc1dd8fc3db4d3c24625838d49 (diff) |
git: update to version 2.30.2
Fixes CVE-2021-21300
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
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 78f0ea75d..fe45ffd3b 100644 --- a/net/git/Makefile +++ b/net/git/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=git -PKG_VERSION:=2.29.2 +PKG_VERSION:=2.30.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/software/scm/git/ -PKG_HASH:=f2fc436ebe657821a1360bcd1e5f4896049610082419143d60f6fa13c2f607c1 +PKG_HASH:=41f7d90c71f9476cd387673fcb10ce09ccbed67332436a4cc58d7af32c355faa PKG_LICENSE:=GPL-2.0-or-later PKG_LICENSE_FILES:=COPYING |