summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-lang/php: add 8.3.16, drop 8.3.15Lothar Serra Mari8 days1-1/+1
| | | | | | Closes: https://github.com/gentoo/gentoo/pull/40175 Signed-off-by: Lothar Serra Mari <mail@serra.me> Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-lang/php: drop 8.1.29, 8.2.20Michael Orlitzky2024-12-221-2/+0
| | | | Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-lang/php: add 8.3.15, drop 8.3.14Lothar Serra Mari2024-12-221-1/+1
| | | | | | Closes: https://github.com/gentoo/gentoo/pull/39766 Signed-off-by: Lothar Serra Mari <mail@serra.me> Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-lang/php: add 8.2.27, drop 8.2.26Lothar Serra Mari2024-12-221-1/+1
| | | | | Signed-off-by: Lothar Serra Mari <mail@serra.me> Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-lang/php: drop 8.2.25, 8.3.13Michael Orlitzky2024-11-241-2/+0
| | | | | Closes: https://github.com/gentoo/gentoo/pull/39446 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-lang/php: add 8.2.26, 8.3.14Lothar Serra Mari2024-11-241-0/+2
| | | | | Signed-off-by: Lothar Serra Mari <mail@serra.me> Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-lang/php: add 8.2.25Michael Orlitzky2024-10-251-0/+1
| | | | | | | | Upstream bugfix release, and add opcache-jit workaround to the 8.2.x series. Bug: https://bugs.gentoo.org/930145 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-lang/php: add 8.3.13, drop 8.3.12Michael Orlitzky2024-10-251-1/+1
| | | | Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-lang/php: add 8.1.30, drop 8.1.29-r1Michael Orlitzky2024-10-151-0/+1
| | | | Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-lang/php: add 8.2.24, drop 8.2.23Michael Orlitzky2024-10-151-1/+1
| | | | Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-lang/php: drop 8.3.11Michael Orlitzky2024-10-151-1/+0
| | | | Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-lang/php: add 8.3.12, inherit postgres.eclassMatoro Mahri2024-10-151-0/+1
| | | | | | | | | | | | | | | Unfortunately since dev-lang/php[postgres] builds against libpq which changes soname with postgres major versions, it must be built against a specific postgres version. The only way to properly do this while respecting slotted postgresql is to bring in POSTGRES_TARGETS & friends. This adds maintenance overhead as POSTGRES_COMPAT now needs to be kept up to date. Closes: https://bugs.gentoo.org/762370 Closes: https://github.com/gentoo/gentoo/pull/38995 Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-lang/php: add 8.3.11, drop 8.3.10Michael Orlitzky2024-09-221-1/+1
| | | | Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-lang/php: add 8.2.23, drop 8.2.22Michael Orlitzky2024-09-221-1/+1
| | | | | Closes: https://bugs.gentoo.org/939443 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-lang/php: add 8.2.22, upgrade 8.3.9 -> 8.3.10Michael Orlitzky2024-08-161-1/+2
| | | | | | | Sorry for the big test patch (again). It's been upstream for a long time but keeps getting overlooked when cutting the releases. Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-lang/php: drop 8.1.26-r1, 8.1.28, 8.2.15, 8.2.18Michael Orlitzky2024-08-031-4/+0
| | | | Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-lang/php: add 8.3.9, drop 8.3.8Michael Orlitzky2024-07-101-1/+1
| | | | | | | | | | | | | | | Various improvements on top of the version bump: * The system copy of media-libs/gd is now used. * Autoconf cache variables are overridden to allow cross-compiles with external libraries. * New USE=opcache-jit flag to control the use of a JIT within the opcache extension. Closes: https://bugs.gentoo.org/857597 Closes: https://bugs.gentoo.org/906585 Bug: https://bugs.gentoo.org/931884 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-lang/php: new security releases for all three seriesMichael Orlitzky2024-06-071-2/+3
| | | | | | | | | CVE-2024-4577, CVE-2024-5458, CVE-2024-5585, etc. Better to just read the ChangeLog: https://www.php.net/ChangeLog-8.php Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-lang/php: add 8.2.19Michael Orlitzky2024-05-301-0/+1
| | | | Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-lang/php: add 8.3.7, drop 8.3.6Michael Orlitzky2024-05-301-1/+1
| | | | Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-lang/php: security updates for all three seriesMichael Orlitzky2024-04-131-3/+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: add 8.3.4, drop 8.3.3-r1Michael Orlitzky2024-04-011-1/+1
| | | | | | | | | | | | | | | | | 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-011-1/+1
| | | | 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-181-1/+2
| | | | | Closes: https://bugs.gentoo.org/923335 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-lang/php: add 8.1.27Michael Orlitzky2024-01-241-0/+1
| | | | | | 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-241-1/+0
| | | | Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-lang/php: add 8.2.15, drop 8.2.13-r2Michael Orlitzky2024-01-241-1/+1
| | | | | | 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-241-1/+1
| | | | | | 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.0Michael Orlitzky2023-12-051-0/+1
| | | | | Closes: https://bugs.gentoo.org/919148 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-lang/php: add 8.1.26, drop 8.1.25Michael Orlitzky2023-11-271-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-271-1/+1
| | | | | 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-301-1/+1
| | | | Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-lang/php: add 8.1.25, drop 8.1.24Michael Orlitzky2023-10-301-1/+1
| | | | Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-lang/php: drop 8.0.29, 8.0.30Florian Schmaus2023-10-111-2/+0
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* dev-lang/php: add 8.2.11, drop 8.2.10Michael Orlitzky2023-10-031-1/+1
| | | | Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-lang/php: add 8.1.24, drop 8.1.23Michael Orlitzky2023-10-031-1/+1
| | | | Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-lang/php: drop 7.4.33-r4, 7.4.33-r5, 7.4.33-r6David Seifert2023-09-151-1/+0
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* dev-lang/php: add 8.1.23, drop 8.1.21Michael Orlitzky2023-09-131-1/+1
| | | | Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-lang/php: add 8.2.10, drop 8.2.9Michael Orlitzky2023-09-131-1/+1
| | | | | Closes: https://bugs.gentoo.org/914115 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-lang/php: drop 8.0.25, 8.0.28, 8.1.12, 8.1.16David Seifert2023-09-091-4/+0
| | | | | Closes: https://github.com/gentoo/gentoo/pull/32702 Signed-off-by: David Seifert <soap@gentoo.org>
* dev-lang/php: add 8.2.9, drop 8.2.8-r2Michael Orlitzky2023-08-221-1/+1
| | | | | | | | | | * New upstream security release. * Bring back USE=ipv6. Despite what pkgcheck thinks, this entails significant code changes. * Fix LTO build (bug 866683). Bug: https://bugs.gentoo.org/866683 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-lang/php: add 8.0.30Michael Orlitzky2023-08-151-0/+1
| | | | | | | Fixes CVE-2023-3823 and CVE-2023-3824. Bug: https://bugs.gentoo.org/912331 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-lang/php: add 8.1.21, php-8.2.8; drop 8.2.7-r1.Michael Orlitzky2023-07-071-1/+2
| | | | Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-lang/php: add missing virtual/libcrypt:= dependencies, bump 8.0.29.Michael Orlitzky2023-06-181-0/+1
| | | | | | Bug: https://bugs.gentoo.org/908259 Closes: https://bugs.gentoo.org/908674 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-lang/php: add 8.2.7, drop 8.2.5-r1Michael Orlitzky2023-06-121-1/+1
| | | | | Bug: https://bugs.gentoo.org/908259 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-lang/php: add 8.1.20, drop 8.1.18-r1Michael Orlitzky2023-06-121-1/+1
| | | | | Bug: https://bugs.gentoo.org/908259 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-lang/php: drop 7.4.33-r1, 8.0.27, 8.1.14, 8.2.4Michael Orlitzky2023-05-161-3/+0
| | | | Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-lang/php: Version bump for 8.1.18Brian Evans2023-05-041-0/+1
| | | | Signed-off-by: Brian Evans <grknight@gentoo.org>
* dev-lang/php: Version bump for 8.2.5Brian Evans2023-05-041-0/+1
| | | | Signed-off-by: Brian Evans <grknight@gentoo.org>
* dev-lang/php: add 8.2.4, drop 8.2.3Michael Orlitzky2023-03-171-1/+1
| | | | Signed-off-by: Michael Orlitzky <mjo@gentoo.org>