[arch-commits] Commit in php/trunk (PKGBUILD php-fpm.patch)

Pierre Schmitz pierre at archlinux.org
Wed Apr 15 17:18:34 UTC 2020


    Date: Wednesday, April 15, 2020 @ 17:18:33
  Author: pierre
Revision: 380385

upgpkg: php 7.4.5-1

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-15 17:09:41 UTC (rev 380384)
+++ PKGBUILD	2020-04-15 17:18:33 UTC (rev 380385)
@@ -20,8 +20,8 @@
          'php-sqlite'
          'php-tidy'
          'php-xsl')
-pkgver=7.4.4
-pkgrel=2
+pkgver=7.4.5
+pkgrel=1
 arch=('x86_64')
 license=('PHP')
 url='https://www.php.net/'
@@ -32,11 +32,11 @@
 source=("https://php.net/distributions/${pkgbase}-${pkgver}.tar.xz"{,.asc}
         'apache.patch' 'apache.conf' 'php-fpm.patch' 'php-fpm.tmpfiles' 'php.ini.patch'
         'enchant-2.patch')
-sha256sums=('1873c4cefdd3df9a78dcffb2198bba5c2f0464f55c9c960720c84df483fca74c'
+sha256sums=('d059fd7f55bdc4d2eada15a00a2976697010d3631ef6f83149cc5289e1f23c2c'
             'SKIP'
             'b4ea038f2863801175d6c4e74c685913feecdd5be3d49aff7d9b3fa92d8c4159'
             'ebc0af1ef3a6baccb013d0ccb29923895a7b22ff2d032e3bba802dc6328301ce'
-            '41f23ebc2d986473b9a4eb3f233428349367b2baa2bb715c53e720cc34c9378c'
+            '565a743a0a9d4775f8e22b70a455729b023cc90db06c0251adef6ebbe604d53a'
             '640dba0d960bfeaae9ad38d2826d3f6b5d6c175a4d3e16664eefff29141faad5'
             'f2040cc0648a395d0a84984dd6bf7aadf9f569b58838c666d84898bc4578fe04'
             'd94d22ad8bcd13829addda84e9de6b73fa04be9bc6da8622086c7e19c97ab724')

Modified: php-fpm.patch
===================================================================
--- php-fpm.patch	2020-04-15 17:09:41 UTC (rev 380384)
+++ php-fpm.patch	2020-04-15 17:18:33 UTC (rev 380385)
@@ -41,8 +41,8 @@
  
  ; Set listen(2) backlog.
  ; Default Value: 511 (-1 on FreeBSD and OpenBSD)
-@@ -44,8 +44,8 @@
- ; BSD-derived systems allow connections regardless of permissions.
+@@ -45,8 +45,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
 -;listen.owner = @php_fpm_user@
@@ -52,7 +52,7 @@
  ;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.
-@@ -370,7 +370,7 @@
+@@ -371,7 +371,7 @@
  ; Chdir to this directory at the start.
  ; Note: relative path can be used.
  ; Default Value: current directory or / when chroot



More information about the arch-commits mailing list