104 Commits

Author SHA1 Message Date
Andy Postnikov
5fb8bf8a13 community/php7: bump for curl 2019-02-20 01:20:59 +02:00
Andy Postnikov
89af0891bf community/php7: upgrade to 7.2.15 2019-02-07 19:33:54 +02:00
Leonardo Arena
2cbbe8b977 community/php7: rebuild against icu-63.1 2019-02-06 16:29:28 +00:00
Andy Postnikov
0c06cfadd8 community/php7: security upgrade to 7.2.14 2019-01-12 22:53:45 +02:00
alpine-mips-patches
c31675d0db community/php7: tolerate test failures on mips* 2018-12-17 10:27:06 +00:00
Andy Postnikov
b951dbfe68 community/php7: security upgrade to 7.2.13 2018-12-07 16:07:30 +00:00
Carlo Landmeter
cdc7c4b5b1 community/php7: disable some tests on armv7 2018-11-16 22:56:41 +00:00
Andy Postnikov
5f2f0f6866 community/php7: upgrade to 7.2.12 2018-11-09 14:01:17 +02:00
Natanael Copa
bc8f35caf7 community/php7: rebuild against openssl 1.1 2018-11-07 16:46:13 +00:00
Andy Postnikov
34a8dbf55e community/php7: upgrade to 7.2.11 2018-10-11 20:51:48 +03:00
Natanael Copa
9877b9a574 community/php7: rebuild against icu-62.1 2018-10-01 12:39:52 +00:00
Andy Postnikov
3f15c0b2f2 community/php7: security upgrade to 7.2.10 2018-09-13 18:54:34 +03:00
Andy Postnikov
38460e57f1 community/php7: add missing secfixes 2018-08-17 23:05:34 +02:00
Andy Postnikov
6ad6efbe39 community/php7: upgrade to 7.2.9 2018-08-17 15:05:56 +03:00
Andy Postnikov
c9087253cc community/php7: fix include_path setting, use https url and source 2018-07-28 19:48:45 +02:00
Andy Postnikov
736eba37f0 community/php7: security upgrade to 7.2.8 2018-07-19 20:32:10 +03:00
TBK
7763befff9 community/php7: upgrade to 7.2.7 2018-06-24 11:33:10 +03:00
Valery Kartel
a988aa1e5d community/php7: upgrade to 7.2.6 2018-05-25 13:54:38 +03:00
Andy Postnikov
fa666308ab community/php7: security upgrade to 7.2.5
CVE-2018-5712
2018-04-28 00:36:37 +03:00
Dave Hall
0c5e0829f9 community/php7 Add php virtual packages
This allows other packages to depend on php5 or php7 via the
php or php-[extension] virtual packages.
2018-04-14 03:01:12 +03:00
Natanael Copa
def72ad2ea community/php7: rebuild against libressl-2.7 2018-04-06 05:19:26 +00:00
TBK
ac7e5e0a83 community/php7: upgrade to 7.2.4 2018-03-31 01:51:44 +03:00
Valery Kartel
48440dee8e community/php7: move provides=$pkgname-zlib to -common subpkg
$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
2018-03-03 00:31:18 +01:00
Valery Kartel
9fc92eb2a4 community/php7: upgrade to 7.1.15 2018-03-03 00:29:03 +01:00
William Pitcock
b2178a6b7a community: rebuild against icu-60.2 2018-02-27 23:11:19 +00:00
Andy Postnikov
bfdebb0368 community/php7: upgrade to 7.1.14 2018-02-08 15:30:38 +01:00
Mike Sullivan
5cd3df1195 community/php7: allow build to finish after proc_nice test has permission warnings 2018-02-07 01:09:24 +00:00
Andy Postnikov
39dff559c5 community/php7: security upgrade to 7.1.13
- CVE-2018-5711
- CVE-2018-5712

Ref http://php.net/archive/2018.php#id2018-01-04-3
2018-02-06 07:23:23 +00:00
Jakub Jirutka
25f9c15187 community/php7: disable test ext/zip/tests/bug70322.phpt
It fails on ppc64le and I have no clue why...
2018-01-01 00:30:13 +01:00
Jakub Jirutka
63f5e7d295 [various]: unify names of licenses according to SPDX
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/
2017-12-30 21:05:50 +01:00
Valery Kartel
3e53157751 community/php7: make zlib extension builtin
PHP lacks some functionality when zlib extension is built as dynamic.

See: https://bugs.alpinelinux.org/issues/8299
2017-12-27 15:10:44 +01:00
TBK
935e6820b3 community/php7: upgrade to 7.1.12 2017-11-28 17:25:13 +00:00
Natanael Copa
7fc6d2c873 community/php7: rebuild against libressl-2.6 2017-11-09 19:58:37 +00:00
Jakub Jirutka
f22ab26bac community/php7: disable test strings/htmlentities03.phpt
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]
2017-11-05 01:50:42 +01:00
Valery Kartel
d9a9e71767 community/php7: upgrade to 7.1.11 2017-10-31 14:04:42 +00:00
Valery Kartel
2163755a31 community/php7: upgrade to 7.1.10 2017-10-03 12:27:16 +00:00
Natanael Copa
8686e5201e community/php7: add FIXME comment 2017-09-26 15:43:42 +00:00
Francesco Colista
c07d0e4210 community/php7: bump pkgrel due to krb5 upgrade 2017-09-14 09:35:11 +00:00
Andy Postnikov
56e16608af community/php7: Upgrade to 7.1.9
Lots of bugfixes http://php.net/archive/2017.php#id2017-09-01-1
2017-09-01 20:26:32 +00:00
Andy Postnikov
1a5266d019 community/php7: upgrade to 7.1.8
Bugfix release http://php.net/archive/2017.php#id2017-08-03-3
2017-08-28 11:57:10 +00:00
Peter Kokot
121810bcff community/php7: remove duplicate configure option
This patch removes duplicate --enable-phpdbg option of configure
2017-07-22 12:15:05 +02:00
Leonardo Arena
0bdb67976f community/php7: add secinfo 2017-07-19 09:46:41 +00:00
William Pitcock
bd58ccbc96 community/php7: unblock builder 2017-07-19 03:04:31 +00:00
Natanael Copa
2aa89abe22 community/php7: disable a few tests that fails 2017-07-18 20:44:04 +00:00
Andy Postnikov
3aa36fc5c6 community/php7: upgrade to 7.1.7
Security release http://php.net/archive/2017.php#id2017-07-06-3
2017-07-18 20:44:04 +00:00
Valery Kartel
09da8d3452 community/php7: upgrade to 7.1.6 2017-06-09 13:37:41 +00:00
Leonardo Arena
a4ddfc98c6 community/php7: rebuild against readline-7.0.003 2017-06-05 13:46:08 +00:00
Valery Kartel
c1c443b439 community/php7: fix _php_default checks 2017-05-13 17:53:48 +02:00
Andy Postnikov
802d36bf37 community/php7: upgrade to 7.1.5
http://php.net/archive/2017.php#id2017-05-11-2
2017-05-13 12:44:04 +02:00
Natanael Copa
547d910ae3 community/php7: disable tests on s390x 2017-05-12 17:55:46 +00:00