summaryrefslogtreecommitdiff
path: root/www/nginx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to latest stable version 1.4.0.Sergey A. Osokin2013-05-024-57/+671
| | | | | | | | | | | | | | Merge changes from www/nginx-devel to www/nginx. <ChangeLog> *) Bugfix: nginx could not be built with the ngx_http_perl_module if the --with-openssl option was used; the bug had appeared in 1.3.16. *) Bugfix: in a request body handling in the ngx_http_perl_module; the bug had appeared in 1.3.9. </ChangeLog>
* Upgrade from 1.2.7 to latest bugfix release 1.2.8.Sergey A. Osokin2013-04-032-4/+3
| | | | | | | | | | | | | | | | | | | | | | Approved by: portmgr (bapt) <ChangeLog> *) Bugfix: new sessions were not always stored if the "ssl_session_cache shared" directive was used and there was no free space in shared memory. Thanks to Piotr Sikora. *) Bugfix: responses might hang if subrequests were used and a DNS error happened during subrequest processing. Thanks to Lanshun Zhou. *) Bugfix: in the ngx_http_mp4_module. Thanks to Gernot Vormayr. *) Bugfix: in backend usage accounting. </ChangeLog>
* Update third-party rtmp module from 0.9.12 to 0.9.13.Sergey A. Osokin2013-03-222-4/+4
| | | | Submitted by: Fedor Dikarev <fedor.dikarev@gmail.com>
* Update third-party chunkin module from 0.22rc1 to 0.23.Sergey A. Osokin2013-03-212-4/+4
|
* Update third-party modules:Sergey A. Osokin2013-03-212-7/+7
| | | | | | | o) naxsi-core from 0.49 to 0.50; o) rtmp from 0.9.11 to 0.9.12. Do not bump PORTREVISION.
* Update syslog_support patch with module-specific changes.Sergey A. Osokin2013-03-192-120/+626
| | | | Original patch: https://raw.github.com/yaoweibin/nginx_syslog_patch/master/syslog_1.2.7.patch
* Update third-party module rtmp from 0.9.8 to 0.9.11.Sergey A. Osokin2013-03-192-4/+4
|
* Update third-party cache_purge module from 2.0 to 2.1.Sergey A. Osokin2013-03-192-3/+3
|
* - Update third-party NAXSI module to 0.49Sofian Brabez2013-03-143-23/+6
| | | | | | - Remove non needed patches Approved by: osa (via private mail)
* Update third-party slowfs_cache module from 1.9 to 1.10.Sergey A. Osokin2013-03-072-3/+3
| | | | | | | | | | | | | | | | Do not bump PORTREVISION. <ChangeLog> * Fix compatibility with nginx-1.1.12+. Due to the changes in cache index usage accounting (1 per request instead of 1 per access) initial cache insert of "small" file was decreasing usage count, rendering index entry invalid. Because cache manager ignores invalid entries, expired cache files were not being removed from the cache, which forced it to outgrow specified "max_size" value. </ChangeLog>
* Upgrade third-party rtmp module from 0.8.7 to 0.9.8.Sergey A. Osokin2013-02-242-4/+4
|
* Upgrade third-party modules (according to latest stable ngx_openresty-1.2.6.6):Sergey A. Osokin2013-02-232-20/+20
| | | | | | | | o) echo from 0.41 to 0.42; o) headers_more from 0.18 to 0.19; o) lua from 0.6.10 to 0.7.15; o) srcache from 0.16 to 0.19; o) forminput from 0.07rc5 to 0.07.
* Update third-party http_auth_ldap module.Sergey A. Osokin2013-02-202-3/+4
| | | | PR: 176297
* Add third-party http_push_stream module.Sergey A. Osokin2013-02-192-0/+13
| | | | PR: 174423
* Add nginx_pid_prefix rcvar for ability to prevent collision with other PIDs ↵Sergey A. Osokin2013-02-132-1/+5
| | | | | | | | | | names when using with profiles. Bump PORTREVISION. PR: 175823
* Update from 1.2.6 to 1.2.7.Sergey A. Osokin2013-02-132-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <ChangeLog> *) Change: now if the "include" directive with mask is used on Unix systems, included files are sorted in alphabetical order. *) Change: the "add_header" directive adds headers to 201 responses. *) Feature: the "geo" directive now supports IPv6 addresses in CIDR notation. *) Feature: the "flush" and "gzip" parameters of the "access_log" directive. *) Feature: variables support in the "auth_basic" directive. *) Feature: the $pipe, $request_length, $time_iso8601, and $time_local variables can now be used not only in the "log_format" directive. Thanks to Kiril Kalchev. *) Feature: IPv6 support in the ngx_http_geoip_module. Thanks to Gregor Kaliе║nik. *) Bugfix: nginx could not be built with the ngx_http_perl_module in some cases. *) Bugfix: a segmentation fault might occur in a worker process if the ngx_http_xslt_module was used. *) Bugfix: nginx could not be built on MacOSX in some cases. Thanks to Piotr Sikora. *) Bugfix: the "limit_rate" directive with high rates might result in truncated responses on 32-bit platforms. Thanks to Alexey Antropov. *) Bugfix: a segmentation fault might occur in a worker process if the "if" directive was used. Thanks to Piotr Sikora. *) Bugfix: a "100 Continue" response was issued with "413 Request Entity Too Large" responses. *) Bugfix: the "image_filter", "image_filter_jpeg_quality" and "image_filter_sharpen" directives might be inherited incorrectly. Thanks to Ian Babrou. *) Bugfix: "crypt_r() failed" errors might appear if the "auth_basic" directive was used on Linux. *) Bugfix: in backup servers handling. Thanks to Thomas Chen. *) Bugfix: proxied HEAD requests might return incorrect response if the "gzip" directive was used. *) Bugfix: a segmentation fault occurred on start or during reconfiguration if the "keepalive" directive was specified more than once in a single upstream block. *) Bugfix: in the "proxy_method" directive. *) Bugfix: a segmentation fault might occur in a worker process if resolver was used with the poll method. *) Bugfix: nginx might hog CPU during SSL handshake with a backend if the select, poll, or /dev/poll methods were used. *) Bugfix: the "[crit] SSL_write() failed (SSL:)" error. *) Bugfix: in the "fastcgi_keep_conn" directive. </ChangeLog>
* - Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: www)Pietro Cerutti2013-02-071-4/+0
| | | | Approved by: portmgr
* Update devel-kit third-party module from 0.2.17 to 0.2.18.Sergey A. Osokin2013-02-072-17/+11
| | | | | | | | | | | USE_NGINX_DEVEL_KIT internal knob has been deprecated. Fix third-party modules build by change configure order. Fix build with iconv third-party module. (*) Do not bump PORTREVISION. PR: 175862 (*)
* Update third-party rtmp module from 0.8.4 to 0.8.7.Sergey A. Osokin2013-01-172-4/+4
| | | | Requested by: Roman Arutyunyan <arutyunyan.roman@gmail.com> (author)
* Update from 3.0.17 to 3.0.19:Sergey A. Osokin2013-01-093-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | 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>
* Update rtmp third-party module from 0.6.1 to 0.8.4.Sergey A. Osokin2012-12-212-4/+4
| | | | Spotted by: Roman Arutyunyan <arutyunyan.roman@gmail.com> (author)
* Update third-party ngx_cache_purge module from 1.6 to 2.0.Sergey A. Osokin2012-12-112-3/+3
|
* Update from 1.2.5 to 1.2.6.Sergey A. Osokin2012-12-112-4/+3
| | | | | | | | | | | | | | <ChangeLog> *) Feature: the $request_time and $msec variables can now be used not only in the "log_format" directive. *) Bugfix: cache manager and cache loader processes might not be able to start if more than 512 listen sockets were used. *) Bugfix: in the ngx_http_dav_module. </ChangeLog>
* Update PCRE to 8.32Martin Matuska2012-12-101-0/+1
| | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports
* Use more canonical names for patches.Sergey A. Osokin2012-11-226-5/+5
| | | | | | | No functionaly changes. Don't bump PORTREVISION. Feature safe: yes
* Update from 1.2.4 to 1.2.5.Sergey A. Osokin2012-11-132-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | Feature safe: yes <ChangeLog> *) Feature: the "optional_no_ca" parameter of the "ssl_verify_client" directive. Thanks to Mike Kazantsev and Eric O'Connor. *) Feature: the $bytes_sent, $connection, and $connection_requests variables can now be used not only in the "log_format" directive. Thanks to Benjamin Grц╤ssing. *) Feature: resolver now randomly rotates addresses returned from cache. Thanks to Anton Jouline. *) Feature: the "auto" parameter of the "worker_processes" directive. *) Bugfix: "cache file ... has md5 collision" alert. *) Bugfix: OpenSSL 0.9.7 compatibility. </ChangeLog>
* Update third-party modules:Sergey A. Osokin2012-10-174-42/+23
| | | | | | | | | | | | 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
* Update from 1.2.3 to 1.2.4.Sergey A. Osokin2012-09-262-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <ChangeLog> *) Bugfix: in the "limit_req" directive; the bug had appeared in 1.1.14. Thanks to Charles Chen. *) Bugfix: nginx could not be built by gcc 4.7 with -O2 optimization if the --with-ipv6 option was used. *) Bugfix: a segmentation fault might occur in a worker process if the "map" directive was used with variables as values. *) Bugfix: a segmentation fault might occur in a worker process if the "geo" directive was used with the "ranges" parameter but without the "default" parameter; the bug had appeared in 0.8.43. Thanks to Zhen Chen and Weibin Yao. *) Bugfix: in the -p command-line parameter handling. *) Bugfix: in the mail proxy server. *) Bugfix: of minor potential bugs. Thanks to Coverity. *) Bugfix: nginx/Windows could not be built with Visual Studio 2005 Express. Thanks to HAYASHI Kentaro. </ChangeLog>
* Add third-party CT++ module.Sergey A. Osokin2012-09-202-0/+12
| | | | | Subnmitted: Veniamin Gvozdikov <g.veniamin@googlemail.com> PR: 171702
* Add third-party http_auth_ldap module.Sergey A. Osokin2012-09-202-0/+12
| | | | | Submitted by: rm PR: 171745
* Fix rc script for nginx with profiles. (*)Sergey A. Osokin2012-09-192-2/+4
| | | | | | | | 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-283-5/+5
| | | | | o) www/rubygem-passenger; o) third-party passenger module for www/nginx and www/nginx-devel.
* Update third-party http_substitutions_filter module to "numeric"Sergey A. Osokin2012-08-262-5/+6
| | | | release - 0.6.2.
* Update third-party http_substitutions_filter module to latest snapshot.Sergey A. Osokin2012-08-262-3/+3
|
* Update third-party http_substitutions_filter module from 0.5.2.r59 to 0.6.0,Sergey A. Osokin2012-08-213-20/+8
| | | | | | | | | relocated to github. Fix typo for upstream_fair module. [*] Submitted by: Artis Caune <Artis.Caune@gmail.com> [*] PR: 170795 [*]
* Update third-party modules (sync with openresty-1.2.1.14):Sergey A. Osokin2012-08-152-8/+8
| | | | | o) lua from 0.5.13 to 0.5.14; o) srcache from 0.13rc8 to 0.14.
* Update third-party modules (sync with openresty-1.2.1.13):Sergey A. Osokin2012-08-132-8/+8
| | | | | o) lua from 0.5.12 to 0.5.13; o) echo from 0.38rc2 to 0.41.
* Update third-party modules (sync with openresty-1.2.1.9):Sergey A. Osokin2012-08-073-14/+14
| | | | | | 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 1.2.2 to 1.2.3.Sergey A. Osokin2012-08-072-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | <ChangeLog> *) Feature: the Clang compiler support. *) Bugfix: extra listening sockets might be created. Thanks to Roman Odaisky. *) Bugfix: nginx/Windows might hog CPU if a worker process failed to start. Thanks to Ricardo Villalobos Guevara. *) Bugfix: the "proxy_pass_header", "fastcgi_pass_header", "scgi_pass_header", "uwsgi_pass_header", "proxy_hide_header", "fastcgi_hide_header", "scgi_hide_header", and "uwsgi_hide_header" directives might be inherited incorrectly. *) Bugfix: trailing dot in a source value was not ignored if the "map" directive was used with the "hostnames" parameter. *) Bugfix: incorrect location might be used to process a request if a URI was changed via a "rewrite" directive before an internal redirect to a named location. </ChangeLog>
* Update from 3.0.14 to 3.0.15:Sergey A. Osokin2012-08-043-5/+5
| | | | | o) www/rubygem-passenger; o) third-party modules for www/nginx and www/nginx-devel.
* Update:Sergey A. Osokin2012-07-314-7/+24
| | | | | | | 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 (*)
* - Fix MAIL_* optionsAlex Kozlov2012-07-261-3/+3
| | | | Approved by: osa (maintainer)
* Update passenger from 3.0.13 to 3.0.14.Sergey A. Osokin2012-07-223-5/+5
|
* Move rc script nginx.sh.in to more canonical nginx.in.Sergey A. Osokin2012-07-162-1/+1
|
* Update third-party modules:Sergey A. Osokin2012-07-162-8/+8
| | | | | | o) lua from 0.5.0rc30 to 0.5.7; o) headers_more from 0.17rc1 to 0.17. s/_MODULE//.
* Update from 1.2.1 to 1.2.2.Sergey A. Osokin2012-07-034-4/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <ChangeLog> *) Change: the "single" parameter of the "keepalive" directive is now ignored. *) Change: SSL compression is now disabled when using all versions of OpenSSL, including ones prior to 1.0.0. *) Feature: the "proxy_pass", "fastcgi_pass", "scgi_pass", "uwsgi_pass" directives, and the "server" directive inside the "upstream" block, now support IPv6 addresses. *) Feature: the "resolver" directive now support IPv6 addresses and an optional port specification. *) Feature: the "least_conn" directive inside the "upstream" block. *) Feature: it is now possible to specify a weight for servers while using the "ip_hash" directive. *) Feature: it is now possible to use the "ip_hash" directive to balance IPv6 clients. *) Feature: the $status variable can now be used not only in the "log_format" directive. *) Bugfix: nginx could not be built with ngx_cpp_test_module; the bug had appeared in 1.1.12. *) Bugfix: access to variables from SSI and embedded perl module might not work after reconfiguration. Thanks to Yichun Zhang. *) Bugfix: in the ngx_http_xslt_filter_module. Thanks to Kuramoto Eiji. *) Bugfix: memory leak if $geoip_org variable was used. Thanks to Denis F. Latypoff. *) Bugfix: in the "proxy_cookie_domain" and "proxy_cookie_path" directives. *) Bugfix: a segmentation fault might occur in a worker process on shutdown if the "resolver" directive was used. *) Bugfix: a segmentation fault might occur in a worker process if the ngx_http_mp4_module was used. *) Bugfix: in the ngx_http_mp4_module. *) Bugfix: a segmentation fault might occur in a worker process if conflicting wildcard server names were used. *) Bugfix: nginx might be terminated abnormally on a SIGBUS signal on ARM platform. *) Bugfix: an alert "sendmsg() failed (9: Bad file number)" on HP-UX while reconfiguration. </ChangeLog>
* Update third-party modules:Sergey A. Osokin2012-07-033-33/+10
| | | | | | | | | | o) cache_purge from 1.5 to 1.6; o) slowfs_cache from 1.8 to 1.9; o) upload_progress from 0.8.3 to 0.9.0. [*] Remove needless extra patch. PR: 169602 [*]
* Truncate variable name for third-party h264_streaming module, s/_MODULE//.Sergey A. Osokin2012-06-291-3/+3
|
* Fix build without mail-specific modules after switch to OptionsNG.Sergey A. Osokin2012-06-281-4/+4
| | | | PR: 169498
* Update the name of recent added tcp_proxy third-party module.Sergey A. Osokin2012-06-221-1/+1
|