[packages/php] Up to 8.2.2
arekm
arekm at pld-linux.org
Sun Feb 5 21:50:48 CET 2023
commit cf0dd227ad5f58b6d6477b7e472ca57d3b787e65
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Sun Feb 5 21:50:25 2023 +0100
Up to 8.2.2
php-fpm-config.patch | 8 ++++----
php.spec | 4 ++--
2 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/php.spec b/php.spec
index 750d1ff..e1fd212 100644
--- a/php.spec
+++ b/php.spec
@@ -150,7 +150,7 @@ Summary(pt_BR.UTF-8): A linguagem de script PHP
Summary(ru.UTF-8): PHP - язык препроцессирования HTML-файлов, выполняемый на сервере
Summary(uk.UTF-8): PHP - мова препроцесування HTML-файлів, виконувана на сервері
Name: %{orgname}%{php_suffix}
-Version: 8.2.1
+Version: 8.2.2
Release: %{rel}
Epoch: 4
# All files licensed under PHP version 3.01, except
@@ -159,7 +159,7 @@ Epoch: 4
License: PHP 3.01 and Zend and BSD
Group: Libraries
Source0: https://www.php.net/distributions/%{orgname}-%{version}.tar.xz
-# Source0-md5: b30961d64b35fe4c6727ee3add54d16e
+# Source0-md5: fa93816863003f4908f638a3fd7757ac
#Source0: https://downloads.php.net/~pierrick/php-%{version}%{subver}.tar.xz
Source1: opcache.ini
Source2: %{orgname}-mod_php.conf
diff --git a/php-fpm-config.patch b/php-fpm-config.patch
index e6ff89f..84c0fa2 100644
--- a/php-fpm-config.patch
+++ b/php-fpm-config.patch
@@ -28,19 +28,19 @@
; Set listen(2) backlog.
; Default Value: 511 (-1 on Linux, FreeBSD and OpenBSD)
-@@ -46,9 +46,9 @@
+@@ -50,9 +50,9 @@ listen = /var/run/php/@processname at .sock
; and group can be specified either by name or by their numeric IDs.
- ; Default Values: user and group are set as the running user
- ; mode is set to 0660
+ ; Default Values: Owner is set to the master process running user. If the group
+ ; is not set, the owner's group is used. Mode is set to 0660.
-;listen.owner = @php_fpm_user@
-;listen.group = @php_fpm_group@
-;listen.mode = 0660
+listen.owner = root
+listen.group = @php_fpm_group@
+listen.mode = 0660
+
; When POSIX Access Control Lists are supported you can set them using
; these options, value is a comma separated list of user/group names.
- ; When set, listen.owner and listen.group are ignored
@@ -60,7 +60,7 @@
; must be separated by a comma. If this value is left blank, connections will be
; accepted from any ip address.
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/php.git/commitdiff/cf0dd227ad5f58b6d6477b7e472ca57d3b787e65
More information about the pld-cvs-commit
mailing list