aboutsummaryrefslogtreecommitdiffstats
path: root/main/nspr/APKBUILD
Commit message (Collapse)AuthorAgeFilesLines
* main: (Bulk change) Update source urls to https using HTTPS EverywhereJ0WI2018-10-061-1/+1
|
* main/nspr: upgrade to 4.19Natanael Copa2018-05-211-2/+2
|
* [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/nspr: upgrade to 4.17Natanael Copa2017-10-311-3/+3
|
* main/nspr: modernise, mark as having no test suiteA. Wilcox2017-09-201-20/+12
|
* main/nspr: update to version 4.15François Chavant2017-06-141-6/+2
|
* main/nspr: build fixNatanael Copa2017-01-261-1/+1
| | | | dont use gnu sed
* main/nspr: upgrade to 4.13.1Natanael Copa2017-01-261-4/+4
|
* main/nspr: upgrade to 4.12Natanael Copa2016-03-101-7/+7
|
* main/nspr: new upstream version 4.11Christian Kampka2015-11-301-4/+4
|
* main/nspr: upgrade to 4.10.10Natanael Copa2015-11-021-4/+4
|
* don't prefix GPL version number with a dashSören Tempel2015-10-031-1/+1
| | | | | This conforms to wiki documentation regarding package creation: http://wiki.alpinelinux.org/wiki/Creating_an_Alpine_package#license
* main/nspr: upgrade to 4.10.9Natanael Copa2015-09-211-6/+6
|
* main/nspr: fix depends for -devNatanael Copa2015-06-051-1/+3
|
* main/nspr: upgrade to 4.10.8Carlo Landmeter2015-02-231-4/+4
|
* main/nspr: upgrade to 4.10.7Natanael Copa2014-09-261-5/+5
|
* main/nspr: fix musl build to have ipv6 and large-file supportTimo Teräs2014-06-261-1/+5
| | | | | the header file tests these features using __GLIBC__ version, supply musl feature list by hand for now.
* main/nspr: upgrade to 4.10.6Natanael Copa2014-06-101-4/+4
|
* main/nspr: upgrade to 4.10.5Bartłomiej Piotrowski2014-05-171-5/+4
|
* main/nspr: upgrade to 4.10.4Bartłomiej Piotrowski2014-03-181-4/+4
|
* main/nspr: upgrade to 4.10.3Bartłomiej Piotrowski2014-02-071-5/+5
|
* main/nspr: upgrade to 4.10.2Natanael Copa2013-11-151-5/+5
|
* main/nspr: upgrade to 4.10.1, and fix musl buildTimo Teräs2013-10-081-4/+8
|
* main/[various]: update config.subTimo Teräs2013-10-021-0/+1
|
* main/nspr: upgrade to 4.10Natanael Copa2013-08-081-22/+5
|
* [all autotools packages]: normalize ./configureTimo Teräs2013-07-301-1/+4
|
* main/nspr: upgrade to 4.9.6Natanael Copa2013-04-111-4/+4
|
* main/nspr: upgrade to 4.9.5Natanael Copa2013-02-271-2/+10
|
* main/nspr: upgrade to 4.9.4Bartłomiej Piotrowski2012-12-281-2/+2
|
* main/nspr: upgrade to 4.9.3Natanael Copa2012-10-301-2/+2
|
* main/nspr: upgrade to 4.9.2Natanael Copa2012-08-031-2/+2
|
* main/nspr: upgrade to 4.9.1Natanael Copa2012-06-201-4/+2
|
* main/nspr: upgrade to 4.9Natanael Copa2012-03-161-4/+4
|
* main/nspr: upgrade to 4.8.9 and use upstream sonamesNatanael Copa2011-08-301-6/+6
|
* main/nspr: upgrade to 4.8.8Natanael Copa2011-06-021-2/+2
|
* main/nspr: upgrade to 4.8.7Natanael Copa2011-02-251-4/+4
|
* main/nspr: aclocal requires automakeWilliam Pitcock2011-01-231-1/+1
|
* main/nspr: fix the soname for libsNatanael Copa2011-01-231-39/+18
| | | | | | | make sure that the soname patch gets used by running autoconf remove similar patch that does not work. again put the .so symlink to -dev package as it should not be needed anymore.
* main/nspr: get nspr-config in the right packageWilliam Pitcock2011-01-221-1/+3
|
* main/nspr: replaces fixupsWilliam Pitcock2011-01-221-1/+5
|
* main/nspr: mozilla wants /usr/lib/libnspr4.so to exist regardless of ↵William Pitcock2011-01-221-2/+21
| | | | development package
* 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/nspr: support for x86_64Natanael Copa2010-12-011-1/+6
|
* main/nspr: upgrade to 4.8.6Natanael Copa2010-08-191-2/+2
|
* main/nspr: moved from testingNatanael Copa2010-05-291-0/+64