extra/php to 8.2.2-1

This commit is contained in:
Kevin Mihelich 2023-02-01 12:48:10 +00:00
parent 312d8a5916
commit 940d851246
2 changed files with 9 additions and 10 deletions

View file

@ -21,7 +21,7 @@ pkgname=('php'
'php-sqlite' 'php-sqlite'
'php-tidy' 'php-tidy'
'php-xsl') 'php-xsl')
pkgver=8.2.1 pkgver=8.2.2
pkgrel=1 pkgrel=1
arch=('x86_64') arch=('x86_64')
license=('PHP') license=('PHP')
@ -30,14 +30,13 @@ makedepends=('apache' 'aspell' 'enchant' 'gd' 'gmp' 'icu' 'libsodium' 'libxslt'
'postgresql-libs' 'sqlite' 'systemd' 'tidy' 'unixodbc' 'curl' 'libtool' 'postfix' 'freetds' 'pcre2' 'postgresql-libs' 'sqlite' 'systemd' 'tidy' 'unixodbc' 'curl' 'libtool' 'postfix' 'freetds' 'pcre2'
'oniguruma') 'oniguruma')
checkdepends=('procps-ng') checkdepends=('procps-ng')
options=('debug')
source=("https://php.net/distributions/${pkgbase}-${pkgver}.tar.xz"{,.asc} source=("https://php.net/distributions/${pkgbase}-${pkgver}.tar.xz"{,.asc}
'apache.patch' 'apache.conf' 'php-fpm.patch' 'php-fpm.tmpfiles' 'php.ini.patch') 'apache.patch' 'apache.conf' 'php-fpm.patch' 'php-fpm.tmpfiles' 'php.ini.patch')
sha256sums=('650d3bd7a056cabf07f6a0f6f1dd8ba45cd369574bbeaa36de7d1ece212c17af' sha256sums=('bdc4aa38e652bac86039601840bae01c0c3653972eaa6f9f93d5f71953a7ee33'
'SKIP' 'SKIP'
'702b163c66c65af92dcad8d79f41bda84bcd5d863235fcf1497c33a86db9e4ca' '702b163c66c65af92dcad8d79f41bda84bcd5d863235fcf1497c33a86db9e4ca'
'4a2add00d93fa991ccdf6356090264c1059c79935642afff6e8d4a2107fa037e' '4a2add00d93fa991ccdf6356090264c1059c79935642afff6e8d4a2107fa037e'
'69beb06f8eed1b9d61f1f2ad71b8d1026e0389b7f4cbedbf540ab84427c86d95' '78b8074461cdfc5d4e0ba428a8387f308d60720c8ad35c6176801e5088f02090'
'640dba0d960bfeaae9ad38d2826d3f6b5d6c175a4d3e16664eefff29141faad5' '640dba0d960bfeaae9ad38d2826d3f6b5d6c175a4d3e16664eefff29141faad5'
'16f3bf5a378c096214d8c480cc624f0f4fe240b927c18b43f3b724e756bedc9d') '16f3bf5a378c096214d8c480cc624f0f4fe240b927c18b43f3b724e756bedc9d')
validpgpkeys=('1198C0117593497A5EC5C199286AF1F9897469DC' validpgpkeys=('1198C0117593497A5EC5C199286AF1F9897469DC'

View file

@ -32,7 +32,7 @@
; message. This lets syslogd specify that messages from different facilities ; message. This lets syslogd specify that messages from different facilities
--- sapi/fpm/www.conf.in.orig --- sapi/fpm/www.conf.in.orig
+++ sapi/fpm/www.conf.in +++ sapi/fpm/www.conf.in
@@ -33,7 +33,7 @@ @@ -38,7 +38,7 @@
; (IPv6 and IPv4-mapped) on a specific port; ; (IPv6 and IPv4-mapped) on a specific port;
; '/path/to/unix/socket' - to listen on a unix socket. ; '/path/to/unix/socket' - to listen on a unix socket.
; Note: This value is mandatory. ; Note: This value is mandatory.
@ -41,18 +41,18 @@
; Set listen(2) backlog. ; Set listen(2) backlog.
; Default Value: 511 (-1 on Linux, FreeBSD and OpenBSD) ; 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. ; and group can be specified either by name or by their numeric IDs.
; Default Values: user and group are set as the running user ; Default Values: Owner is set to the master process running user. If the group
; mode is set to 0660 ; is not set, the owner's group is used. Mode is set to 0660.
-;listen.owner = @php_fpm_user@ -;listen.owner = @php_fpm_user@
-;listen.group = @php_fpm_group@ -;listen.group = @php_fpm_group@
+listen.owner = @php_fpm_user@ +listen.owner = @php_fpm_user@
+listen.group = @php_fpm_group@ +listen.group = @php_fpm_group@
;listen.mode = 0660 ;listen.mode = 0660
; When POSIX Access Control Lists are supported you can set them using ; When POSIX Access Control Lists are supported you can set them using
; these options, value is a comma separated list of user/group names. @@ -422,7 +422,7 @@
@@ -416,7 +416,7 @@
; Chdir to this directory at the start. ; Chdir to this directory at the start.
; Note: relative path can be used. ; Note: relative path can be used.
; Default Value: current directory or / when chroot ; Default Value: current directory or / when chroot