mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Update from 4.0.49 to 4.0.50:
o) www/rubygem-passenger; o) third-party modules for www/nginx and www/nginx-devel. <ChangeLog> * Fixed a potential heap corruption bug. * Added Union Station support for Rails 4.1. </ChangeLog>
This commit is contained in:
parent
fe97d781ec
commit
d4ca65d90d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=366502
@ -642,7 +642,7 @@ CONFIGURE_ARGS+=--without-http_rewrite_module \
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MPASSENGER}
|
||||
PASSENGER_VERSION= 4.0.49
|
||||
PASSENGER_VERSION= 4.0.50
|
||||
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
|
||||
|
@ -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.49.tar.gz) = 8b1f3fe9194d46a65950acce2c0cbda6a211ba26c0dd55a0e24d6b96dc7a07ef
|
||||
SIZE (passenger-4.0.49.tar.gz) = 4432910
|
||||
SHA256 (passenger-4.0.50.tar.gz) = 716a608deba04fb284f204763736a1f7bdda34798904a732f748d9d16b2f3622
|
||||
SIZE (passenger-4.0.50.tar.gz) = 4444924
|
||||
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
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- ../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
|
||||
--- ../passenger-4.0.50/build/nginx.rb.orig 2013-10-27 02:00:00.000000000 +0400
|
||||
+++ ../passenger-4.0.50/build/nginx.rb 2014-06-02 05:55:12.000000000 +0400
|
||||
@@ -32,6 +32,7 @@
|
||||
desc "Build Nginx support files"
|
||||
task :nginx => [
|
||||
|
@ -654,7 +654,7 @@ CONFIGURE_ARGS+=--without-http_rewrite_module \
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MPASSENGER}
|
||||
PASSENGER_VERSION= 4.0.49
|
||||
PASSENGER_VERSION= 4.0.50
|
||||
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
|
||||
|
@ -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.49.tar.gz) = 8b1f3fe9194d46a65950acce2c0cbda6a211ba26c0dd55a0e24d6b96dc7a07ef
|
||||
SIZE (passenger-4.0.49.tar.gz) = 4432910
|
||||
SHA256 (passenger-4.0.50.tar.gz) = 716a608deba04fb284f204763736a1f7bdda34798904a732f748d9d16b2f3622
|
||||
SIZE (passenger-4.0.50.tar.gz) = 4444924
|
||||
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
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- ../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
|
||||
--- ../passenger-4.0.50/build/nginx.rb.orig 2013-10-27 02:00:00.000000000 +0400
|
||||
+++ ../passenger-4.0.50/build/nginx.rb 2014-06-02 05:55:12.000000000 +0400
|
||||
@@ -32,6 +32,7 @@
|
||||
desc "Build Nginx support files"
|
||||
task :nginx => [
|
||||
|
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= passenger
|
||||
PORTVERSION= 4.0.49
|
||||
PORTVERSION= 4.0.50
|
||||
CATEGORIES= www rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMEPREFIX= rubygem-
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (rubygem/passenger-4.0.49.gem) = 8b4442fada39b04f2b98b1e70a6f7cde0573584e4e8ab1b17d2b9df2e31dced4
|
||||
SIZE (rubygem/passenger-4.0.49.gem) = 4448768
|
||||
SHA256 (rubygem/passenger-4.0.50.gem) = 04f9c2561b5c430bee9eb171b48a17143285c4ab5be7ddc61fd462414488377f
|
||||
SIZE (rubygem/passenger-4.0.50.gem) = 4459520
|
||||
|
Loading…
Reference in New Issue
Block a user