Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | community/upx: add secinfo | Leonardo Arena | 2020-03-02 | 1 | -0/+7 |
| | |||||
* | community/upx: disable on s390x, skip -static test on x86 | Natanael Copa | 2020-02-05 | 1 | -5/+10 |
| | | | | | | | | | | the binary is completely useless on s390x so remove it rather than just ignore the tests. the x86 -static test(s) fails, but the dyniamic still works so lets only disable the test for now to unblock the builders. also let the test show error message while at it | ||||
* | community/upx: disable on aarch64, armhf and armv7 | Leo | 2020-02-04 | 1 | -1/+1 |
| | |||||
* | community/upx: upgrade to 3.96 | Leo | 2020-02-04 | 1 | -10/+4 |
| | |||||
* | community/upx: disable "-static -no-pie" check | Milan P. Stanić | 2019-12-03 | 1 | -1/+1 |
| | | | | this is hack to allow it to be built til the proper fix found | ||||
* | community/upx: rebuild against perl 5.28 | Natanael Copa | 2019-05-11 | 1 | -1/+1 |
| | |||||
* | community/upx: disable tests on s390x | Leonardo Arena | 2018-12-28 | 1 | -1/+3 |
| | | | | | checking -pie... >>> ERROR: upx: check failed | ||||
* | community/upx: upgrade to 3.95 | alpine-mips-patches | 2018-12-27 | 1 | -11/+47 |
| | | | | | | | | | | | | | | | UPX 3.94 seems completely broken even on x86_64 due to toolchain upgrade. - use cleaner method to force CXXFLAGS precedence over "-O2"; - add basic check() -- passes on x86_64 and mipseln8hf, may need tweak for other architectures; Just for the record: out-of-tree hard-float mips* is still broken for any application that uses FPU because UPX does not copy the attribute section to the compressed binary so the usual "FR=1 code in FR=0 context" problem arises. In-tree soft-float mips* should not be affected. | ||||
* | community/upx: modernize, no test suite | Leonardo Arena | 2018-11-26 | 1 | -1/+2 |
| | |||||
* | community/upx: fix build with gcc8 (-Werror too strict) | info@mobile-stream.com | 2018-11-26 | 1 | -1/+2 |
| | |||||
* | [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/ | ||||
* | community/upx: moved from testing | Mitch Tishmack | 2017-06-20 | 2 | -0/+54 |