diff options
author | osa <osa@FreeBSD.org> | 2015-01-24 07:28:00 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2015-01-24 07:28:00 +0800 |
commit | 1f1b701431f3ce0d1bdb9920d584b4e4c3417b32 (patch) | |
tree | 099c10c3acafffc1c1648a764a5f35b48cca8914 /www/nginx | |
parent | 9a5f9c564aaab54c34900f9d0c7d276dc73eb368 (diff) | |
download | freebsd-ports-gnome-1f1b701431f3ce0d1bdb9920d584b4e4c3417b32.tar.gz freebsd-ports-gnome-1f1b701431f3ce0d1bdb9920d584b4e4c3417b32.tar.zst freebsd-ports-gnome-1f1b701431f3ce0d1bdb9920d584b4e4c3417b32.zip |
Upgrade from 4.0.57 to 4.0.58:
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel.
<ChangeLog>
Release 4.0.58
--------------
* [Enterprise] Fixed a bug in the Debian packages which caused Flying Passenger to break when used with non-system Rubies.
* The Debian packages no longer require Ruby 1.9. Closes GH-1353.
</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 75985ba98669..66eeb39ddceb 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -655,7 +655,7 @@ CONFIGURE_ARGS+=--without-http_rewrite_module \ .endif .if ${PORT_OPTIONS:MPASSENGER} -PASSENGER_VERSION= 4.0.57 +PASSENGER_VERSION= 4.0.58 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 efc3929f158a..81a91b4a98ae 100644 --- a/www/nginx/distinfo +++ b/www/nginx/distinfo @@ -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.57.tar.gz) = 7f9eb82e1946f6bcd02afed40ef3ffe1e3404052c0e970da8a58ea9b0f1807eb -SIZE (passenger-4.0.57.tar.gz) = 4520949 +SHA256 (passenger-4.0.58.tar.gz) = 74ba1239b570beac5ed38ccc87f2e44987b030bdb2892f9c6bd737d80acafa0c +SIZE (passenger-4.0.57.tar.gz) = 4521049 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 diff --git a/www/nginx/files/extra-patch-passenger-build-nginx.rb b/www/nginx/files/extra-patch-passenger-build-nginx.rb index 53428f4c8475..9e067ddadadf 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.57/build/nginx.rb.orig 2013-10-27 02:00:00.000000000 +0400 -+++ ../passenger-4.0.57/build/nginx.rb 2014-06-02 05:55:12.000000000 +0400 +--- ../passenger-4.0.58/build/nginx.rb.orig 2013-10-27 02:00:00.000000000 +0400 ++++ ../passenger-4.0.58/build/nginx.rb 2014-06-02 05:55:12.000000000 +0400 @@ -32,6 +32,7 @@ desc "Build Nginx support files" task :nginx => [ |