aboutsummaryrefslogtreecommitdiffstats
path: root/main/apr
Commit message (Collapse)AuthorAgeFilesLines
* main/apr: use -j1 for check() to avoid raceA. Wilcox2018-03-051-1/+1
|
* main/apr: modernise, add test suiteA. Wilcox2018-02-072-13/+36
| | | | Also include patch to remove dlclose from test suite.
* [various]: unify names of licenses according to SPDXJakub Jirutka2017-12-301-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/
* main/apr: upgrade to 1.6.3Natanael Copa2017-10-301-5/+3
|
* main/apr: rebuild apr-devStuart Cardall2016-09-281-1/+1
|
* Do not delete *.la files manuallyBartłomiej Piotrowski2015-09-101-1/+0
| | | | | Since abuild v2.22.0, these are removed automatically unless 'libtool' option has been specified.
* main/apr: upgrade to 1.5.2Natanael Copa2015-05-041-4/+4
|
* main/apr: upgrade to 1.5.1Natanael Copa2014-04-231-4/+4
|
* main/apr: upgrade to 1.5.0Bartłomiej Piotrowski2013-12-041-5/+5
|
* main/apr: specify licenseFabian Affolter2013-10-311-4/+3
|
* [all autotools packages]: normalize ./configureTimo Teräs2013-07-301-2/+6
|
* main/apr: upgrade to 1.4.8Natanael Copa2013-07-191-2/+4
|
* main/apr: security upgrade to 1.4.6 (CVE-2012-0840)Natanael Copa2012-02-281-3/+3
|
* main/apr: rebuild against util-linuxNatanael Copa2011-08-301-2/+2
|
* main/apr: remove *.laNatanael Copa2011-07-011-2/+3
|
* main/apr: add bash as dependency for -dev packageNatanael Copa2011-06-231-3/+3
|
* main/apr: upgrade to 1.4.5Natanael Copa2011-06-021-2/+2
|
* main/apr: upgrade to 1.4.4Natanael Copa2011-05-201-6/+3
|
* main/apr: patched gcc 4.5 alias issueMatt Smith2011-01-141-3/+12
| | | | See #504
* Set all packages with arch="x86 x86_64" to arch="all".William Pitcock2011-01-131-1/+1
|
* main/*: add archNatanael Copa2010-12-131-0/+1
|
* main/apr: fix depends for -dev packageNatanael Copa2010-08-031-2/+3
|
* ./apr: move .so to -dev packageNatanael Copa2010-07-141-1/+1
| | | | ref #384
* main/[various]: bump pkgrel to force rebuild against nptlNatanael Copa2010-05-041-1/+1
|
* main/apr: upgrade to 1.4.2Natanael Copa2010-03-311-5/+10
|
* main/apr: upgrade to 1.3.9Natanael Copa2009-10-131-2/+2
|
* main/apr: upgrade to 1.3.8Natanael Copa2009-09-011-2/+2
|
* main/apr: upgrade to 1.3.7Natanael Copa2009-08-031-2/+2
|
* moved extra/* to main/Natanael Copa2009-07-241-0/+35
and fixed misc build issues