Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Mar 2015 00:41:06 +0000 (UTC)
From:      "Sergey A. Osokin" <osa@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r381156 - in head/www: nginx nginx-devel nginx-devel/files nginx/files rubygem-passenger rubygem-passenger/files
Message-ID:  <201503130041.t2D0f6a4028045@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: osa
Date: Fri Mar 13 00:41:05 2015
New Revision: 381156
URL: https://svnweb.freebsd.org/changeset/ports/381156
QAT: https://qat.redports.org/buildarchive/r381156/

Log:
  Upgrade from 5.0.2 to 5.0.4:
  
  o) www/rubygem-passenger;
  o) third-party modules for www/nginx and www/nginx-devel.
  
  <ChangeLog>
  
  Release 5.0.3
  -------------
  
   * [Standalone] When using the builtin engine, `passenger start` may crash during
     startup due to an initialization race condition. This has been fixed.
   * [Enterprise] Fixes a bug in passenger-irb. Running passenger-irb without a PID
     parameter worked, but running it with a PID parameter didn't.
   * Fixes an integer overflow that resulted in a file descriptor leak and stalled
     client connections. Closes GH-1412.
   * Truncates Passenger source code paths in logs (to 3 chars) to reduce redundant
     info. Closes GH-1383.
   * Fixes invalid JSON output for non-finite double values (e.g. from the HTTP JSON
     API). Closes GH-1408.
   * All hooks now set the `PASSENGER_HOOK_NAME` environment variable. This variable
     is set to the name of the hook that is being called.
   * The Ruby handler no longer tries to call #force_encoding on response body
     strings, which fixes an incompatibility with apps/libraries that return frozen
     body strings. Closes GH-1414.
   * If the Ruby handler crashes while processing a Rack response body, it will now
     no longer stall the connection.
   * Fixes env.SERVER_PORT containing 80 instead of 443 when using https on default
     port. Closes GH-1421.
   * We now handle errors in the `poll()` system call better. This might fix some
     crashes during shutdown which manifest on FreeBSD.
  
  </ChangeLog>

Deleted:
  head/www/rubygem-passenger/files/patch-ext-common-ServerKit-AcceptLoadBalancer.h
Modified:
  head/www/nginx-devel/Makefile
  head/www/nginx-devel/distinfo
  head/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb
  head/www/nginx/Makefile
  head/www/nginx/distinfo
  head/www/nginx/files/extra-patch-passenger-build-nginx.rb
  head/www/rubygem-passenger/Makefile
  head/www/rubygem-passenger/distinfo

Modified: head/www/nginx-devel/Makefile
==============================================================================
--- head/www/nginx-devel/Makefile	Fri Mar 13 00:39:55 2015	(r381155)
+++ head/www/nginx-devel/Makefile	Fri Mar 13 00:41:05 2015	(r381156)
@@ -642,7 +642,7 @@ CONFIGURE_ARGS+=--without-http_rewrite_m
 .endif
 
 .if ${PORT_OPTIONS:MPASSENGER}
-PASSENGER_VERSION=	5.0.2
+PASSENGER_VERSION=	5.0.4
 MASTER_SITES+=	http://s3.amazonaws.com/phusion-passenger/releases/:passenger
 DISTFILES+=	passenger-${PASSENGER_VERSION}.tar.gz:passenger
 CONFIGURE_ARGS+=--add-module=${WRKDIR}/passenger-${PASSENGER_VERSION}/ext/nginx

Modified: head/www/nginx-devel/distinfo
==============================================================================
--- head/www/nginx-devel/distinfo	Fri Mar 13 00:39:55 2015	(r381155)
+++ head/www/nginx-devel/distinfo	Fri Mar 13 00:41:05 2015	(r381156)
@@ -72,8 +72,8 @@ SHA256 (modsecurity-2.9.0.tar.gz) = e2bb
 SIZE (modsecurity-2.9.0.tar.gz) = 4246467
 SHA256 (naxsi-core-0.50.tgz) = 7cece5f9d9c5df9e09af1e1023bc8e04bbbbe953e67461b893b8240e82ca52ef
 SIZE (naxsi-core-0.50.tgz) = 49809
-SHA256 (passenger-5.0.2.tar.gz) = 93aa200fdc47597c0dcbe32ed6c55af0751114d2c268e4d30ff7f3d7afdbebe8
-SIZE (passenger-5.0.2.tar.gz) = 5287262
+SHA256 (passenger-5.0.4.tar.gz) = 5c29f2c1407db515ddccd540443cb34bff7ca180b3e269c2e28a34ad795f99f6
+SIZE (passenger-5.0.4.tar.gz) = 5289792
 SHA256 (ngx_postgres-0.9.tar.gz) = aac0141e73b5c440927b7e040072f120b36e49deb2ff36ad00ff96a80622fbec
 SIZE (ngx_postgres-0.9.tar.gz) = 41022
 SHA256 (openresty-rds-csv-nginx-module-v0.05-0-g607e26b.tar.gz) = d5f14e45c6dc0d039ad52ae889775b5af1ff80a1c8edb69361c1581aca5d0b8f

