Date: Wednesday, February 1, 2023 @ 08:59:40
Author: pierre
Revision: 467718
upgpkg: php-legacy 8.1.15-1
Modified:
php-legacy/trunk/PKGBUILD
php-legacy/trunk/php-fpm.patch
---------------+
PKGBUILD | 8 ++++----
php-fpm.patch | 12 ++++++------
2 files changed, 10 insertions(+), 10 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-02-01 08:47:33 UTC (rev 467717)
+++ PKGBUILD 2023-02-01 08:59:40 UTC (rev 467718)
@@ -18,8 +18,8 @@
'php-legacy-sqlite'
'php-legacy-tidy'
'php-legacy-xsl')
-pkgver=8.1.14
-pkgrel=5
+pkgver=8.1.15
+pkgrel=1
arch=('x86_64')
license=('PHP')
url='https://www.php.net/'
@@ -36,12 +36,12 @@
'php.ini.patch'
'php-legacy.patch'
)
-sha256sums=('e16e47a872d58685913ac848ce92ec49f42c1828110c98c65fb6265a08724a1a'
+sha256sums=('cd450fb4ee50488c5bf5f08851f514e5a1cac18c9512234d9e16c3a1d35781a6'
'SKIP'
'2173046ac22ac50c7a6721306d3f79b2086f66a7a6ff5d8af249a474763197a1'
'f3236ca866095d5e42e51e3fa600082ccd0afcfb7f1aecbeb286ef9d4f0dd564'
'702b163c66c65af92dcad8d79f41bda84bcd5d863235fcf1497c33a86db9e4ca'
- '632aaa2e87f7d687b0b55a6a89e473d57891fdb0d20eef1b7733dabc02b78ba8'
+ '7322cc296780908b55fe6d601d403b0e506a2a7ce5359141cb4132f84778243d'
'0d651c14cbd76bf430cd9b0c3b3ebf12fd19bf3ca4a18cb6dc329e0352aabe66'
'a1859005c9fad835079470e6fb3c0721b9bd024c8f3ae1f34cb082ec41c63194')
validpgpkeys=('F1F692238FBC1666E5A5CCD4199F9DFEF6FFBAFD'
Modified: php-fpm.patch
===================================================================
--- php-fpm.patch 2023-02-01 08:47:33 UTC (rev 467717)
+++ php-fpm.patch 2023-02-01 08:59:40 UTC (rev 467718)
@@ -32,7 +32,7 @@
; message. This lets syslogd specify that messages from different facilities
--- sapi/fpm/www.conf.in.orig
+++ sapi/fpm/www.conf.in
-@@ -33,7 +33,7 @@
+@@ -38,7 +38,7 @@
; (IPv6 and IPv4-mapped) on a specific port;
; '/path/to/unix/socket' - to listen on a unix socket.
; Note: This value is mandatory.
@@ -41,18 +41,18 @@
; Set listen(2) backlog.
; Default Value: 511 (-1 on FreeBSD and OpenBSD)
-@@ -45,8 +45,8 @@
+@@ -50,8 +50,8 @@
; 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.owner = @php_fpm_user@
+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.
-@@ -395,7 +395,7 @@
+@@ -401,7 +401,7 @@
; Chdir to this directory at the start.
; Note: relative path can be used.
; Default Value: current directory or / when chroot