mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
www/nginx-devel: update third-party Passenger module to 6.0.10.
This commit is contained in:
parent
df845c2e18
commit
cef6514285
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME?= nginx
|
||||
PORTVERSION= 1.21.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= https://nginx.org/download/ \
|
||||
LOCAL/osa
|
||||
|
@ -255,7 +255,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.8
|
||||
PASSENGER_NGINX_VER= 6.0.10
|
||||
PASSENGER_CATEGORIES= ruby
|
||||
PASSENGER_USE= ruby=yes
|
||||
PASSENGER_BUILD_DEPENDS=${LOCALBASE}/bin/rake:devel/rubygem-rake
|
||||
|
@ -1,4 +1,4 @@
|
||||
TIMESTAMP = 1625598717
|
||||
TIMESTAMP = 1628521292
|
||||
SHA256 (nginx-1.21.1.tar.gz) = 68ba0311342115163a0354cad34f90c05a7e8bf689dc498abf07899eda155560
|
||||
SIZE (nginx-1.21.1.tar.gz) = 1064925
|
||||
SHA256 (nginx_mogilefs_module-1.0.4.tar.gz) = 7ac230d30907f013dff8d435a118619ea6168aa3714dba62c6962d350c6295ae
|
||||
@ -9,8 +9,8 @@ SHA256 (ngx_http_redis-0.3.9.tar.gz) = 21f87540f0a44b23ffa5df16fb3d788bc90803b25
|
||||
SIZE (ngx_http_redis-0.3.9.tar.gz) = 13051
|
||||
SHA256 (ngx_http_response-0.3.tar.gz) = 0835584029f053051c624adbe33a826ab0205c9d85a02af6019e6b57607e9045
|
||||
SIZE (ngx_http_response-0.3.tar.gz) = 2244
|
||||
SHA256 (passenger-6.0.8.tar.gz) = 1e73767025b299c6f8421c2a0df1ca7163b767de47ffab0c6239deb7b809d16d
|
||||
SIZE (passenger-6.0.8.tar.gz) = 7567855
|
||||
SHA256 (passenger-6.0.10.tar.gz) = 3eb2c52652c96a136cc69cf342e3a61a8dd0e92cdbe9310a7aae249ab1abe0d4
|
||||
SIZE (passenger-6.0.10.tar.gz) = 8178910
|
||||
SHA256 (yaoweibin-nginx_ajp_module-a964a0b_GH0.tar.gz) = 0c786660ce2e5c6d23cf02e957786ad581a04cc6315145eb144ec271f7f81326
|
||||
SIZE (yaoweibin-nginx_ajp_module-a964a0b_GH0.tar.gz) = 109940
|
||||
SHA256 (openresty-array-var-nginx-module-v0.05_GH0.tar.gz) = c949d4be6f3442c8e2937046448dc8d8def25c0e0fa6f4e805144cea45eabe80
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- ../passenger-6.0.8/build/nginx.rb.orig 2013-10-26 18:00:00.000000000 -0400
|
||||
+++ ../passenger-6.0.8/build/nginx.rb 2016-05-09 18:21:22.426777000 -0400
|
||||
--- ../passenger-6.0.10/build/nginx.rb.orig 2013-10-26 18:00:00.000000000 -0400
|
||||
+++ ../passenger-6.0.10/build/nginx.rb 2016-05-09 18:21:22.426777000 -0400
|
||||
@@ -33,13 +33,12 @@
|
||||
desc "Build Nginx support files"
|
||||
task :nginx => [
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- ../passenger-6.0.8/src/ruby_supportlib/phusion_passenger/nginx/config_options.rb.orig 2018-12-03 12:23:06.980728000 -0500
|
||||
+++ ../passenger-6.0.8/src/ruby_supportlib/phusion_passenger/nginx/config_options.rb 2018-12-03 12:23:32.978924000 -0500
|
||||
--- ../passenger-6.0.10/src/ruby_supportlib/phusion_passenger/nginx/config_options.rb.orig 2018-12-03 12:23:06.980728000 -0500
|
||||
+++ ../passenger-6.0.10/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,
|
||||
|
Loading…
Reference in New Issue
Block a user