packages (PHP_5_2): php/php.spec -=?UTF-8?Q?=20?=/var/run/php created only if fpm enabled...
glen
glen at pld-linux.org
Mon Feb 27 21:48:17 CET 2012
Author: glen Date: Mon Feb 27 20:48:17 2012 GMT
Module: packages Tag: PHP_5_2
---- Log message:
- /var/run/php created only if fpm enabled (and it's not on all arches)
---- Files affected:
packages/php:
php.spec (1.805.2.102 -> 1.805.2.103)
---- Diffs:
================================================================
Index: packages/php/php.spec
diff -u packages/php/php.spec:1.805.2.102 packages/php/php.spec:1.805.2.103
--- packages/php/php.spec:1.805.2.102 Mon Feb 27 16:04:21 2012
+++ packages/php/php.spec Mon Feb 27 21:48:11 2012
@@ -114,7 +114,7 @@
Summary(uk.UTF-8): PHP Версії 5 - мова препроцесування HTML-файлів, виконувана на сервері
Name: php
Version: 5.2.17
-Release: 12
+Release: 13
Epoch: 4
License: PHP
Group: Libraries
@@ -2511,8 +2511,10 @@
install -p run-tests.php $RPM_BUILD_ROOT%{php_data_dir}/tests/php/run-tests.php
cp -a tests/* $RPM_BUILD_ROOT%{php_data_dir}/tests/php
+%if %{with fpm}
# /var/run/php is in php-dirs, here conflicts with __spec_install_post_check_tmpfiles macro
rmdir $RPM_BUILD_ROOT/var/run/php
+%endif
%clean
rm -rf $RPM_BUILD_ROOT
@@ -3380,6 +3382,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.805.2.103 2012/02/27 20:48:11 glen
+- /var/run/php created only if fpm enabled (and it's not on all arches)
+
Revision 1.805.2.102 2012/02/27 15:04:21 glen
- fix for php bug 47930 (PHP 5.2.x Remote Code Execution Vulnerability)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php/php.spec?r1=1.805.2.102&r2=1.805.2.103&f=u
More information about the pld-cvs-commit
mailing list