1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

Update from 4.0.48 to 4.0.49:

o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel.

<ChangeLog>

 * Upgraded the preferred Nginx version to 1.6.1.
 * Fixed a crash that may be triggered by the `passenger_max_requests` feature.
 * Introduced the `spawn_failed` hook, which is called when an application
   process fails to spawn. You could use this hook to setup an error
   notification system. Closes GH-1252.
 * Fonts, RSS and XML are now gzip-compressed by default in Phusion Passenger
   Standalone. Thanks to Jacob Elder. Closes GH-1254.
 * Fixed some user and group information lookup issues. Closes GH-1253.
 * Fixed some request handling crashes. Closes GH-1250.
 * Fixed some compilation problems on Gentoo. Closes GH-1261.
 * Fixed some compilation problems on Solaris. Closes GH-1260.

</ChangeLog>
This commit is contained in:
Sergey A. Osokin 2014-08-22 22:06:37 +00:00
parent 324ba3cb7f
commit 3badcfd910
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=365702
8 changed files with 13 additions and 13 deletions

View File

@ -642,7 +642,7 @@ CONFIGURE_ARGS+=--without-http_rewrite_module \
.endif
.if ${PORT_OPTIONS:MPASSENGER}
PASSENGER_VERSION= 4.0.48
PASSENGER_VERSION= 4.0.49
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

View File

@ -72,8 +72,8 @@ SHA256 (modsecurity-2.8.0.tar.gz) = 5cbbc7fc993d39106b653213753d25c4ec21771eee17
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.48.tar.gz) = 0fe6a42c82eee59511b04aa683f65fb4eaf1acc6310de3fbbe905fa507347e24
SIZE (passenger-4.0.48.tar.gz) = 4392898
SHA256 (passenger-4.0.49.tar.gz) = 8b1f3fe9194d46a65950acce2c0cbda6a211ba26c0dd55a0e24d6b96dc7a07ef
SIZE (passenger-4.0.49.tar.gz) = 4432910
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

View File

@ -1,5 +1,5 @@
--- ../passenger-4.0.48/build/nginx.rb.orig 2013-10-27 02:00:00.000000000 +0400
+++ ../passenger-4.0.48/build/nginx.rb 2014-06-02 05:55:12.000000000 +0400
--- ../passenger-4.0.49/build/nginx.rb.orig 2013-10-27 02:00:00.000000000 +0400
+++ ../passenger-4.0.49/build/nginx.rb 2014-06-02 05:55:12.000000000 +0400
@@ -32,6 +32,7 @@
desc "Build Nginx support files"
task :nginx => [

View File

@ -654,7 +654,7 @@ CONFIGURE_ARGS+=--without-http_rewrite_module \
.endif
.if ${PORT_OPTIONS:MPASSENGER}
PASSENGER_VERSION= 4.0.48
PASSENGER_VERSION= 4.0.49
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

View File

@ -74,8 +74,8 @@ SHA256 (modsecurity-2.8.0.tar.gz) = 5cbbc7fc993d39106b653213753d25c4ec21771eee17
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.48.tar.gz) = 0fe6a42c82eee59511b04aa683f65fb4eaf1acc6310de3fbbe905fa507347e24
SIZE (passenger-4.0.48.tar.gz) = 4392898
SHA256 (passenger-4.0.49.tar.gz) = 8b1f3fe9194d46a65950acce2c0cbda6a211ba26c0dd55a0e24d6b96dc7a07ef
SIZE (passenger-4.0.49.tar.gz) = 4432910
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

View File

@ -1,5 +1,5 @@
--- ../passenger-4.0.48/build/nginx.rb.orig 2013-10-27 02:00:00.000000000 +0400
+++ ../passenger-4.0.48/build/nginx.rb 2014-06-02 05:55:12.000000000 +0400
--- ../passenger-4.0.49/build/nginx.rb.orig 2013-10-27 02:00:00.000000000 +0400
+++ ../passenger-4.0.49/build/nginx.rb 2014-06-02 05:55:12.000000000 +0400
@@ -32,6 +32,7 @@
desc "Build Nginx support files"
task :nginx => [

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= passenger
PORTVERSION= 4.0.48
PORTVERSION= 4.0.49
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMEPREFIX= rubygem-

View File

@ -1,2 +1,2 @@
SHA256 (rubygem/passenger-4.0.48.gem) = 1a552905655051aa62be6ce482ba49e7efed68150d0f338c58dd55b972b33ae8
SIZE (rubygem/passenger-4.0.48.gem) = 4405760
SHA256 (rubygem/passenger-4.0.49.gem) = 8b4442fada39b04f2b98b1e70a6f7cde0573584e4e8ab1b17d2b9df2e31dced4
SIZE (rubygem/passenger-4.0.49.gem) = 4448768