| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
The test relies on 64 being the maximum number of fds.
Otherwise it will fail on ppc/ppc64.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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/
|
|
|
|
|
|
|
| |
Most of these updates is based on data from https://repology.org/,
detection based on permanent redirect from http:// to https://.
$source urls are updated when they contain $url as substring.
|
| |
|
|
|
|
|
|
|
|
| |
we previously reverted the 4.2-r0, but it may still be in caches. we
bump pkgrel to avoid getting the old version from cache which will cause
signature error.
fixes gliderlabs/docker-alpine#177
|
| |
|
|
|
|
| |
we bump pkgrel to not get cache conflict
|
|
|
|
|
|
| |
git fails to build with make 4.2
This reverts commit b1478d40a79251b28b069f5de4282efc02585758.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Fixes build of webkitgtk.
Patch is from:
http://trac.webkit.org/browser/trunk/Tools/gtk/patches
|
|
|
|
| |
https://savannah.gnu.org/bugs/?30653
|
| |
|
| |
|
|
|
|
|
| |
Fixes building webkit
https://savannah.gnu.org/bugs/index.php?36451
|
|
|
|
| |
various patches from upstream, gentoo or fedora
|
|
|
|
|
|
|
|
| |
Upstream bugreports reports:
http://savannah.gnu.org/bugs/index.php?30612
http://savannah.gnu.org/bugs/index.php?30723
Fixes building of dev86.
|
|
|
|
| |
this is needed for apk-tools-2.1 migration
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
added maintainer to several packages as well
|