summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-lang/php: stable 8.1.28 for sparc, bug #929928Rolf Eike Beer4 days1-1/+1
| | | | | Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/php: Stabilize 8.2.18 arm64, #929928Arthur Zamarin2024-04-131-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-lang/php: Stabilize 8.1.28 arm64, #929928Arthur Zamarin2024-04-131-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-lang/php: Stabilize 8.2.18 arm, #929928Arthur Zamarin2024-04-131-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-lang/php: Stabilize 8.1.28 arm, #929928Arthur Zamarin2024-04-131-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-lang/php: security updates for all three seriesMichael Orlitzky2024-04-134-4/+3
| | | | | | | | | | | | | | | | | Announcements: * https://news-web.php.net/php.announce/423 * https://news-web.php.net/php.announce/424 * https://news-web.php.net/php.announce/425 CVEs: * CVE-2024-1874 * CVE-2024-2756 * CVE-2024-2757 * CVE-2024-3096 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-lang/php: Stabilize 8.2.15 sparc, #920701Matoro Mahri2024-04-121-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-lang/php: skip doomed test in 8.2.15, tooMichael Orlitzky2024-04-111-0/+6
| | | | | Bug: https://bugs.gentoo.org/927461 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-lang/php: fix a failing test and a musl compatibility issueMichael Orlitzky2024-04-094-2/+54
| | | | | | Closes: https://bugs.gentoo.org/927461 Closes: https://bugs.gentoo.org/928072 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-lang/php: add 8.3.4, drop 8.3.3-r1Michael Orlitzky2024-04-012-28/+2
| | | | | | | | | | | | | | | | | In addition to the version bump, this commit drops support for the oci8 extension within PHP itself. This extension no longer builds with the latest dev-db/oracle-instantclient (bug 928312, the ./configure check is looking for 32-bit libs), and upstream PHP has moved the extension to a separate PECL repository: * https://github.com/php/php-src/pull/13327 * https://wiki.php.net/rfc/unbundle_imap_pspell_oci8 Anyone interested in Oracle support should work on packaging those two PECL extensions. Closes: https://bugs.gentoo.org/928312 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-lang/php: add 8.2.17, drop 8.2.16-r1Michael Orlitzky2024-04-012-1/+1
| | | | Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-lang/php: simplify opcache installationMichael Orlitzky2024-03-111-18/+7
| | | | | | | | We don't need to specify the opcache path explicitly (or hack the ini files) if we use the upstream "make install-modules" target that installs opcache to the expected default path. Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-lang/php: Stabilize 8.2.15 x86, #920701Sam James2024-03-071-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/php: Stabilize 8.2.15 arm64, #920701Sam James2024-03-071-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/php: fix another implicit decl in 8.2.xMichael Orlitzky2024-03-071-0/+1
| | | | | Closes: https://bugs.gentoo.org/926324 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-lang/php: some more implicit function decl fixes for 8.1.xMichael Orlitzky2024-03-042-0/+79
| | | | | Closes: https://bugs.gentoo.org/925877 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-lang/php: whitelist more implicitly defined functions in ./configureMichael Orlitzky2024-02-222-2/+14
| | | | | Closes: https://bugs.gentoo.org/925268 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-lang/php: replace 8.2.15-r1 and 8.3.2-r1 with 8.2.16 and 8.3.3Michael Orlitzky2024-02-184-19/+16
| | | | | Closes: https://bugs.gentoo.org/923335 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-lang/php: whitelist some implicit function declarations for php-8.1.xMichael Orlitzky2024-02-181-0/+7
| | | | | Bug: https://bugs.gentoo.org/923335 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-lang/php: stabilize 8.2.15 for amd64Florian Schmaus2024-02-181-1/+1
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* dev-lang/php: declare USE=ipv6 locally to hide pkgcheck warningsMichael Orlitzky2024-02-111-0/+5
| | | | Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-lang/php: drop 8.3.2Michael Orlitzky2024-02-071-801/+0
| | | | Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-lang/php: Fix implicit declaration of function '__c11_atomic_load'Brahmajit Das2024-02-073-0/+1658
| | | | | | | | | | | | This is observed with GCC14 and upstream commit[0] fixing the bug is merged only in RC branches. [0]: https://github.com/php/php-src/commit/72526609413e8a8cd768ed4966c17b1a9db6c12c.patch Closes: https://bugs.gentoo.org/919003 Closes: https://github.com/gentoo/gentoo/pull/35210 Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com> Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-lang/php: drop 8.1.27Michael Orlitzky2024-02-071-766/+0
| | | | Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-lang/php: Fix incompatible function pointer types passing voidBrahmajit Das2024-02-072-0/+824
| | | | | | | | | | The was to include upstream commit 0a39890 which addresses the build failiure. Closes: https://bugs.gentoo.org/923884 Closes: https://github.com/gentoo/gentoo/pull/35209 Signed-off-by: Michael Orlitzky <mjo@gentoo.org> Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com>
* dev-lang/php: Stabilize 8.2.15 arm, #920701Sam James2024-01-301-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/php: add 8.1.27Michael Orlitzky2024-01-242-0/+767
| | | | | | Closes: https://bugs.gentoo.org/922742 Closes: https://bugs.gentoo.org/922812 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-lang/php: drop 8.1.20-r2Michael Orlitzky2024-01-242-760/+0
| | | | Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-lang/php: add 8.2.15, drop 8.2.13-r2Michael Orlitzky2024-01-242-1/+5
| | | | | | Bug: https://bugs.gentoo.org/922742 Bug: https://bugs.gentoo.org/922812 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-lang/php: add 8.3.2, drop 8.3.0-r2Michael Orlitzky2024-01-242-1/+12
| | | | | | Bug: https://bugs.gentoo.org/922742 Bug: https://bugs.gentoo.org/922812 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-lang/php: Stabilize 8.1.26-r1 ppc, #921178Matoro Mahri2024-01-211-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* dev-lang/php: Stabilize 8.1.26-r1 ppc64, #921178Matoro Mahri2024-01-211-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* dev-lang/php: add 8.3.0-r2Matt Jolly2024-01-161-1/+1
| | | | | | | | dev-libs/libsodium is losing USE=minimal Bug: https://bugs.gentoo.org/921614 Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja> Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/php: add 8.2.13-r2Matt Jolly2024-01-161-1/+1
| | | | | | | | dev-libs/libsodium is losing USE=minimal Bug: https://bugs.gentoo.org/921614 Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja> Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/php: add 8.1.26-r1Matt Jolly2024-01-161-1/+1
| | | | | | | | dev-libs/libsodium is losing USE=minimal Bug: https://bugs.gentoo.org/921614 Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja> Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/php: add 8.1.20-r2Matt Jolly2024-01-161-2/+2
| | | | | | | | dev-libs/libsodium is losing USE=minimal Bug: https://bugs.gentoo.org/921614 Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja> Signed-off-by: Sam James <sam@gentoo.org>
* Move {dev-util → dev-debug}/valgrindMichał Górny2024-01-132-3/+3
| | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/34786 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-lang/php: stable 8.1.26 for sparc, bug #921178Rolf Eike Beer2024-01-101-1/+1
| | | | | Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/php: Stabilize 8.1.26 arm64, #921178Sam James2024-01-071-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/php: Stabilize 8.1.26 amd64, #921178Arthur Zamarin2024-01-031-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-lang/php: Stabilize 8.1.26 arm, #921178Arthur Zamarin2024-01-031-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-lang/php: Stabilize 8.1.26 x86, #921178Sam James2024-01-031-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/php: keyword 8.3.0-r1Sam James2024-01-021-2/+2
| | | | | Closes: https://bugs.gentoo.org/919313 Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/php: always use the system libcryptMichael Orlitzky2023-12-082-2/+2
| | | | | | | | | | | Unbundling things has inherent value, but this in particular should lead to better security. Thanks to hanno for noticing that it wasn't default! The removal of --enable-ipv6 is unrelated and should be a no-op since we append $(use_enable ipv6) to our econf args later on. Closes: https://bugs.gentoo.org/919439 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-lang/php: add 8.3.0Michael Orlitzky2023-12-052-0/+791
| | | | | Closes: https://bugs.gentoo.org/919148 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-lang/php: add USE=capstone to metadata.xmlMichael Orlitzky2023-12-051-0/+4
| | | | Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-lang/php: add 8.1.26, drop 8.1.25Michael Orlitzky2023-11-272-1/+1
| | | | | Bug: https://bugs.gentoo.org/918525 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-lang/php: add 8.2.13, drop 8.2.12Michael Orlitzky2023-11-272-1/+4
| | | | | Bug: https://bugs.gentoo.org/918525 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-lang/php: add 8.2.12, drop 8.2.11Michael Orlitzky2023-10-302-1/+1
| | | | Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-lang/php: add 8.1.25, drop 8.1.24Michael Orlitzky2023-10-302-1/+1
| | | | Signed-off-by: Michael Orlitzky <mjo@gentoo.org>