aboutsummaryrefslogtreecommitdiff
path: root/net/git/patches
Commit message (Collapse)AuthorAge
* git: update to 2.44.0krant2024-03-22
| | | | Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* git: update to 2.43.2krant2024-02-22
| | | | | | - Refresh a patch Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* git: update to 2.43.0krant2024-02-07
| | | | | | - Refresh patches Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* git: update to 2.39.2Michal Vasilek2023-03-16
| | | | | | | | | | GITWEB_* variable values don't work as they should since 2.38, so let's remove them and add a workaround. This issue was reported in https://lore.kernel.org/git/80eb3972-4960-5727-ce86-acc3a4425fd4@nic.cz/T/#u * refresh patches Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* git: update to version 2.34.1Josef Schlehofer2022-01-18
| | | | | | | | | | | | - Refreshed patches - Release notes 2.34.0: https://github.com/git/git/blob/2ae0a9cb8298185a94e5998086f380a355dd8907/Documentation/RelNotes/2.34.0.txt - Release notes 2.34.1: https://github.com/git/git/blob/2ae0a9cb8298185a94e5998086f380a355dd8907/Documentation/RelNotes/2.34.1.txt Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* git: update to 2.33.0Michal Vasilek2021-08-18
| | | | | | * refresh patches Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* git: update to version 2.30.2Jan Pavlinec2021-03-10
| | | | | | Fixes CVE-2021-21300 Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* Merge pull request #10503 from LoEE/jpc/master/git-macos-crossRosen Penev2020-01-25
|\ | | | | git: fix cross compilation on macOS
| * git: Override uname result for cross-compilation.Jakub Piotr Cłapa2019-11-08
| | | | | | | | | | | | | | Based on: http://lists.busybox.net/pipermail/buildroot/2016-May/161696.html Signed-off-by: Mauro Condarelli <mc5686@mclink.it> Signed-off-by: Jakub Piotr Cłapa <jpc@loee.pl>
* | git: Update to version 2.24.0Josef Schlehofer2019-11-10
|/ | | | | | Refresh patch Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* git: Update to version 2.23.0Josef Schlehofer2019-10-20
| | | | | | Refresh patches Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* git: Fix compilation without deprecated OpenSSL APIsRosen Penev2019-02-18
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* git: update to 2.19.1Peter Wagner2018-10-06
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* git: update to 2.18.0Peter Wagner2018-06-22
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* git: update to 2.17.1Peter Wagner2018-05-30
| | | | | | Fixes CVE-2018-11233 and CVE-2018-11235 Signed-off-by: Peter Wagner <tripolar@gmx.at>
* git: update to 2.16.1Peter Wagner2018-01-28
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* git: update to 2.14.0Peter Wagner2017-08-07
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* git: update to 2.13.0Peter Wagner2017-05-27
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* git: update to 2.12.2Peter Wagner2017-03-27
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* git: update to 1.12.1Peter Wagner2017-03-21
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* git: update to 2.10.1Peter Wagner2016-10-21
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* git: update to 2.10.0Peter Wagner2016-09-23
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* git: update to 2.8.2Peter Wagner2016-05-13
| | | | | | | | Fixes: CVE-2016-2315 CVE-2016-2324 Signed-off-by: Peter Wagner <tripolar@gmx.at>
* git: update to 2.7.3Peter Wagner2016-03-28
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* git: update to 2.6.3Luka Perkov2015-11-12
| | | | Signed-off-by: Luka Perkov <luka@openwrt.org>
* git: ship with absolute symlink to git (#10221)Ondřej Caletka2015-07-24
| | | | | | | | | | Fixes regression already fixed in oldpackages commit 012eec3f60a24db1a568d64868a48ea95aedcc87 but re-introduced in commit 6636e13f2ab8992d4eb03a48919ae9ae8da98cee. This patch also enables IPv6 support. Signed-off-by: Ondřej Caletka <ondrej@caletka.cz>
* git: update to 2.4.2Peter Wagner2015-05-27
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* git: update to 2.3.3Peter Wagner2015-03-16
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* git: add subpackage for http(s)/ftp(s) commandsLuiz Angelo Daros de Luca2015-03-14
| | | | | | | | | | | | | | | | | | This patch add a new package, git-http, that contains all http related commands (and ftp as extra). All http/ftp depends on libcurl. Even without SSL suport in libcurl, git compiles and it returns an informative error only at runtime. The use of symlinks now are trigged using NO_INSTALL_HARDLINKS env and not based only on Makefile patch. imap-send was kept builtin and idependent of curl (just as it was before) Template files, which are not necessary, where removed. Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* git: configure as cross compilingLuiz Angelo Daros de Luca2015-03-14
| | | | | | | | | | | | | | Previously, ./configure was running checking local system and not OpenWRT target. This would avoid any configure test about OpenWRT libraries. With a patch in configure, non cross-compiling-friend test are ignored and Makefile can use default configure. As side effect, git commands are now at /usr/lib/git-core and not /usr/libexec/git-core. Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* git: update to 2.3.0Peter Wagner2015-02-09
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* git: update to 2.2.2Peter Wagner2015-01-18
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* git: update to 2.2.0Peter Wagner2014-12-04
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* Fix bug in git-daemonAndreas Rohner2014-09-03
| | | | | | | | | | | | | | | | | | The git-daemon command currently doesn't work and displays the following error whenever a repository is cloned: error: cannot run daemon: No such file or directory [10920] unable to fork On the client side the connection is simply terminated. The problem is, that git-daemon tries to start a new instance of itself for every new client that is connecting. It expects argv[0] to contain "git-daemon", but since it is converted into a builtin command, argv[0] only contains "daemon", which does not exist and causes the above error. The fix simply prepends "git" to the list of arguments, so that the resulting call looks something like "git daemon --serve ..." Signed-off-by: Andreas Rohner <andreas.rohner@gmx.net>
* git: update to 2.1.0Peter Wagner2014-08-26
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* git: import from packagesPeter Wagner2014-06-16
Signed-off-by: Peter Wagner <tripolar@gmx.at>