Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
openwrt-packages
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Feed
openwrt-packages
Commits
887b4e90
Unverified
Commit
887b4e90
authored
5 years ago
by
Josef Schlehofer
Browse files
Options
Downloads
Patches
Plain Diff
git: Update to version 2.24.0
Refresh patch Signed-off-by:
Josef Schlehofer
<
pepe.schlehofer@gmail.com
>
parent
c0d5c29a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
net/git/Makefile
+2
-2
2 additions, 2 deletions
net/git/Makefile
net/git/patches/200-imapsend_without_curl.patch
+1
-1
1 addition, 1 deletion
net/git/patches/200-imapsend_without_curl.patch
with
3 additions
and
3 deletions
net/git/Makefile
+
2
−
2
View file @
887b4e90
...
...
@@ -8,12 +8,12 @@
include
$(TOPDIR)/rules.mk
PKG_NAME
:=
git
PKG_VERSION
:=
2.2
3
.0
PKG_VERSION
:=
2.2
4
.0
PKG_RELEASE
:=
1
PKG_SOURCE
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
.tar.xz
PKG_SOURCE_URL
:=
@KERNEL/software/scm/git/
PKG_HASH
:=
234fa05b6839e92dc300b2dd78c92ec9c0c8d439f65e1d430a7034f60af16067
PKG_HASH
:=
9f71d61973626d8b28c4cdf8e2484b4bf13870ed643fed982d68b2cfd754371b
PKG_INSTALL
:=
1
PKG_FIXUP
:=
autoreconf
...
...
This diff is collapsed.
Click to expand it.
net/git/patches/200-imapsend_without_curl.patch
+
1
−
1
View file @
887b4e90
--- a/Makefile
+++ b/Makefile
@@ -13
65
,7 +13
65
,7 @@
endif
@@ -13
78
,7 +13
78
,7 @@
endif
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"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment