[packages/php/PHP_7_2] Rel 23
arekm
arekm at pld-linux.org
Mon Apr 6 04:52:06 CEST 2026
commit 275c07a007765179a006f46c21daa8c76708d4a3
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Apr 6 04:51:57 2026 +0200
Rel 23
ac_prog_sed.patch | 10 ++++++++++
php.spec | 4 +++-
2 files changed, 13 insertions(+), 1 deletion(-)
---
diff --git a/php.spec b/php.spec
index 2e332c5..9dd8c14 100644
--- a/php.spec
+++ b/php.spec
@@ -155,7 +155,7 @@ Summary(ru.UTF-8): PHP Версии 7 - язык препроцессирова
Summary(uk.UTF-8): PHP Версії 7 - мова препроцесування HTML-файлів, виконувана на сервері
Name: %{orgname}%{php_suffix}
Version: 7.2.34
-Release: 22
+Release: 23
Epoch: 4
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
@@ -229,6 +229,7 @@ Patch77: libxml2-2.12.patch
Patch78: types.patch
Patch79: includes.patch
Patch80: configure.patch
+Patch81: ac_prog_sed.patch
URL: https://www.php.net/
%{?with_interbase:%{!?with_interbase_inst:BuildRequires: Firebird-devel >= 1.0.2.908-2}}
%{?with_pspell:BuildRequires: aspell-devel >= 2:0.50.0}
@@ -2063,6 +2064,7 @@ cp -p php.ini-production php.ini
%patch -P78 -p1
%patch -P79 -p1
%patch -P80 -p1
+%patch -P81 -p1
sed -E -i -e '1s,#!\s*/usr/bin/env\s+(.*),#!%{__bindir}\1,' \
run-tests.php
diff --git a/ac_prog_sed.patch b/ac_prog_sed.patch
new file mode 100644
index 0000000..7ba3915
--- /dev/null
+++ b/ac_prog_sed.patch
@@ -0,0 +1,10 @@
+--- a/acinclude.m4~ 2018-12-01 00:00:00.000000000 +0000
++++ b/acinclude.m4 2018-12-01 00:00:00.000000000 +0000
+@@ -2664,6 +2664,6 @@
+ AC_DEFUN([PHP_CONFIG_NICE],[
+ AC_REQUIRE([AC_PROG_EGREP])
+- AC_REQUIRE([LT_AC_PROG_SED])
++ AC_REQUIRE([AC_PROG_SED])
+ PHP_SUBST_OLD(EGREP)
+ PHP_SUBST_OLD(SED)
+ test -f $1 && mv $1 $1.old
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/php.git/commitdiff/275c07a007765179a006f46c21daa8c76708d4a3
More information about the pld-cvs-commit
mailing list