Update passenger and its third-party modules for www/nginx and
www/nginx-devel from 6.0.1 to 6.0.2. Bump PORTREVISION for www/nginx and www/nginx-devel.
This commit is contained in:
parent
8bc5295327
commit
a49106a8ea
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=494213
13 changed files with 26 additions and 27 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= nginx
|
PORTNAME= nginx
|
||||||
PORTVERSION= 1.15.8
|
PORTVERSION= 1.15.8
|
||||||
PORTREVISION= 5
|
PORTREVISION= 6
|
||||||
CATEGORIES= www
|
CATEGORIES= www
|
||||||
MASTER_SITES= http://nginx.org/download/ \
|
MASTER_SITES= http://nginx.org/download/ \
|
||||||
LOCAL/osa
|
LOCAL/osa
|
||||||
|
|
|
@ -223,7 +223,7 @@ NAXSI_VARS= DSO_EXTMODS+=naxsi NAXSI_SUBDIR=/naxsi_src
|
||||||
NJS_GH_TUPLE= nginx:njs:0.2.8:njs
|
NJS_GH_TUPLE= nginx:njs:0.2.8:njs
|
||||||
NJS_VARS= DSO_EXTMODS+=njs NJS_SUBDIR=/nginx
|
NJS_VARS= DSO_EXTMODS+=njs NJS_SUBDIR=/nginx
|
||||||
|
|
||||||
PASSENGER_NGINX_VER= 6.0.1
|
PASSENGER_NGINX_VER= 6.0.2
|
||||||
PASSENGER_CATEGORIES= ruby
|
PASSENGER_CATEGORIES= ruby
|
||||||
PASSENGER_USE= ruby=yes
|
PASSENGER_USE= ruby=yes
|
||||||
PASSENGER_BUILD_DEPENDS=${LOCALBASE}/bin/rake:devel/rubygem-rake
|
PASSENGER_BUILD_DEPENDS=${LOCALBASE}/bin/rake:devel/rubygem-rake
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
TIMESTAMP = 1551392433
|
TIMESTAMP = 1551392666
|
||||||
SHA256 (nginx-1.15.8.tar.gz) = a8bdafbca87eb99813ae4fcac1ad0875bf725ce19eb265d28268c309b2b40787
|
SHA256 (nginx-1.15.8.tar.gz) = a8bdafbca87eb99813ae4fcac1ad0875bf725ce19eb265d28268c309b2b40787
|
||||||
SIZE (nginx-1.15.8.tar.gz) = 1027862
|
SIZE (nginx-1.15.8.tar.gz) = 1027862
|
||||||
SHA256 (ngx_cache_purge-2.3.tar.gz) = 279e0d8a46d3b1521fd43b3f78bc1c08b263899142a7cc5058c1c0361a92c89c
|
SHA256 (ngx_cache_purge-2.3.tar.gz) = 279e0d8a46d3b1521fd43b3f78bc1c08b263899142a7cc5058c1c0361a92c89c
|
||||||
|
@ -13,8 +13,8 @@ SHA256 (ngx_http_response-0.3.tar.gz) = 0835584029f053051c624adbe33a826ab0205c9d
|
||||||
SIZE (ngx_http_response-0.3.tar.gz) = 2244
|
SIZE (ngx_http_response-0.3.tar.gz) = 2244
|
||||||
SHA256 (modsecurity-2.9.3.tar.gz) = 4192019d169d3f1dd82cc4714db6986df54c6ceb4ee1c8f253de78d1a6b62118
|
SHA256 (modsecurity-2.9.3.tar.gz) = 4192019d169d3f1dd82cc4714db6986df54c6ceb4ee1c8f253de78d1a6b62118
|
||||||
SIZE (modsecurity-2.9.3.tar.gz) = 4307670
|
SIZE (modsecurity-2.9.3.tar.gz) = 4307670
|
||||||
SHA256 (passenger-6.0.1.tar.gz) = 038be424e30a850f340285371419a9bbf236d103f81c79d50e2807bb335502e5
|
SHA256 (passenger-6.0.2.tar.gz) = 56b2273312e6dc9880f6ba83e381583b8759085a0b41338b782c9575d58346bc
|
||||||
SIZE (passenger-6.0.1.tar.gz) = 7203144
|
SIZE (passenger-6.0.2.tar.gz) = 7204982
|
||||||
SHA256 (ngx_slowfs_cache-1.10.tar.gz) = 1e81453942e5b0877de1f1f06c56ae82918ea9818255cb935bcb673c95a758a1
|
SHA256 (ngx_slowfs_cache-1.10.tar.gz) = 1e81453942e5b0877de1f1f06c56ae82918ea9818255cb935bcb673c95a758a1
|
||||||
SIZE (ngx_slowfs_cache-1.10.tar.gz) = 11809
|
SIZE (ngx_slowfs_cache-1.10.tar.gz) = 11809
|
||||||
SHA256 (yaoweibin-nginx_ajp_module-bf6cd93_GH0.tar.gz) = 9e3f78ea73e2d606a95ee64fd3affa4c249f9b342e66b6b11b63061791f28316
|
SHA256 (yaoweibin-nginx_ajp_module-bf6cd93_GH0.tar.gz) = 9e3f78ea73e2d606a95ee64fd3affa4c249f9b342e66b6b11b63061791f28316
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
--- ../passenger-6.0.1/build/nginx.rb.orig 2013-10-26 18:00:00.000000000 -0400
|
--- ../passenger-6.0.2/build/nginx.rb.orig 2013-10-26 18:00:00.000000000 -0400
|
||||||
+++ ../passenger-6.0.1/build/nginx.rb 2016-05-09 18:21:22.426777000 -0400
|
+++ ../passenger-6.0.2/build/nginx.rb 2016-05-09 18:21:22.426777000 -0400
|
||||||
@@ -33,13 +33,12 @@
|
@@ -33,13 +33,12 @@
|
||||||
desc "Build Nginx support files"
|
desc "Build Nginx support files"
|
||||||
task :nginx => [
|
task :nginx => [
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
--- ../passenger-6.0.1/src/ruby_supportlib/phusion_passenger/nginx/config_options.rb.orig 2018-12-03 12:23:06.980728000 -0500
|
--- ../passenger-6.0.2/src/ruby_supportlib/phusion_passenger/nginx/config_options.rb.orig 2018-12-03 12:23:06.980728000 -0500
|
||||||
+++ ../passenger-6.0.1/src/ruby_supportlib/phusion_passenger/nginx/config_options.rb 2018-12-03 12:23:32.978924000 -0500
|
+++ ../passenger-6.0.2/src/ruby_supportlib/phusion_passenger/nginx/config_options.rb 2018-12-03 12:23:32.978924000 -0500
|
||||||
@@ -204,7 +204,7 @@
|
@@ -204,7 +204,7 @@
|
||||||
:name => 'passenger_disable_anonymous_telemetry',
|
:name => 'passenger_disable_anonymous_telemetry',
|
||||||
:scope => :global,
|
:scope => :global,
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= nginx
|
PORTNAME= nginx
|
||||||
PORTVERSION= 1.14.2
|
PORTVERSION= 1.14.2
|
||||||
PORTREVISION?= 9
|
PORTREVISION?= 10
|
||||||
PORTEPOCH= 2
|
PORTEPOCH= 2
|
||||||
CATEGORIES= www
|
CATEGORIES= www
|
||||||
MASTER_SITES= http://nginx.org/download/ \
|
MASTER_SITES= http://nginx.org/download/ \
|
||||||
|
|
|
@ -227,7 +227,7 @@ NAXSI_VARS= DSO_EXTMODS+=naxsi NAXSI_SUBDIR=/naxsi_src
|
||||||
NJS_GH_TUPLE= nginx:njs:0.2.8:njs
|
NJS_GH_TUPLE= nginx:njs:0.2.8:njs
|
||||||
NJS_VARS= DSO_EXTMODS+=njs NJS_SUBDIR=/nginx
|
NJS_VARS= DSO_EXTMODS+=njs NJS_SUBDIR=/nginx
|
||||||
|
|
||||||
PASSENGER_NGINX_VER= 6.0.1
|
PASSENGER_NGINX_VER= 6.0.2
|
||||||
PASSENGER_CATEGORIES= ruby
|
PASSENGER_CATEGORIES= ruby
|
||||||
PASSENGER_USE= ruby=yes
|
PASSENGER_USE= ruby=yes
|
||||||
PASSENGER_BUILD_DEPENDS=${LOCALBASE}/bin/rake:devel/rubygem-rake
|
PASSENGER_BUILD_DEPENDS=${LOCALBASE}/bin/rake:devel/rubygem-rake
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
TIMESTAMP = 1549965021
|
TIMESTAMP = 1551392759
|
||||||
SHA256 (nginx-1.14.2.tar.gz) = 002d9f6154e331886a2dd4e6065863c9c1cf8291ae97a1255308572c02be9797
|
SHA256 (nginx-1.14.2.tar.gz) = 002d9f6154e331886a2dd4e6065863c9c1cf8291ae97a1255308572c02be9797
|
||||||
SIZE (nginx-1.14.2.tar.gz) = 1015384
|
SIZE (nginx-1.14.2.tar.gz) = 1015384
|
||||||
SHA256 (ngx_cache_purge-2.3.tar.gz) = 279e0d8a46d3b1521fd43b3f78bc1c08b263899142a7cc5058c1c0361a92c89c
|
SHA256 (ngx_cache_purge-2.3.tar.gz) = 279e0d8a46d3b1521fd43b3f78bc1c08b263899142a7cc5058c1c0361a92c89c
|
||||||
|
@ -15,8 +15,8 @@ SHA256 (08a395c66e42.tar.gz) = 53e440737ed1aff1f09fae150219a45f16add0c8d6e84546c
|
||||||
SIZE (08a395c66e42.tar.gz) = 120603
|
SIZE (08a395c66e42.tar.gz) = 120603
|
||||||
SHA256 (modsecurity-2.9.3.tar.gz) = 4192019d169d3f1dd82cc4714db6986df54c6ceb4ee1c8f253de78d1a6b62118
|
SHA256 (modsecurity-2.9.3.tar.gz) = 4192019d169d3f1dd82cc4714db6986df54c6ceb4ee1c8f253de78d1a6b62118
|
||||||
SIZE (modsecurity-2.9.3.tar.gz) = 4307670
|
SIZE (modsecurity-2.9.3.tar.gz) = 4307670
|
||||||
SHA256 (passenger-6.0.1.tar.gz) = 038be424e30a850f340285371419a9bbf236d103f81c79d50e2807bb335502e5
|
SHA256 (passenger-6.0.2.tar.gz) = 56b2273312e6dc9880f6ba83e381583b8759085a0b41338b782c9575d58346bc
|
||||||
SIZE (passenger-6.0.1.tar.gz) = 7203144
|
SIZE (passenger-6.0.2.tar.gz) = 7204982
|
||||||
SHA256 (ngx_slowfs_cache-1.10.tar.gz) = 1e81453942e5b0877de1f1f06c56ae82918ea9818255cb935bcb673c95a758a1
|
SHA256 (ngx_slowfs_cache-1.10.tar.gz) = 1e81453942e5b0877de1f1f06c56ae82918ea9818255cb935bcb673c95a758a1
|
||||||
SIZE (ngx_slowfs_cache-1.10.tar.gz) = 11809
|
SIZE (ngx_slowfs_cache-1.10.tar.gz) = 11809
|
||||||
SHA256 (yaoweibin-nginx_ajp_module-bf6cd93_GH0.tar.gz) = 9e3f78ea73e2d606a95ee64fd3affa4c249f9b342e66b6b11b63061791f28316
|
SHA256 (yaoweibin-nginx_ajp_module-bf6cd93_GH0.tar.gz) = 9e3f78ea73e2d606a95ee64fd3affa4c249f9b342e66b6b11b63061791f28316
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
--- ../passenger-6.0.1/build/nginx.rb.orig 2018-05-20 08:43:19.389262000 +0200
|
--- ../passenger-6.0.2/build/nginx.rb.orig 2018-05-20 08:43:19.389262000 +0200
|
||||||
+++ ../passenger-6.0.1/build/nginx.rb 2018-05-20 09:11:27.500253000 +0200
|
+++ ../passenger-6.0.2/build/nginx.rb 2018-05-20 09:11:27.500253000 +0200
|
||||||
@@ -39,13 +39,12 @@ auto_generated_sources = %w(
|
@@ -39,13 +39,12 @@ auto_generated_sources = %w(
|
||||||
desc "Build Nginx support files"
|
desc "Build Nginx support files"
|
||||||
task :nginx => [
|
task :nginx => [
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
--- ../passenger-6.0.1/src/ruby_supportlib/phusion_passenger/nginx/config_options.rb.orig 2018-12-03 12:23:06.980728000 -0500
|
--- ../passenger-6.0.2/src/ruby_supportlib/phusion_passenger/nginx/config_options.rb.orig 2018-12-03 12:23:06.980728000 -0500
|
||||||
+++ ../passenger-6.0.1/src/ruby_supportlib/phusion_passenger/nginx/config_options.rb 2018-12-03 12:23:32.978924000 -0500
|
+++ ../passenger-6.0.2/src/ruby_supportlib/phusion_passenger/nginx/config_options.rb 2018-12-03 12:23:32.978924000 -0500
|
||||||
@@ -204,7 +204,7 @@
|
@@ -204,7 +204,7 @@
|
||||||
:name => 'passenger_disable_anonymous_telemetry',
|
:name => 'passenger_disable_anonymous_telemetry',
|
||||||
:scope => :global,
|
:scope => :global,
|
||||||
|
|
|
@ -2,8 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= passenger
|
PORTNAME= passenger
|
||||||
PORTVERSION= 6.0.1
|
PORTVERSION= 6.0.2
|
||||||
PORTREVISION= 2
|
|
||||||
CATEGORIES= www rubygems
|
CATEGORIES= www rubygems
|
||||||
MASTER_SITES= RG
|
MASTER_SITES= RG
|
||||||
PKGNAMEPREFIX= rubygem-
|
PKGNAMEPREFIX= rubygem-
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1547320762
|
TIMESTAMP = 1551204088
|
||||||
SHA256 (rubygem/passenger-6.0.1.gem) = 67864107a20dbc5948e75d72ca9737152aea30657a812d613cadacf26e1f6d75
|
SHA256 (rubygem/passenger-6.0.2.gem) = 8762e72248cadf8a6d3fa2c02670c1fc6153852b9d161e9fe788a603f57aadea
|
||||||
SIZE (rubygem/passenger-6.0.1.gem) = 7121920
|
SIZE (rubygem/passenger-6.0.2.gem) = 7123456
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
--- src/apache2_module/ServerConfig/AutoGeneratedStruct.h.orig 2018-12-03 12:35:46.016771000 -0500
|
--- src/apache2_module/ServerConfig/AutoGeneratedStruct.h.orig 2019-02-26 13:06:06.695256000 -0500
|
||||||
+++ src/apache2_module/ServerConfig/AutoGeneratedStruct.h 2018-12-03 12:36:58.273211000 -0500
|
+++ src/apache2_module/ServerConfig/AutoGeneratedStruct.h 2019-02-26 13:06:41.241589000 -0500
|
||||||
@@ -287,7 +287,7 @@
|
@@ -295,7 +295,7 @@
|
||||||
|
|
||||||
|
|
||||||
AutoGeneratedServerConfig() {
|
AutoGeneratedServerConfig() {
|
||||||
- disableAnonymousTelemetry = false;
|
- disableAnonymousTelemetry = false;
|
||||||
+ disableAnonymousTelemetry = true;
|
+ disableAnonymousTelemetry = true;
|
||||||
|
disableLogPrefix = false;
|
||||||
disableSecurityUpdateCheck = false;
|
disableSecurityUpdateCheck = false;
|
||||||
showVersionInHeader = true;
|
showVersionInHeader = true;
|
||||||
turbocaching = true;
|
|
||||||
|
|
Loading…
Reference in a new issue