Lines 4-10
Link Here
|
4 |
Summary: The PHP5 scripting language |
4 |
Summary: The PHP5 scripting language |
5 |
Name: php5 |
5 |
Name: php5 |
6 |
Version: 5.6.31 |
6 |
Version: 5.6.31 |
7 |
Release: alt1%ubt |
7 |
Release: alt2%ubt |
8 |
|
8 |
|
9 |
%define php5_name %name |
9 |
%define php5_name %name |
10 |
%define _php5_version %version |
10 |
%define _php5_version %version |
Lines 36-41
Patch13: php-4.3.11-dlopen.patch
Link Here
|
36 |
|
36 |
|
37 |
Patch17: php-fix-headers-order.patch |
37 |
Patch17: php-fix-headers-order.patch |
38 |
|
38 |
|
|
|
39 |
Patch20: php-pcre-jit.patch |
40 |
|
39 |
Patch30: php-4.3.11-libtool.patch |
41 |
Patch30: php-4.3.11-libtool.patch |
40 |
Patch32: php-5.2.1-umask.patch |
42 |
Patch32: php-5.2.1-umask.patch |
41 |
Patch33: php-5.2.5-norpath.patch |
43 |
Patch33: php-5.2.5-norpath.patch |
Lines 163-168
in use by other PHP5-related packages.
Link Here
|
163 |
%patch12 -p2 -b .alternatives |
165 |
%patch12 -p2 -b .alternatives |
164 |
%patch13 -p1 |
166 |
%patch13 -p1 |
165 |
%patch17 -p1 |
167 |
%patch17 -p1 |
|
|
168 |
%patch20 -p1 |
166 |
%patch30 -p0 |
169 |
%patch30 -p0 |
167 |
%patch32 -p1 |
170 |
%patch32 -p1 |
168 |
%patch33 -p2 |
171 |
%patch33 -p2 |
Lines 248-253
subst "s,./stamp=$,," build/buildcheck.sh
Link Here
|
248 |
--without-mysql \ |
251 |
--without-mysql \ |
249 |
--with-mm=%_usr \ |
252 |
--with-mm=%_usr \ |
250 |
--without-sqlite \ |
253 |
--without-sqlite \ |
|
|
254 |
%ifarch e2k |
255 |
--without-pcre-jit \ |
256 |
%endif |
251 |
--with-regex=php \ |
257 |
--with-regex=php \ |
252 |
--without-pear \ |
258 |
--without-pear \ |
253 |
# |
259 |
# |
Lines 423-428
subst 's,@php5_release@,%php5_release,' %buildroot/%_sysconfdir/rpm/macros.d
Link Here
|
423 |
%doc tests run-tests.php |
429 |
%doc tests run-tests.php |
424 |
|
430 |
|
425 |
%changelog |
431 |
%changelog |
|
|
432 |
* Sat Oct 07 2017 Michael Shigorin <mike@altlinux.org> 5.6.31-alt2%ubt |
433 |
- NMU: backported php7 patch to disable pcre jit; |
434 |
see also https://bugs.php.net/bug.php?id=73121 |
435 |
- E2K: avoid pcre jit (needs porting) |
436 |
|
426 |
* Fri Jul 07 2017 Anton Farygin <rider@altlinux.ru> 5.6.31-alt1%ubt |
437 |
* Fri Jul 07 2017 Anton Farygin <rider@altlinux.ru> 5.6.31-alt1%ubt |
427 |
- new version with security fixes for mbstring (CVE-2017-9224, CVE-2017-9226, CVE-2017-9227, CVE-2017-9228, CVE-2017-9229) |
438 |
- new version with security fixes for mbstring (CVE-2017-9224, CVE-2017-9226, CVE-2017-9227, CVE-2017-9228, CVE-2017-9229) |
428 |
|
439 |
|
429 |
- |
|
|