Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/git: upgrade to 2.16.2 | dai9ah | 2018-02-18 | 1 | -2/+2 |
| | |||||
* | main/git: improve abuild | Jakub Jirutka | 2018-02-08 | 1 | -35/+46 |
| | |||||
* | main/git: remove erroneous trailing backslash | Robert Conrad | 2018-02-08 | 1 | -1/+1 |
| | |||||
* | main/git: upgrade to 2.16.1 | Kevin Daudt | 2018-01-25 | 1 | -2/+2 |
| | |||||
* | main/git: upgrade to 2.16.0 | Andy Postnikov | 2018-01-21 | 1 | -3/+3 |
| | |||||
* | main/git: bump forgotten pkgrel | Carlo Landmeter | 2018-01-10 | 1 | -1/+1 |
| | |||||
* | main/git: add diff-highlight subpackage | Hiroshi Kajisha | 2018-01-10 | 1 | -0/+12 |
| | |||||
* | [various]: unify names of licenses according to SPDX | Jakub Jirutka | 2017-12-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit updates $license variable in all APKBUILDs to comply with short names specified by SPDX version 3.0 [1] where possible. It was done using find-and-replace method on substrings inside $license variables. Only license names were updated, not "expressions" specifying relation between the licenses (e.g. "X and Y", "X or Y", "X and (Y or Z)") or exceptions (e.g. "X with exceptions"). Many licenses have a version or multiple variants, e.g. MPL-2.0, BSD-2-Clause, BSD-3-Clause. However, $license in many aports do not contain license version or variant. Since there's no way how to infer this information just from abuild, it were left without the variant suffix or version, i.e. non SPDX compliant. GNU licenses (AGPL, GFDL, GPL, LGPL) are especially complicated. They exist in two variants: -only (formerly e.g. GPL-2.0) and -or-later (formerly e.g. GPL-2.0+). We did not systematically noted distinguish between these variants, so GPL-2.0, GPL2, GPLv2 etc. may mean GPL-2.0-only or GPL-2.0-or-later. Thus GNU licenses without "+" (e.g. GPL2+) were left without the variant suffix, i.e. non SPDX compliant. Note: This commit just fixes format of the license names, no verification has been done if the specified license information is actually correct! [1]: https://spdx.org/licenses/ | ||||
* | Revert "main/git: ugprade to 2.15.1" | Sören Tempel | 2017-12-02 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | Build fails on ppc64le so revert for now. >>> git*: Stripping binaries [31;01mscanelf[00;00m: ./usr/bin/git: Invalid section header info (2) [31;01mscanelf[00;00m: ./usr/bin/git-upload-archive: Invalid section header info (2) [31;01mscanelf[00;00m: ./usr/bin/git-receive-pack: Invalid section header info (2) getfattr: ./usr/libexec/git-core/stkilJKK: No such file or directory strip: './usr/libexec/git-core/stkilJKK': No such file >>> ERROR: git*: prepare_package failed >>> ERROR: git: all failed This reverts commit fa965be44008ffe8dc7240735f88450b9563d150. | ||||
* | main/git: ugprade to 2.15.1 | Sören Tempel | 2017-12-02 | 1 | -3/+3 |
| | |||||
* | main/git: rebuild against libressl-2.6 | Natanael Copa | 2017-11-09 | 1 | -1/+1 |
| | |||||
* | main/git: upgrade to 2.15.0 | Sören Tempel | 2017-10-30 | 1 | -2/+2 |
| | |||||
* | main/git: upgrade to 2.14.3 | Sören Tempel | 2017-10-25 | 1 | -2/+2 |
| | |||||
* | main/git: bump to 2.14.2 | Daniel Isaksen | 2017-09-27 | 1 | -3/+3 |
| | |||||
* | main/git: rebuild against pcre2 10.30 | Jakub Jirutka | 2017-08-15 | 1 | -1/+1 |
| | |||||
* | main/git: update to 2.14.1 (CVE-2017-1000117) | Shiz | 2017-08-10 | 1 | -3/+7 |
| | |||||
* | main/git: modernize, respect CFLAGS | Natanael Copa | 2017-08-07 | 1 | -30/+36 |
| | |||||
* | main/git: Upgrade to 2.14.0 | Andy Postnikov | 2017-08-07 | 1 | -5/+5 |
| | | | | Release notes https://lkml.org/lkml/2017/8/4/481 | ||||
* | Revert "main/git: upgrade to 2.13.4" | Sören Tempel | 2017-08-03 | 1 | -3/+3 |
| | | | | | | | | Doesn't seem to build aarch64. http://build.alpinelinux.org/buildlogs/build-edge-aarch64/main/git/git-2.13.4-r0.log This reverts commit 16dce8501bd79d9ea7b9f70576052b925b1e3ec2. | ||||
* | main/git: upgrade to 2.13.4 | Sören Tempel | 2017-08-03 | 1 | -2/+2 |
| | |||||
* | main/git: upgrade to 2.13.3 | Sören Tempel | 2017-07-29 | 1 | -3/+3 |
| | |||||
* | main/git: improve package splitting | Natanael Copa | 2017-07-24 | 1 | -9/+24 |
| | | | | | | | | | | | | | To save space in the 'git' package we move some of the tools to the sub packages: - git-fast-import: move to its own. only used by git-p4 - git-imap-send: move to git-email - git-remote-testsvn: move to git-svn - git-http-backend/git-shell: move to git-daemon - git-instaweb: move git-gitweb reduces size of git package with ~5M https://github.com/linuxkit/linuxkit/pull/2201#issuecomment-315308446 | ||||
* | main/git: upgrade to 2.13.2 | Sören Tempel | 2017-06-30 | 1 | -2/+2 |
| | |||||
* | main/git: upgrade to 2.13.1 | Natanael Copa | 2017-06-14 | 1 | -2/+2 |
| | |||||
* | main/git: upgrade to 2.13.0 | Pelle Bo Regener | 2017-05-10 | 1 | -3/+3 |
| | |||||
* | main/git: rebuild against libressl 2.5 | Natanael Copa | 2017-04-18 | 1 | -1/+1 |
| | |||||
* | main/git: upgrade to 2.12.2 | Sören Tempel | 2017-03-27 | 1 | -2/+2 |
| | |||||
* | main/git: upgrade to 2.12.1 | Ivan Tham | 2017-03-21 | 1 | -10/+2 |
| | |||||
* | main/git: Upgrade to 2.11.1 | pbregener | 2017-02-07 | 1 | -4/+4 |
| | |||||
* | main/git: Upgrade to 2.11.0 and fix git-daemon.initd shebang. | Przemyslaw Pawelczyk | 2016-12-01 | 2 | -8/+8 |
| | |||||
* | main/git: upgrade to 2.10.2 | Sören Tempel | 2016-11-02 | 1 | -4/+4 |
| | |||||
* | main/[various]: set proper arch | Timo Teräs | 2016-11-01 | 1 | -13/+13 |
| | | | | fixes commit "main/[various]: dont set arch in split function" | ||||
* | main/[various]: dont set arch in split function | Natanael Copa | 2016-10-26 | 1 | -13/+0 |
| | |||||
* | [various] rename dependency python-dev to python2-dev | Jakub Jirutka | 2016-10-26 | 1 | -1/+1 |
| | |||||
* | main/git: upgrade to 2.10.1 | Natanael Copa | 2016-10-10 | 1 | -5/+6 |
| | |||||
* | main/git: upgrade to 2.10.0 | Sören Tempel | 2016-09-03 | 1 | -4/+4 |
| | |||||
* | main/git: upgrade to 2.9.3 | Natanael Copa | 2016-08-12 | 1 | -4/+4 |
| | |||||
* | main/git: upgrade to 2.9.2 | Natanael Copa | 2016-08-12 | 1 | -4/+4 |
| | |||||
* | main/git: upgrade to 2.9.1 | Natanael Copa | 2016-07-14 | 1 | -4/+4 |
| | |||||
* | main/git: upgrade to 2.9.0 | Francesco Colista | 2016-06-15 | 1 | -4/+4 |
| | |||||
* | main/git: upgrade to 2.8.4 | Sören Tempel | 2016-06-08 | 1 | -4/+4 |
| | |||||
* | main/git: work around parallel build issue | Natanael Copa | 2016-05-26 | 1 | -1/+2 |
| | |||||
* | main/git: upgrade to 2.8.3 | Natanael Copa | 2016-05-26 | 1 | -4/+4 |
| | |||||
* | main/git: upgrade to 2.8.2 | Francesco Colista | 2016-05-09 | 1 | -4/+4 |
| | |||||
* | main/git: upgrade to 2.8.1 | Natanael Copa | 2016-04-07 | 1 | -5/+5 |
| | |||||
* | main/git: update OpenRC service files from Gentoo | Sören Tempel | 2016-04-01 | 3 | -35/+16 |
| | |||||
* | main/git: upgrade to 2.8.0 | Sören Tempel | 2016-04-01 | 1 | -4/+4 |
| | |||||
* | main/git: upgrade to 2.7.4 | Natanael Copa | 2016-03-18 | 1 | -4/+4 |
| | |||||
* | main/git: upgrade to 2.7.3 | Sören Tempel | 2016-03-13 | 1 | -18/+10 |
| | |||||
* | main/git: upgrade to 2.7.2 | Natanael Copa | 2016-02-24 | 1 | -4/+4 |
| |