Projects
home:rottame:vhosts-ng:php53
php5
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 7
View file
php5.changes
Changed
@@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Fri May 31 13:34:46 UTC 2024 - Angelo Grossini <angelo@intercom.it> + +- set session.save_path to /tmp + +------------------------------------------------------------------- Thu Aug 17 07:33:15 UTC 2023 - Angelo Grossini <rottame@intercom.it> - add provides php-cli(vhng)
View file
php5.spec
Changed
@@ -25,6 +25,7 @@ %define pkg_name php5 %define with_spell 1 +BuildRequires: gettext-tools BuildRequires: libopenssl-1_0_0-devel BuildRequires: libcurl-openssl_1_0_0-devel BuildRequires: imap-openssl_1_0_0-devel @@ -238,6 +239,7 @@ Patch257: php-5.3.29-CVE-2015-0231.patch # PATCH-FIX-UPSTREAM php-5.3.29-CVE-2015-0232.patch CVE-2015-0232 bnc#914690 -- Bug #68799 The exif_process_unicode function allows remote attackers to execute arbitrary code or cause a denial of service Patch258: php-5.3.29-CVE-2015-0232.patch +Patch1000: session-save-path.patch Url: http://www.php.net BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -1462,6 +1464,7 @@ %patch256 -p1 %patch257 -p1 %patch258 -p1 +%patch1000 -p1 # Safety check for API version change. vapi=`sed -n '/#define PHP_API_VERSION/{s/.* //;p}' main/php.h`
View file
session-save-path.patch
Added
@@ -0,0 +1,11 @@ +--- a/php.ini-production 2024-05-31 12:20:11.640188418 +0200 ++++ b/php.ini-production 2024-05-31 12:22:00.649654159 +0200 +@@ -1487,7 +1487,7 @@ + ; where MODE is the octal representation of the mode. Note that this + ; does not overwrite the process's umask. + ; http://php.net/session.save-path +-session.save_path = "/var/lib/php5" ++session.save_path = "/tmp" + + ; Whether to use cookies. + ; http://php.net/session.use-cookies
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.