summaryrefslogtreecommitdiff
path: root/main/distcc/APKBUILD
AgeCommit message (Collapse)Author
2022-11-22main/*: rebuild against python3.11psykose
2022-01-14main/distcc: fix segfault on aarch64Dominique Martinet
distcc segfaults on aarch64 systems: # distcc --fds Segmentation fault (core dumped) Backport upstream patch fixing bad string length calculation in dcc_gcc_rewrite_fqn Link: https://github.com/distcc/distcc/commit/879b71d6e95673e58d33f6c3c341a893ee307161
2021-12-15main/distcc: rebuild against python 3.10Aiden Grossman
2021-07-04main/distcc: upgrade to 3.4Sören Tempel
2021-04-05main/distcc: rebuild against python 3.9Natanael Copa
2021-03-23main/distcc: upgrade to 3.3.5omni
2020-11-24main/distcc: fix build under gcc-10Leo
2020-02-04main/distcc: upgrade to 3.3.3Leo
2019-11-05main/distcc: rebuild against python 3.8Natanael Copa
2019-04-17main/distcc: rebuild against python 3.7Natanael Copa
2018-11-22main/distcc: upgrade to 3.3.2André Klitzing
2018-07-16main/distcc: upgrade to 3.3 and modernize abuildAndré Klitzing
2017-12-30[various]: unify names of licenses according to SPDXJakub Jirutka
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/
2016-10-31main/distcc: update URL and dependsLeonardo Arena
2016-10-26[various] rename dependency python-dev to python2-devJakub Jirutka
2016-04-25main/[various]: bump pkgrel for pre-install fixesPrzemyslaw Pawelczyk
2015-11-24main/distcc: create distcc user in .pre-install scriptSören Tempel
2015-10-03don't prefix GPL version number with a dashSören Tempel
This conforms to wiki documentation regarding package creation: http://wiki.alpinelinux.org/wiki/Creating_an_Alpine_package#license
2015-04-28main/*: replace all sbin/runscript with sbin/openrc-runNatanael Copa
2013-08-15main/distcc: update config.subNatanael Copa
2013-07-30[all autotools packages]: normalize ./configureTimo Teräs
2012-01-02main/distcc: build fix. disable -WerrorNatanael Copa
2011-06-23main/[various]: rebuild against python-2.7Natanael Copa
2011-03-31main: mass-rebuild of packages missing arch in .PKGINFONatanael Copa
this is needed for apk-tools-2.1 migration
2011-01-13Set all packages with arch="x86 x86_64" to arch="all".William Pitcock
2010-12-13main/*: add archNatanael Copa
2010-05-20main/distcc: rename distcc-python to distcc-pumpNatanael Copa
2010-05-04main/[various]: bump pkgrel to force rebuild against nptlNatanael Copa
2009-09-15main/distcc: start after firewall. separate python packageNatanael Copa
2009-07-23move core/* to main/Natanael Copa
added maintainer to several packages as well