Date: Wednesday, February 1, 2023 @ 08:42:32
  Author: pierre
Revision: 467712

upgpkg: php 8.2.2-1

Modified:
  php/trunk/PKGBUILD
  php/trunk/php-fpm.patch

---------------+
 PKGBUILD      |    6 +++---
 php-fpm.patch |   12 ++++++------
 2 files changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-01 08:42:31 UTC (rev 467711)
+++ PKGBUILD    2023-02-01 08:42:32 UTC (rev 467712)
@@ -18,7 +18,7 @@
          'php-sqlite'
          'php-tidy'
          'php-xsl')
-pkgver=8.2.1
+pkgver=8.2.2
 pkgrel=1
 arch=('x86_64')
 license=('PHP')
@@ -29,11 +29,11 @@
 checkdepends=('procps-ng')
 source=("https://php.net/distributions/${pkgbase}-${pkgver}.tar.xz"{,.asc}
         'apache.patch' 'apache.conf' 'php-fpm.patch' 'php-fpm.tmpfiles' 
'php.ini.patch')
-sha256sums=('650d3bd7a056cabf07f6a0f6f1dd8ba45cd369574bbeaa36de7d1ece212c17af'
+sha256sums=('bdc4aa38e652bac86039601840bae01c0c3653972eaa6f9f93d5f71953a7ee33'
             'SKIP'
             '702b163c66c65af92dcad8d79f41bda84bcd5d863235fcf1497c33a86db9e4ca'
             '4a2add00d93fa991ccdf6356090264c1059c79935642afff6e8d4a2107fa037e'
-            '69beb06f8eed1b9d61f1f2ad71b8d1026e0389b7f4cbedbf540ab84427c86d95'
+            '78b8074461cdfc5d4e0ba428a8387f308d60720c8ad35c6176801e5088f02090'
             '640dba0d960bfeaae9ad38d2826d3f6b5d6c175a4d3e16664eefff29141faad5'
             '16f3bf5a378c096214d8c480cc624f0f4fe240b927c18b43f3b724e756bedc9d')
 validpgpkeys=('1198C0117593497A5EC5C199286AF1F9897469DC'

Modified: php-fpm.patch
===================================================================
--- php-fpm.patch       2023-02-01 08:42:31 UTC (rev 467711)
+++ php-fpm.patch       2023-02-01 08:42:32 UTC (rev 467712)
@@ -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 Linux, 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.
-@@ -416,7 +416,7 @@
+@@ -422,7 +422,7 @@
  ; Chdir to this directory at the start.
  ; Note: relative path can be used.
  ; Default Value: current directory or / when chroot

Reply via email to