Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package php7 for openSUSE:Factory checked in 
at 2022-01-11 00:01:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/php7 (Old)
 and      /work/SRC/openSUSE:Factory/.php7.new.1892 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "php7"

Tue Jan 11 00:01:58 2022 rev:109 rq:945331 version:7.4.27

Changes:
--------
--- /work/SRC/openSUSE:Factory/php7/php7.changes        2021-12-21 
18:40:35.197871417 +0100
+++ /work/SRC/openSUSE:Factory/.php7.new.1892/php7.changes      2022-01-11 
00:02:34.577276242 +0100
@@ -1,0 +2,6 @@
+Sun Jan  9 10:40:43 UTC 2022 - Arjen de Korte <suse+bu...@de-korte.org>
+
+- use /tmp to store session information (boo#1194414)
+  % php-ini.patch
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ php7.spec ++++++
--- /var/tmp/diff_new_pack.s3pJb3/_old  2022-01-11 00:02:35.321276893 +0100
+++ /var/tmp/diff_new_pack.s3pJb3/_new  2022-01-11 00:02:35.325276897 +0100
@@ -168,8 +168,6 @@
 %if "%{flavor}" == ""
 Requires:       php-sapi = %{version}
 Requires:       timezone
-Requires(pre):  group(www)
-Requires(pre):  user(wwwrun)
 Recommends:     php-ctype = %{version}
 Recommends:     php-dom = %{version}
 Recommends:     php-iconv = %{version}
@@ -318,6 +316,8 @@
 BuildRequires:  php = %{version}
 BuildRequires:  pkgconfig(libsystemd) >= 209
 Requires:       php = %{version}
+Requires:       group(www)
+Requires:       user(wwwrun)
 Provides:       php-fpm = %{version}
 Provides:       php-sapi = %{version}
 Conflicts:      php-fpm < %{version}
@@ -1284,8 +1284,6 @@
     fi
     echo "${zend_}extension=$ext.so" >> 
%{buildroot}%{php_sysconf}/conf.d/$ext.ini
 done
-# directory for sessions
-install -d %{buildroot}%{_localstatedir}/lib/%{php_name}
 # fix symlink (bnc#734176)
 ln -s %{_bindir}/php %{buildroot}%{_bindir}/%{php_name}
 # install the macros file:
@@ -1366,7 +1364,6 @@
 %dir %{extension_dir}
 %dir %{php_sysconf}
 %dir %{php_sysconf}/conf.d
-%attr(0755, %{apache_user}, root) %dir %{_localstatedir}/lib/%{php_name}
 
 %files cli
 %defattr(-, root, root)


++++++ php-ini.patch ++++++
--- /var/tmp/diff_new_pack.s3pJb3/_old  2022-01-11 00:02:35.417276978 +0100
+++ /var/tmp/diff_new_pack.s3pJb3/_new  2022-01-11 00:02:35.421276981 +0100
@@ -29,13 +29,4 @@
  
  ; Maximum number of links.  -1 means no limit.
  ; http://php.net/mysqli.max-links
-@@ -1354,7 +1355,7 @@ session.save_handler = files
- ; 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 = "/tmp"
-+session.save_path = "/var/lib/php7"
- 
- ; Whether to use strict session mode.
- ; Strict session mode does not accept an uninitialized session ID, and
 

Reply via email to