Hello community,

here is the log from the commit of package rubygem-passenger for 
openSUSE:Factory checked in at 2020-06-25 15:11:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-passenger (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-passenger.new.3060 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-passenger"

Thu Jun 25 15:11:14 2020 rev:7 rq:817023 version:6.0.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-passenger/rubygem-passenger.changes      
2019-09-26 20:41:45.306458956 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-passenger.new.3060/rubygem-passenger.changes
    2020-06-25 15:11:45.778181419 +0200
@@ -1,0 +2,46 @@
+Thu Jun 25 09:57:14 UTC 2020 - Manuel Schnitzer <[email protected]>
+
+- updated to version 6.0.5
+
+  Release 6.0.5
+  -------------
+
+   * [Enterprise] Fixed a regression (introduced in 5.0.0) where Flying 
Passenger could not update the Passenger configuration. Closes GH-1554.
+   * Adds Ubuntu 20.04 "Focal" packages, and removes Ubuntu 19.04 "Disco" 
packages.
+   * Adds RHEL / CentOS 8 packages.
+   * [Nginx] Converts CentOS 7 packages to provide a dynamic module instead of 
a full Nginx install.
+   * Fixes the encoding name for xml output from the `passenger-status 
--show=xml` command. Closes GH-2248.
+   * Adds the 'etc' gem as an explicit dependency. Closes GH-2124.
+   * Adds a user agent to the passenger pre-spawn script. Closes GH-1534.
+   * Fixes a compilation issue on FreeBSD. Closes GH-2240.
+   * Fixes an issue where rack bodies may not be processed correctly.
+   * Improves the database reconnection speed in forked processes. closes 
GH-2253.
+   * [Nginx] Adds a config option `passenger_temp_path` to set the path used 
for the disk backed response cache. Re-Closes GH-2075.
+   * [Apache] Protects the path info and script name passed to the app from 
modifications done by mod_security. Closes GH-2198.
+   * Ensures baseuri is set per request, even if config is loaded from cache. 
Closes GH-2117.
+   * Make temp dir toucher cleanup code more resilient to permissions issues.
+   * [Nginx] Bumps the preferred Nginx version to 1.18.0 (previously 1.17.3).
+   * [Nginx] The preferred PCRE version is now 8.44 (previously 8.43).
+   * Removed deprecated rubyforge gemspec property. Contributed by 
@olleolleolle.
+   * Adds an option for specifying the attributes on the sticky session cookie:
+    - Apache:     PassengerStickySessionsCookieAttributes     "SameSite=Lax; 
Secure;"
+    - Nginx:      passenger_sticky_sessions_cookie_attributes "SameSite=Lax; 
Secure;"
+    - Standalone: --sticky-sessions-cookie-attributes         "SameSite=Lax; 
Secure;"
+   * Updated various library versions used in precompiled binaries (used for 
e.g. gem installs):
+
+      - ccache 3.7.9 (was 3.7.3)
+      - Curl 7.69.1 (was 7.66.0)
+      - Git 2.26.2 (was 2.23.0)
+      - GnuPG 2.2.20 (was 2.2.17)
+      - libgpg_error 1.37 (was 1.36)
+      - OpenSSL 1.0.2u (was 1.0.2t)
+      - PCRE 8.44 (was 8.43)
+      - s3cmd 2.1.0 (was 2.0.2)
+      - RubyGems 3.0.8 (was 3.0.6)
+      - Rubies:
+        - 2.4.6 -> 2.4.10
+        - 2.5.5 -> 2.5.8
+        - 2.6.3 -> 2.6.6
+        + 2.7.1
+
+-------------------------------------------------------------------

Old:
----
  passenger-6.0.4.gem

New:
----
  passenger-6.0.5.gem

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

Other differences:
------------------
++++++ rubygem-passenger.spec ++++++
--- /var/tmp/diff_new_pack.Ua6NF1/_old  2020-06-25 15:11:46.446183516 +0200
+++ /var/tmp/diff_new_pack.Ua6NF1/_new  2020-06-25 15:11:46.450183528 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-passenger
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:           rubygem-passenger
-Version:        6.0.4
+Version:        6.0.5
 Release:        0
 %define mod_name passenger
 %define mod_full_name %{mod_name}-%{version}
@@ -67,7 +67,7 @@
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  ruby-macros >= 5
 BuildRequires:  update-alternatives
-Url:            https://www.phusionpassenger.com/
+URL:            https://www.phusionpassenger.com/
 Source:         https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:        mod_passenger.conf
 Source2:        mod_passenger_root.include
@@ -200,7 +200,7 @@
 Group:          Development/Languages/Ruby
 Supplements:    packageand(apache2:rubygem-passenger)
 
-# Requires:      rubygem-passenger = 6.0.4
+# Requires:      rubygem-passenger = 6.0.5
 %description apache2
 
 A modern web server and application server for Ruby, Python and Node.js,
@@ -220,7 +220,7 @@
 Group:          Development/Languages/Ruby
 Supplements:    packageand(nginx:rubygem-passenger)
 
-# Requires:      rubygem-passenger = 6.0.4
+# Requires:      rubygem-passenger = 6.0.5
 %description nginx
 
 A modern web server and application server for Ruby, Python and Node.js,

++++++ passenger-6.0.4.gem -> passenger-6.0.5.gem ++++++
/work/SRC/openSUSE:Factory/rubygem-passenger/passenger-6.0.4.gem 
/work/SRC/openSUSE:Factory/.rubygem-passenger.new.3060/passenger-6.0.5.gem 
differ: char 134, line 1


Reply via email to