Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade passenger to 6.0.20 and NGINX to 1.24.0 #274

Merged
merged 1 commit into from
Apr 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/ood_packaging/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module OodPackaging
},
'ondemand-runtime' => '3.1.5',
'scl-utils' => '2.0.3',
'passenger' => '6.0.17',
'passenger' => '6.0.20',
'cjose' => '0.6.1',
'mod_auth_openidc' => '2.4.14.1',
'ondemand_exporter' => '0.10.0',
Expand Down
2 changes: 1 addition & 1 deletion packages/passenger/deb/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
passenger (6.0.17.ood3.1) UNRELEASED; urgency=low
passenger (6.0.20.ood3.1) UNRELEASED; urgency=low

* Initial release. Closes: #nnnn
<nnnn is the bug number of your ITP>
Expand Down
2 changes: 1 addition & 1 deletion packages/passenger/deb/debian/ondemand-nginx.changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
passenger (1.22.1.p6.0.17.ood3.1) UNRELEASED; urgency=low
passenger (1.24.0.p6.0.20.ood3.1) UNRELEASED; urgency=low

* Initial release. Closes: #nnnn
<nnnn is the bug number of your ITP>
Expand Down
2 changes: 1 addition & 1 deletion packages/passenger/deb/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export PREFIX = /opt/ood/ondemand/root
export DEV_DESTDIR = $(CURDIR)/debian/ondemand-passenger-dev
export DOC_DESTDIR = $(CURDIR)/debian/ondemand-passenger-doc
export RUBY_LIBDIR = $(PREFIX)/usr/share/ruby/vendor_ruby
export NGINX_VERSION = 1.20.1
export NGINX_VERSION = 1.24.0
export NGINX_DESTDIR = $(CURDIR)/debian/ondemand-nginx
export NGINX_DATADIR = $(PREFIX)/usr/share/nginx
export NGINX_CONFDIR = $(PREFIX)/etc/nginx
Expand Down
4 changes: 2 additions & 2 deletions packages/passenger/rpm/passenger.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%define pkg_name passenger
%scl_package passenger
%define passenger_version %{package_version}
%define nginx_version 1.22.1
%define nginx_version 1.24.0
%define release_version %{package_release}
%define ngix_release_version 1

Expand All @@ -17,7 +17,7 @@
%global nginx_logdir %{_root_localstatedir}/log/%{?scl_prefix}nginx
%global nginx_webroot %{nginx_datadir}/html

%global bundled_boost_version 1.81.0
%global bundled_boost_version 1.83.0
%global apache_module_package_name mod_passenger
%global ruby_vendorlibdir %{_datadir}/ruby/vendor_ruby
%global ruby_vendorarchdir %{_libdir}/ruby/vendor_ruby
Expand Down
8 changes: 4 additions & 4 deletions release-manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ ondemand-nginx:
- ondemand-nginx
- ondemand-nginx-debuginfo
versions:
- 1.22.1-1.p6.0.17.ood{runtime}
- 1.24.0-1.p6.0.20.ood{runtime}
# deb package
- 1.22.1.p6.0.17.ood{major}
- 1.24.0.p6.0.20.ood{major}
ondemand-passenger:
packages:
- ondemand-passenger
Expand All @@ -50,9 +50,9 @@ ondemand-passenger:
- ondemand-passenger-dev
- ondemand-passenger-doc
versions:
- 6.0.17-1.ood{runtime}
- 6.0.20-1.ood{runtime}
# deb package
- 6.0.17.ood{major}
- 6.0.20.ood{major}
ondemand-runtime:
packages:
- ondemand-apache
Expand Down
Loading