summaryrefslogtreecommitdiff
path: root/main/apr/APKBUILD
AgeCommit message (Collapse)Author
2022-05-30main/apr: fix CVE-2021-35940psykose
2022-03-16main/apr: modernizeJ0WI
2019-09-03main/apr: work around test suite hang on s390xNatanael Copa
For some reason test suite hangs when testing sysv semaphores. It is unclear if semtimedop(2) in musl, or apr or the testsuite in apr is broken. We work arund this by avoid use semtimedop(2) for now.
2019-08-28main/apr: upgrade to 1.7.0Leo
2018-11-26main/apr: upgrade to 1.6.5Natanael Copa
2018-10-06main: (Bulk change) Update source urls to https using HTTPS EverywhereJ0WI
2018-03-05main/apr: use -j1 for check() to avoid raceA. Wilcox
2018-02-07main/apr: modernise, add test suiteA. Wilcox
Also include patch to remove dlclose from test suite.
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/
2017-10-30main/apr: upgrade to 1.6.3Natanael Copa
2016-09-28main/apr: rebuild apr-devStuart Cardall
2015-09-10Do not delete *.la files manuallyBartłomiej Piotrowski
Since abuild v2.22.0, these are removed automatically unless 'libtool' option has been specified.
2015-05-04main/apr: upgrade to 1.5.2Natanael Copa
2014-04-23main/apr: upgrade to 1.5.1Natanael Copa
2013-12-04main/apr: upgrade to 1.5.0Bartłomiej Piotrowski
2013-10-31main/apr: specify licenseFabian Affolter
2013-07-30[all autotools packages]: normalize ./configureTimo Teräs
2013-07-19main/apr: upgrade to 1.4.8Natanael Copa
2012-02-28main/apr: security upgrade to 1.4.6 (CVE-2012-0840)Natanael Copa
2011-08-30main/apr: rebuild against util-linuxNatanael Copa
2011-07-01main/apr: remove *.laNatanael Copa
2011-06-23main/apr: add bash as dependency for -dev packageNatanael Copa
2011-06-02main/apr: upgrade to 1.4.5Natanael Copa
2011-05-20main/apr: upgrade to 1.4.4Natanael Copa
2011-01-14main/apr: patched gcc 4.5 alias issueMatt Smith
See #504
2011-01-13Set all packages with arch="x86 x86_64" to arch="all".William Pitcock
2010-12-13main/*: add archNatanael Copa
2010-08-03main/apr: fix depends for -dev packageNatanael Copa
2010-07-14./apr: move .so to -dev packageNatanael Copa
ref #384
2010-05-04main/[various]: bump pkgrel to force rebuild against nptlNatanael Copa
2010-03-31main/apr: upgrade to 1.4.2Natanael Copa
2009-10-13main/apr: upgrade to 1.3.9Natanael Copa
2009-09-01main/apr: upgrade to 1.3.8Natanael Copa
2009-08-03main/apr: upgrade to 1.3.7Natanael Copa
2009-07-24moved extra/* to main/Natanael Copa
and fixed misc build issues