diff options
| author | Sergey A. Osokin <osa@FreeBSD.org> | 2013-12-06 02:28:12 +0000 |
|---|---|---|
| committer | Sergey A. Osokin <osa@FreeBSD.org> | 2013-12-06 02:28:12 +0000 |
| commit | b6042b03217069e1b7636c7566bafeca2fe858a6 (patch) | |
| tree | ad5c0b31d10684b52a282dde92f4d40167fdb96b /www/nginx | |
| parent | Document drupal multiple vulnerabilities. (diff) | |
Update from 4.0.26 to 4.0.27:
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel.
<ChangeLog>
* [Apache] Fixed a bug in the Apache module which could lock up the Apache
process or thread. This is a regression introduced in version 4.0.24.
* Node.js application processes now have friendly process titles.
</ChangeLog>
Diffstat (limited to 'www/nginx')
| -rw-r--r-- | www/nginx/Makefile | 2 | ||||
| -rw-r--r-- | www/nginx/distinfo | 4 | ||||
| -rw-r--r-- | www/nginx/files/extra-patch-passenger-build-nginx.rb | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile index b5d3631e96f9..517ae94de8c5 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.26 +PASSENGER_VERSION= 4.0.27 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 5a66a75ac641..bf473df0b5b0 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.26.tar.gz) = d585c5a9086f598bc464128a72ab842ac063ae10dfb0437f6839eae24f5b3669 -SIZE (passenger-4.0.26.tar.gz) = 4144837 +SHA256 (passenger-4.0.27.tar.gz) = b0e8ba5e78e7b5f941c9c6236f9139b98a028313c8d453e65057828c2e6a82b4 +SIZE (passenger-4.0.27.tar.gz) = 4142870 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 216a51241ce0..db0527abd9c2 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.26/build/nginx.rb.orig 2013-10-12 11:05:08.000000000 +0400 -+++ ../passenger-4.0.26/build/nginx.rb 2013-10-12 11:06:18.000000000 +0400 +--- ../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 @@ -32,16 +32,12 @@ desc "Build Nginx support files" task :nginx => [ |
