View | Details | Raw Unified | Return to bug 37023
Collapse All | Expand All

(-)a/.gear/php7.spec (-3 / +5 lines)
Lines 8-14 Link Here
8
Summary: The PHP7 scripting language
8
Summary: The PHP7 scripting language
9
Name:	 php7
9
Name:	 php7
10
Version: 7.2.19
10
Version: 7.2.19
11
Release: alt1
11
Release: alt1.1
12
12
13
%define php7_name      %name
13
%define php7_name      %name
14
%define _php7_version  %version
14
%define _php7_version  %version
Lines 193-202 subst "s,./stamp=$,," build/buildcheck.sh Link Here
193
# symbols visibility fix
193
# symbols visibility fix
194
sed -is 's,\(zend_module_entry \)\(.*= {\),zend_module_entry __attribute__ ((visibility("default"))) \2,;' ext/*/*.c
194
sed -is 's,\(zend_module_entry \)\(.*= {\),zend_module_entry __attribute__ ((visibility("default"))) \2,;' ext/*/*.c
195
195
196
%build
196
%autoreconf -I build
197
%autoreconf -I build
197
./buildconf --force
198
./buildconf --force
198
199
199
%build
200
%php7_env
200
%php7_env
201
201
202
# some plugins can be linked against lcxa (e.g. gd2); it can't be
202
# some plugins can be linked against lcxa (e.g. gd2); it can't be
Lines 436-441 chmod 755 %buildroot/%_rpmlibdir/%name.filetrigger Link Here
436
%doc tests run-tests.php 
436
%doc tests run-tests.php 
437
437
438
%changelog
438
%changelog
439
* Thu Jul 11 2019 Michael Shigorin <mike@altlinux.org> 7.2.19-alt1.1
440
- move autoreconf from %%prep to %%build
441
439
* Sat Jun 01 2019 Anton Farygin <rider@altlinux.ru> 7.2.19-alt1
442
* Sat Jun 01 2019 Anton Farygin <rider@altlinux.ru> 7.2.19-alt1
440
- 7.2.19 (fixes: CVE-2019-11040)
443
- 7.2.19 (fixes: CVE-2019-11040)
441
- fixed build on mipsel by iv@
444
- fixed build on mipsel by iv@
442
- 

Return to bug 37023