Script 'mail_helper' called by obssrc
Hello community,

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

Package is "php8"

Tue Jan 11 00:01:59 2022 rev:18 rq:945332 version:8.0.14

Changes:
--------
--- /work/SRC/openSUSE:Factory/php8/php8.changes        2021-12-21 
18:40:33.829870189 +0100
+++ /work/SRC/openSUSE:Factory/.php8.new.1892/php8.changes      2022-01-11 
00:02:35.637277170 +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:
------------------
++++++ php8.spec ++++++
--- /var/tmp/diff_new_pack.zQ6F2j/_old  2022-01-11 00:02:36.249277707 +0100
+++ /var/tmp/diff_new_pack.zQ6F2j/_new  2022-01-11 00:02:36.253277710 +0100
@@ -166,8 +166,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}
@@ -1248,8 +1248,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:
@@ -1331,7 +1329,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.zQ6F2j/_old  2022-01-11 00:02:36.353277798 +0100
+++ /var/tmp/diff_new_pack.zQ6F2j/_new  2022-01-11 00:02:36.357277802 +0100
@@ -29,13 +29,4 @@
  
  ; Maximum number of links.  -1 means no limit.
  ; http://php.net/mysqli.max-links
-@@ -1347,7 +1347,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/php8"
- 
- ; Whether to use strict session mode.
- ; Strict session mode does not accept an uninitialized session ID, and
 

Reply via email to