Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package rubygem-passenger for
openSUSE:Factory checked in at 2025-07-02 18:17:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-passenger (Old)
and /work/SRC/openSUSE:Factory/.rubygem-passenger.new.7067 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-passenger"
Wed Jul 2 18:17:20 2025 rev:26 rq:1289850 version:6.0.27
Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-passenger/rubygem-passenger.changes
2025-06-27 23:02:38.144545782 +0200
+++
/work/SRC/openSUSE:Factory/.rubygem-passenger.new.7067/rubygem-passenger.changes
2025-07-02 18:17:52.920343264 +0200
@@ -11,0 +12,7 @@
+Thu May 22 14:37:13 UTC 2025 - Ralf Habacker <[email protected]>
+
+- Extend documentation in apache configuration file:
+ * Document PassengerDisableAnonymousTelemetry
+ * Add missing log level for PassengerLogLevel
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ mod_passenger.conf ++++++
--- /var/tmp/diff_new_pack.pqvKlg/_old 2025-07-02 18:17:55.324443152 +0200
+++ /var/tmp/diff_new_pack.pqvKlg/_new 2025-07-02 18:17:55.328443318 +0200
@@ -40,8 +40,23 @@
#
# 2: Show more debugging information. This is typically only useful for
# developers.
+ #
# 3: Show even more debugging information.
#
+ # 4: Also show less important informational messages. These messages
+ # show more details about what Passenger is doing. They're high-level
+ # enough to be readable by users.
+ #
+ # 5: Also show the most important debugging information. Reading this
+ # information requires some system or programming knowledge, but the
+ # information shown is typically high-level enough to be understood
+ # by experienced system administrators.
+ #
+ # 6: Show more debugging information. This is typically only useful for
+ # developers.
+ #
+ # 7: Show even more debugging information.
+ #
# This option may only occur once, in the global server configuration.
#
# The default is 0.
@@ -73,5 +88,12 @@
#
PassengerInstanceRegistryDir @passengertmpdir@
+ #
+ # This option allows disabling the Passenger anonymous telemetry
+ # reporting, which regularly sends anonymous telemetry data to
+ # https://anontelemetry.phusionpassenger.com.
+ #
+ PassengerDisableAnonymousTelemetry off
+
</IfModule>