aboutsummaryrefslogtreecommitdiffstats
path: root/community/php7
Commit message (Collapse)AuthorAgeFilesLines
* community/php7: security upgrade to 7.2.26Andy Postnikov2019-12-191-2/+6
| | | | | | - CVE-2019-11045 - CVE-2019-11047 - CVE-2019-11050
* community/php7: security upgrade to 7.2.24 - CVE-2019-11043Andy Postnikov2019-10-261-2/+4
| | | Closes GH-11975
* community/php7: security upgrade to 7.2.22Andy Postnikov2019-08-291-2/+2
|
* community/php7: security upgrade to 7.2.21 - CVE-2019-11041 - CVE-2019-11042 ↵Andy Postnikov2019-08-021-2/+7
| | | | - CVE-2019-11039 - CVE-2019-11040
* community/php7: security upgrade to 7.2.18 (CVE-2019-11036)Andy Postnikov2019-05-041-2/+6
|
* community/php7: security upgrade to 7.2.17Leonardo Arena2019-04-151-2/+15
| | | | | | | | | | | | | CVE-2019-9641 CVE-2019-9640 CVE-2019-9639 CVE-2019-9638 CVE-2019-9637 CVE-2019-9024 CVE-2019-9023 CVE-2019-9022 CVE-2019-9021 CVE-2019-9020
* commit/php7: fix merge errorNatanael Copa2018-12-071-4/+0
| | | | forgot to git add
* community/php7: security upgrade to 7.2.13Andy Postnikov2018-12-071-1/+5
| | | | (cherry picked from commit b951dbfe68c67498a0cfb05617e9c27f4fd9e1b1)
* community/php7: security upgrade to 7.2.10Andy Postnikov2018-09-141-3/+3
| | | | (cherry picked from commit 3f15c0b2f2a621e64b025064bd7a67c0e2886d4c)
* community/php7: add missing secfixesAndy Postnikov2018-08-171-0/+7
|
* community/php7: fix include_path setting, use https url and sourceAndy Postnikov2018-07-282-3/+16
|
* community/php7: security upgrade to 7.2.8Andy Postnikov2018-07-201-2/+4
|
* community/php7: upgrade to 7.2.7TBK2018-06-243-94/+6
|
* community/php7: upgrade to 7.2.6Valery Kartel2018-05-251-2/+2
|
* community/php7: security upgrade to 7.2.5Andy Postnikov2018-04-281-14/+4
| | | | CVE-2018-5712
* community/php7 Add php virtual packagesDave Hall2018-04-141-3/+12
| | | | | This allows other packages to depend on php5 or php7 via the php or php-[extension] virtual packages.
* community/php7: rebuild against libressl-2.7Natanael Copa2018-04-062-2/+89
|
* community/php7: upgrade to 7.2.4TBK2018-03-313-18/+42
|
* community/php7: move provides=$pkgname-zlib to -common subpkgValery Kartel2018-03-031-1/+2
| | | | | | $pkgname provides CLI SAPI, but there's also -cgi, -fpm, -apache2 and others SAPI - zlib is included in all of them. Thus we should make -common subpkg provide -zlib. --jirutka
* community/php7: upgrade to 7.1.15Valery Kartel2018-03-031-3/+3
|
* community: rebuild against icu-60.2William Pitcock2018-02-271-1/+1
|
* community/php7: upgrade to 7.1.14Andy Postnikov2018-02-081-2/+2
|
* community/php7: allow build to finish after proc_nice test has permission ↵Mike Sullivan2018-02-071-1/+1
| | | | warnings
* community/php7: security upgrade to 7.1.13Andy Postnikov2018-02-062-36/+6
| | | | | | | - CVE-2018-5711 - CVE-2018-5712 Ref http://php.net/archive/2018.php#id2018-01-04-3
* community/php7: disable test ext/zip/tests/bug70322.phptJakub Jirutka2018-01-012-1/+4
| | | | It fails on ppc64le and I have no clue why...
* [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/
* community/php7: make zlib extension builtinValery Kartel2017-12-271-4/+9
| | | | | | PHP lacks some functionality when zlib extension is built as dynamic. See: https://bugs.alpinelinux.org/issues/8299
* community/php7: upgrade to 7.1.12TBK2017-11-281-3/+3
|
* community/php7: rebuild against libressl-2.6Natanael Copa2017-11-091-1/+1
|
* community/php7: disable test strings/htmlentities03.phptJakub Jirutka2017-11-052-1/+2
| | | | | | It fails on ppc64le, looks like related to a locale. htmlentities() test 3 (setlocale / de_DE.ISO-8859-1) [ext/standard/tests/strings/htmlentities03.phpt]
* community/php7: upgrade to 7.1.11Valery Kartel2017-10-311-4/+6
|
* community/php7: upgrade to 7.1.10Valery Kartel2017-10-031-3/+4
|
* community/php7: add FIXME commentNatanael Copa2017-09-261-0/+1
|
* community/php7: bump pkgrel due to krb5 upgradeFrancesco Colista2017-09-141-1/+1
|
* community/php7: Upgrade to 7.1.9Andy Postnikov2017-09-011-2/+2
| | | | Lots of bugfixes http://php.net/archive/2017.php#id2017-09-01-1
* community/php7: upgrade to 7.1.8Andy Postnikov2017-08-282-8/+4
| | | | Bugfix release http://php.net/archive/2017.php#id2017-08-03-3
* community/php7: remove duplicate configure optionPeter Kokot2017-07-221-1/+0
| | | | This patch removes duplicate --enable-phpdbg option of configure
* community/php7: add secinfoLeonardo Arena2017-07-191-0/+8
|
* community/php7: unblock builderWilliam Pitcock2017-07-191-0/+1
|
* community/php7: disable a few tests that failsNatanael Copa2017-07-182-1/+10
|
* community/php7: upgrade to 7.1.7Andy Postnikov2017-07-181-2/+2
| | | | Security release http://php.net/archive/2017.php#id2017-07-06-3
* community/php7: upgrade to 7.1.6Valery Kartel2017-06-091-3/+3
|
* community/php7: rebuild against readline-7.0.003Leonardo Arena2017-06-051-1/+1
|
* community/php7: fix _php_default checksValery Kartel2017-05-131-10/+15
|
* community/php7: upgrade to 7.1.5Andy Postnikov2017-05-131-3/+3
| | | | http://php.net/archive/2017.php#id2017-05-11-2
* community/php7: disable tests on s390xNatanael Copa2017-05-121-0/+3
|
* community/php7: fix imap ext to be loaded after recodeJakub Jirutka2017-05-111-7/+10
| | | | See https://github.com/alpinelinux/aports/pull/1339/files#r114501722
* community/php7: refactor funcs for resolving exts load orderJakub Jirutka2017-05-111-11/+17
|
* community/php7: improve extensions' pkgdesc, load it from CREDISJakub Jirutka2017-05-111-1/+2
| | | | | This is based on https://github.com/alpinelinux/aports/pull/893 by vakartel.
* community/php7: fix -dev's depends and declare them in depends_devJakub Jirutka2017-05-111-1/+1
|