Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jul 2023 17:21:47 GMT
From:      "Sergey A. Osokin" <osa@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f63af5f5a962 - main - www/*: update Passenger 6.0.17 -> 6.0.18
Message-ID:  <202307251721.36PHLlMf029436@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by osa:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f63af5f5a9625c561af70e7d9804453086062633

commit f63af5f5a9625c561af70e7d9804453086062633
Author:     Sergey A. Osokin <osa@FreeBSD.org>
AuthorDate: 2023-07-25 17:19:37 +0000
Commit:     Sergey A. Osokin <osa@FreeBSD.org>
CommitDate: 2023-07-25 17:19:37 +0000

    www/*: update Passenger 6.0.17 -> 6.0.18
    
    Bump PORTREVISION for www/nginx-devel.
    
    <ChangeLog>
     * Adds support for arm (aarch64) rpm packages.
     * Adds Ubuntu 23.04 "Lunar" packages, removes Ubuntu 22.10
       "Kinetic" packages.
     * Removes packages for Debian 9 "Stretch" (EOL June 2022).
     * [RPM] Changes to building Nginx module packages for the latest
       supported Nginx module stream instead of the default.
     * [Ruby] Makes Passenger more resilient to invalid byte sequences
       when loading the Ruby native extension. Contributed by Drew Wells.
     * [Ruby] Add an `unhandled_exception_before_exit` event callback.
       Contributed by James Tomson.
     * [Nginx] Upgrades preferred Nginx to 1.24.0 from 1.22.1.
     * Updated various library versions used in precompiled binaries
       (used for e.g. gem installs):
       - cmake: 3.25.1 -> 3.26.4
       - curl: 7.87.0 -> 8.1.2
       - git: 2.39.0 -> 2.41.0
       - gnupg: 2.4.0 -> 2.4.2
       - libgcrypt: 1.10.1 -> 1.10.2
       - libgpg_error: 1.46 -> 1.47
       - openssl: 3.0.7 -> 3.1.1
       - rubygems: 3.4.3 -> 3.4.13
       - zstd: 1.5.2 -> 1.5.5
       - rubies:
         - 2.7.7 -> 2.7.8
         - 3.0.5 -> 3.0.6
         - 3.1.3 -> 3.1.4
         - 3.2.0 -> 3.2.2
    
    </ChangeLog>
---
 www/nginx-devel/Makefile                                      | 2 +-
 www/nginx-devel/Makefile.extmod                               | 2 +-
 www/nginx-devel/distinfo                                      | 6 +++---
 www/nginx-devel/files/extra-patch-passenger-build-nginx.rb    | 4 ++--
 www/nginx-devel/files/extra-patch-passenger-disable-telemetry | 4 ++--
 www/rubygem-passenger/Makefile                                | 2 +-
 www/rubygem-passenger/distinfo                                | 6 +++---
 7 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile
index a723c4c0cbc4..8cfad72adf52 100644
--- a/www/nginx-devel/Makefile
+++ b/www/nginx-devel/Makefile
@@ -1,6 +1,6 @@
 PORTNAME?=	nginx
 PORTVERSION=	1.25.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	www
 MASTER_SITES=	https://nginx.org/download/ \
 		LOCAL/osa
diff --git a/www/nginx-devel/Makefile.extmod b/www/nginx-devel/Makefile.extmod
index 6ef47d920908..e0c978c56f59 100644
--- a/www/nginx-devel/Makefile.extmod
+++ b/www/nginx-devel/Makefile.extmod
@@ -248,7 +248,7 @@ OPENTRACING_LIB_DEPENDS=	libopentracing.so:devel/libopentracing
 OPENTRACING_VARS=		DSO_EXTMODS+=opentracing OPENTRACING_SUBDIR=/opentracing
 OPENTRACING_EXTRA_PATCHES=	${PATCHDIR}/extra-patch-nginx-opentracing-opentracing-config
 
-PASSENGER_NGINX_VER=	6.0.17
+PASSENGER_NGINX_VER=	6.0.18
 PASSENGER_CATEGORIES=	ruby
 PASSENGER_USES=		ruby
 PASSENGER_BUILD_DEPENDS=${LOCALBASE}/bin/rake:devel/rubygem-rake
diff --git a/www/nginx-devel/distinfo b/www/nginx-devel/distinfo
index a265baf0a3ae..4ef7c0047892 100644
--- a/www/nginx-devel/distinfo
+++ b/www/nginx-devel/distinfo
@@ -1,4 +1,4 @@
-TIMESTAMP = 1689101193
+TIMESTAMP = 1690304601
 SHA256 (nginx-1.25.1.tar.gz) = f09071ac46e0ea3adc0008ef0baca229fc6b4be4533baef9bbbfba7de29a8602
 SIZE (nginx-1.25.1.tar.gz) = 1213919
 SHA256 (nginx_mogilefs_module-1.0.4.tar.gz) = 7ac230d30907f013dff8d435a118619ea6168aa3714dba62c6962d350c6295ae
@@ -7,8 +7,8 @@ SHA256 (nginx_mod_h264_streaming-2.2.7.tar.gz) = 6d974ba630cef59de1f60996c66b401
 SIZE (nginx_mod_h264_streaming-2.2.7.tar.gz) = 44012
 SHA256 (ngx_http_redis-0.3.9.tar.gz) = 21f87540f0a44b23ffa5df16fb3d788bc90803b255ef14f9c26e3847a6f26f46
 SIZE (ngx_http_redis-0.3.9.tar.gz) = 13051
-SHA256 (passenger-6.0.17.tar.gz) = 385559ed1d78eb83165222d568721dcc4222bb57c1939811ecd2c4ef33937ba7
-SIZE (passenger-6.0.17.tar.gz) = 8422867
+SHA256 (passenger-6.0.18.tar.gz) = dfcd9bcae364ce09b6ae59ea598f9dcad3e27a980b12c4b245acd336fa02c5a2
+SIZE (passenger-6.0.18.tar.gz) = 8424409
 SHA256 (msva-nginx_ajp_module-fcbb2cc_GH0.tar.gz) = 522e94c59f5783f281d868ede2adf325bf2f8ffb9e62cf8451d4b9ac0516916c
 SIZE (msva-nginx_ajp_module-fcbb2cc_GH0.tar.gz) = 110807
 SHA256 (openresty-array-var-nginx-module-v0.05_GH0.tar.gz) = c949d4be6f3442c8e2937046448dc8d8def25c0e0fa6f4e805144cea45eabe80
diff --git a/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb b/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb
index 8225f4f10931..f20224cecb21 100644
--- a/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb
+++ b/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb
@@ -1,5 +1,5 @@
---- ../passenger-6.0.17/build/nginx.rb.orig	2013-10-26 18:00:00.000000000 -0400
-+++ ../passenger-6.0.17/build/nginx.rb	2016-05-09 18:21:22.426777000 -0400
+--- ../passenger-6.0.18/build/nginx.rb.orig	2013-10-26 18:00:00.000000000 -0400
++++ ../passenger-6.0.18/build/nginx.rb	2016-05-09 18:21:22.426777000 -0400
 @@ -33,13 +33,12 @@
  desc "Build Nginx support files"
  task :nginx => [
diff --git a/www/nginx-devel/files/extra-patch-passenger-disable-telemetry b/www/nginx-devel/files/extra-patch-passenger-disable-telemetry
index adfafb141d70..0489dbb041f6 100644
--- a/www/nginx-devel/files/extra-patch-passenger-disable-telemetry
+++ b/www/nginx-devel/files/extra-patch-passenger-disable-telemetry
@@ -1,5 +1,5 @@
---- ../passenger-6.0.17/src/ruby_supportlib/phusion_passenger/nginx/config_options.rb.orig	2018-12-03 12:23:06.980728000 -0500
-+++ ../passenger-6.0.17/src/ruby_supportlib/phusion_passenger/nginx/config_options.rb	2018-12-03 12:23:32.978924000 -0500
+--- ../passenger-6.0.18/src/ruby_supportlib/phusion_passenger/nginx/config_options.rb.orig	2018-12-03 12:23:06.980728000 -0500
++++ ../passenger-6.0.18/src/ruby_supportlib/phusion_passenger/nginx/config_options.rb	2018-12-03 12:23:32.978924000 -0500
 @@ -204,7 +204,7 @@
      :name     => 'passenger_disable_anonymous_telemetry',
      :scope    => :global,
diff --git a/www/rubygem-passenger/Makefile b/www/rubygem-passenger/Makefile
index 8191c7595b2b..dbe1273fd9f0 100644
--- a/www/rubygem-passenger/Makefile
+++ b/www/rubygem-passenger/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	passenger
-PORTVERSION=	6.0.17
+PORTVERSION=	6.0.18
 CATEGORIES=	www rubygems
 MASTER_SITES=	RG
 
diff --git a/www/rubygem-passenger/distinfo b/www/rubygem-passenger/distinfo
index df632487b3ac..08663d0ff589 100644
--- a/www/rubygem-passenger/distinfo
+++ b/www/rubygem-passenger/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1677722293
-SHA256 (rubygem/passenger-6.0.17.gem) = 3f7a406d39d13a63354f03da93fed36b24ad9d3ceb1a7e83050a9cfcd152f4d7
-SIZE (rubygem/passenger-6.0.17.gem) = 8290304
+TIMESTAMP = 1690299755
+SHA256 (rubygem/passenger-6.0.18.gem) = 31d308107a16cc5d6e38a8eea918166a68a89a03de048ea60307f89639518a8c
+SIZE (rubygem/passenger-6.0.18.gem) = 8290816



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307251721.36PHLlMf029436>