aboutsummaryrefslogtreecommitdiffstats
path: root/main/ghostscript/APKBUILD
Commit message (Collapse)AuthorAgeFilesLines
* main/ghostscript: security upgrade 9.25 - CVE-2018-16802Andy Postnikov2018-10-151-2/+4
|
* main/ghostscript: security upgrade to 9.24Andy Postnikov2018-09-101-11/+10
| | | | | | | CVE-2018-15908, CVE-2018-15909, CVE-2018-15910, CVE-2018-15911 CVE-2018-10194 fixes #9382
* [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/*: fix homepage url and source from http:// to https://Jakub Jirutka2017-11-191-1/+1
| | | | | | | Most of these updates is based on data from https://repology.org/, detection based on permanent redirect from http:// to https://. $source urls are updated when they contain $url as substring.
* main/ghostscript: security upgrade to 9.22. Fixes #7992Francesco Colista2017-10-111-12/+4
|
* main/ghostscript: security fixes (fix CVE-2017-5951, CVE-2017-7207). Fixes #7309Francesco Colista2017-05-301-2/+9
|
* main/ghostscript: security fix for CVE-2017-8291Daniel Sabogal2017-05-101-2/+8
|
* main/ghostscript: fix sse variable alignmentTimo Teräs2017-04-131-2/+4
| | | | fixes #7138
* main/ghostscript: upgrade to 9.21Natanael Copa2017-04-131-10/+4
| | | | and enable -dbg
* main/ghostscript: bump pkgrel because of openjpeg upgradeFrancesco Colista2016-09-291-1/+1
|
* main/ghostscript: upgrade to 9.20Sören Tempel2016-09-281-15/+15
|
* main/ghostscript: fix incorrect checksums and improve abuildJakub Jirutka2016-05-031-20/+18
|
* main/ghostscript: upgrade to 9.19Natanael Copa2016-03-291-16/+13
|
* main/ghostscript: upgrade to 9.18Natanael Copa2015-11-181-22/+14
|
* 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/ghostscript: security fix for CVE-2015-3228Natanael Copa2015-07-311-4/+8
| | | | ref #4468
* main/ghostscript: switch driver set from FILES, cups to ALLAndrew Hills2015-06-091-2/+2
|
* main/*: remove libiconv-dev from makedependsNatanael Copa2015-04-091-1/+1
|
* main/ghostscript: upgrade to 9.16Natanael Copa2015-04-011-8/+27
|
* main/ghostscript: use system lcms2Timo Teräs2014-12-041-3/+3
| | | | | lcms was upgraded to lcms2 so upgrade accordingly. this should also fix the build failure on arm edge.
* main/ghostscript: upgrade to 9.15Natanael Copa2014-11-101-5/+5
|
* main/ghostscript: cups driver needed for printingIsaac Dunham2014-07-011-3/+3
| | | | Without the 'cups' driver being enabled in ghostscript, cups cannot work.
* main/ghostscript: upgrade to 9.10Natanael Copa2013-09-021-5/+5
|
* main/ghostscript: rebuild against libpng16Natanael Copa2013-08-271-1/+1
|
* main/ghostscript: upgrade to 9.09Natanael Copa2013-08-251-9/+5
|
* [all autotools packages]: normalize ./configureTimo Teräs2013-07-301-3/+15
|
* main/ghostscript: upgrade to 9.07Natanael Copa2013-04-221-22/+27
|
* main/ghostscript: use libjpeg-turboNatanael Copa2012-12-031-2/+2
|
* main/ghostscript: fix CVE-2012-4405Natanael Copa2012-11-051-3/+11
| | | | fixes #1427
* main/ghostscript: enable gtk and ijsNatanael Copa2012-10-031-10/+29
|
* main/ghostscript: upgrade to 9.06Natanael Copa2012-08-101-3/+3
|
* main/ghostscript: rebuild against tiff-4Natanael Copa2012-07-231-1/+1
|
* main/ghostscript: upgrade to 9.05Natanael Copa2012-07-111-2/+2
|
* main/ghostscript: upgrade to 9.04Cameron Banta2011-10-311-16/+9
|
* main/ghostscript: rebuild against libpng 1.5William Pitcock2011-05-141-2/+5
|
* main/ghostscript: rebuild against libpng 1.5William Pitcock2011-05-141-1/+1
|
* main: mass-rebuild of packages missing arch in .PKGINFONatanael Copa2011-03-311-1/+1
| | | | this is needed for apk-tools-2.1 migration
* 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/ghostscript: upgrade to version 9.00Cameron Banta2010-11-171-9/+5
|
* main/[various]: rebuild due to bad owner in packageNatanael Copa2010-07-201-1/+1
| | | | | | | | | | Busybox got static in 3860ada6cdc107477a4de9bbc2b92d73495b66e8 causing fakeroot to break and owners got bad in all packages built after that. This got fixed in 7f3e98913b36d3254e0000765c9822423c0364e0 but all broken packages needs to be rebuilt. fixes #387
* main/ghostscript: move .so to -dev packageNatanael Copa2010-07-151-1/+1
| | | | ref #384
* main/[various]: bump pkgrel to force rebuild against nptlNatanael Copa2010-05-041-1/+1
|
* main/ghostscript fix parallel buildsNatanael Copa2010-04-141-2/+7
|
* Update to version 8.71. Create dev package. Split build into separate build ↵Cameron Banta2010-03-081-15/+40
| | | | and package parts. Force libraries to use system libraries instead of bundled ones.
* main/ghostscript: upgrade to 8.70Natanael Copa2009-08-051-2/+2
|
* moved extra/* to main/Natanael Copa2009-07-241-0/+45
and fixed misc build issues