aboutsummaryrefslogtreecommitdiff
path: root/net/git/patches
Commit message (Collapse)AuthorAge
* 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>