Modified: head/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb
==============================================================================
--- head/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb	Fri Mar 13 00:39:55 2015	(r381155)
+++ head/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb	Fri Mar 13 00:41:05 2015	(r381156)
@@ -1,5 +1,5 @@
---- ../passenger-5.0.2/build/nginx.rb.orig	2013-10-27 02:00:00.000000000 +0400
-+++ ../passenger-5.0.2/build/nginx.rb	2015-03-07 06:07:38.000000000 +0300
+--- ../passenger-5.0.4/build/nginx.rb.orig	2013-10-27 02:00:00.000000000 +0400
++++ ../passenger-5.0.4/build/nginx.rb	2015-03-07 06:07:38.000000000 +0300
 @@ -32,6 +32,7 @@
  desc "Build Nginx support files"
  task :nginx => [

Modified: head/www/nginx/Makefile
==============================================================================
--- head/www/nginx/Makefile	Fri Mar 13 00:39:55 2015	(r381155)
+++ head/www/nginx/Makefile	Fri Mar 13 00:41:05 2015	(r381156)
@@ -655,7 +655,7 @@ CONFIGURE_ARGS+=--without-http_rewrite_m
 .endif
 
 .if ${PORT_OPTIONS:MPASSENGER}
-PASSENGER_VERSION=	5.0.2
+PASSENGER_VERSION=	5.0.4
 MASTER_SITES+=	http://s3.amazonaws.com/phusion-passenger/releases/:passenger
 DISTFILES+=	passenger-${PASSENGER_VERSION}.tar.gz:passenger
 CONFIGURE_ARGS+=--add-module=${WRKDIR}/passenger-${PASSENGER_VERSION}/ext/nginx

Modified: head/www/nginx/distinfo
==============================================================================
--- head/www/nginx/distinfo	Fri Mar 13 00:39:55 2015	(r381155)
+++ head/www/nginx/distinfo	Fri Mar 13 00:41:05 2015	(r381156)
@@ -74,8 +74,8 @@ SHA256 (modsecurity-2.9.0.tar.gz) = e2bb
 SIZE (modsecurity-2.9.0.tar.gz) = 4246467
 SHA256 (naxsi-core-0.50.tgz) = 7cece5f9d9c5df9e09af1e1023bc8e04bbbbe953e67461b893b8240e82ca52ef
 SIZE (naxsi-core-0.50.tgz) = 49809
-SHA256 (passenger-5.0.2.tar.gz) = 93aa200fdc47597c0dcbe32ed6c55af0751114d2c268e4d30ff7f3d7afdbebe8
-SIZE (passenger-5.0.2.tar.gz) = 5287262
+SHA256 (passenger-5.0.4.tar.gz) = 5c29f2c1407db515ddccd540443cb34bff7ca180b3e269c2e28a34ad795f99f6
+SIZE (passenger-5.0.4.tar.gz) = 5289792
 SHA256 (ngx_postgres-0.9.tar.gz) = aac0141e73b5c440927b7e040072f120b36e49deb2ff36ad00ff96a80622fbec
 SIZE (ngx_postgres-0.9.tar.gz) = 41022
 SHA256 (openresty-rds-csv-nginx-module-v0.05-0-g607e26b.tar.gz) = d5f14e45c6dc0d039ad52ae889775b5af1ff80a1c8edb69361c1581aca5d0b8f

Modified: head/www/nginx/files/extra-patch-passenger-build-nginx.rb
==============================================================================
--- head/www/nginx/files/extra-patch-passenger-build-nginx.rb	Fri Mar 13 00:39:55 2015	(r381155)
+++ head/www/nginx/files/extra-patch-passenger-build-nginx.rb	Fri Mar 13 00:41:05 2015	(r381156)
@@ -1,5 +1,5 @@
---- ../passenger-5.0.2/build/nginx.rb.orig	2013-10-27 02:00:00.000000000 +0400
-+++ ../passenger-5.0.2/build/nginx.rb	2015-03-07 06:07:38.000000000 +0300
+--- ../passenger-5.0.4/build/nginx.rb.orig	2013-10-27 02:00:00.000000000 +0400
++++ ../passenger-5.0.4/build/nginx.rb	2015-03-07 06:07:38.000000000 +0300
 @@ -32,6 +32,7 @@
  desc "Build Nginx support files"
  task :nginx => [

Modified: head/www/rubygem-passenger/Makefile
==============================================================================
--- head/www/rubygem-passenger/Makefile	Fri Mar 13 00:39:55 2015	(r381155)
+++ head/www/rubygem-passenger/Makefile	Fri Mar 13 00:41:05 2015	(r381156)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	passenger
-PORTVERSION=	5.0.2
+PORTVERSION=	5.0.4
 CATEGORIES=	www rubygems
 MASTER_SITES=	RG
 PKGNAMEPREFIX=	rubygem-

Modified: head/www/rubygem-passenger/distinfo
==============================================================================
--- head/www/rubygem-passenger/distinfo	Fri Mar 13 00:39:55 2015	(r381155)
+++ head/www/rubygem-passenger/distinfo	Fri Mar 13 00:41:05 2015	(r381156)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/passenger-5.0.2.gem) = 928e29155d6b256cf956478c9a1e63fe92ad54899bc4c965870b7f8b88a4bf4f
-SIZE (rubygem/passenger-5.0.2.gem) = 5297664
+SHA256 (rubygem/passenger-5.0.4.gem) = f6609b0fd1ffe1476322b42363d957a4139b09758316b182477b30a9401fb575
+SIZE (rubygem/passenger-5.0.4.gem) = 5299712



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