aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorosa <osa@FreeBSD.org>2013-12-14 23:59:54 +0800
committerosa <osa@FreeBSD.org>2013-12-14 23:59:54 +0800
commit6dcac13948cbb3c8617ff72e5debee4e18f9ddd6 (patch)
tree3023830f1a27e29b9e59120e14135915459479ea /www
parent7461f2571db002d87546a259f15ad955a34e2f02 (diff)
downloadfreebsd-ports-gnome-6dcac13948cbb3c8617ff72e5debee4e18f9ddd6.tar.gz
freebsd-ports-gnome-6dcac13948cbb3c8617ff72e5debee4e18f9ddd6.tar.zst
freebsd-ports-gnome-6dcac13948cbb3c8617ff72e5debee4e18f9ddd6.zip
Update from 4.0.27 to 4.0.29:
o) www/rubygem-passenger; o) third-party modules for www/nginx and www/nginx-devel. <ChangeLog> Release 4.0.29 -------------- * Fixed a compilation problem on OS X Mavericks. Release 4.0.28 -------------- * Introduced a workaround for a GCC 4.6 bug. This bug could cause Phusion Passsenger to crash during startup. Affected operating systems include Ubuntu 12.04 and Amazon Linux 2013.09.01, though not every machine with this OS installed exhibits the problem. See issue #902. * Improved Node.js support: the Sails framework is now supported. * Improved Node.js support: the streams2 API is now supported. * Introduced support for hooks, allowing users to easily extend Phusion Passenger's behavior. * Fixed a bug in the `passenger start -R` option. It was broken because of a change introduced in 4.0.25. * Fixed a bug in PassengerMaxInstancesPerApp. Fixes issue #1016. * Fixed compilation problems on Solaris. * Fixed an encoding problem in the Apache autodetection code. Fixes issue #1026. * The Debian packages no longer depend on libruby. * Application stdout and stderr are now printed without normal Phusion Passenger debugging information, making them easier to read. </ChangeLog>
Diffstat (limited to 'www')
-rw-r--r--www/nginx-devel/Makefile2
-rw-r--r--www/nginx-devel/distinfo4
-rw-r--r--www/nginx-devel/files/extra-patch-passenger-build-nginx.rb4
-rw-r--r--www/nginx/Makefile2
-rw-r--r--www/nginx/distinfo4
-rw-r--r--www/nginx/files/extra-patch-passenger-build-nginx.rb4
-rw-r--r--www/rubygem-passenger/Makefile2
-rw-r--r--www/rubygem-passenger/distinfo4
8 files changed, 13 insertions, 13 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile
index 1e0cf0524735..34f92dc93532 100644
--- a/www/nginx-devel/Makefile
+++ b/www/nginx-devel/Makefile
@@ -652,7 +652,7 @@ CONFIGURE_ARGS+=--without-http_rewrite_module \
.endif
.if ${PORT_OPTIONS:MPASSENGER}
-PASSENGER_VERSION= 4.0.27
+PASSENGER_VERSION= 4.0.29
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
diff --git a/www/nginx-devel/distinfo b/www/nginx-devel/distinfo
index 635e0daf03fa..aaafc61c1ca2 100644
--- a/www/nginx-devel/distinfo
+++ b/www/nginx-devel/distinfo
@@ -72,8 +72,8 @@ SHA256 (modsecurity-apache_2.7.5.tar.gz) = 9e907536278d8da80d3dbb29aeffe9c4ec37c
SIZE (modsecurity-apache_2.7.5.tar.gz) = 1045387
SHA256 (naxsi-core-0.50.tgz) = 7cece5f9d9c5df9e09af1e1023bc8e04bbbbe953e67461b893b8240e82ca52ef
SIZE (naxsi-core-0.50.tgz) = 49809
-SHA256 (passenger-4.0.27.tar.gz) = b0e8ba5e78e7b5f941c9c6236f9139b98a028313c8d453e65057828c2e6a82b4
-SIZE (passenger-4.0.27.tar.gz) = 4142870
+SHA256 (passenger-4.0.29.tar.gz) = 7d608dbec52164120c673412560e1ebb0da86ac2cfd5cdcc69df763621cd8aa7
+SIZE (passenger-4.0.29.tar.gz) = 4304124
SHA256 (ngx_postgres-0.9.tar.gz) = aac0141e73b5c440927b7e040072f120b36e49deb2ff36ad00ff96a80622fbec
SIZE (ngx_postgres-0.9.tar.gz) = 41022
SHA256 (agentzh-rds-csv-nginx-module-v0.05rc2-0-gc15d3a4.tar.gz) = 5b135136b646c2647de2d89007bafd1136b06f20379555f8ebbc903b55000023
diff --git a/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb b/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb
index db0527abd9c2..b5524ffd44b7 100644
--- a/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb
+++ b/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb
@@ -1,5 +1,5 @@
---- ../passenger-4.0.27/build/nginx.rb.orig 2013-10-12 11:05:08.000000000 +0400
-+++ ../passenger-4.0.27/build/nginx.rb 2013-10-12 11:06:18.000000000 +0400
+--- ../passenger-4.0.29/build/nginx.rb.orig 2013-10-12 11:05:08.000000000 +0400
++++ ../passenger-4.0.29/build/nginx.rb 2013-10-12 11:06:18.000000000 +0400
@@ -32,16 +32,12 @@
desc "Build Nginx support files"
task :nginx => [
diff --git a/www/nginx/Makefile b/www/nginx/Makefile
index 517ae94de8c5..fca3d8d8faf5 100644
--- a/www/nginx/Makefile
+++ b/www/nginx/Makefile
@@ -654,7 +654,7 @@ CONFIGURE_ARGS+=--without-http_rewrite_module \
.endif
.if ${PORT_OPTIONS:MPASSENGER}
-PASSENGER_VERSION= 4.0.27
+PASSENGER_VERSION= 4.0.29
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
diff --git a/www/nginx/distinfo b/www/nginx/distinfo
index bf473df0b5b0..037ec5522a62 100644
--- a/www/nginx/distinfo
+++ b/www/nginx/distinfo
@@ -74,8 +74,8 @@ SHA256 (modsecurity-apache_2.7.5.tar.gz) = 9e907536278d8da80d3dbb29aeffe9c4ec37c
SIZE (modsecurity-apache_2.7.5.tar.gz) = 1045387
SHA256 (naxsi-core-0.50.tgz) = 7cece5f9d9c5df9e09af1e1023bc8e04bbbbe953e67461b893b8240e82ca52ef
SIZE (naxsi-core-0.50.tgz) = 49809
-SHA256 (passenger-4.0.27.tar.gz) = b0e8ba5e78e7b5f941c9c6236f9139b98a028313c8d453e65057828c2e6a82b4
-SIZE (passenger-4.0.27.tar.gz) = 4142870
+SHA256 (passenger-4.0.29.tar.gz) = 7d608dbec52164120c673412560e1ebb0da86ac2cfd5cdcc69df763621cd8aa7
+SIZE (passenger-4.0.29.tar.gz) = 4304124
SHA256 (ngx_postgres-0.9.tar.gz) = aac0141e73b5c440927b7e040072f120b36e49deb2ff36ad00ff96a80622fbec
SIZE (ngx_postgres-0.9.tar.gz) = 41022
SHA256 (agentzh-rds-csv-nginx-module-v0.05rc2-0-gc15d3a4.tar.gz) = 5b135136b646c2647de2d89007bafd1136b06f20379555f8ebbc903b55000023
diff --git a/www/nginx/files/extra-patch-passenger-build-nginx.rb b/www/nginx/files/extra-patch-passenger-build-nginx.rb
index db0527abd9c2..b5524ffd44b7 100644
--- a/www/nginx/files/extra-patch-passenger-build-nginx.rb
+++ b/www/nginx/files/extra-patch-passenger-build-nginx.rb
@@ -1,5 +1,5 @@
---- ../passenger-4.0.27/build/nginx.rb.orig 2013-10-12 11:05:08.000000000 +0400
-+++ ../passenger-4.0.27/build/nginx.rb 2013-10-12 11:06:18.000000000 +0400
+--- ../passenger-4.0.29/build/nginx.rb.orig 2013-10-12 11:05:08.000000000 +0400
++++ ../passenger-4.0.29/build/nginx.rb 2013-10-12 11:06:18.000000000 +0400
@@ -32,16 +32,12 @@
desc "Build Nginx support files"
task :nginx => [
diff --git a/www/rubygem-passenger/Makefile b/www/rubygem-passenger/Makefile
index b823318168f5..2b4781c0115c 100644
--- a/www/rubygem-passenger/Makefile
+++ b/www/rubygem-passenger/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= passenger
-PORTVERSION= 4.0.27
+PORTVERSION= 4.0.29
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMEPREFIX= rubygem-
diff --git a/www/rubygem-passenger/distinfo b/www/rubygem-passenger/distinfo
index 19e8d180f8ec..945ef5471033 100644
--- a/www/rubygem-passenger/distinfo
+++ b/www/rubygem-passenger/distinfo
@@ -1,2 +1,2 @@
-SHA256 (rubygem/passenger-4.0.27.gem) = 6753622b7fcd334465ab3eb29fb26edbe545532a105b88d2a3d507d89725a851
-SIZE (rubygem/passenger-4.0.27.gem) = 4190720
+SHA256 (rubygem/passenger-4.0.29.gem) = 2a902f030785ee3b274a95999184932e645a38c8f02fa2a6b4487c05b2937dc4
+SIZE (rubygem/passenger-4.0.29.gem) = 4350464