SPECS: php.spec - 5.2.3: resolves CVE-2007-2872, CVE-2007-2756, CV...
glen
glen at pld-linux.org
Fri Jun 1 10:46:00 CEST 2007
Author: glen Date: Fri Jun 1 08:45:59 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- 5.2.3: resolves CVE-2007-2872, CVE-2007-2756, CVE-2007-1900;
improves fix for CVE-2007-1887
---- Files affected:
SPECS:
php.spec (1.673 -> 1.674)
---- Diffs:
================================================================
Index: SPECS/php.spec
diff -u SPECS/php.spec:1.673 SPECS/php.spec:1.674
--- SPECS/php.spec:1.673 Wed May 30 22:22:45 2007
+++ SPECS/php.spec Fri Jun 1 10:45:54 2007
@@ -47,7 +47,7 @@
%bcond_without apache2 # disable building apache 2.x module
%bcond_without fcgi # disable building FCGI SAPI
%bcond_without zts # disable experimental-zts
-%bcond_without tests
+%bcond_without tests # do not perform "make test"
%bcond_with versioning # build with experimental versioning (to load php4/php5 into same apache)
%define apxs1 /usr/sbin/apxs1
@@ -72,7 +72,7 @@
%undefine with_filter
%endif
-%define _rel 3
+%define _rel 1
Summary: PHP: Hypertext Preprocessor
Summary(fr.UTF-8): Le langage de script embarque-HTML PHP
Summary(pl.UTF-8): Język skryptowy PHP
@@ -80,13 +80,13 @@
Summary(ru.UTF-8): PHP Версии 5 - язык препроцессирования HTML-файлов, выполняемый на сервере
Summary(uk.UTF-8): PHP Версії 5 - мова препроцесування HTML-файлів, виконувана на сервері
Name: php
-Version: 5.2.2
+Version: 5.2.3
Release: %{_rel}%{?with_hardening:hardened}
Epoch: 4
License: PHP
Group: Libraries
Source0: http://www.php.net/distributions/%{name}-%{version}.tar.bz2
-# Source0-md5: d084337867d70b50a10322577be0e44e
+# Source0-md5: eb50b751c8e1ced05bd012d5a0e4dec3
Source2: zend.gif
Source3: %{name}-mod_%{name}.conf
Source4: %{name}-cgi-fcgi.ini
@@ -1799,7 +1799,7 @@
%{__make} build-modules
%if %{with apache1}
-%{__make} libtool-sapi LIBTOOL_SAPI=sapi/apache/libphp5.la -f Makefile.apxs1
+%{__make} libtool-sapi LIBTOOL_SAPI=sapi/apache/libphp5.la -f Makefile.apxs1 LDFLAGS=-lpthread
%endif
%if %{with apache2}
@@ -1809,14 +1809,14 @@
# FCGI
%if %{with fcgi}
cp -af php_config.h.fcgi main/php_config.h
-%{__make} sapi/cgi/php -f Makefile.fcgi LDFLAGS=-lpthread
+%{__make} sapi/cgi/php-cgi -f Makefile.fcgi LDFLAGS=-lpthread
cp -r sapi/cgi sapi/fcgi
rm -rf sapi/cgi/.libs sapi/cgi/*.lo
%endif
# CGI
cp -af php_config.h.cgi main/php_config.h
-%{__make} sapi/cgi/php -f Makefile.cgi LDFLAGS=-lpthread
+%{__make} sapi/cgi/php-cgi -f Makefile.cgi LDFLAGS=-lpthread
# CLI
cp -af php_config.h.cli main/php_config.h
@@ -1859,11 +1859,11 @@
sed -i -e 's|libphp_common.la|$(libdir)/libphp_common.la|' $RPM_BUILD_ROOT%{_libdir}/php/build/acinclude.m4
# install CGI
-libtool --silent --mode=install install sapi/cgi/php $RPM_BUILD_ROOT%{_bindir}/php.cgi
+libtool --silent --mode=install install sapi/cgi/php-cgi $RPM_BUILD_ROOT%{_bindir}/php.cgi
# install FCGI
%if %{with fcgi}
-libtool --silent --mode=install install sapi/fcgi/php $RPM_BUILD_ROOT%{_bindir}/php.fcgi
+libtool --silent --mode=install install sapi/fcgi/php-cgi $RPM_BUILD_ROOT%{_bindir}/php.fcgi
%endif
# install CLI
@@ -2725,6 +2725,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.674 2007/06/01 08:45:54 glen
+- 5.2.3: resolves CVE-2007-2872, CVE-2007-2756, CVE-2007-1900;
+ improves fix for CVE-2007-1887
+
Revision 1.673 2007/05/30 20:22:45 arekm
- rel 3; don't use check section for now
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/php.spec?r1=1.673&r2=1.674&f=u
More information about the pld-cvs-commit
mailing list