extra/php-legacy to 8.1.15-1

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

View file

@ -21,8 +21,8 @@ pkgname=('php-legacy'
'php-legacy-sqlite' 'php-legacy-sqlite'
'php-legacy-tidy' 'php-legacy-tidy'
'php-legacy-xsl') 'php-legacy-xsl')
pkgver=8.1.14 pkgver=8.1.15
pkgrel=5 pkgrel=1
arch=('x86_64') arch=('x86_64')
license=('PHP') license=('PHP')
url='https://www.php.net/' url='https://www.php.net/'
@ -39,12 +39,12 @@ source=(
'php.ini.patch' 'php.ini.patch'
'php-legacy.patch' 'php-legacy.patch'
) )
sha256sums=('e16e47a872d58685913ac848ce92ec49f42c1828110c98c65fb6265a08724a1a' sha256sums=('cd450fb4ee50488c5bf5f08851f514e5a1cac18c9512234d9e16c3a1d35781a6'
'SKIP' 'SKIP'
'2173046ac22ac50c7a6721306d3f79b2086f66a7a6ff5d8af249a474763197a1' '2173046ac22ac50c7a6721306d3f79b2086f66a7a6ff5d8af249a474763197a1'
'f3236ca866095d5e42e51e3fa600082ccd0afcfb7f1aecbeb286ef9d4f0dd564' 'f3236ca866095d5e42e51e3fa600082ccd0afcfb7f1aecbeb286ef9d4f0dd564'
'702b163c66c65af92dcad8d79f41bda84bcd5d863235fcf1497c33a86db9e4ca' '702b163c66c65af92dcad8d79f41bda84bcd5d863235fcf1497c33a86db9e4ca'
'632aaa2e87f7d687b0b55a6a89e473d57891fdb0d20eef1b7733dabc02b78ba8' '7322cc296780908b55fe6d601d403b0e506a2a7ce5359141cb4132f84778243d'
'0d651c14cbd76bf430cd9b0c3b3ebf12fd19bf3ca4a18cb6dc329e0352aabe66' '0d651c14cbd76bf430cd9b0c3b3ebf12fd19bf3ca4a18cb6dc329e0352aabe66'
'a1859005c9fad835079470e6fb3c0721b9bd024c8f3ae1f34cb082ec41c63194') 'a1859005c9fad835079470e6fb3c0721b9bd024c8f3ae1f34cb082ec41c63194')
validpgpkeys=('F1F692238FBC1666E5A5CCD4199F9DFEF6FFBAFD' validpgpkeys=('F1F692238FBC1666E5A5CCD4199F9DFEF6FFBAFD'

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 FreeBSD and OpenBSD) ; 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. ; 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. @@ -401,7 +401,7 @@
@@ -395,7 +395,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