summaryrefslogtreecommitdiff
path: root/www/nginx-devel/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update from 4.0.49 to 4.0.50:Sergey A. Osokin2014-08-291-2/+2
| | | | | | | | | | | | 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>
* Update from 4.0.48 to 4.0.49:Sergey A. Osokin2014-08-221-2/+2
| | | | | | | | | | | | | | | | | | | | | o) www/rubygem-passenger; o) third-party modules for www/nginx and www/nginx-devel. <ChangeLog> * Upgraded the preferred Nginx version to 1.6.1. * Fixed a crash that may be triggered by the `passenger_max_requests` feature. * Introduced the `spawn_failed` hook, which is called when an application process fails to spawn. You could use this hook to setup an error notification system. Closes GH-1252. * Fonts, RSS and XML are now gzip-compressed by default in Phusion Passenger Standalone. Thanks to Jacob Elder. Closes GH-1254. * Fixed some user and group information lookup issues. Closes GH-1253. * Fixed some request handling crashes. Closes GH-1250. * Fixed some compilation problems on Gentoo. Closes GH-1261. * Fixed some compilation problems on Solaris. Closes GH-1260. </ChangeLog>
* Update third-party modsecurity module from 2.7.5 to latest version 2.8.0.Sergey A. Osokin2014-08-102-10/+24
|
* Update from 4.0.45 to 4.0.48:Sergey A. Osokin2014-08-101-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | o) www/rubygem-passenger; o) third-party modules for www/nginx and www/nginx-devel. Add CPE information. <ChangeLog> Release 4.0.48 -------------- * Fixed a race condition while determining what user an application should be executed as. This bug could lead to applications being run as the wrong user. Closes GH-1241. * [Standalone] Improved autodetection of Rails asset pipeline files. This prevents Standalone from incorrectly setting caching headers on non-asset pipeline files. Closes GH-1225. * Fixed compilation problems on CentOS 5. Thanks to J. Smith. Closes GH-1247. * Fixed compilation problems on OpenBSD. * Fixed compatibility with Ruby 1.8.5. Release 4.0.47 -------------- * [Enterprise] Fixed a bug in Flying Passenger's `--max-preloader-idle-time` option. Release 4.0.46 -------------- * Further improved Node.js and Socket.io compatibility. * Sticky session cookies have been made more reliable. * Fixed WebSocket upgrade issues on Firefox. Closes GH-1232. * The Python application loader now inserts the application root into `sys.path`. The fact that this was not done previously caused a lot of confusion amongst Python users, who wondered why their `passenger_wsgi.py` could not import any modules from the same directory. * Fixed a compatibility problem with Django, which could cause Django apps to freeze indefinitely. Closes GH-1215. * Logging of application spawning errors has been much improved. Full details about the error, such as environment variables, are saved to a private log file. In the past, these details were only viewable in the browser. This change also fixes a bug on Phusion Passenger Enterprise, where enabling Deployment Error Resistance causes error messages to get lost. Closes GH-1021 and GH-1175. * Fixed a regression in Node.js support. When a Node.js app is deployed on a HTTPS host, the `X-Forwarded-Proto` header wasn't set in 4.0.45. Closes GH-1231. * Passenger Standalone no longer, by default, loads shell startup files before loading the application. This is because Passenger Standalone is often invoked from the shell anyway. Indeed, loading shell startup files again can interfere with any environment variables already set in the invoking shell. You can still tell Passenger Standalone to load shell startup files by passing `--load-shell-envvars`. Passenger for Apache and Passenger for Nginx still load shell startup files by default. * Passenger Standalone now works properly when the HOME environment variable isn't set. Closes GH-713. * Passenger Standalone's `package-runtime` command has been removed. It has been broken for a while and has nowadays been obsolete by our automatic [binary generation system](https://github.com/phusion/passenger_autobuilder). Closes GH-1133. * The `passenger_startup_file` option now also works on Python apps. Closes GH-1233. * If you are a [Union Station](https://www.unionstationapp.com) customer, then Phusion Passenger will now also log application spawning errors to Union Station. This data isn't shown in the Union Station interface yet, but it will be implemented in the future. * Fixed compilation problems on OmniOS and OpenIndiana. Closes GH-1212. * Fixed compilation problems when Nginx is configured with OpenResty. Thanks to Yichun Zhang. Closes GH-1226. * Fixed Nginx HTTP POST failures on ARM platforms. Thanks to nocelic for the fix. Closes GH-1151. * Documentation contributions by Tim Bishop and Tugdual de Kerviler. * Minor Nginx bug fix by Feng Gu. Closes GH-1235. </ChangeLog>
* Update from 4.0.44 to 4.0.45:Sergey A. Osokin2014-06-201-2/+2
| | | | | o) www/rubygem-passenger; o) third-party modules for www/nginx and www/nginx-devel.
* Update from 1.7.1 to 1.7.2.Sergey A. Osokin2014-06-191-13/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | Remove nginx_upstream_hash third-party module support, please use http_upstream_hash_module instead. <ChangeLog> *) Feature: the "hash" directive inside the "upstream" block. *) Feature: defragmentation of free shared memory blocks. Thanks to Wandenberg Peixoto and Yichun Zhang. *) Bugfix: a segmentation fault might occur in a worker process if the default value of the "access_log" directive was used; the bug had appeared in 1.7.0. Thanks to Piotr Sikora. *) Bugfix: trailing slash was mistakenly removed from the last parameter of the "try_files" directive. *) Bugfix: nginx could not be built on OS X in some cases. *) Bugfix: in the ngx_http_spdy_module. </ChangeLog>
* Multiple third-party modules as well as repos have been moved from agentzh ↵Sergey A. Osokin2014-06-021-2/+2
| | | | | | | | | | and chaoslawful to openresty and renamed accordingly. Do not dump PORTREVISION. PR: 190074
* Update from 4.0.41 to 4.0.44:Sergey A. Osokin2014-06-021-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* Update from 4.0.35 to 4.0.41:Sergey A. Osokin2014-04-091-2/+2
| | | | | | | o) www/rubygem-passenger; o) third-party modules for www/nginx and www/nginx-devel. STAGEfy www/rubygem-passenger.
* Update from 4.0.33 to 4.0.35:Sergey A. Osokin2014-01-171-2/+2
| | | | | o) www/rubygem-passenger; o) third-party modules for www/nginx and www/nginx-devel.
* Upgrade 3rd party modules to latest version.Vanilla I. Shu2014-01-162-4/+4
| | | | | | | | | | | echo 0.50 => 0.51 headers_more 0.24 => 0.25 drizzle 0.1.6 => 0.1.7 rtmp 1.0.8 => 1.1.2 set_misc 0.23 => 0.24 srcache 0.24 => 0.25 Approved by: osa@
* Update from 4.0.30 to 4.0.33:Sergey A. Osokin2014-01-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | o) www/rubygem-passenger; o) third-party modules for www/nginx and www/nginx-devel. <ChangeLog> Release 4.0.33 -------------- * Fixed a compatibility problem in passenger-install-apache2-module with Ruby 1.8. The language selection menu didn't work properly. Release 4.0.32 -------------- * Fixed compatibility problems with old Ruby versions that didn't include RubyGems. Release 4.0.31 -------------- * Introduced a new tool: `passenger-config restart-app`. With this command you can initiate an application restart without touching restart.txt. Unlike touching restart.txt, this tool initiates the restart immediately instead of on the next request. * Fixed some problems in process spawning and request handling. * Fixed some problems with the handling of HTTP chunked transfer encoding bodies. These problems only occurred in Ruby. * Fixed the HelperAgent, upon shutdown, not correctly waiting 5 seconds until all clients have disconnected. Fixes issue #884. * Fixed compilation problems on FreeBSD. * Fixed some C++ strict aliasing problems. * Fixed some problems with spawning applications that print messages without newline during startup. Fixes issue #1039. * Fixed potential hangs on JRuby when Ctrl-C is used to shutdown the server. Fixes issue #1035. * When Phusion Passenger is installed through the Debian package, passenger-install-apache2-module now checks whether the Apache module package (libapache2-mod-passenger) is properly installed, and installs it using apt-get if it's not installed. Fixes issue #1031. * The `passenger-status --show=xml` command no longer prints the non-XML preamble, such as the version number and the time. Fixes issue #1037. * The Ruby native extension check whether it's loaded against the right Ruby version, to prevent problems when people upgrade Ruby without recompiling their native extensions. * Various other minor Debian packaging improvements. </ChangeLog>
* Update from 4.0.29 to 4.0.30:Sergey A. Osokin2013-12-311-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | o) www/rubygem-passenger; o) third-party modules for www/nginx and www/nginx-devel. <ChangeLog> * Fixed wrong autogeneration of HTTP Date header. If the web app does not supply a Date header, then Passenger will add one. Unfortunately due to the use of the wrong format string, December 30 2013 is formatted as December 30 2014. As a result, cookies that expire before 2014 would expire on December 30 2013 and December 31 2013. Details can be found at [Github pull request 93](https://github.com/phusion/passenger/pull/93). This issue only affects Phusion Passenger for Nginx and Phusion Passenger Standalone, and does not affect Phusion Passenger for Apache. You can work around this problem in your application by setting a Date header. For example, in Rails you can do: before_filter { response.date = Time.now.utc } Many thanks to Jeff Michael Dean (zilkey) and many others for bringing this to our attention and for providing workarounds and feedback. </ChangeLog>
* 1: Upgrade 3rd party modules to latest version.Vanilla I. Shu2013-12-224-8/+8
| | | | | | | | | | | | | | | | | | | | echo 0.49 => 0.50 headers_more 0.22 => 0.24 drizzle 0.1.5 => 0.1.6 ndk 0.2.18 => 0.2.19 memc 0.13rc3 => 0.14 rds_csv 0.5rc2 => 0.5 rds_json 0.12rc10 => 0.13 rtmp 1.0.6 => 1.0.8 set_misc 0.22rc8 => 0.23 sflow 0.9.6 => 0.9.7 srcache 0.22 => 0.24 xss 0.3rc9 => 0.4 arrayvar 0.03rc1 => 0.03 2: add http_footer module. Approved by: osa@ (maintainer)
* Update from 4.0.27 to 4.0.29:Sergey A. Osokin2013-12-141-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | o) www/rubygem-passenger; o) third-party modules for www/nginx and www/nginx-devel. <ChangeLog> Release 4.0.29 -------------- * Fixed a compilation problem on OS X Mavericks. Release 4.0.28 -------------- * Introduced a workaround for a GCC 4.6 bug. This bug could cause Phusion Passsenger to crash during startup. Affected operating systems include Ubuntu 12.04 and Amazon Linux 2013.09.01, though not every machine with this OS installed exhibits the problem. See issue #902. * Improved Node.js support: the Sails framework is now supported. * Improved Node.js support: the streams2 API is now supported. * Introduced support for hooks, allowing users to easily extend Phusion Passenger's behavior. * Fixed a bug in the `passenger start -R` option. It was broken because of a change introduced in 4.0.25. * Fixed a bug in PassengerMaxInstancesPerApp. Fixes issue #1016. * Fixed compilation problems on Solaris. * Fixed an encoding problem in the Apache autodetection code. Fixes issue #1026. * The Debian packages no longer depend on libruby. * Application stdout and stderr are now printed without normal Phusion Passenger debugging information, making them easier to read. </ChangeLog>
* Update from 4.0.26 to 4.0.27:Sergey A. Osokin2013-12-061-2/+2
| | | | | | | | | | | | | 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>
* Update from 4.0.25 to 4.0.26:Sergey A. Osokin2013-11-301-2/+2
| | | | | | | | | | | | | | | | o) www/rubygem-passenger; o) third-party modules for www/nginx and www/nginx-devel. <ChangeLog> * Introduced the `PassengerBufferUpload` option for Apache. This option allows one to disable upload buffering, e.g. in order to be able to track upload progress. * [Nginx] The `HTTPS` variable is now set correctly for HTTPS connections, even without setting `ssl on`. Fixes issue #401. * [Standalone] It is now possible to listen on both a normal HTTP and an HTTPS port. * [Enterprise] The `passenger-status` tool now displays rolling restart status. </ChangeLog>
* Update from 4.0.24 to 4.0.25:Sergey A. Osokin2013-11-201-2/+2
| | | | | o) www/rubygem-passenger; o) third-party passenger modules for www/nginx and www/nginx-devel.
* Update from 4.0.23 to 4.0.24:Sergey A. Osokin2013-11-191-2/+2
| | | | | | | o) www/rubygem-passenger; o) third-party modules for www/nginx and www/nginx-devel. Try to fix build www/rubygem-passenger with upcoming FreeBSD 10.
* Update from 4.0.21 to 4.0.23:Sergey A. Osokin2013-11-021-2/+2
| | | | | o) www/rubygem-passenger; o) third-party passenger modules for www/nginx and www/nginx-devel.
* Update from 4.0.20 to 4.0.21:Sergey A. Osokin2013-10-261-2/+2
| | | | | o) www/rubygem-passenger; o) third-party modules for www/nginx and www/nginx-devel.
* Update from 4.0.19 to 4.0.20:Sergey A. Osokin2013-10-121-4/+5
| | | | | o) www/rubygem-passenger; o) third-party modules for www/nginx and www/nginx-devel.
* Update from 4.0.17 to 4.0.19:Sergey A. Osokin2013-09-291-2/+2
| | | | | o) www/rubygem-passenger; o) third-party passenger modules for www/nginx and www/nginx-devel.
* Update from 4.0.16 to 4.0.17:Sergey A. Osokin2013-09-111-2/+2
| | | | | o) www/rubygem-passenger; o) third-party modules for www/nginx and www/nginx-devel.
* Update patch for third-party http_upload module.Sergey A. Osokin2013-09-111-14/+1068
| | | | PR: 182010
* Update from 4.0.14 to 4.0.16:Sergey A. Osokin2013-09-071-3/+4
| | | | | | | o) www/rubygem-passenger; o) third-party modules for www/nginx and www/nginx-devel. Also, convert to perl framework nginx ports.
* Update from 4.0.13 to 4.0.14:Sergey A. Osokin2013-08-201-2/+2
| | | | | o) www/rubygem-passenger; o) third-party modules for www/nginx and www/nginx-devel.
* Update third-party modsecurity module from 2.7.4 to 2.7.5.Sergey A. Osokin2013-08-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | <ChangeLog> 23 Jul 2013 - 2.7.5 ------------------- Improvements: * SecUnicodeCodePage is deprecated. SecUnicodeMapFile now accepts the code page as a second parameter. * Updated Libinjection to version 3.4.1. Many improvements were made. * Severity action now supports strings (emergency, alert, critical, error, warning, notice, info, debug). Bug Fixes: * Fixed utf8toUnicode tfn null byte conversion. * Fixed NGINX crash when issue reload command. * Fixed flush output buffer before inject modified hashed response body. * Fixed url normalization for Hash Engine. * Fixed NGINX ap_unixd_set_global_perms_mutex compilation error with apache 2.4 devel files. </ChangeLog>
* Update from 4.0.10 to 4.0.13:Sergey A. Osokin2013-08-161-2/+2
| | | | | o) www/rubygem-passenger; o) third-party modules for www/nginx and www/nginx-devel.
* Update from 4.0.8 to 4.0.10:Sergey A. Osokin2013-07-221-2/+2
| | | | | o) www/rubygem-passenger; o) third-party passenger module for www/nginx and www/nginx-devel.
* Update:Sergey A. Osokin2013-07-101-2/+2
| | | | | | o) third-party passenger module from 4.0.5 to 4.0.8; o) rubygem-passenger from 4.0.5 to 4.0.8; o) third-party rtmp module from 1.0.0 to 1.0.1.
* Add third-party modsecurity module support, version 2.7.4.Sergey A. Osokin2013-06-041-0/+10
|
* Update from 4.0.4 to 4.0.5:Sergey A. Osokin2013-05-291-3/+3
| | | | | o) www/rubygem-passenger; o) third-party passenger module for www/nginx and www/nginx-devel.
* Update from 3.0.19 to 4.0.4:Sergey A. Osokin2013-05-281-30/+14
| | | | | o) www/rubygem-passenger; o) third-party passenger module for www/nginx and www/nginx-devel.
* Update third-party modules:Sergey A. Osokin2013-05-031-2/+2
| | | | | | | | | | | | | | | o) echo from 0.42 to 0.45; o) headers_more from 0.19 to 0.20; o) push_stream from 0.3.4 to 03.5; o) upsteam_sticky from 1.0 to 1.1; o) encrypted_session from 0.02 to 0.03; o) lua from 0.7.15 to 0.7.21; o) redis2 from 0.09 to 0.10; o) rtmp from 0.9.13 to 0.9.18; o) srcache from 0.19 to 0.20; o) iconv from 0.10rc7 to 0.10; Submitted by: delphij via private mail
* Update third-party drizzle module to version 0.1.5.Sergey A. Osokin2013-05-031-2/+2
| | | | | | | | Fix pkg-plist for pkgng. (*) Bump PORTREVISION. PR: 178123 (*)
* Update syslog_support patch with module-specific changes.Sergey A. Osokin2013-03-191-120/+636
| | | | Original patch: https://raw.github.com/yaoweibin/nginx_syslog_patch/master/syslog_1.3.14.patch
* - Update third-party NAXSI module to 0.49Sofian Brabez2013-03-141-16/+0
| | | | | | - Remove non needed patches Approved by: osa (via private mail)
* Fix build third-party upload module by adding the patch.Sergey A. Osokin2013-02-221-0/+604
| | | | | | | Issue: https://github.com/vkholodkov/nginx-upload-module/issues/41 Patch from: http://paste.davromaniak.eu/index.php?show=110 Submitted by: grzegorz@piklus.pl via private mail
* Add nginx_pid_prefix rcvar for ability to prevent collision with other PIDs ↵Sergey A. Osokin2013-02-131-1/+4
| | | | | | | | | | names when using with profiles. Bump PORTREVISION. PR: 175823
* Update from 3.0.17 to 3.0.19:Sergey A. Osokin2013-01-091-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | o) www/rubygem-passenger; o) third-party passenger module for www/nginx and www/nginx-devel. <Changes> Release 3.0.19 -------------- * Nginx security fix: do not display Nginx version when server_tokens are off. * Fixed compilation problems on some systems. * Fixed some Union Station-related bugs. Release 3.0.18 -------------- * Fixed compilation problems on Fedora 17. * Fixed Union Station compatibility with Rails 3.2. * Phusion Passenger Enterprise Standalone now supports rolling restarts and deployment error resistance. </Changes>
* Use more canonical names for patches.Sergey A. Osokin2012-11-226-0/+0
| | | | | | | No functionaly changes. Don't bump PORTREVISION. Feature safe: yes
* Update third-party modules:Sergey A. Osokin2012-10-172-16/+2
| | | | | | | | | | | | o) drizzle - from 0.1.2 to 0.1.4; o) lua - from 0.5.14 to 0.6.10; o) redis2 - from 0.08rc4 to 0.09; o) rtmp - from 0.2.3 to 0.6.1; o) srcache - from 0.14 to 0.16. Convert header to modern manner. Feature safe: yes
* Fix rc script for nginx with profiles. (*)Sergey A. Osokin2012-09-191-1/+1
| | | | | | | | Configure build with original http_dav if third-party http_dav_ext defined. Bump PORTREVISIONs. Found by: Slava Kokorin <slava.kokorin@gmail.com> (*)
* Update from 3.0.15 to 3.0.17:Sergey A. Osokin2012-08-281-2/+2
| | | | | o) www/rubygem-passenger; o) third-party passenger module for www/nginx and www/nginx-devel.
* Update third-party modules (sync with openresty-1.2.1.9):Sergey A. Osokin2012-08-071-2/+2
| | | | | | o) lua from 0.5.7 to 0.5.12; o) headers_more from 0.17 to 0.18; o) drizzle from 0.1.2rc7 to 0.1.2.
* Update from 3.0.14 to 3.0.15:Sergey A. Osokin2012-08-041-2/+2
| | | | | o) www/rubygem-passenger; o) third-party modules for www/nginx and www/nginx-devel.
* Update:Sergey A. Osokin2012-07-312-2/+13
| | | | | | | o) third-party rtmp module from 0.1.10 to 0.2.3; (*) o) prefix path for third-party sflow module. Requested by: Rudolph Sand aka r dot sand at new-net dot net (*)
* Update passenger from 3.0.13 to 3.0.14.Sergey A. Osokin2012-07-221-2/+2
|
* Move rc script nginx.sh.in to more canonical nginx.in.Sergey A. Osokin2012-07-161-0/+0
|