aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorosa <osa@FreeBSD.org>2013-12-31 23:24:36 +0800
committerosa <osa@FreeBSD.org>2013-12-31 23:24:36 +0800
commit7c7578c03a3d4bbe03d41c08c1e9921d0a4b6380 (patch)
tree79fc0ae37cf075861b9f28b2f2922047ba801351 /www
parent2d4d8254aaccd995560765fd171c1e1813e3e460 (diff)
downloadfreebsd-ports-gnome-7c7578c03a3d4bbe03d41c08c1e9921d0a4b6380.tar.gz
freebsd-ports-gnome-7c7578c03a3d4bbe03d41c08c1e9921d0a4b6380.tar.zst
freebsd-ports-gnome-7c7578c03a3d4bbe03d41c08c1e9921d0a4b6380.zip
Update from 4.0.29 to 4.0.30:
o) www/rubygem-passenger; o) third-party modules for www/nginx and www/nginx-devel. <ChangeLog> * Fixed wrong autogeneration of HTTP Date header. If the web app does not supply a Date header, then Passenger will add one. Unfortunately due to the use of the wrong format string, December 30 2013 is formatted as December 30 2014. As a result, cookies that expire before 2014 would expire on December 30 2013 and December 31 2013. Details can be found at [Github pull request 93](https://github.com/phusion/passenger/pull/93). This issue only affects Phusion Passenger for Nginx and Phusion Passenger Standalone, and does not affect Phusion Passenger for Apache. You can work around this problem in your application by setting a Date header. For example, in Rails you can do: before_filter { response.date = Time.now.utc } Many thanks to Jeff Michael Dean (zilkey) and many others for bringing this to our attention and for providing workarounds and feedback. </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/distinfo6
-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, 15 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile
index 6793b5bffc2a..3e6b06fa633b 100644
--- a/www/nginx-devel/Makefile
+++ b/www/nginx-devel/Makefile
@@ -662,7 +662,7 @@ CONFIGURE_ARGS+=--without-http_rewrite_module \
.endif
.if ${PORT_OPTIONS:MPASSENGER}
-PASSENGER_VERSION= 4.0.29
+PASSENGER_VERSION= 4.0.30
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 55e2bb1a25c8..9b37873f1a49 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.29.tar.gz) = 7d608dbec52164120c673412560e1ebb0da86ac2cfd5cdcc69df763621cd8aa7
-SIZE (passenger-4.0.29.tar.gz) = 4304124
+SHA256 (passenger-4.0.30.tar.gz) = 295849fabfa8abe2c7227effea2e81ccf9925ff27310372ce02cd00d28401307
+SIZE (passenger-4.0.30.tar.gz) = 4304256
SHA256 (ngx_postgres-0.9.tar.gz) = aac0141e73b5c440927b7e040072f120b36e49deb2ff36ad00ff96a80622fbec
SIZE (ngx_postgres-0.9.tar.gz) = 41022
SHA256 (agentzh-rds-csv-nginx-module-v0.05-0-g607e26b.tar.gz) = 3fa9cb3960a97f505c9ad0cc8683c8fe17ba98aa98d003e255bf214e5144751c
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 b5524ffd44b7..89bc33d3161c 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.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
+--- ../passenger-4.0.30/build/nginx.rb.orig 2013-10-12 11:05:08.000000000 +0400
++++ ../passenger-4.0.30/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 55c71e8c928c..eda4b332ec99 100644
--- a/www/nginx/Makefile
+++ b/www/nginx/Makefile
@@ -665,7 +665,7 @@ CONFIGURE_ARGS+=--without-http_rewrite_module \
.endif
.if ${PORT_OPTIONS:MPASSENGER}
-PASSENGER_VERSION= 4.0.29
+PASSENGER_VERSION= 4.0.30
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 8688aa903783..60630678a8ed 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.29.tar.gz) = 7d608dbec52164120c673412560e1ebb0da86ac2cfd5cdcc69df763621cd8aa7
-SIZE (passenger-4.0.29.tar.gz) = 4304124
+SHA256 (passenger-4.0.30.tar.gz) = 295849fabfa8abe2c7227effea2e81ccf9925ff27310372ce02cd00d28401307
+SIZE (passenger-4.0.30.tar.gz) = 4304256
SHA256 (ngx_postgres-0.9.tar.gz) = aac0141e73b5c440927b7e040072f120b36e49deb2ff36ad00ff96a80622fbec
SIZE (ngx_postgres-0.9.tar.gz) = 41022
SHA256 (agentzh-rds-csv-nginx-module-v0.05-0-g607e26b.tar.gz) = 3fa9cb3960a97f505c9ad0cc8683c8fe17ba98aa98d003e255bf214e5144751c
@@ -84,8 +84,6 @@ SHA256 (agentzh-rds-json-nginx-module-v0.13-0-g8292070.tar.gz) = 9e59b90d84f9bc8
SIZE (agentzh-rds-json-nginx-module-v0.13-0-g8292070.tar.gz) = 32965
SHA256 (agentzh-redis2-nginx-module-v0.10-0-g78a7622.tar.gz) = c2a164df07759d2a45beacc1f72316be84e9348b7ae5509723eabd2d61cb4897
SIZE (agentzh-redis2-nginx-module-v0.10-0-g78a7622.tar.gz) = 29850
-SHA256 (alibaba-nginx-footer-filter-1.2.2-0-g3572184.tar.gz) = 48a23f879416c0d8da5795c419b94f1ffa42ee06602545f494db4d9aba646e8f
-SIZE (alibaba-nginx-footer-filter-1.2.2-0-g3572184.tar.gz) = 3934
SHA256 (rtmp-nginx-module-v1.0.8.tar.gz) = e905e40d1a1b81c720f1e799bee6a3525efaa6f2519212130d39eed3b8877c74
SIZE (rtmp-nginx-module-v1.0.8.tar.gz) = 513086
SHA256 (agentzh-set-misc-nginx-module-v0.23-0-g6ce586e.tar.gz) = a5dea4570efa138e15bb97babb02e76f16319b4b660763492ef02615dc1def1f
diff --git a/www/nginx/files/extra-patch-passenger-build-nginx.rb b/www/nginx/files/extra-patch-passenger-build-nginx.rb
index b5524ffd44b7..89bc33d3161c 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.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
+--- ../passenger-4.0.30/build/nginx.rb.orig 2013-10-12 11:05:08.000000000 +0400
++++ ../passenger-4.0.30/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 2b4781c0115c..52cae608ecd6 100644
--- a/www/rubygem-passenger/Makefile
+++ b/www/rubygem-passenger/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= passenger
-PORTVERSION= 4.0.29
+PORTVERSION= 4.0.30
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMEPREFIX= rubygem-
diff --git a/www/rubygem-passenger/distinfo b/www/rubygem-passenger/distinfo
index 945ef5471033..ae43271c067c 100644
--- a/www/rubygem-passenger/distinfo
+++ b/www/rubygem-passenger/distinfo
@@ -1,2 +1,2 @@
-SHA256 (rubygem/passenger-4.0.29.gem) = 2a902f030785ee3b274a95999184932e645a38c8f02fa2a6b4487c05b2937dc4
-SIZE (rubygem/passenger-4.0.29.gem) = 4350464
+SHA256 (rubygem/passenger-4.0.30.gem) = e7d11671130bf0a546dd7f4b4d42e364afd8bb324ba929149aff327df937fd32
+SIZE (rubygem/passenger-4.0.30.gem) = 4350976