Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-22 | main/*: rebuild against python3.11 | psykose | |
2022-01-14 | main/distcc: fix segfault on aarch64 | Dominique 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-15 | main/distcc: rebuild against python 3.10 | Aiden Grossman | |
2021-07-04 | main/distcc: upgrade to 3.4 | Sören Tempel | |
2021-04-05 | main/distcc: rebuild against python 3.9 | Natanael Copa | |
2021-03-23 | main/distcc: upgrade to 3.3.5 | omni | |
2020-11-24 | main/distcc: fix build under gcc-10 | Leo | |
2020-02-04 | main/distcc: upgrade to 3.3.3 | Leo | |
2019-11-05 | main/distcc: rebuild against python 3.8 | Natanael Copa | |
2019-04-17 | main/distcc: rebuild against python 3.7 | Natanael Copa | |
2018-11-22 | main/distcc: upgrade to 3.3.2 | André Klitzing | |
2018-07-16 | main/distcc: upgrade to 3.3 and modernize abuild | André Klitzing | |
2017-12-30 | [various]: unify names of licenses according to SPDX | Jakub 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-31 | main/distcc: update URL and depends | Leonardo Arena | |
2016-10-26 | [various] rename dependency python-dev to python2-dev | Jakub Jirutka | |
2016-04-25 | main/[various]: bump pkgrel for pre-install fixes | Przemyslaw Pawelczyk | |
2015-11-24 | main/distcc: create distcc user in .pre-install script | Sören Tempel | |
2015-10-03 | don't prefix GPL version number with a dash | Sören Tempel | |
This conforms to wiki documentation regarding package creation: http://wiki.alpinelinux.org/wiki/Creating_an_Alpine_package#license | |||
2015-04-28 | main/*: replace all sbin/runscript with sbin/openrc-run | Natanael Copa | |
2013-08-15 | main/distcc: update config.sub | Natanael Copa | |
2013-07-30 | [all autotools packages]: normalize ./configure | Timo Teräs | |
2012-01-02 | main/distcc: build fix. disable -Werror | Natanael Copa | |
2011-06-23 | main/[various]: rebuild against python-2.7 | Natanael Copa | |
2011-03-31 | main: mass-rebuild of packages missing arch in .PKGINFO | Natanael Copa | |
this is needed for apk-tools-2.1 migration | |||
2011-01-13 | Set all packages with arch="x86 x86_64" to arch="all". | William Pitcock | |
2010-12-13 | main/*: add arch | Natanael Copa | |
2010-05-20 | main/distcc: rename distcc-python to distcc-pump | Natanael Copa | |
2010-05-04 | main/[various]: bump pkgrel to force rebuild against nptl | Natanael Copa | |
2009-09-15 | main/distcc: start after firewall. separate python package | Natanael Copa | |
2009-07-23 | move core/* to main/ | Natanael Copa | |
added maintainer to several packages as well |