aboutsummaryrefslogtreecommitdiffstats
path: root/main/apr-util
Commit message (Collapse)AuthorAgeFilesLines
* [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-util: rebuild against libressl-2.6Natanael Copa2017-11-091-1/+1
|
* main/apr-util: upgrade to 1.6.1Natanael Copa2017-10-311-5/+3
|
* main/apr-util: libressl build fixNatanael Copa2017-04-191-4/+5
|
* main/apr-util: add crypto supportStuart Cardall2016-09-281-7/+8
|
* main/apr-util: enable iconvNatanael Copa2016-08-121-2/+1
| | | | | subversion needs to convert to and from utf8 and it will fail to do so if we disable iconv.
* Do not delete *.la files manuallyBartłomiej Piotrowski2015-09-101-3/+1
| | | | | Since abuild v2.22.0, these are removed automatically unless 'libtool' option has been specified.
* main/apr-util: upgrade to 1.5.4Natanael Copa2014-09-261-4/+4
|
* main/apr-util: upgrade to 1.5.3Bartłomiej Piotrowski2013-12-041-9/+5
|
* main/apr-util: specify licenseFabian Affolter2013-10-311-4/+2
|
* main/[various]: update config.subTimo Teräs2013-09-291-2/+9
|
* [all autotools packages]: normalize ./configureTimo Teräs2013-07-301-1/+4
|
* main/apr-util: upgrade to 1.5.2Natanael Copa2013-04-171-2/+4
|
* main/apr-util: upgrade to 1.5.1Natanael Copa2012-10-111-3/+3
|
* main/apr-util: rebuild against postgresql-9.2Natanael Copa2012-09-121-1/+1
|
* main/apr-util: rebuild against sqlite-libsNatanael Copa2012-05-311-1/+1
|
* main/apr-util: upgrade to 1.4.1Natanael Copa2012-02-121-3/+3
|
* main/apr-util/: rebuild against db-5.3Natanael Copa2012-01-271-1/+1
|
* main/apr-util: rebuild against db-5.2Natanael Copa2011-08-221-1/+1
|
* main/apr-util: remove *.laNatanael Copa2011-07-011-5/+5
|
* main/apr-util: upgrade to 1.3.12Natanael Copa2011-06-021-2/+2
|
* main/apr-util: upgrade to 1.3.11Natanael Copa2011-05-201-3/+3
|
* main/apr-util: rebuild against db5Natanael Copa2011-02-231-1/+1
|
* main/apr-util: bumped pkgrel, see git logMatt Smith2011-01-141-1/+1
| | | | | | Bumped pkgrel; should be built against the previous main/apr update. 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-util: upgrade to 1.3.10Natanael Copa2010-10-141-3/+3
|
* main/apr-util: disable mysqlNatanael Copa2010-09-031-5/+4
| | | | does not build
* main/apr-util: add driver subpackages for databases and ldapNatanael Copa2010-08-031-10/+28
|
* main/apr-util: fix dpends for -dev packageNatanael Copa2010-08-031-2/+3
|
* Merge remote branch 'alpine/master'Andrew Manison2010-07-141-1/+5
|\ | | | | | | | | Conflicts: main/libconfig/APKBUILD
| * ./apr-util: move .so to -dev packageNatanael Copa2010-07-141-1/+5
| | | | | | | | ref #384
* | Merge remote branch 'alpine/master'; fixes for build problems.Andrew Manison2010-07-021-1/+1
|/ | | | | Conflicts: main/abuild/APKBUILD
* main/[various]: bump pkgrel to force rebuild against nptlNatanael Copa2010-05-041-1/+1
|
* main/apr-util: build fix. explicit disable iconvNatanael Copa2009-09-161-0/+1
|
* main/apr-util: upgrade to 1.3.9Natanael Copa2009-09-011-2/+2
|
* main/apr-util: upgrade to 1.3.8Natanael Copa2009-08-031-2/+2
|
* moved extra/* to main/Natanael Copa2009-07-241-0/+32
and fixed misc build issues