summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-lang/php: fix use-after-free when accessing already destructed backtrace ↵Thomas Deutschmann2020-12-232-0/+175
| | | | | | | | arguments Bug: https://bugs.gentoo.org/711140 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-lang/php: allow building against >=dev-lilbs/icu-68.1Thomas Deutschmann2020-12-201-1/+5
| | | | | | | | | | | | | Upstream's official solution is to restore previous ICU behavior using -DU_DEFINE_FALSE_AND_TRUE=1 [Link 1]. But this patch alone is not enough for PHP 7.2. However, PHP 7.2 has reached EOL so we will do same like upstream but via global {C,CXX}FLAGS. Link 1: https://github.com/php/php-src/commit/8eaaabdd58a395853d3658418622ee24635cb871 Closes: https://bugs.gentoo.org/759352 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-lang/php: security cleanup (bug #756775)Thomas Deutschmann2020-12-1610-6808/+0
| | | | | | Bug: https://bugs.gentoo.org/756775 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-lang/php: Stabilize 7.4.13 amd64, #756775Sam James2020-12-151-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/php: Stabilize 7.3.25 amd64, #756775Sam James2020-12-151-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/php: Drop to ~hppaMatt Turner2020-12-146-6/+6
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-lang/php: stable 7.4.13 for sparc, bug #756775Rolf Eike Beer2020-12-111-1/+1
| | | | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-lang/php: stable 7.3.25 for sparc, bug #756775Rolf Eike Beer2020-12-111-1/+1
| | | | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-lang/php: Fix embed and apache2 installs for 8.0.0Brian Evans2020-12-071-3/+3
| | | | Signed-off-by: Brian Evans <grknight@gentoo.org>
* dev-lang/php: Version bump for 8.0.0Brian Evans2020-12-072-0/+748
| | | | Signed-off-by: Brian Evans <grknight@gentoo.org>
* dev-lang/php: Stabilize 7.4.13 arm, #756775Sam James2020-12-071-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/php: Stabilize 7.3.25 arm, #756775Sam James2020-12-071-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/php: Stabilize 7.4.13 arm64, #756775Sam James2020-12-061-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/php: Stabilize 7.3.25 arm64, #756775Sam James2020-12-061-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/php: stable 7.4.13 for ppc64Sergei Trofimovich2020-12-041-1/+1
| | | | | | | | stable wrt bug #756775 Package-Manager: Portage-3.0.11, Repoman-3.0.2 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-lang/php: stable 7.3.25 for ppc64Sergei Trofimovich2020-12-041-1/+1
| | | | | | | | stable wrt bug #756775 Package-Manager: Portage-3.0.11, Repoman-3.0.2 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-lang/php: stable 7.4.13 for ppcSergei Trofimovich2020-12-041-1/+1
| | | | | | | | stable wrt bug #756775 Package-Manager: Portage-3.0.11, Repoman-3.0.2 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-lang/php: stable 7.3.25 for ppcSergei Trofimovich2020-12-041-1/+1
| | | | | | | | stable wrt bug #756775 Package-Manager: Portage-3.0.11, Repoman-3.0.2 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-lang/php: x86 stable (bug #756775)Thomas Deutschmann2020-12-042-2/+2
| | | | | Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-lang/php: fix building against libresslThomas Deutschmann2020-12-032-1/+21
| | | | | | | | | | | | Fixes ext/openssl/openssl.c:6501:8: error: ‘EVP_CIPH_OCB_MODE’ undeclared (first use in this function) when building against >=dev-libs/libressl-3.3. Closes: https://bugs.gentoo.org/757123 Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-lang/php: bump to v7.3.25Thomas Deutschmann2020-11-262-0/+761
| | | | | Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-lang/php: bump to v7.4.13Thomas Deutschmann2020-11-262-0/+751
| | | | | Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-lang/php: bump to v7.4.12Thomas Deutschmann2020-11-022-0/+751
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-lang/php: bump to v7.3.24Thomas Deutschmann2020-10-292-0/+761
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-lang/php: x86 stable wrt bug #745993Agostino Sarubbo2020-10-073-3/+3
| | | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-lang/php: ppc64 stable wrt bug #745993Agostino Sarubbo2020-10-073-3/+3
| | | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-lang/php: ppc stable wrt bug #745993Agostino Sarubbo2020-10-073-3/+3
| | | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-lang/php: amd64 stable wrt bug #745993Agostino Sarubbo2020-10-073-3/+3
| | | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-lang/php: Stabilize 7.4.11 arm64, #745993Sam James2020-10-061-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/php: Stabilize 7.3.23 arm64, #745993Sam James2020-10-061-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/php: Stabilize 7.2.34 arm64, #745993Sam James2020-10-061-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/php: stable 7.4.11 for hppa/sparc, bug #745993Rolf Eike Beer2020-10-041-1/+1
| | | | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 RepoMan-Options: --include-arches="hppa sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-lang/php: stable 7.3.23 for hppa/sparc, bug #745993Rolf Eike Beer2020-10-041-1/+1
| | | | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 RepoMan-Options: --include-arches="hppa sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-lang/php: stable 7.2.34 for hppa/sparc, bug #745993Rolf Eike Beer2020-10-041-1/+1
| | | | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 RepoMan-Options: --include-arches="hppa sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-lang/php: Stabilize 7.4.11 arm, #745993Sam James2020-10-041-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/php: Stabilize 7.3.23 arm, #745993Sam James2020-10-041-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/php: Stabilize 7.2.34 arm, #745993Sam James2020-10-041-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/php: bump to v7.2.34Thomas Deutschmann2020-10-012-0/+760
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-lang/php: bump to v7.3.23Thomas Deutschmann2020-10-012-0/+761
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-lang/php: bump to v7.4.11Thomas Deutschmann2020-10-012-0/+751
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-lang/php: bump to v7.3.22Thomas Deutschmann2020-09-032-0/+761
| | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-lang/php: bump to v7.4.10Thomas Deutschmann2020-09-032-0/+751
| | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-lang/php: remove old versions vulnerable to CVE-2020-7068.Michael Orlitzky2020-09-019-6056/+0
| | | | | | Bug: https://bugs.gentoo.org/736158 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-lang/php: Stabilize 7.4.9 ppc64, #736158Sam James2020-09-011-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/php: Stabilize 7.3.21 ppc64, #736158Sam James2020-09-011-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/php: Stabilize 7.2.33 ppc64, #736158Sam James2020-09-011-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/php: Stabilize 7.4.9 ppc, #736158Sam James2020-08-291-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/php: Stabilize 7.3.21 ppc, #736158Sam James2020-08-291-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/php: Stabilize 7.2.33 ppc, #736158Sam James2020-08-291-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/php: stable 7.4.9 for hppaSergei Trofimovich2020-08-151-1/+1
| | | | | | | | stable wrt bug #736158 Package-Manager: Portage-3.0.2, Repoman-2.3.23 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>