Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Nov 2020 14:50:59 +0000 (UTC)
From:      Jochen Neumeister <joneum@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r556571 - in head/www/nginx: . files
Message-ID:  <202011291450.0ATEoxqj002137@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: joneum
Date: Sun Nov 29 14:50:59 2020
New Revision: 556571
URL: https://svnweb.freebsd.org/changeset/ports/556571

Log:
  Update third-party passenger module to 6.0.7
  
  Sponsored by:	Netzkommune GmbH

Modified:
  head/www/nginx/Makefile
  head/www/nginx/Makefile.extmod
  head/www/nginx/distinfo
  head/www/nginx/files/extra-patch-passenger-build-nginx.rb
  head/www/nginx/files/extra-patch-passenger-disable-telemetry

Modified: head/www/nginx/Makefile
==============================================================================
--- head/www/nginx/Makefile	Sun Nov 29 14:13:54 2020	(r556570)
+++ head/www/nginx/Makefile	Sun Nov 29 14:50:59 2020	(r556571)
@@ -3,7 +3,7 @@
 
 PORTNAME=	nginx
 PORTVERSION=	1.18.0
-PORTREVISION?=	30
+PORTREVISION?=	31
 PORTEPOCH=	2
 CATEGORIES=	www
 MASTER_SITES=	https://nginx.org/download/ \

Modified: head/www/nginx/Makefile.extmod
==============================================================================
--- head/www/nginx/Makefile.extmod	Sun Nov 29 14:13:54 2020	(r556570)
+++ head/www/nginx/Makefile.extmod	Sun Nov 29 14:50:59 2020	(r556571)
@@ -247,7 +247,7 @@ OPENTRACING_LIB_DEPENDS=	libopentracing.so:devel/libop
 OPENTRACING_VARS=	DSO_EXTMODS+=opentracing OPENTRACING_SUBDIR=/opentracing
 OPENTRACING_EXTRA_PATCHES=	${PATCHDIR}/extra-patch-nginx-opentracing-opentracing-config
 
-PASSENGER_NGINX_VER=	6.0.6
+PASSENGER_NGINX_VER=	6.0.7
 PASSENGER_CATEGORIES=	ruby
 PASSENGER_USE=		ruby=yes
 PASSENGER_BUILD_DEPENDS=${LOCALBASE}/bin/rake:devel/rubygem-rake

Modified: head/www/nginx/distinfo
==============================================================================
--- head/www/nginx/distinfo	Sun Nov 29 14:13:54 2020	(r556570)
+++ head/www/nginx/distinfo	Sun Nov 29 14:50:59 2020	(r556571)
@@ -1,4 +1,4 @@
-TIMESTAMP = 1604691577
+TIMESTAMP = 1606411467
 SHA256 (nginx-1.18.0.tar.gz) = 4c373e7ab5bf91d34a4f11a0c9496561061ba5eee6020db272a17a7228d35f99
 SIZE (nginx-1.18.0.tar.gz) = 1039530
 SHA256 (nginx_mogilefs_module-1.0.4.tar.gz) = 7ac230d30907f013dff8d435a118619ea6168aa3714dba62c6962d350c6295ae
@@ -9,8 +9,8 @@ SHA256 (ngx_http_redis-0.3.9.tar.gz) = 21f87540f0a44b2
 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.6.tar.gz) = fbf89ebfacc079bdf6466567eabc9eb741a5abd8f230133311f7a40fff763842
-SIZE (passenger-6.0.6.tar.gz) = 7347506
+SHA256 (passenger-6.0.7.tar.gz) = e1e723cc6eae054afcd1585d734cfb167e5c33a8629b83976ee21257080e9b13
+SIZE (passenger-6.0.7.tar.gz) = 7352163
 SHA256 (yaoweibin-nginx_ajp_module-bf6cd93_GH0.tar.gz) = 9e3f78ea73e2d606a95ee64fd3affa4c249f9b342e66b6b11b63061791f28316
 SIZE (yaoweibin-nginx_ajp_module-bf6cd93_GH0.tar.gz) = 109704
 SHA256 (openresty-array-var-nginx-module-v0.05_GH0.tar.gz) = c949d4be6f3442c8e2937046448dc8d8def25c0e0fa6f4e805144cea45eabe80

Modified: head/www/nginx/files/extra-patch-passenger-build-nginx.rb
==============================================================================
--- head/www/nginx/files/extra-patch-passenger-build-nginx.rb	Sun Nov 29 14:13:54 2020	(r556570)
+++ head/www/nginx/files/extra-patch-passenger-build-nginx.rb	Sun Nov 29 14:50:59 2020	(r556571)
@@ -1,5 +1,5 @@
---- ../passenger-6.0.6/build/nginx.rb.orig	2018-05-20 08:43:19.389262000 +0200
-+++ ../passenger-6.0.6/build/nginx.rb	2018-05-20 09:11:27.500253000 +0200
+--- ../passenger-6.0.7/build/nginx.rb.orig	2018-05-20 08:43:19.389262000 +0200
++++ ../passenger-6.0.7/build/nginx.rb	2018-05-20 09:11:27.500253000 +0200
 @@ -39,13 +39,12 @@ auto_generated_sources = %w(
  desc "Build Nginx support files"
  task :nginx => [

Modified: head/www/nginx/files/extra-patch-passenger-disable-telemetry
==============================================================================
--- head/www/nginx/files/extra-patch-passenger-disable-telemetry	Sun Nov 29 14:13:54 2020	(r556570)
+++ head/www/nginx/files/extra-patch-passenger-disable-telemetry	Sun Nov 29 14:50:59 2020	(r556571)
@@ -1,5 +1,5 @@
---- ../passenger-6.0.6/src/ruby_supportlib/phusion_passenger/nginx/config_options.rb.orig	2018-12-03 12:23:06.980728000 -0500
-+++ ../passenger-6.0.6/src/ruby_supportlib/phusion_passenger/nginx/config_options.rb	2018-12-03 12:23:32.978924000 -0500
+--- ../passenger-6.0.7/src/ruby_supportlib/phusion_passenger/nginx/config_options.rb.orig	2018-12-03 12:23:06.980728000 -0500
++++ ../passenger-6.0.7/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,



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