git: update to version 2.34.1
- Refreshed patches - Release notes 2.34.0:2ae0a9cb82/Documentation/RelNotes/2.34.0.txt
- Release notes 2.34.1:2ae0a9cb82/Documentation/RelNotes/2.34.1.txt
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
This commit is contained in:
parent
9f0fdb0ee2
commit
042bf16072
3 changed files with 5 additions and 5 deletions
|
@ -8,12 +8,12 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=git
|
PKG_NAME:=git
|
||||||
PKG_VERSION:=2.33.1
|
PKG_VERSION:=2.34.1
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=@KERNEL/software/scm/git/
|
PKG_SOURCE_URL:=@KERNEL/software/scm/git/
|
||||||
PKG_HASH:=e054a6e6c2b088bd1bff5f61ed9ba5aa91c9a3cd509539a4b41c5ddf02201f2f
|
PKG_HASH:=3a0755dd1cfab71a24dd96df3498c29cd0acd13b04f3d08bf933e81286db802c
|
||||||
|
|
||||||
PKG_LICENSE:=GPL-2.0-or-later
|
PKG_LICENSE:=GPL-2.0-or-later
|
||||||
PKG_LICENSE_FILES:=COPYING
|
PKG_LICENSE_FILES:=COPYING
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/Makefile
|
--- a/Makefile
|
||||||
+++ b/Makefile
|
+++ b/Makefile
|
||||||
@@ -1448,7 +1448,7 @@ else
|
@@ -1436,7 +1436,7 @@ else
|
||||||
endif
|
endif
|
||||||
curl_check := $(shell (echo 072200; $(CURL_CONFIG) --vernum | sed -e '/^70[BC]/s/^/0/') 2>/dev/null | sort -r | sed -ne 2p)
|
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"
|
ifeq "$(curl_check)" "072200"
|
||||||
|
|
|
@ -39,5 +39,5 @@ Signed-off-by: Mauro Condarelli <mc5686 at mclink.it>
|
||||||
+uname_P ?= $(shell sh -c 'uname -p 2>/dev/null || echo not')
|
+uname_P ?= $(shell sh -c 'uname -p 2>/dev/null || echo not')
|
||||||
+uname_V ?= $(shell sh -c 'uname -v 2>/dev/null || echo not')
|
+uname_V ?= $(shell sh -c 'uname -v 2>/dev/null || echo not')
|
||||||
|
|
||||||
ifdef MSVC
|
ifneq ($(findstring MINGW,$(uname_S)),)
|
||||||
# avoid the MingW and Cygwin configuration sections
|
uname_S := MINGW
|
||||||
|
|
Loading…
Reference in a new issue