public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/php] f44: v8.5.7
@ 2026-06-03 4:42 Remi Collet
0 siblings, 0 replies; only message in thread
From: Remi Collet @ 2026-06-03 4:42 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/php
Branch : f44
Commit : db4623cc3c50bd8329da6ef61f9bfe448149fcdd
Author : Remi Collet <remi@fedoraproject.org>
Date : 2026-06-03T06:42:34+02:00
Stats : +23/-5 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/php/c/db4623cc3c50bd8329da6ef61f9bfe448149fcdd?branch=f44
Log:
v8.5.7
(cherry picked from commit 84fb7146325c55ef8b1901b71ae19877bb8c4023)
---
diff --git a/.gitignore b/.gitignore
index b9c59b0..20020c2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -45,3 +45,9 @@ TODO
/php-8.5.6RC3.tar.xz.asc
/php-8.5.6.tar.xz
/php-8.5.6.tar.xz.asc
+/php-8.5.7RC1.tar.xz
+/php-8.5.7RC1.tar.xz.asc
+/php-8.5.7RC2.tar.xz
+/php-8.5.7RC2.tar.xz.asc
+/php-8.5.7.tar.xz
+/php-8.5.7.tar.xz.asc
diff --git a/php.spec b/php.spec
index 5ab4042..e948287 100644
--- a/php.spec
+++ b/php.spec
@@ -67,7 +67,7 @@
# liburiparser version 1.0.0 required
%global liburiparser_minver 1.0.0
-%global liburiparser_bunver 1.0.1
+%global liburiparser_bunver 1.0.2
%if 0%{?fedora}
# use system liburiparser when available
%bcond_without liburiparser
@@ -76,8 +76,8 @@
%bcond_with liburiparser
%endif
-%global upver 8.5.6
-#global rcver RC3
+%global upver 8.5.7
+#global rcver RC2
Summary: PHP scripting language for creating dynamic web sites
%if %{with rename}
@@ -943,6 +943,15 @@ if test "x${vlexbor}" != "x%{lexborver}"; then
exit 1
fi
+vurimaj=$(sed -n '/define URI_VER_MAJ/{s/.* //;s/\.$//;p}' ext/uri/uriparser/include/uriparser/UriBase.h)
+vurimin=$(sed -n '/define URI_VER_MIN/{s/.* //;s/\.$//;p}' ext/uri/uriparser/include/uriparser/UriBase.h)
+vurirel=$(sed -n '/define URI_VER_REL/{s/.* //;s/\.$//;p}' ext/uri/uriparser/include/uriparser/UriBase.h)
+if test "x${vurimaj}.${vurimin}.${vurirel}" != "x%{liburiparser_bunver}"; then
+ : Error: Upstream uriparser version is now ${vurimaj}.${vurimin}.${vurirel}, expecting %{liburiparser_bunver}.
+ : Update the liburiparser_bunver macro and rebuild.
+ exit 1
+fi
+
# https://bugs.php.net/63362 - Not needed but installed headers.
# Drop some Windows specific headers to avoid installation,
# before build to ensure they are really not needed.
@@ -1664,6 +1673,9 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || :
%changelog
+* Wed Jun 3 2026 Remi Collet <remi@remirepo.net> - 8.5.7-1
+- Update to 8.5.7 - http://www.php.net/releases/8_5_7.php
+
* Wed May 6 2026 Remi Collet <remi@remirepo.net> - 8.5.6-1
- Update to 8.5.6 - http://www.php.net/releases/8_5_6.php
diff --git a/sources b/sources
index d89022a..1d12169 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (php-8.5.6.tar.xz) = e0ce5430809d5347ffdaba827e2c62fefb570b112014add16be545fd444ec374ebc76c373d5a254930538994a639ddd15508cd1083c4ead8ea0b76e7cead0c7c
-SHA512 (php-8.5.6.tar.xz.asc) = c0bfa34fc2747155393df4e05eeb0988634c445bff1570a2f9954555310bb41775a5ea2bf61067b5aa72c170fcff3b0f6395f1da14bf0ba4ea78c6c7b8968748
+SHA512 (php-8.5.7.tar.xz) = 2d4081b8684936afae946d5cc4d6714a6e40f8a25c9a286fe22190600896ab447293a0a73f58fae09d4543153134fd0b6a1131dccfc2b585406ae2a4d9aa08b7
+SHA512 (php-8.5.7.tar.xz.asc) = 8b8f701b61aff92261ca410b82ebcb843a72e68b6c733acbc0fe27eb3e0c07556ca92679d4990a0e580afde6942f8590904ad75f9ac5affb6e012765f4f09434
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-03 4:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-03 4:42 [rpms/php] f44: v8.5.7 Remi Collet
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox