Sat Nov 5 19:21:29 2022 UTC ()
Pullup ticket #6700 - requested by taca
lang/php80: security fix

Revisions pulled up:
- lang/php/phpversion.mk                                        1.379
- lang/php80/distinfo                                           1.26

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Oct 30 10:18:35 UTC 2022

   Modified Files:
   	pkgsrc/lang/php: phpversion.mk
   	pkgsrc/lang/php80: distinfo

   Log Message:
   lang/php80: update to 8.0.25

   8.0.25 (2022-10-27)

   - GD:
     . Fixed bug #81739: OOB read due to insufficient input validation in
       imageloadfont(). (CVE-2022-31630) (cmb)

   - Hash:
     . Fixed bug #81738: buffer overflow in hash_update() on long parameter.
       (CVE-2022-37454) (nicky at mouha dot be)

   - Session:
     . Fixed bug GH-9583 (session_create_id() fails with user defined save handler
       that doesn't have a validateId() method). (Girgias)

   - Streams:
     . Fixed bug GH-9590 (stream_select does not abort upon exception or empty
       valid fd set). (Arnaud)


(bsiegert)
diff -r1.374.2.4 -r1.374.2.5 pkgsrc/lang/php/phpversion.mk
diff -r1.24.2.1 -r1.24.2.2 pkgsrc/lang/php80/distinfo

cvs diff -r1.374.2.4 -r1.374.2.5 pkgsrc/lang/php/phpversion.mk (switch to unified diff)

--- pkgsrc/lang/php/phpversion.mk 2022/11/05 19:15:09 1.374.2.4
+++ pkgsrc/lang/php/phpversion.mk 2022/11/05 19:21:29 1.374.2.5
@@ -1,240 +1,240 @@ @@ -1,240 +1,240 @@
1# $NetBSD: phpversion.mk,v 1.374.2.4 2022/11/05 19:15:09 bsiegert Exp $ 1# $NetBSD: phpversion.mk,v 1.374.2.5 2022/11/05 19:21:29 bsiegert Exp $
2# 2#
3# This file selects a PHP version, based on the user's preferences and 3# This file selects a PHP version, based on the user's preferences and
4# the installed packages. It does not add a dependency on the PHP 4# the installed packages. It does not add a dependency on the PHP
5# package. 5# package.
6# 6#
7# === User-settable variables === 7# === User-settable variables ===
8# 8#
9# PHP_VERSION_DEFAULT 9# PHP_VERSION_DEFAULT
10# The PHP version to choose when more than one is acceptable to 10# The PHP version to choose when more than one is acceptable to
11# the package. 11# the package.
12# 12#
13# Possible: 56 74 80 81 13# Possible: 56 74 80 81
14# Default: 74 14# Default: 74
15# 15#
16# === Infrastructure variables === 16# === Infrastructure variables ===
17# 17#
18# PHP_VERSION_REQD 18# PHP_VERSION_REQD
19# PHP version to use. This variable should not be set in 19# PHP version to use. This variable should not be set in
20# packages. Normally it is used by bulk build tools. 20# packages. Normally it is used by bulk build tools.
21# 21#
22# Possible: ${PHP_VERSIONS_ACCEPTED} 22# Possible: ${PHP_VERSIONS_ACCEPTED}
23# Default: ${PHP_VERSION_DEFAULT} 23# Default: ${PHP_VERSION_DEFAULT}
24# 24#
25# === Package-settable variables === 25# === Package-settable variables ===
26# 26#
27# PHP_VERSIONS_ACCEPTED 27# PHP_VERSIONS_ACCEPTED
28# The PHP versions that are accepted by the package. 28# The PHP versions that are accepted by the package.
29# 29#
30# Possible: 56 74 80 81 30# Possible: 56 74 80 81
31# Default: 74 56 80 81 31# Default: 74 56 80 81
32# 32#
33# PHP_VERSIONS_INCOMPATIBLE 33# PHP_VERSIONS_INCOMPATIBLE
34# The PHP versions that are not supported by the package. 34# The PHP versions that are not supported by the package.
35# 35#
36# Possible: 56 74 80 81 36# Possible: 56 74 80 81
37# Default: (empty) 37# Default: (empty)
38# 38#
39# PHP_CHECK_INSTALLED 39# PHP_CHECK_INSTALLED
40# Check installed version of PHP. Should be used by lang/php56, 40# Check installed version of PHP. Should be used by lang/php56,
41# lang/php74, lang/php80, and lang/php81 only. 41# lang/php74, lang/php80, and lang/php81 only.
42# 42#
43# Possible: Yes No 43# Possible: Yes No
44# Default: Yes 44# Default: Yes
45# 45#
46# === Variables defined by this file === 46# === Variables defined by this file ===
47# 47#
48# PKG_PHP_VERSION 48# PKG_PHP_VERSION
49# The selected PHP version. 49# The selected PHP version.
50# 50#
51# Possible: 56 74 80 81 51# Possible: 56 74 80 81
52# Default: ${PHP_VERSION_DEFAULT} 52# Default: ${PHP_VERSION_DEFAULT}
53# 53#
54# PHP_BASE_VERS 54# PHP_BASE_VERS
55# The selected PHP's full version depends on PKG_PHP_VERSION 55# The selected PHP's full version depends on PKG_PHP_VERSION
56# 56#
57# PKG_PHP_MAJOR_VERS 57# PKG_PHP_MAJOR_VERS
58# The selected PHP's major version. 58# The selected PHP's major version.
59# 59#
60# Possible: 5 7 8 60# Possible: 5 7 8
61# Default: 7 61# Default: 7
62# 62#
63# PKG_PHP 63# PKG_PHP
64# The same as ${PKG_PHP_VERSION}, prefixed with "php-". 64# The same as ${PKG_PHP_VERSION}, prefixed with "php-".
65# 65#
66# PHPPKGSRCDIR 66# PHPPKGSRCDIR
67# The directory of the PHP implementation, relative to the 67# The directory of the PHP implementation, relative to the
68# package directory. 68# package directory.
69# 69#
70# Example: ../../lang/php74 70# Example: ../../lang/php74
71# 71#
72# PHP_PKG_PREFIX 72# PHP_PKG_PREFIX
73# The prefix that is prepended to the package name. 73# The prefix that is prepended to the package name.
74# 74#
75# Example: php56 php74 php80 php81 75# Example: php56 php74 php80 php81
76# 76#
77# PHP_EXTENSION_DIR 77# PHP_EXTENSION_DIR
78# Relative path to ${PREFIX} for PHP's extensions. It is derived from 78# Relative path to ${PREFIX} for PHP's extensions. It is derived from
79# initial release of major version. 79# initial release of major version.
80# 80#
81# Example: lib/php/20181200 81# Example: lib/php/20181200
82# 82#
83# Keywords: php 83# Keywords: php
84# 84#
85 85
86.if !defined(PHPVERSION_MK) 86.if !defined(PHPVERSION_MK)
87PHPVERSION_MK= defined 87PHPVERSION_MK= defined
88 88
89# Define each PHP's version. 89# Define each PHP's version.
90PHP56_VERSION= 5.6.40 90PHP56_VERSION= 5.6.40
91PHP74_VERSION= 7.4.32 91PHP74_VERSION= 7.4.32
92PHP80_VERSION= 8.0.24 92PHP80_VERSION= 8.0.25
93PHP81_VERSION= 8.1.12 93PHP81_VERSION= 8.1.12
94 94
95# Define initial release of major version. 95# Define initial release of major version.
96PHP56_RELDATE= 20140828 96PHP56_RELDATE= 20140828
97PHP74_RELDATE= 20191128 97PHP74_RELDATE= 20191128
98PHP80_RELDATE= 20201124 98PHP80_RELDATE= 20201124
99PHP81_RELDATE= 20211125 99PHP81_RELDATE= 20211125
100 100
101_VARGROUPS+= php 101_VARGROUPS+= php
102_USER_VARS.php= PHP_VERSION_DEFAULT 102_USER_VARS.php= PHP_VERSION_DEFAULT
103_PKG_VARS.php= PHP_VERSIONS_ACCEPTED PHP_VERSION_REQD 103_PKG_VARS.php= PHP_VERSIONS_ACCEPTED PHP_VERSION_REQD
104_SYS_VARS.php= PKG_PHP_VERSION PKG_PHP PHPPKGSRCDIR PHP_PKG_PREFIX \ 104_SYS_VARS.php= PKG_PHP_VERSION PKG_PHP PHPPKGSRCDIR PHP_PKG_PREFIX \
105 PKG_PHP_MAJOR_VERS 105 PKG_PHP_MAJOR_VERS
106 106
107.include "../../mk/bsd.prefs.mk" 107.include "../../mk/bsd.prefs.mk"
108 108
109PHP_VERSION_DEFAULT?= 74 109PHP_VERSION_DEFAULT?= 74
110PHP_VERSIONS_ACCEPTED?= 74 56 80 81 110PHP_VERSIONS_ACCEPTED?= 74 56 80 81
111.for pv in ${PHP_VERSIONS_ACCEPTED} 111.for pv in ${PHP_VERSIONS_ACCEPTED}
112. if empty(PHP_VERSIONS_INCOMPATIBLE:M${pv}) 112. if empty(PHP_VERSIONS_INCOMPATIBLE:M${pv})
113_PHP_VERSIONS_ACCEPTED+= ${pv} 113_PHP_VERSIONS_ACCEPTED+= ${pv}
114. endif 114. endif
115.endfor 115.endfor
116 116
117# transform the list into individual variables 117# transform the list into individual variables
118.for pv in ${_PHP_VERSIONS_ACCEPTED} 118.for pv in ${_PHP_VERSIONS_ACCEPTED}
119_PHP_VERSION_${pv}_OK= yes 119_PHP_VERSION_${pv}_OK= yes
120.endfor 120.endfor
121 121
122# check what is installed 122# check what is installed
123.if exists(${LOCALBASE}/lib/php/${PHP81_RELDATE}) 123.if exists(${LOCALBASE}/lib/php/${PHP81_RELDATE})
124_PHP_VERSION_81_INSTALLED= yes 124_PHP_VERSION_81_INSTALLED= yes
125_PHP_INSTALLED= yes 125_PHP_INSTALLED= yes
126.elif exists(${LOCALBASE}/lib/php/${PHP80_RELDATE}) 126.elif exists(${LOCALBASE}/lib/php/${PHP80_RELDATE})
127_PHP_VERSION_80_INSTALLED= yes 127_PHP_VERSION_80_INSTALLED= yes
128_PHP_INSTALLED= yes 128_PHP_INSTALLED= yes
129.elif exists(${LOCALBASE}/lib/php/${PHP74_RELDATE}) 129.elif exists(${LOCALBASE}/lib/php/${PHP74_RELDATE})
130_PHP_VERSION_74_INSTALLED= yes 130_PHP_VERSION_74_INSTALLED= yes
131_PHP_INSTALLED= yes 131_PHP_INSTALLED= yes
132.elif exists(${LOCALBASE}/lib/php/${PHP56_RELDATE}) 132.elif exists(${LOCALBASE}/lib/php/${PHP56_RELDATE})
133_PHP_VERSION_56_INSTALLED= yes 133_PHP_VERSION_56_INSTALLED= yes
134_PHP_INSTALLED= yes 134_PHP_INSTALLED= yes
135.endif 135.endif
136 136
137# if a version is explicitly required, take it 137# if a version is explicitly required, take it
138.if defined(PHP_VERSION_REQD) 138.if defined(PHP_VERSION_REQD)
139_PHP_VERSION= ${PHP_VERSION_REQD} 139_PHP_VERSION= ${PHP_VERSION_REQD}
140.endif 140.endif
141# if the default is already installed, it is first choice 141# if the default is already installed, it is first choice
142.if !defined(_PHP_VERSION) 142.if !defined(_PHP_VERSION)
143.if defined(_PHP_VERSION_${PHP_VERSION_DEFAULT}_OK) 143.if defined(_PHP_VERSION_${PHP_VERSION_DEFAULT}_OK)
144.if defined(_PHP_VERSION_${PHP_VERSION_DEFAULT}_INSTALLED) 144.if defined(_PHP_VERSION_${PHP_VERSION_DEFAULT}_INSTALLED)
145_PHP_VERSION= ${PHP_VERSION_DEFAULT} 145_PHP_VERSION= ${PHP_VERSION_DEFAULT}
146.endif 146.endif
147.endif 147.endif
148.endif 148.endif
149# prefer an already installed version, in order of "accepted" 149# prefer an already installed version, in order of "accepted"
150.if !defined(_PHP_VERSION) 150.if !defined(_PHP_VERSION)
151.for pv in ${_PHP_VERSIONS_ACCEPTED} 151.for pv in ${_PHP_VERSIONS_ACCEPTED}
152.if defined(_PHP_VERSION_${pv}_INSTALLED) 152.if defined(_PHP_VERSION_${pv}_INSTALLED)
153_PHP_VERSION?= ${pv} 153_PHP_VERSION?= ${pv}
154.else 154.else
155# keep information as last resort - see below 155# keep information as last resort - see below
156_PHP_VERSION_FIRSTACCEPTED?= ${pv} 156_PHP_VERSION_FIRSTACCEPTED?= ${pv}
157.endif 157.endif
158.endfor 158.endfor
159.endif 159.endif
160# if the default is OK for the add-on pkg, take this 160# if the default is OK for the add-on pkg, take this
161.if !defined(_PHP_VERSION) 161.if !defined(_PHP_VERSION)
162.if defined(_PHP_VERSION_${PHP_VERSION_DEFAULT}_OK) 162.if defined(_PHP_VERSION_${PHP_VERSION_DEFAULT}_OK)
163_PHP_VERSION= ${PHP_VERSION_DEFAULT} 163_PHP_VERSION= ${PHP_VERSION_DEFAULT}
164.endif 164.endif
165.endif 165.endif
166# take the first one accepted by the package 166# take the first one accepted by the package
167.if !defined(_PHP_VERSION) 167.if !defined(_PHP_VERSION)
168_PHP_VERSION= ${_PHP_VERSION_FIRSTACCEPTED} 168_PHP_VERSION= ${_PHP_VERSION_FIRSTACCEPTED}
169.endif 169.endif
170 170
171# 171#
172# Variable assignment for multi-PHP packages 172# Variable assignment for multi-PHP packages
173MULTI+= PHP_VERSION_REQD=${_PHP_VERSION} 173MULTI+= PHP_VERSION_REQD=${_PHP_VERSION}
174 174
175# export some of the internal variables 175# export some of the internal variables
176PKG_PHP_VERSION:= ${_PHP_VERSION:C/\.[0-9]//} 176PKG_PHP_VERSION:= ${_PHP_VERSION:C/\.[0-9]//}
177PKG_PHP:= PHP${_PHP_VERSION:C/([0-9])([0-9])/\1.\2/} 177PKG_PHP:= PHP${_PHP_VERSION:C/([0-9])([0-9])/\1.\2/}
178 178
179# Major version 179# Major version
180PKG_PHP_MAJOR_VERS:= ${_PHP_VERSION:C/^([0-9]).*/\1/} 180PKG_PHP_MAJOR_VERS:= ${_PHP_VERSION:C/^([0-9]).*/\1/}
181 181
182PHP_CHECK_INSTALLED?= Yes 182PHP_CHECK_INSTALLED?= Yes
183 183
184# if installed PHP isn't compatible with required PHP, bail out 184# if installed PHP isn't compatible with required PHP, bail out
185.if empty(PHP_CHECK_INSTALLED:M[nN][oO]) 185.if empty(PHP_CHECK_INSTALLED:M[nN][oO])
186.if defined(_PHP_INSTALLED) && !defined(_PHP_VERSION_${_PHP_VERSION}_INSTALLED) 186.if defined(_PHP_INSTALLED) && !defined(_PHP_VERSION_${_PHP_VERSION}_INSTALLED)
187PKG_FAIL_REASON+= "Package accepts ${PKG_PHP}, but a different version is installed" 187PKG_FAIL_REASON+= "Package accepts ${PKG_PHP}, but a different version is installed"
188.endif 188.endif
189.endif 189.endif
190 190
191MESSAGE_SUBST+= PKG_PHP_VERSION=${PKG_PHP_VERSION} \ 191MESSAGE_SUBST+= PKG_PHP_VERSION=${PKG_PHP_VERSION} \
192 PKG_PHP=${PKG_PHP} 192 PKG_PHP=${PKG_PHP}
193PLIST_SUBST+= PHP_PKG_PREFIX=${PHP_PKG_PREFIX} \ 193PLIST_SUBST+= PHP_PKG_PREFIX=${PHP_PKG_PREFIX} \
194 PKG_PHP_VERSION=${PKG_PHP_VERSION} \ 194 PKG_PHP_VERSION=${PKG_PHP_VERSION} \
195 PKG_PHP_MAJOR_VERS=${PKG_PHP_MAJOR_VERS} \ 195 PKG_PHP_MAJOR_VERS=${PKG_PHP_MAJOR_VERS} \
196 PHP_EXTENSION_DIR=${PHP_EXTENSION_DIR} 196 PHP_EXTENSION_DIR=${PHP_EXTENSION_DIR}
197 197
198# force the selected PHP version for recursive builds 198# force the selected PHP version for recursive builds
199PHP_VERSION_REQD:= ${PKG_PHP_VERSION} 199PHP_VERSION_REQD:= ${PKG_PHP_VERSION}
200 200
201# 201#
202# set variables for the version we decided to use: 202# set variables for the version we decided to use:
203# 203#
204.if ${_PHP_VERSION} == "56" 204.if ${_PHP_VERSION} == "56"
205PHP_VERSION= ${PHP56_VERSION} 205PHP_VERSION= ${PHP56_VERSION}
206PHP_INITIAL_TEENY= 3 206PHP_INITIAL_TEENY= 3
207PHP_EXTENSION_DIR= lib/php/${PHP56_RELDATE} 207PHP_EXTENSION_DIR= lib/php/${PHP56_RELDATE}
208.elif ${_PHP_VERSION} == "74" 208.elif ${_PHP_VERSION} == "74"
209PHP_VERSION= ${PHP74_VERSION} 209PHP_VERSION= ${PHP74_VERSION}
210PHP_EXTENSION_DIR= lib/php/${PHP74_RELDATE} 210PHP_EXTENSION_DIR= lib/php/${PHP74_RELDATE}
211.elif ${_PHP_VERSION} == "80" 211.elif ${_PHP_VERSION} == "80"
212PHP_VERSION= ${PHP80_VERSION} 212PHP_VERSION= ${PHP80_VERSION}
213PHP_EXTENSION_DIR= lib/php/${PHP80_RELDATE} 213PHP_EXTENSION_DIR= lib/php/${PHP80_RELDATE}
214.elif ${_PHP_VERSION} == "81" 214.elif ${_PHP_VERSION} == "81"
215PHP_VERSION= ${PHP81_VERSION} 215PHP_VERSION= ${PHP81_VERSION}
216PHP_EXTENSION_DIR= lib/php/${PHP81_RELDATE} 216PHP_EXTENSION_DIR= lib/php/${PHP81_RELDATE}
217.else 217.else
218# force an error 218# force an error
219PKG_FAIL_REASON+= "${PKG_PHP} is not a valid package" 219PKG_FAIL_REASON+= "${PKG_PHP} is not a valid package"
220.endif 220.endif
221 221
222PHP_INITIAL_TEENY?= 0 222PHP_INITIAL_TEENY?= 0
223PHPPKGSRCDIR= ../../lang/php${PKG_PHP_VERSION} 223PHPPKGSRCDIR= ../../lang/php${PKG_PHP_VERSION}
224PHP_PKG_PREFIX= php${PKG_PHP_VERSION} 224PHP_PKG_PREFIX= php${PKG_PHP_VERSION}
225 225
226_PHP_VER_MAJOR= ${PHP_VERSION:C/([0-9]+)\.([0-9]+)\.([0-9]+)/\1/} 226_PHP_VER_MAJOR= ${PHP_VERSION:C/([0-9]+)\.([0-9]+)\.([0-9]+)/\1/}
227_PHP_VER_MINOR= ${PHP_VERSION:C/([0-9]+)\.([0-9]+)\.([0-9]+)/\2/} 227_PHP_VER_MINOR= ${PHP_VERSION:C/([0-9]+)\.([0-9]+)\.([0-9]+)/\2/}
228 228
229PHP_BASE_VERS= ${_PHP_VER_MAJOR}.${_PHP_VER_MINOR}.${PHP_INITIAL_TEENY} 229PHP_BASE_VERS= ${_PHP_VER_MAJOR}.${_PHP_VER_MINOR}.${PHP_INITIAL_TEENY}
230 230
231# 231#
232# check installed version against required: 232# check installed version against required:
233# 233#
234.if !empty(PHP_CHECK_INSTALLED:M[nN][oO]) 234.if !empty(PHP_CHECK_INSTALLED:M[nN][oO])
235.if defined(_PHP_VERSION_INSTALLED) && ${_PHP_VERSION} != ${_PHP_VERSION_INSTALLED} 235.if defined(_PHP_VERSION_INSTALLED) && ${_PHP_VERSION} != ${_PHP_VERSION_INSTALLED}
236PKG_FAIL_REASON+= "${PKGBASE} requires ${PKG_PHP}, but php-${_PHP_VERSION_INSTALLED} is already installed." 236PKG_FAIL_REASON+= "${PKGBASE} requires ${PKG_PHP}, but php-${_PHP_VERSION_INSTALLED} is already installed."
237.endif 237.endif
238.endif 238.endif
239 239
240.endif # PHPVERSION_MK 240.endif # PHPVERSION_MK

cvs diff -r1.24.2.1 -r1.24.2.2 pkgsrc/lang/php80/distinfo (switch to unified diff)

--- pkgsrc/lang/php80/distinfo 2022/10/03 14:45:52 1.24.2.1
+++ pkgsrc/lang/php80/distinfo 2022/11/05 19:21:29 1.24.2.2
@@ -1,20 +1,20 @@ @@ -1,20 +1,20 @@
1$NetBSD: distinfo,v 1.24.2.1 2022/10/03 14:45:52 bsiegert Exp $ 1$NetBSD: distinfo,v 1.24.2.2 2022/11/05 19:21:29 bsiegert Exp $
2 2
3BLAKE2s (php-8.0.24.tar.xz) = a9f2ca0e37bcc5d2de1d76f228b05535ee18ea2e2164b2df67db7f67e89f635a 3BLAKE2s (php-8.0.25.tar.xz) = 48709affae5ad92c7d8d239a91400c3b784daa28bb71af45e5b4d1091046399c
4SHA512 (php-8.0.24.tar.xz) = f4922c03b613aae35005b6b39630c0de7c25929b7f4edd9c5062a747a747df065ae9b52c17c34433ecb801bc54fce2fa34ae46165deb527f0fe2c86e5da73400 4SHA512 (php-8.0.25.tar.xz) = 43bb0637e424e2a637e05f3faf0ca2c5309f2d9cc03def9fc9af9b756003ea6efe730b608c70177c3c1b9cb03cef31c27cd6507cca9d9f0fd854aadb5e51aee3
5Size (php-8.0.24.tar.xz) = 10895332 bytes 5Size (php-8.0.25.tar.xz) = 10802888 bytes
6SHA1 (patch-build_libtool.m4) = e58a2bcebe9e9d7dc7255354fd9fe57878e3f8a6 6SHA1 (patch-build_libtool.m4) = e58a2bcebe9e9d7dc7255354fd9fe57878e3f8a6
7SHA1 (patch-configure) = 6c3d2537eb4d1c2ed05e8e1e411701d316c67d8b 7SHA1 (patch-configure) = 6c3d2537eb4d1c2ed05e8e1e411701d316c67d8b
8SHA1 (patch-disable-filter-url) = 0a2c19c18f089448a8d842e99738b292ab9e5640 8SHA1 (patch-disable-filter-url) = 0a2c19c18f089448a8d842e99738b292ab9e5640
9SHA1 (patch-ext_enchant_enchant.c) = 74e0ec62928c84998ea41863088203f2511911fd 9SHA1 (patch-ext_enchant_enchant.c) = 74e0ec62928c84998ea41863088203f2511911fd
10SHA1 (patch-ext_openssl_openssl.c) = 6d83ad075866c90e17a8085fc7b562f33aea8583 10SHA1 (patch-ext_openssl_openssl.c) = 6d83ad075866c90e17a8085fc7b562f33aea8583
11SHA1 (patch-ext_phar_Makefile.frag) = 53ea5c58b0bc27d236118d5750a74b1cba43e5dd 11SHA1 (patch-ext_phar_Makefile.frag) = 53ea5c58b0bc27d236118d5750a74b1cba43e5dd
12SHA1 (patch-ext_tidy_config.m4) = 380f4e8927582b2781faf58b17ad81b6dc967ba7 12SHA1 (patch-ext_tidy_config.m4) = 380f4e8927582b2781faf58b17ad81b6dc967ba7
13SHA1 (patch-ext_xsl_php__xsl.h) = cf930c5d6d9dab29b12558d265c67d3534a006fd 13SHA1 (patch-ext_xsl_php__xsl.h) = cf930c5d6d9dab29b12558d265c67d3534a006fd
14SHA1 (patch-main_streams_streams.c) = e70cfc7f7ef096d9705c1f7dafd9e90d435d5150 14SHA1 (patch-main_streams_streams.c) = e70cfc7f7ef096d9705c1f7dafd9e90d435d5150
15SHA1 (patch-php.ini-development) = e6815f2774ba071baa510fd5490fb5fa377d2462 15SHA1 (patch-php.ini-development) = e6815f2774ba071baa510fd5490fb5fa377d2462
16SHA1 (patch-php.ini-production) = 3ee4d2e2e4fb4dbcb5b64df86751f7feeef0e20d 16SHA1 (patch-php.ini-production) = 3ee4d2e2e4fb4dbcb5b64df86751f7feeef0e20d
17SHA1 (patch-sapi_cgi_Makefile.frag) = f4cd64d334884c49787d8854115c8cd69cc79bb8 17SHA1 (patch-sapi_cgi_Makefile.frag) = f4cd64d334884c49787d8854115c8cd69cc79bb8
18SHA1 (patch-sapi_cli_Makefile.frag) = 1cd29d09042863acbf5330e406410fdcf75d06b3 18SHA1 (patch-sapi_cli_Makefile.frag) = 1cd29d09042863acbf5330e406410fdcf75d06b3
19SHA1 (patch-sapi_fpm_fpm_events_port.c) = 30ecee10f6d34b7422972e1e275b4f73c7fd964d 19SHA1 (patch-sapi_fpm_fpm_events_port.c) = 30ecee10f6d34b7422972e1e275b4f73c7fd964d
20SHA1 (patch-sapi_fpm_php-fpm.conf.in) = acf9b4e70d4c5ea2b96e37e7bbf9005379ecc4d0 20SHA1 (patch-sapi_fpm_php-fpm.conf.in) = acf9b4e70d4c5ea2b96e37e7bbf9005379ecc4d0