Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package apache2 for openSUSE:Factory checked 
in at 2026-01-06 17:41:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apache2 (Old)
 and      /work/SRC/openSUSE:Factory/.apache2.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "apache2"

Tue Jan  6 17:41:57 2026 rev:223 rq:1325323 version:2.4.66

Changes:
--------
--- /work/SRC/openSUSE:Factory/apache2/apache2.changes  2025-12-10 
15:30:16.521601045 +0100
+++ /work/SRC/openSUSE:Factory/.apache2.new.1928/apache2.changes        
2026-01-06 17:42:53.145466425 +0100
@@ -1,0 +2,10 @@
+Sun Jan  4 20:47:09 UTC 2026 - Martin Schreiner <[email protected]>
+
+- Include a sane HTTPD_SYSCONFIG_FILE env. variable when invoking
+  /usr/sbin/httpd.
+  The appropriate MPM was not being located when calling /usr/sbin/httpd
+  directly.
+- Rename event's 'mod_cgi' to 'mod_cgid' in loadmodule.conf, as that's what
+  the event MPM ships.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ apache2.spec ++++++
--- /var/tmp/diff_new_pack.hTqyds/_old  2026-01-06 17:42:56.049585975 +0100
+++ /var/tmp/diff_new_pack.hTqyds/_new  2026-01-06 17:42:56.073586963 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package apache2
 #
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++++++ apache2-httpd ++++++
--- /var/tmp/diff_new_pack.hTqyds/_old  2026-01-06 17:42:57.213633893 +0100
+++ /var/tmp/diff_new_pack.hTqyds/_new  2026-01-06 17:42:57.249635375 +0100
@@ -11,9 +11,10 @@
 #
 #
 
+export HTTPD_SYSCONFIG_FILE="/etc/sysconfig/apache2"
 . /usr/share/apache2/script-helpers
-
 find_mpm
+
 apache_bin="$HTTPD_SBIN_BASE-$HTTPD_MPM"
 if ! [ -x $apache_bin ]; then
        echo >&2 "$apache_bin is not a valid httpd binary."

++++++ apache2-loadmodule.conf ++++++
--- /var/tmp/diff_new_pack.hTqyds/_old  2026-01-06 17:42:57.497645585 +0100
+++ /var/tmp/diff_new_pack.hTqyds/_new  2026-01-06 17:42:57.525646737 +0100
@@ -57,7 +57,7 @@
     LoadModule authz_groupfile_module         
/usr/lib64/apache2-event/mod_authz_groupfile.so
     LoadModule authz_user_module              
/usr/lib64/apache2-event/mod_authz_user.so
     LoadModule autoindex_module               
/usr/lib64/apache2-event/mod_autoindex.so
-    LoadModule cgi_module                     
/usr/lib64/apache2-event/mod_cgi.so
+    LoadModule cgid_module                    
/usr/lib64/apache2-event/mod_cgid.so
     LoadModule dir_module                     
/usr/lib64/apache2-event/mod_dir.so
     LoadModule env_module                     
/usr/lib64/apache2-event/mod_env.so
     LoadModule expires_module                 
/usr/lib64/apache2-event/mod_expires.so

Reply via email to