svn commit: r369682 - in head/www: nginx nginx-devel nginx-devel/files nginx/files rubygem-passenger
Sergey A. Osokin
osa at FreeBSD.org
Wed Oct 1 01:18:59 UTC 2014
Author: osa
Date: Wed Oct 1 01:18:56 2014
New Revision: 369682
URL: http://svnweb.freebsd.org/changeset/ports/369682
QAT: https://qat.redports.org/buildarchive/r369682/
Log:
Update from 4.0.50 to 4.0.52:
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel.
<ChangeLog>
* Fixed a null termination bug when autodetecting application types.
* Node.js apps can now also trigger the inverse port binding mechanism by passing `'/passenger'`
as argument. This was introduced in order to be able to support the Hapi.js framework.
Please read
http://stackoverflow.com/questions/20645231/phusion-passenger-error-http-server-listen-was-called-more-than-once/20645549
for more information regarding Hapi.js support.
* It is now possible to abort Node.js WebSocket connections upon application restart.
Please refer to
https://github.com/phusion/passenger/wiki/Phusion-Passenger:-Node.js-tutorial#restarting_apps_that_serve_long_running_connections
for more information. Closes GH-1200.
* Passenger Standalone no longer automatically resolves symlinks in its paths.
* `passenger-config system-metrics` no longer crashes when the system clock is set to a time
in the past. Closes GH-1276.
* `passenger-status`, `passenger-memory-stats`, `passenger-install-apache2-module` and
`passenger-install-nginx-module` no longer output ANSI color codes by default when
STDOUT is not a TTY. Closes GH-487.
* `passenger-install-nginx-module --auto` is now all that's necessary to make it fully
non-interactive. It is no longer necessary to provide all the answers through
command line parameters. Closes GH-852.
* Minor contribution by Alessandro Lenzen.
</ChangeLog>
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 Wed Oct 1 00:00:21 2014 (r369681)
+++ head/www/nginx-devel/Makefile Wed Oct 1 01:18:56 2014 (r369682)
@@ -641,7 +641,7 @@ CONFIGURE_ARGS+=--without-http_rewrite_m
.endif
.if ${PORT_OPTIONS:MPASSENGER}
-PASSENGER_VERSION= 4.0.50
+PASSENGER_VERSION= 4.0.52
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 Wed Oct 1 00:00:21 2014 (r369681)
+++ head/www/nginx-devel/distinfo Wed Oct 1 01:18:56 2014 (r369682)
@@ -72,8 +72,8 @@ SHA256 (modsecurity-2.8.0.tar.gz) = 5cbb
SIZE (modsecurity-2.8.0.tar.gz) = 3940357
SHA256 (naxsi-core-0.50.tgz) = 7cece5f9d9c5df9e09af1e1023bc8e04bbbbe953e67461b893b8240e82ca52ef
SIZE (naxsi-core-0.50.tgz) = 49809
-SHA256 (passenger-4.0.50.tar.gz) = 716a608deba04fb284f204763736a1f7bdda34798904a732f748d9d16b2f3622
-SIZE (passenger-4.0.50.tar.gz) = 4444924
+SHA256 (passenger-4.0.52.tar.gz) = ec57db39cf6f45d9b205062dbd78ea5cbbdc908a49b691be278decf61a98122d
+SIZE (passenger-4.0.52.tar.gz) = 4447196
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 Wed Oct 1 00:00:21 2014 (r369681)
+++ head/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb Wed Oct 1 01:18:56 2014 (r369682)
@@ -1,5 +1,5 @@
---- ../passenger-4.0.50/build/nginx.rb.orig 2013-10-27 02:00:00.000000000 +0400
-+++ ../passenger-4.0.50/build/nginx.rb 2014-06-02 05:55:12.000000000 +0400
+--- ../passenger-4.0.52/build/nginx.rb.orig 2013-10-27 02:00:00.000000000 +0400
++++ ../passenger-4.0.52/build/nginx.rb 2014-06-02 05:55:12.000000000 +0400
@@ -32,6 +32,7 @@
desc "Build Nginx support files"
task :nginx => [
Modified: head/www/nginx/Makefile
==============================================================================
--- head/www/nginx/Makefile Wed Oct 1 00:00:21 2014 (r369681)
+++ head/www/nginx/Makefile Wed Oct 1 01:18:56 2014 (r369682)
@@ -653,7 +653,7 @@ CONFIGURE_ARGS+=--without-http_rewrite_m
.endif
.if ${PORT_OPTIONS:MPASSENGER}
-PASSENGER_VERSION= 4.0.50
+PASSENGER_VERSION= 4.0.52
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 Wed Oct 1 00:00:21 2014 (r369681)
+++ head/www/nginx/distinfo Wed Oct 1 01:18:56 2014 (r369682)
@@ -74,8 +74,8 @@ SHA256 (modsecurity-2.8.0.tar.gz) = 5cbb
SIZE (modsecurity-2.8.0.tar.gz) = 3940357
SHA256 (naxsi-core-0.50.tgz) = 7cece5f9d9c5df9e09af1e1023bc8e04bbbbe953e67461b893b8240e82ca52ef
SIZE (naxsi-core-0.50.tgz) = 49809
-SHA256 (passenger-4.0.50.tar.gz) = 716a608deba04fb284f204763736a1f7bdda34798904a732f748d9d16b2f3622
-SIZE (passenger-4.0.50.tar.gz) = 4444924
+SHA256 (passenger-4.0.52.tar.gz) = ec57db39cf6f45d9b205062dbd78ea5cbbdc908a49b691be278decf61a98122d
+SIZE (passenger-4.0.52.tar.gz) = 4447196
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 Wed Oct 1 00:00:21 2014 (r369681)
+++ head/www/nginx/files/extra-patch-passenger-build-nginx.rb Wed Oct 1 01:18:56 2014 (r369682)
@@ -1,5 +1,5 @@
---- ../passenger-4.0.50/build/nginx.rb.orig 2013-10-27 02:00:00.000000000 +0400
-+++ ../passenger-4.0.50/build/nginx.rb 2014-06-02 05:55:12.000000000 +0400
+--- ../passenger-4.0.52/build/nginx.rb.orig 2013-10-27 02:00:00.000000000 +0400
++++ ../passenger-4.0.52/build/nginx.rb 2014-06-02 05:55:12.000000000 +0400
@@ -32,6 +32,7 @@
desc "Build Nginx support files"
task :nginx => [
Modified: head/www/rubygem-passenger/Makefile
==============================================================================
--- head/www/rubygem-passenger/Makefile Wed Oct 1 00:00:21 2014 (r369681)
+++ head/www/rubygem-passenger/Makefile Wed Oct 1 01:18:56 2014 (r369682)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= passenger
-PORTVERSION= 4.0.50
+PORTVERSION= 4.0.52
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMEPREFIX= rubygem-
Modified: head/www/rubygem-passenger/distinfo
==============================================================================
--- head/www/rubygem-passenger/distinfo Wed Oct 1 00:00:21 2014 (r369681)
+++ head/www/rubygem-passenger/distinfo Wed Oct 1 01:18:56 2014 (r369682)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/passenger-4.0.50.gem) = 04f9c2561b5c430bee9eb171b48a17143285c4ab5be7ddc61fd462414488377f
-SIZE (rubygem/passenger-4.0.50.gem) = 4459520
+SHA256 (rubygem/passenger-4.0.52.gem) = 4d2962696b3d7fde009947a334794d7b0b148aaaa0b87896223d5ba699cb2453
+SIZE (rubygem/passenger-4.0.52.gem) = 4461056
More information about the svn-ports-all
mailing list