summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLothar Serra Mari <mail@serra.me>2025-01-17 11:25:52 +0100
committerMichael Orlitzky <mjo@gentoo.org>2025-01-18 08:39:42 -0500
commit5ca641b9040a2449be8fe5d98c596d2c8a63c9e8 (patch)
tree3e9b28bf97cd7fd2323b614a48aa0c76d37539b5
parent72a7cb7153485a2f35dfb1434e398750c4c49e7b (diff)
downloadgentoo-5ca641b9040a2449be8fe5d98c596d2c8a63c9e8.tar.gz
gentoo-5ca641b9040a2449be8fe5d98c596d2c8a63c9e8.tar.bz2
gentoo-5ca641b9040a2449be8fe5d98c596d2c8a63c9e8.zip
dev-lang/php: add 8.3.16, drop 8.3.15
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>
-rw-r--r--dev-lang/php/Manifest2
-rw-r--r--dev-lang/php/php-8.3.16.ebuild (renamed from dev-lang/php/php-8.3.15.ebuild)16
2 files changed, 9 insertions, 9 deletions
diff --git a/dev-lang/php/Manifest b/dev-lang/php/Manifest
index 9386f88f4728..7110d35ba441 100644
--- a/dev-lang/php/Manifest
+++ b/dev-lang/php/Manifest
@@ -1,4 +1,4 @@
DIST php-8.1.30.tar.xz 11850340 BLAKE2B 9053c57814f53ff694ea6cf1a87253e4f8f7c5af6965a85109eca143abd8dd6c733c7f70d1c6cdc34db8932dd7e9e8289cebce37eef385ea51dc0cd8a71267ef SHA512 cdca1c1671362272bf6c2abf45d097b42ca06c0abf962ee814bf478f8b346f274f42a1b1aa6603cdd59a1978a8b9d1971b589706f2909b6ea34594de0edaee1e
DIST php-8.2.24.tar.xz 12110000 BLAKE2B 0f5c47350b8914f87cfbee932ea2e24d29635a0bdfed111b02e81d05574ff973f657d077858c20497bdc380285305d6c0f632eee1bbc9358f84004019108e368 SHA512 19016bfb955892a9999f01a619ab26035afe1cfb6488c7d1774d6745b703afb99e59032728ab811024413757e50163cdc32b0e95fda7e1d4243deb96568c7e79
DIST php-8.2.27.tar.xz 12150992 BLAKE2B 220b71c04db5654b16f46f831776741f653d77d4363ae1279e5f7eb745aa862087cd89f63740a6584fb4925bf5cb9f72a267cf85ea5e0828f35975a08a011861 SHA512 c368d90d833e25d2b2e3a667010f1c5b37df772e2200855d38e4bcb3344585e0783ae53fadae499fe98abab95372adf787ba2413e9b6bc818628bc29a11ed453
-DIST php-8.3.15.tar.xz 12525028 BLAKE2B 630045fd371ccf80f3c8849d52c61915459a03a5170b4ccea83881a0d3ccd31c67f157f78876c213f370983952fb91515d0bb456529a91726f20c918dcc78841 SHA512 43057cca0a6c2187f7991dfbf9743495784f0fa4d0336f08392036ecc2b6f83c7155737ebef3af6144a79eca557bf84cba4aedd34e0d19c701249ca4e8fa86d0
+DIST php-8.3.16.tar.xz 12544360 BLAKE2B 27b03081ce10e0c9f5d95dcf75db3c9e872131514021d8ad83df7f6d6abec2ad31ce6d24e2a5c6c8d7c9d6eaa065f9a07bd40cb6e0f1f83074caf087fa49a874 SHA512 2caa5c4e1b1b719a67dfefc976d47d289ba6f9b6a527181f2961fff481b258c2e038d6993df7507f4977c5fce59df38d9738cd4186a4602e39bbcbd5c1e2dbf4
diff --git a/dev-lang/php/php-8.3.15.ebuild b/dev-lang/php/php-8.3.16.ebuild
index 25b030fbad28..be32cb4fd3c8 100644
--- a/dev-lang/php/php-8.3.15.ebuild
+++ b/dev-lang/php/php-8.3.16.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -232,6 +232,13 @@ src_prepare() {
#
rm ext/sockets/tests/bug63000.phpt || die
+ # fails in a network sandbox,
+ # fixed upstream but not yet included in the stable releases.
+ #
+ # https://github.com/php/php-src/pull/17314
+ #
+ rm ext/standard/tests/http/gh16810.phpt || die
+
# Tests ignoring the "-n" flag we pass to run-tests.php,
#
# https://github.com/php/php-src/pull/11669
@@ -286,13 +293,6 @@ src_prepare() {
ext/gd/tests/bug73272.phpt \
|| die
- # Test for https://github.com/php/php-src/issues/16390 relies
- # on the inifile handler to be present, so we have to skip
- # this test in case the inifile USE flag is _not_ set.
- if ! use inifile ; then
- rm ext/dba/tests/gh16390.phpt || die
- fi
-
# One-off, somebody forgot to update a version constant
rm ext/reflection/tests/ReflectionZendExtension.phpt || die