Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

git: update to 2.46.1 #24976

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions net/git/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=git
PKG_VERSION:=2.45.2
PKG_VERSION:=2.46.1
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@KERNEL/software/scm/git/
PKG_HASH:=51bfe87eb1c02fed1484051875365eeab229831d30d0cec5d89a14f9e40e9adb
PKG_HASH:=888cafb8bd6ab4cbbebc168040a8850eb088f81dc3ac2617195cfc0877f0f543

PKG_LICENSE:=GPL-2.0-or-later
PKG_LICENSE_FILES:=COPYING
Expand Down
2 changes: 1 addition & 1 deletion net/git/patches/200-imapsend_without_curl.patch
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- a/Makefile
+++ b/Makefile
@@ -1642,7 +1642,7 @@ else
@@ -1636,7 +1636,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"
Expand Down
2 changes: 1 addition & 1 deletion net/git/patches/300-openssl-deprecated.patch
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Signed-off-by: Rosen Penev <rosenp@gmail.com>

--- a/imap-send.c
+++ b/imap-send.c
@@ -261,8 +261,10 @@ static int ssl_socket_connect(struct ima
@@ -259,8 +259,10 @@ static int ssl_socket_connect(struct ima
int ret;
X509 *cert;

Expand Down