aboutsummaryrefslogtreecommitdiffstats
path: root/community/php7
Commit message (Collapse)AuthorAgeFilesLines
* community/php7: security upgrade 7.3.8 - CVE-2019-11041 - CVE-2019-11041Andy Postnikov2019-08-011-2/+5
|
* community/php7: upgrade to 7.3.7Andy Postnikov2019-07-081-3/+3
|
* community/php7: add argon2 supportAndy Postnikov2019-07-061-1/+3
| | | | Closes #10649
* community/php7: Update php to 7.3.6Simon Frankenberger2019-06-146-19/+18
|
* community/php7: add secfixesAndy Postnikov2019-06-061-0/+3
| | | Closes GH-8534
* community/php7: security upgrade to 7.2.19Andy Postnikov2019-05-311-3/+3
|
* community/php7: fix licensesAndy Postnikov2019-05-031-14/+15
|
* community/php7: security upgrade to 7.2.18 (CVE-2019-11036)Andy Postnikov2019-05-031-2/+7
|
* community/php7: fix typoinoas2019-04-101-1/+1
|
* community/php7: security upgrade to 7.2.17Andy Postnikov2019-04-052-43/+4
|
* community/php7: add secfixes commentsJ0WI2019-03-181-0/+14
|
* community/php7: remove outdated win headersPeter Kokot2019-03-161-3/+1
|
* community/php7: add patch for curlAndy Postnikov2019-03-152-2/+41
|
* community/php7: security upgrade to 7.2.16Andy Postnikov2019-03-121-3/+3
|
* community/php7: bump for curlAndy Postnikov2019-02-201-1/+1
|
* community/php7: upgrade to 7.2.15Andy Postnikov2019-02-071-3/+3
|
* community/php7: rebuild against icu-63.1Leonardo Arena2019-02-061-1/+1
|
* community/php7: security upgrade to 7.2.14Andy Postnikov2019-01-121-2/+2
|
* community/php7: tolerate test failures on mips*alpine-mips-patches2018-12-171-1/+1
|
* community/php7: security upgrade to 7.2.13Andy Postnikov2018-12-071-2/+2
|
* community/php7: disable some tests on armv7Carlo Landmeter2018-11-161-1/+1
|
* community/php7: upgrade to 7.2.12Andy Postnikov2018-11-091-3/+3
|
* community/php7: rebuild against openssl 1.1Natanael Copa2018-11-071-2/+2
|
* community/php7: upgrade to 7.2.11Andy Postnikov2018-10-111-3/+3
|
* community/php7: rebuild against icu-62.1Natanael Copa2018-10-011-1/+1
|
* community/php7: security upgrade to 7.2.10Andy Postnikov2018-09-131-2/+2
|
* community/php7: add missing secfixesAndy Postnikov2018-08-171-0/+7
|
* community/php7: upgrade to 7.2.9Andy Postnikov2018-08-171-3/+3
|
* 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-191-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
|