Browse Source

git: update to version 2.30.2

Fixes CVE-2021-21300

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
lilik-openwrt-22.03
Jan Pavlinec 4 years ago
committed by tripolar
parent
commit
a4f058ec5c
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      net/git/Makefile
  2. +1
    -1
      net/git/patches/200-imapsend_without_curl.patch

+ 2
- 2
net/git/Makefile View File

@ -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


+ 1
- 1
net/git/patches/200-imapsend_without_curl.patch View File

@ -1,6 +1,6 @@
--- a/Makefile
+++ b/Makefile
@@ -1428,7 +1428,7 @@ else
@@ -1434,7 +1434,7 @@ else
endif
curl_check := $(shell (echo 072200; $(CURL_CONFIG) --vernum | sed -e '/^70[BC]/s/^/0/') 2>/dev/null | sort -r | sed -ne 2p)
ifeq "$(curl_check)" "072200"


Loading…
Cancel
Save