aboutsummaryrefslogtreecommitdiffstats
path: root/main/perl
Commit message (Collapse)AuthorAgeFilesLines
* main/perl: security upgrade to 5.26.2Leonardo Arena2018-04-171-5/+9
| | | | | | CVE-2018-6797, CVE-2018-6798, CVE-2018-6913 Fixes #8801
* main/perl: Disable tests for nowA. Wilcox2018-03-061-1/+1
|
* [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/perl: use system zlibNatanael Copa2017-10-111-2/+14
| | | | | | | | | | | The bundled zlib 1.2.8 is vulnerable to: - CVE-2016-9843 - CVE-2016-9841 - CVE-2016-9840 - CVE-2016-9842 Force building with system zlib, and while at it, also do that with bzip2
* main/perl: security upgrade to 5.26.1 (CVE-2017-12837,CVE-2017-12883)Natanael Copa2017-10-101-2/+9
| | | | fixes #7897
* main/perl: upgrade to 5.26.0Natanael Copa2017-06-153-1617/+30
|
* main/perl: don't move any scripts to the dev subpackageSören Tempel2017-03-131-8/+2
| | | | | | | | | | | | | | Moving those scripts to the dev subpackages requires a lot of APKBUILD updates since all packages that previously depended on perl for pod2man (or any other script previously shipped with the dev subpackage) now need to depend on perl-dev instead. Since finding those packages is not that easy we just revert this change for now. Some packages even broke silently, gdb for instance suddenly had an empty man page which makes it pretty hard to rely on build errors for identifying aports which need to be fixed. See also: https://patchwork.alpinelinux.org/patch/2961/
* main/perl: move 'prove' script from -dev to -utilsValery Kartel2017-01-241-3/+3
|
* main/perl: upgrade to 5.24.1Natanael Copa2017-01-231-5/+5
|
* main/perl: fixes and cleanups in apkbuildValery Kartel2017-01-231-32/+55
| | | | | | | - remove one-time used variables - move *.pod files to -doc subpackage - move development scripts and modules to -dev subpackage - move all other scripts to -utils subpackage
* main/perl: fix build Time::HiRes on armhfLeonardo Arena2017-01-233-9/+1610
| | | | https://github.com/arsv/perl-cross/issues/36
* upgrade perl to 5.24.0liqa2016-07-271-5/+4
|
* main/perl: upgrade to 5.22.2Natanael Copa2016-05-161-4/+4
|
* main/perl: upgrade to 5.22.1Natanael Copa2015-12-171-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/perl: upgrade to 5.22.0Natanael Copa2015-07-164-193/+5
|
* main/perl: gcc5 fixesNatanael Copa2015-06-054-4/+195
| | | | and more explicit depends for -dev
* main/perl: upgrade to 5.20.2Carlo Landmeter2015-02-231-4/+4
|
* main/perl: upgrade to 5.20.1Natanael Copa2014-09-171-4/+4
|
* main/perl: upgrade to 5.20.0Natanael Copa2014-07-141-4/+4
|
* main/perl: upgrade to 5.18.2Bartłomiej Piotrowski2014-01-201-4/+4
|
* main/perl: upgrade to 5.18.1Bartłomiej Piotrowski2013-08-131-4/+4
|
* main/perl: upgrade to 5.18.0Natanael Copa2013-05-231-4/+4
|
* main/perl: upgrade to 5.16.3Natanael Copa2013-03-131-2/+4
|
* main/perl: upgrade to 5.16.2Natanael Copa2012-11-061-2/+2
|
* main/perl: upgrade to 5.16.1Natanael Copa2012-08-101-2/+2
|
* main/perl: upgrade to 5.16Natanael Copa2012-06-182-38/+31
|
* main/perl: security fix (CVE-2011-3597)Natanael Copa2012-01-312-3/+39
| | | | fixes #973
* APKBUILDs email updateLeonardo Arena2011-11-221-1/+1
|
* main/perl: upgrade to 5.14.2Natanael Copa2011-09-271-3/+3
|
* main/perl: upgrade to 5.14.1Natanael Copa2011-07-061-2/+2
|
* main/perl: upgrade to 5.14.0Kiyoshi Aman2011-05-171-3/+3
|
* main/perl: upgrade to 5.12.3Natanael Copa2011-02-011-3/+3
|
* Set all packages with arch="x86 x86_64" to arch="all".William Pitcock2011-01-131-1/+1
|
* main/perl: build libperl as shared and enable threadsNatanael Copa2010-12-151-1/+3
|
* main/*: add archNatanael Copa2010-12-131-0/+1
|
* main/perl: upgrade to 5.12.2Leonardo Arena2010-10-271-3/+3
|
* main/perl: build fix (-lnsl removed)Leonardo Arena2010-08-121-2/+11
|
* Revert "main/perl: upgrade to 5.12.1"Leonardo Arena2010-08-121-13/+4
| | | | | | This reverts commit 2d1e32f027ee4d8acbf8c11dee9ee78df92ca95a. Back to 5.10.1
* main/perl: upgrade to 5.12.1Leonardo Arena2010-08-121-4/+13
|
* main/[various]: bump pkgrel to force rebuild against nptlNatanael Copa2010-05-041-1/+1
|
* main/perl: build fix for parallel buildsNatanael Copa2009-12-231-2/+4
|
* main/perl: upgrade to 5.10.1Leonardo Arena2009-08-311-4/+3
|
* various: misc build fixesNatanael Copa2009-07-241-7/+13
|
* move core/* to main/Natanael Copa2009-07-231-0/+49
added maintainer to several packages as well