Security update from 5.0.21 to 5.0.22:
o) www/rubygem-passenger; o) third-party passenger modules for www/nginx and www/nginx-devel. Please note: third-party passenger module is disabled by default for www/nginx and www/nginx-devel ports. Security: CVE-2015-7519 PR: 205104
This commit is contained in:
parent
649eb1d22e
commit
089441c602
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=403349
8 changed files with 13 additions and 13 deletions
|
@ -723,7 +723,7 @@ CONFIGURE_ARGS+=--without-http_rewrite_module \
|
|||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MPASSENGER}
|
||||
PASSENGER_VERSION= 5.0.21
|
||||
PASSENGER_VERSION= 5.0.22
|
||||
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}/src/nginx_module
|
||||
|
|
|
@ -22,8 +22,8 @@ SHA256 (mod_zip-1.1.6.tar.gz) = d30546b4be8308c721df0240ebc38c474c6b577381a11032
|
|||
SIZE (mod_zip-1.1.6.tar.gz) = 21991
|
||||
SHA256 (modsecurity-2.9.0.tar.gz) = e2bbf789966c1f80094d88d9085a81bde082b2054f8e38e0db571ca49208f434
|
||||
SIZE (modsecurity-2.9.0.tar.gz) = 4246467
|
||||
SHA256 (passenger-5.0.21.tar.gz) = 66bc55a43f08d77b7a5e42928bf19d7cab2297866996ebcaa4db01a2d78cc60c
|
||||
SIZE (passenger-5.0.21.tar.gz) = 5307571
|
||||
SHA256 (passenger-5.0.22.tar.gz) = 0dfefb780ff134e6dd9352886f1086b980777adf27a98507ebfed648938b628f
|
||||
SIZE (passenger-5.0.22.tar.gz) = 5412739
|
||||
SHA256 (nginx-sflow-module-0.9.7.tar.gz) = 508d15a43059abab08281bfa66d2dd520e2e7635d0b17043549bb331c8755b76
|
||||
SIZE (nginx-sflow-module-0.9.7.tar.gz) = 27614
|
||||
SHA256 (ngx_slowfs_cache-1.10.tar.gz) = 1e81453942e5b0877de1f1f06c56ae82918ea9818255cb935bcb673c95a758a1
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--- ../passenger-5.0.21/build/nginx.rb.orig 2013-10-27 02:00:00.000000000 +0400
|
||||
+++ ../passenger-5.0.21/build/nginx.rb 2015-09-26 02:05:27.664684000 +0300
|
||||
--- ../passenger-5.0.22/build/nginx.rb.orig 2013-10-27 02:00:00.000000000 +0400
|
||||
+++ ../passenger-5.0.22/build/nginx.rb 2015-09-26 02:05:27.664684000 +0300
|
||||
@@ -32,6 +32,7 @@
|
||||
desc "Build Nginx support files"
|
||||
task :nginx => [
|
||||
|
|
|
@ -702,7 +702,7 @@ CONFIGURE_ARGS+=--without-http_rewrite_module \
|
|||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MPASSENGER}
|
||||
PASSENGER_VERSION= 5.0.21
|
||||
PASSENGER_VERSION= 5.0.22
|
||||
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}/src/nginx_module
|
||||
|
|
|
@ -22,8 +22,8 @@ SHA256 (mod_zip-1.1.6.tar.gz) = d30546b4be8308c721df0240ebc38c474c6b577381a11032
|
|||
SIZE (mod_zip-1.1.6.tar.gz) = 21991
|
||||
SHA256 (modsecurity-2.9.0.tar.gz) = e2bbf789966c1f80094d88d9085a81bde082b2054f8e38e0db571ca49208f434
|
||||
SIZE (modsecurity-2.9.0.tar.gz) = 4246467
|
||||
SHA256 (passenger-5.0.21.tar.gz) = 66bc55a43f08d77b7a5e42928bf19d7cab2297866996ebcaa4db01a2d78cc60c
|
||||
SIZE (passenger-5.0.21.tar.gz) = 5307571
|
||||
SHA256 (passenger-5.0.22.tar.gz) = 0dfefb780ff134e6dd9352886f1086b980777adf27a98507ebfed648938b628f
|
||||
SIZE (passenger-5.0.22.tar.gz) = 5412739
|
||||
SHA256 (nginx-sflow-module-0.9.7.tar.gz) = 508d15a43059abab08281bfa66d2dd520e2e7635d0b17043549bb331c8755b76
|
||||
SIZE (nginx-sflow-module-0.9.7.tar.gz) = 27614
|
||||
SHA256 (ngx_slowfs_cache-1.10.tar.gz) = 1e81453942e5b0877de1f1f06c56ae82918ea9818255cb935bcb673c95a758a1
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--- ../passenger-5.0.21/build/nginx.rb.orig 2013-10-27 02:00:00.000000000 +0400
|
||||
+++ ../passenger-5.0.21/build/nginx.rb 2015-09-26 02:05:27.664684000 +0300
|
||||
--- ../passenger-5.0.22/build/nginx.rb.orig 2013-10-27 02:00:00.000000000 +0400
|
||||
+++ ../passenger-5.0.22/build/nginx.rb 2015-09-26 02:05:27.664684000 +0300
|
||||
@@ -32,6 +32,7 @@
|
||||
desc "Build Nginx support files"
|
||||
task :nginx => [
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= passenger
|
||||
PORTVERSION= 5.0.21
|
||||
PORTVERSION= 5.0.22
|
||||
CATEGORIES= www rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMEPREFIX= rubygem-
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (rubygem/passenger-5.0.21.gem) = ac2fb8aab4855bc5a46720829e6db917d540aab81a6ea61a448e9751a230c20a
|
||||
SIZE (rubygem/passenger-5.0.21.gem) = 5318656
|
||||
SHA256 (rubygem/passenger-5.0.22.gem) = d64bf16176e35274201c9a96e654355573e02f2baab9b199ec99a361207fa8e3
|
||||
SIZE (rubygem/passenger-5.0.22.gem) = 5423104
|
||||
|
|
Loading…
Reference in a new issue