From 2c704daf1deed01cdbc5420d73c8f547bb2d76aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20F=C3=B6rster?= Date: Tue, 1 Apr 2025 00:34:19 +0200 Subject: [PATCH] [dev-lang/php] use a newer snapshot --- ...php-7.4.33_p20241216.ebuild => php-7.4.33_p20250331.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename dev-lang/php/{php-7.4.33_p20241216.ebuild => php-7.4.33_p20250331.ebuild} (99%) diff --git a/dev-lang/php/php-7.4.33_p20241216.ebuild b/dev-lang/php/php-7.4.33_p20250331.ebuild similarity index 99% rename from dev-lang/php/php-7.4.33_p20241216.ebuild rename to dev-lang/php/php-7.4.33_p20250331.ebuild index 982dcde..f8dc574 100644 --- a/dev-lang/php/php-7.4.33_p20241216.ebuild +++ b/dev-lang/php/php-7.4.33_p20250331.ebuild @@ -18,7 +18,7 @@ EGIT_REPO_URI="https://github.com/shivammathur/php-src-backports" # Alternative #EGIT_REPO_URI="https://github.com/remicollet/php-src-security" EGIT_BRANCH="PHP-7.4-security-backports" -EGIT_COMMIT="9d5dc7ec3c99d9463d9086d37bdfa00f4978595c" +EGIT_COMMIT="45fa214ea3a98e645b5a26c53a61b5fee9c39d13" LICENSE="PHP-3.01 BSD @@ -213,6 +213,7 @@ src_prepare() { local patchdir="${WORKDIR}/patches" + rm "${patchdir}/0050_php-7.4.33-libxml212.patch" eapply "${patchdir}/" # In php-7.x, the FPM pool configuration files have been split off