Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Jun 2014 02:14:54 +0000 (UTC)
From:      "Sergey A. Osokin" <osa@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r356191 - in head/www: nginx nginx-devel nginx-devel/files nginx/files rubygem-passenger
Message-ID:  <201406020214.s522EsCI017391@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: osa
Date: Mon Jun  2 02:14:54 2014
New Revision: 356191
URL: http://svnweb.freebsd.org/changeset/ports/356191
QAT: https://qat.redports.org/buildarchive/r356191/

Log:
  Update from 4.0.41 to 4.0.44:
  
  o) www/rubygem-passenger;
  o) third-party modules for www/nginx and www/nginx-devel.
  
  <ChangeLog>
  
  Release 4.0.44
  --------------
  
   * The issue tracker has now been moved from Google Code to Github.
     Before version 4.0.44 (May 29 2014, commit 3dd0964c9f4), all
     issue numbers referred to Google Code. From now on, all issue
     numbers will refer to Github Issues.
   * Fixed compilation problems on OS X Lion and OS X Mountain Lion.
   * On Ruby, fixed `nil` being frozen on accident in some cases.
     See issue #1192.
  
  Release 4.0.43
  --------------
  
   * Introduced a new command `passenger-config list-instances`, which prints all
     running Phusion Passenger instances.
   * Introduced a new command `passenger-config system-metrics, which displays
     metrics about the system such as the total CPU and memory usage.
   * Fixed some compilation problems caused by the compiler capability autodetector.
   * System metrics such as total CPU usage and memory usage, are now sent to
     [Union Station](https://www.unionstationapp.com) in preparation for future
     features.
  
  Release 4.0.42
  --------------
  
   * [Nginx] Upgraded the preferred Nginx version to 1.6.0.
   * [Nginx] Fixed compatibility with Nginx 1.7.0.
   * [Standalone] The MIME type for .woff files has been changed to application/font-woff.
     Fixes issue #1071.
   * There are now APT packages for Ubuntu 14.04. At the same time, packages for
     Ubuntu 13.10 have been abandoned.
   * Introduced a new command, `passenger-config build-native-support`, for ensuring
     that the native_support library for the current Ruby interpreter is built. This
     is useful in system provisioning scripts.
   * For security reasons, friendly error pages (those black/purple pages that shows
     the error message, backtrace and environment variable dump when an application
     fails to start) are now disabled by default when the application environment is
     set to 'staging' or 'production'. Fixes issue #1063.
   * Fixed some compilation warnings on Ubuntu 14.04.
   * Fixed some compatibility problems with Rake 10.2.0 and later.
     See [Rake issue 274](https://github.com/jimweirich/rake/issues/274).
   * Improved error handling in [Union Station](https://www.unionstationapp.com) support.
   * Data is now sent to Union Station on a more frequent basis, in order to make new
     data show up more quickly.
   * Information about the code revision is now sent to Union Station, which will be
     used in the upcoming deployment tracking feature in Union Station 2.
  
  </ChangeLog>

Modified:
  head/www/nginx-devel/Makefile
  head/www/nginx-devel/distinfo
  head/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb
  head/www/nginx/Makefile
  head/www/nginx/distinfo
  head/www/nginx/files/extra-patch-passenger-build-nginx.rb
  head/www/rubygem-passenger/Makefile
  head/www/rubygem-passenger/distinfo

Modified: head/www/nginx-devel/Makefile
==============================================================================
--- head/www/nginx-devel/Makefile	Mon Jun  2 01:42:11 2014	(r356190)
+++ head/www/nginx-devel/Makefile	Mon Jun  2 02:14:54 2014	(r356191)
@@ -645,8 +645,8 @@ CONFIGURE_ARGS+=--without-http_rewrite_m
 .endif
 
 .if ${PORT_OPTIONS:MPASSENGER}
-IGNORE=	PASSENGER: update require
-PASSENGER_VERSION=	4.0.41
+#IGNORE=	PASSENGER: update require
+PASSENGER_VERSION=	4.0.44
 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

Modified: head/www/nginx-devel/distinfo
==============================================================================
--- head/www/nginx-devel/distinfo	Mon Jun  2 01:42:11 2014	(r356190)
+++ head/www/nginx-devel/distinfo	Mon Jun  2 02:14:54 2014	(r356191)
@@ -72,8 +72,8 @@ SHA256 (modsecurity-apache_2.7.5.tar.gz)
 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.41.tar.gz) = 7b1857e02280066d4be9123a1c13ead1eba280e60e3eba7b4f0e16279fd71259
-SIZE (passenger-4.0.41.tar.gz) = 4060645
+SHA256 (passenger-4.0.44.tar.gz) = 201308c9d95ccbd7aa5167a22bdc4e403f90ba7a185d5cc51a840caa0c3cd30e
+SIZE (passenger-4.0.44.tar.gz) = 3928963
 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

Modified: head/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb
==============================================================================
--- head/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb	Mon Jun  2 01:42:11 2014	(r356190)
+++ head/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb	Mon Jun  2 02:14:54 2014	(r356191)
@@ -1,13 +1,15 @@
---- ../passenger-4.0.41/build/nginx.rb.orig	2013-10-12 11:05:08.000000000 +0400
-+++ ../passenger-4.0.41/build/nginx.rb	2013-10-12 11:06:18.000000000 +0400
-@@ -32,16 +32,12 @@
+--- ../passenger-4.0.44/build/nginx.rb.orig	2013-10-27 02:00:00.000000000 +0400
++++ ../passenger-4.0.44/build/nginx.rb	2014-06-02 05:55:12.000000000 +0400
+@@ -32,6 +32,7 @@
  desc "Build Nginx support files"
  task :nginx => [
  	:nginx_without_native_support,
-+        LIBBOOST_OXT,
++	LIBBOOST_OXT,
  	NATIVE_SUPPORT_TARGET
  ].compact
  
+@@ -40,11 +41,6 @@
+ 
  task :nginx_without_native_support => [
  	auto_generated_sources,
 -	AGENT_OUTPUT_DIR + 'PassengerHelperAgent',

Modified: head/www/nginx/Makefile
==============================================================================
--- head/www/nginx/Makefile	Mon Jun  2 01:42:11 2014	(r356190)
+++ head/www/nginx/Makefile	Mon Jun  2 02:14:54 2014	(r356191)
@@ -648,7 +648,7 @@ CONFIGURE_ARGS+=--without-http_rewrite_m
 .endif
 
 .if ${PORT_OPTIONS:MPASSENGER}
-PASSENGER_VERSION=	4.0.41
+PASSENGER_VERSION=	4.0.44
 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

Modified: head/www/nginx/distinfo
==============================================================================
--- head/www/nginx/distinfo	Mon Jun  2 01:42:11 2014	(r356190)
+++ head/www/nginx/distinfo	Mon Jun  2 02:14:54 2014	(r356191)
@@ -74,8 +74,8 @@ SHA256 (modsecurity-apache_2.7.5.tar.gz)
 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.41.tar.gz) = 7b1857e02280066d4be9123a1c13ead1eba280e60e3eba7b4f0e16279fd71259
-SIZE (passenger-4.0.41.tar.gz) = 4060645
+SHA256 (passenger-4.0.44.tar.gz) = 201308c9d95ccbd7aa5167a22bdc4e403f90ba7a185d5cc51a840caa0c3cd30e
+SIZE (passenger-4.0.44.tar.gz) = 3928963
 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

Modified: head/www/nginx/files/extra-patch-passenger-build-nginx.rb
==============================================================================
--- head/www/nginx/files/extra-patch-passenger-build-nginx.rb	Mon Jun  2 01:42:11 2014	(r356190)
+++ head/www/nginx/files/extra-patch-passenger-build-nginx.rb	Mon Jun  2 02:14:54 2014	(r356191)
@@ -1,13 +1,15 @@
---- ../passenger-4.0.41/build/nginx.rb.orig	2013-10-12 11:05:08.000000000 +0400
-+++ ../passenger-4.0.41/build/nginx.rb	2013-10-12 11:06:18.000000000 +0400
-@@ -32,16 +32,12 @@
+--- ../passenger-4.0.44/build/nginx.rb.orig	2013-10-27 02:00:00.000000000 +0400
++++ ../passenger-4.0.44/build/nginx.rb	2014-06-02 05:55:12.000000000 +0400
+@@ -32,6 +32,7 @@
  desc "Build Nginx support files"
  task :nginx => [
  	:nginx_without_native_support,
-+        LIBBOOST_OXT,
++	LIBBOOST_OXT,
  	NATIVE_SUPPORT_TARGET
  ].compact
  
+@@ -40,11 +41,6 @@
+ 
  task :nginx_without_native_support => [
  	auto_generated_sources,
 -	AGENT_OUTPUT_DIR + 'PassengerHelperAgent',

Modified: head/www/rubygem-passenger/Makefile
==============================================================================
--- head/www/rubygem-passenger/Makefile	Mon Jun  2 01:42:11 2014	(r356190)
+++ head/www/rubygem-passenger/Makefile	Mon Jun  2 02:14:54 2014	(r356191)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	passenger
-PORTVERSION=	4.0.41
-PORTREVISION=	3
+PORTVERSION=	4.0.44
 CATEGORIES=	www rubygems
 MASTER_SITES=	RG
 PKGNAMEPREFIX=	rubygem-

Modified: head/www/rubygem-passenger/distinfo
==============================================================================
--- head/www/rubygem-passenger/distinfo	Mon Jun  2 01:42:11 2014	(r356190)
+++ head/www/rubygem-passenger/distinfo	Mon Jun  2 02:14:54 2014	(r356191)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/passenger-4.0.41.gem) = ea69711a7820c1ac434523235a129114b0e2957dae3b9b8b91868af5eeb067d8
-SIZE (rubygem/passenger-4.0.41.gem) = 4074496
+SHA256 (rubygem/passenger-4.0.44.gem) = 7680ca94f078d2115060184d9461d3087389f31d657b620c29d710566ff3a58e
+SIZE (rubygem/passenger-4.0.44.gem) = 3944448



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406020214.s522EsCI017391>