Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | community/php7: disable test ext/zip/tests/bug70322.phpt | Jakub Jirutka | 2018-01-01 | 2 | -1/+4 |
| | | | | It fails on ppc64le and I have no clue why... | ||||
* | [various]: unify names of licenses according to SPDX | Jakub Jirutka | 2017-12-30 | 1 | -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 builtin | Valery Kartel | 2017-12-27 | 1 | -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.12 | TBK | 2017-11-28 | 1 | -3/+3 |
| | |||||
* | community/php7: rebuild against libressl-2.6 | Natanael Copa | 2017-11-09 | 1 | -1/+1 |
| | |||||
* | community/php7: disable test strings/htmlentities03.phpt | Jakub Jirutka | 2017-11-05 | 2 | -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.11 | Valery Kartel | 2017-10-31 | 1 | -4/+6 |
| | |||||
* | community/php7: upgrade to 7.1.10 | Valery Kartel | 2017-10-03 | 1 | -3/+4 |
| | |||||
* | community/php7: add FIXME comment | Natanael Copa | 2017-09-26 | 1 | -0/+1 |
| | |||||
* | community/php7: bump pkgrel due to krb5 upgrade | Francesco Colista | 2017-09-14 | 1 | -1/+1 |
| | |||||
* | community/php7: Upgrade to 7.1.9 | Andy Postnikov | 2017-09-01 | 1 | -2/+2 |
| | | | | Lots of bugfixes http://php.net/archive/2017.php#id2017-09-01-1 | ||||
* | community/php7: upgrade to 7.1.8 | Andy Postnikov | 2017-08-28 | 2 | -8/+4 |
| | | | | Bugfix release http://php.net/archive/2017.php#id2017-08-03-3 | ||||
* | community/php7: remove duplicate configure option | Peter Kokot | 2017-07-22 | 1 | -1/+0 |
| | | | | This patch removes duplicate --enable-phpdbg option of configure | ||||
* | community/php7: add secinfo | Leonardo Arena | 2017-07-19 | 1 | -0/+8 |
| | |||||
* | community/php7: unblock builder | William Pitcock | 2017-07-19 | 1 | -0/+1 |
| | |||||
* | community/php7: disable a few tests that fails | Natanael Copa | 2017-07-18 | 2 | -1/+10 |
| | |||||
* | community/php7: upgrade to 7.1.7 | Andy Postnikov | 2017-07-18 | 1 | -2/+2 |
| | | | | Security release http://php.net/archive/2017.php#id2017-07-06-3 | ||||
* | community/php7: upgrade to 7.1.6 | Valery Kartel | 2017-06-09 | 1 | -3/+3 |
| | |||||
* | community/php7: rebuild against readline-7.0.003 | Leonardo Arena | 2017-06-05 | 1 | -1/+1 |
| | |||||
* | community/php7: fix _php_default checks | Valery Kartel | 2017-05-13 | 1 | -10/+15 |
| | |||||
* | community/php7: upgrade to 7.1.5 | Andy Postnikov | 2017-05-13 | 1 | -3/+3 |
| | | | | http://php.net/archive/2017.php#id2017-05-11-2 | ||||
* | community/php7: disable tests on s390x | Natanael Copa | 2017-05-12 | 1 | -0/+3 |
| | |||||
* | community/php7: fix imap ext to be loaded after recode | Jakub Jirutka | 2017-05-11 | 1 | -7/+10 |
| | | | | See https://github.com/alpinelinux/aports/pull/1339/files#r114501722 | ||||
* | community/php7: refactor funcs for resolving exts load order | Jakub Jirutka | 2017-05-11 | 1 | -11/+17 |
| | |||||
* | community/php7: improve extensions' pkgdesc, load it from CREDIS | Jakub Jirutka | 2017-05-11 | 1 | -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_dev | Jakub Jirutka | 2017-05-11 | 1 | -1/+1 |
| | |||||
* | community/php7: Change php7-module.conf to use SetHandler | Andy Postnikov | 2017-05-11 | 2 | -4/+12 |
| | |||||
* | community/php7: allow tests to fail on aarch64 for now | Jakub Jirutka | 2017-05-02 | 1 | -2/+4 |
| | | | | | | | | | FAILED TEST SUMMARY --------------------------------------------------------------------- Test curl_error() & curl_errno() function with problematic proxy [ext/curl/tests/curl_basic_010.phpt] FTP with bogus parameters [ext/ftp/tests/004.phpt] IntlTimeZone::getErrorCode/Message(): basic test [ext/intl/tests/timezone_getErrorCodeMessage_basic.phpt] IntlTimeZone::getOffset(): errors [ext/intl/tests/timezone_getOffset_error.phpt] | ||||
* | community/php7: really allow tests to fail on x86 and armhf | Jakub Jirutka | 2017-05-02 | 1 | -4/+4 |
| | |||||
* | community/php7: rm tests failing on ppc64le, allow x86 armhf to fail | Jakub Jirutka | 2017-05-02 | 2 | -2/+13 |
| | |||||
* | community/php7: add unsuffixed symlinks for executables in /usr/bin | Jakub Jirutka | 2017-05-02 | 1 | -5/+28 |
| | |||||
* | community/php7: cosmetic changes | Jakub Jirutka | 2017-05-02 | 1 | -135/+241 |
| | | | | | Some of the changes are based on https://github.com/alpinelinux/aports/pull/893 by vakartel. | ||||
* | community/php7: run subset of tests on check | Jakub Jirutka | 2017-05-02 | 3 | -1/+283 |
| | |||||
* | community/php7: automatically resolve deps of extensions | Jakub Jirutka | 2017-05-02 | 1 | -18/+33 |
| | | | | | This solution is based on https://github.com/alpinelinux/aports/pull/893 by vakartel, but improved, cleaned and fixed to get it actually works. | ||||
* | community/php7: remove unneeded headers and fix bogus perms | Jakub Jirutka | 2017-05-02 | 1 | -0/+15 |
| | | | | This is copied from Fedora spec. | ||||
* | community/php7: add comment about bundled libs and fix licenses | Jakub Jirutka | 2017-05-02 | 1 | -1/+18 |
| | |||||
* | community/php7: fix and unify configuration flags | Jakub Jirutka | 2017-05-02 | 1 | -9/+12 |
| | | | | | | | | * Add /usr where path is expected to use system-provided library instead of bundled and for *-dir options. * libxml cannot be build as shared. * Remove --with-libexpat-dir, it's deprecated. * Remove --enable-mbregex, it's enabled by default. | ||||
* | community/php7: disable gd-jis-conv | Jakub Jirutka | 2017-05-02 | 1 | -1/+3 |
| | | | | https://github.com/alpinelinux/aports/pull/893#discussion_r114062643 | ||||
* | community/php7: add version suffix to pear and phar executables | Jakub Jirutka | 2017-05-02 | 1 | -2/+8 |
| | |||||
* | community/php7: move peardev from -dev subpkg to -pear subpkg | Jakub Jirutka | 2017-05-02 | 1 | -2/+1 |
| | | | | | This is based on https://github.com/alpinelinux/aports/pull/1305 by vakartel. | ||||
* | community/php7: fix pecl, explicitly load xml extension | Jakub Jirutka | 2017-05-02 | 1 | -0/+5 |
| | | | | | This is based on https://github.com/alpinelinux/aports/pull/893 by vakartel. | ||||
* | community/php7: switch to mysqlnd (PHP mysql native driver) | Jakub Jirutka | 2017-05-02 | 1 | -4/+6 |
| | |||||
* | community/php7: build with system-provided pcre library | Jakub Jirutka | 2017-05-02 | 1 | -1/+1 |
| | |||||
* | community/php7: build fileinfo and tokenizer as shared | Jakub Jirutka | 2017-05-02 | 1 | -2/+4 |
| | |||||
* | community/php7: build recode extension as shared | Jakub Jirutka | 2017-05-02 | 2 | -2/+25 |
| | |||||
* | community/php7: build simplexml and xmlwriter as shared | Jakub Jirutka | 2017-05-02 | 1 | -2/+4 |
| | |||||
* | community/php7: remove gsoap-dev from makedepends (not used anymore) | Jakub Jirutka | 2017-05-02 | 1 | -2/+1 |
| | |||||
* | community/php7: remove paxmark, it's not actually needed | Jakub Jirutka | 2017-05-02 | 1 | -2/+1 |
| | | | | According to vakartel. | ||||
* | community/php7: parametrize version suffix and some paths | Jakub Jirutka | 2017-05-02 | 1 | -34/+44 |
| | | | | | This is based on https://github.com/alpinelinux/aports/pull/893 by vakartel. | ||||
* | community/php7: upgrade to 7.1.4 | Jakub Jirutka | 2017-05-02 | 5 | -111/+61 |
| | | | | | | This patch is based on https://github.com/alpinelinux/aports/pull/1305, but includes only changes relevant to the upgrade (I'll apply the rest separately). |