aboutsummaryrefslogtreecommitdiff
path: root/www/nginx-devel
Commit message (Collapse)AuthorAgeFilesLines
* Use USE_OPENSSL instead of bsd.openssl.mk.Sergey A. Osokin2010-01-141-3/+3
| | | | | | | | | | | | | Do not remove default DISTFILES due to port building failure when third-party module (i.e. additional DISTFILES) selected. Do not bump PORTREVISIONs. PRs: 142831, 142833 Notes: svn path=/head/; revision=247875
* Update from 0.8.31 to 0.8.32.Sergey A. Osokin2010-01-113-4/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | <ChangeLog> *) Bugfix: UTF-8 encoding usage in the ngx_http_autoindex_module. Thanks to Maxim Dounin. *) Bugfix: regular expression named captures worked for two names only. Thanks to Maxim Dounin. *) Bugfix: now the "localhost" name is used in the "Host" request header line, if an unix domain socket is defined in the "auth_http" directive. Thanks to Maxim Dounin. *) Bugfix: nginx did nor support chunked transfer encoding for 201 responses. Thanks to Julian Reich. *) Bugfix: if the "expires modified" set date in the past, the a negative number was set in the "Cache-Control" response header line. Thanks to Alex Kapranoff. </ChangeLog> Notes: svn path=/head/; revision=247624
* Accordingly add ngx_cache_purge-1.0, the module adding abilitySergey A. Osokin2010-01-112-0/+11
| | | | | | | | | to purge content from nginx's FastCGI and proxy caches. Do not bump PORTREVISIONs. Notes: svn path=/head/; revision=247596
* Revert back update Passenger from 2.2.9 to 2.2.8Sergey A. Osokin2010-01-092-4/+4
| | | | | | | | | due to incompatible infrastructure. Do not bump PORTREVISIONs. Notes: svn path=/head/; revision=247456
* Accordingly update Passenger module from 2.2.8 to 2.2.9.Sergey A. Osokin2010-01-082-4/+4
| | | | | | | Do not bump PORTREVISIONs. Notes: svn path=/head/; revision=247410
* Accordingly add memc module - an extended version of theSergey A. Osokin2010-01-062-0/+12
| | | | | | | | | | standard memcached module that supports set, add, delete, and many more memcached commands. Do not bump PORTREVISIONs. Notes: svn path=/head/; revision=247282
* Accordingly commit changes for third-party modules in www/nginxSergey A. Osokin2010-01-053-30/+25
| | | | | | | | | | | | | | | | | and www/nginx-devel: o) update uploadprogress from 0.7 to 0.8; o) update upstream_fair from 20081012 to 20090923; o) update supervisord from 1.2 to 1.3; o) add udplog (syslog) module version 1.0.0; o) s/modle/module/ for both Makefiles. Remove needless patches. Do not bump PORTREVISIONs. Notes: svn path=/head/; revision=247234
* Accordingly update upstream_keepalive module, from 0.1 to 0.2.Sergey A. Osokin2010-01-032-4/+4
| | | | | | | Do not bump PORTREVISIONs. Notes: svn path=/head/; revision=247066
* Accordingly update slowfs_cache module, from 1.1 to 1.2.Sergey A. Osokin2009-12-292-4/+4
| | | | | | | Do not bump PORTREVISIONs. Notes: svn path=/head/; revision=246833
* Accordingly add http_gunzip_filter module, version 0.1.Sergey A. Osokin2009-12-292-0/+11
| | | | | | | Do not bump PORTREVISIONs. Notes: svn path=/head/; revision=246832
* Update http_redis module from 0.3.0 to 0.3.1.Sergey A. Osokin2009-12-263-54/+5
| | | | | | | | | | | | | | | | | | | Cosmetic whitespace fix for Makefile. Do not bump PORTREVISIONs. <ChangeLog> *) Change: return 502 instead of 404 for error. *) Change: better error messages diagnostics. *) Bugfix: interoperability with redis; the bug had appeared in 0.3.0. </ChangeLog> Notes: svn path=/head/; revision=246706
* Add one more know WITH_DEBUGLOG by split debug featuresSergey A. Osokin2009-12-251-1/+5
| | | | | | | for distro (--with-debug) and system (-g) specific. Notes: svn path=/head/; revision=246600
* Improve redis protocol support.Sergey A. Osokin2009-12-252-0/+49
| | | | | | | Do not bump PORTREVISION. Notes: svn path=/head/; revision=246583
* Update from 0.8.30 to 0.8.31.Sergey A. Osokin2009-12-233-32/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update http_redis module from 0.2.0 to 0.3.0. Remove needless extra patch. <ChangeLog> *) Feature: now the "error_page" directive may redirect the 301 and 302 responses. *) Feature: the $geoip_city_continent_code, $geoip_latitude, and $geoip_longitude variables. Thanks to Arvind Sundararajan. *) Feature: now the ngx_http_image_filter_module deletes always EXIF and other application specific data if the data consume more than 5% of a JPEG file. *) Bugfix: nginx closed a connection if a cached response had an empty body. Thanks to Piotr Sikora. *) Bugfix: nginx might not be built by gcc 4.x if the -O2 or higher optimization option was used. Thanks to Maxim Dounin and Denis F. Latypoff. *) Bugfix: regular expressions in location were always tested in case-sensitive mode; the bug had appeared in 0.8.25. *) Bugfix: nginx cached a 304 response if there was the "If-None-Match" header line in a proxied request. Thanks to Tim Dettrick and David Kostal. *) Bugfix: nginx/Windows tried to delete a temporary file twice if the file should replace an already existent file. </ChangeLog> Notes: svn path=/head/; revision=246509
* Update slowfs_cache module, from 1.0 to 1.1.Sergey A. Osokin2009-12-222-4/+4
| | | | | | | Do not bump PORTREVISION. Notes: svn path=/head/; revision=246445
* Add third party slowfs_cache module, version 1.0.Sergey A. Osokin2009-12-222-0/+11
| | | | | | | Do not bump PORTREVISION. Notes: svn path=/head/; revision=246421
* Accordingly add third party supervisord module, version 1.2.Sergey A. Osokin2009-12-212-2/+21
| | | | | | | Do not bump PORTREVISIONs. Notes: svn path=/head/; revision=246390
* Accordingly add third party http_push module, version 0.69.Sergey A. Osokin2009-12-212-0/+11
| | | | | | | Do not bump PORTREVISIONs. Notes: svn path=/head/; revision=246380
* Accordingly add third party http_auth_pam module, version 1.1.Sergey A. Osokin2009-12-192-0/+11
| | | | | | | | | Do not bump PORTREVISIONs. Spotted by: Paul Cockings aka dspam at cytringan dot co dot uk Notes: svn path=/head/; revision=246270
* Accordingly update uploadprogress module with patch from github.Sergey A. Osokin2009-12-192-0/+16
| | | | | | | | | | | Do not bump PORTREVISIONs. Spotted by: Vladimir Getmanshchuk aka vladget at openfilm dot com Requested by: Brice Figureau aka brice at daysofwonder dot com (uploadprogress module author) Notes: svn path=/head/; revision=246226
* Update Passenger(tm) module from 2.2.7 to 2.2.8.Sergey A. Osokin2009-12-172-4/+4
| | | | Notes: svn path=/head/; revision=246048
* Update from 0.8.29 to 0.8.30.Sergey A. Osokin2009-12-152-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | <ChangeLog> *) Change: now the default buffer size of the "large_client_header_buffers" directive is 8K. Thanks to Andrew Cholakian. *) Feature: the conf/fastcgi.conf for simple FastCGI configurations. *) Bugfix: nginx/Windows tried to rename a temporary file twice if the file should replace an already existent file. *) Bugfix: of "double free or corruption" error issued if host could not be resolved; the bug had appeared in 0.8.22. Thanks to Konstantin Svist. *) Bugfix: in libatomic usage on some platforms. Thanks to W-Mark Kubacki. </ChangeLog> Notes: svn path=/head/; revision=245891
* Make uploadprogress module fetchtable (accordingly).Sergey A. Osokin2009-12-011-0/+1
| | | | | | | Notice from: Vladimir Getmanshchuk aka vladget at openfilm dot com Notes: svn path=/head/; revision=245044
* Update from 0.8.28 to 0.8.29.Sergey A. Osokin2009-11-302-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <ChangeLog> *) Change: now the "009" status code is written to an access log for proxied HTTP/0.9 responses. *) Feature: the "addition_types", "charset_types", "gzip_types", "ssi_types", "sub_filter_types", and "xslt_types" directives support an "*" parameter. *) Feature: GCC 4.1+ built-in atomic operations usage. Thanks to W-Mark Kubacki. *) Feature: the --with-libatomic[=DIR] option in the configure. Thanks to W-Mark Kubacki. *) Bugfix: listen unix domain socket had limited access rights. *) Bugfix: cached HTTP/0.9 responses were handled incorrectly. *) Bugfix: regular expression named captures given by "?P<...>" did not work in a "server_name" directive. Thanks to Maxim Dounin. </ChangeLog> Notes: svn path=/head/; revision=245020
* Fix upload module bug:Sergey A. Osokin2009-11-262-0/+17
| | | | | | | | | keepalive connection was hanging after upload has been completed. Do not bump PORTREVISION. Notes: svn path=/head/; revision=244758
* Update from 0.8.27 to 0.8.28.Sergey A. Osokin2009-11-242-4/+4
| | | | | | | | | | | | <ChangeLog> *) Bugfix: nginx could not be built with the --without-pcre parameter; the bug had appeared in 0.8.25. </ChangeLog> Notes: svn path=/head/; revision=244713
* Accordingly update (www/nginx and www/nginx-devel):Sergey A. Osokin2009-11-243-71/+19
| | | | | | | | | | | | | | | passenger module support from 2.2.5 to 2.2.7; upload module to 2.0.11; uploadprogress module from 0.6 to 0.7. Remove needless patch. Also, h264 module distfile re-rolled due moon phase. Do not bump PORTREVISIONs. Notes: svn path=/head/; revision=244712
* Update from 0.8.24 to 0.8.27.Sergey A. Osokin2009-11-194-4/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <ChangeLog> Changes with nginx 0.8.27 *) Bugfix: regular expressions did work in nginx/Windows; the bug had appeared in 0.8.25. Changes with nginx 0.8.26 *) Bugfix: in captures usage in "rewrite" directive; the bug had appeared in 0.8.25. *) Bugfix: nginx could not be built without the --with-debug option; the bug had appeared in 0.8.25. Changes with nginx 0.8.25 *) Change: now no message is written in an error log if a variable is not found by $r->variable() method. *) Feature: the ngx_http_degradation_module. *) Feature: regular expression named captures. *) Feature: now URI part is not required a "proxy_pass" directive if variables are used. *) Feature: now the "msie_padding" directive works for Chrome too. *) Bugfix: a segmentation fault occurred in a worker process on low memory condition; the bug had appeared in 0.8.18. *) Bugfix: nginx sent gzipped responses to clients those do not support gzip, if "gzip_static on" and "gzip_vary off"; the bug had appeared in 0.8.16. </ChangeLog> Notes: svn path=/head/; revision=244467
* Update from 0.8.22 to 0.8.24.Sergey A. Osokin2009-11-122-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <ChangeLog> Changes with nginx 0.8.24 *) Bugfix: nginx always added "Content-Encoding: gzip" response header line in 304 responses sent by ngx_http_gzip_static_module. *) Bugfix: nginx could not be built without the --with-debug option; the bug had appeared in 0.8.23. *) Bugfix: the "unix:" parameter of the "set_real_ip_from" directive inherited incorrectly from previous level. *) Bugfix: in resolving empty name. Changes with nginx 0.8.23 *) Security: now SSL/TLS renegotiation is disabled. Thanks to Maxim Dounin. *) Bugfix: listen unix domain socket did not inherit while online upgrade. *) Bugfix: the "unix:" parameter of the "set_real_ip_from" directive did not without yet another directive with any IP address. *) Bugfix: segmentation fault and infinite looping in resolver. *) Bugfix: in resolver. Thanks to Artem Bokhan. </ChangeLog> Notes: svn path=/head/; revision=244155
* Update h264 (aka http_mp4_h264) module from the dated material toSergey A. Osokin2009-11-092-6/+7
| | | | | | | | | | | version 2.2.5 for www/nginx and www/nginx-devel accordingly. Do not bump PORTREVISIONs. Requested by: many Notes: svn path=/head/; revision=244041
* Add missing library dependence for http_image_filter module forSergey A. Osokin2009-11-041-0/+1
| | | | | | | | | www/nginx and www/nginx-devel accordingly. Do not bump PORTREVISIONs. Notes: svn path=/head/; revision=243804
* Update from 0.8.21 to 0.8.22.Sergey A. Osokin2009-11-032-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <ChangeLog> *) Feature: the "proxy_bind", "fastcgi_bind", and "memcached_bind" directives. *) Feature: the "access" and the "deny" directives support IPv6. *) Feature: the "set_real_ip_from" directive supports IPv6 addresses in request headers. *) Feature: the "unix:" parameter of the "set_real_ip_from" directive. *) Bugfix: nginx did not delete unix domain socket after configuration testing. *) Bugfix: nginx deleted unix domain socket while online upgrade. *) Bugfix: the "!-x" operator did not work. Thanks to Maxim Dounin. *) Bugfix: a segmentation fault might occur in a worker process, if limit_rate was used in HTTPS server. Thanks to Maxim Dounin. *) Bugfix: a segmentation fault might occur in a worker process while $limit_rate logging. Thanks to Maxim Dounin. *) Bugfix: a segmentation fault might occur in a worker process, if there was no "listen" directive in "server" block; the bug had appeared in 0.8.21. </ChangeLog> Notes: svn path=/head/; revision=243722
* Update from 0.8.20 to 0.8.21.Sergey A. Osokin2009-10-262-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | Illuminate http_image_filter module. <ChangeLog> *) Feature: now the "-V" switch shows TLS SNI support. *) Feature: the "listen" directive of the HTTP module supports unix domain sockets. Thanks to Hongli Lai. *) Feature: the "default_server" parameter of the "listen" directive. *) Feature: now a "default" parameter is not required to set listen socket options. *) Bugfix: nginx did not support dates in 2038 year on 32-bit platforms; *) Bugfix: socket leak; the bug had appeared in 0.8.11. </ChangeLog> Notes: svn path=/head/; revision=243345
* Update from 0.8.19 to 0.8.20.Sergey A. Osokin2009-10-142-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <ChangeLog> *) Change: now default SSL ciphers are "HIGH:!ADH:!MD5". *) Bugfix: the ngx_http_autoindex_module did not show the trailing slash in links to a directory; the bug had appeared in 0.7.15. *) Bugfix: nginx did not close a log file set by the --error-log-path configuration option; the bug had appeared in 0.7.53. *) Bugfix: nginx did not treat a comma as separator in the "Cache-Control" backend response header line. *) Bugfix: nginx/Windows might not create temporary file, a cache file, or "proxy/fastcgi_store"d file if a worker has no enough access rights for top level directories. *) Bugfix: the "Set-Cookie" and "P3P" FastCGI response header lines were not hidden while caching if no "fastcgi_hide_header" directives were used with any parameters. *) Bugfix: nginx counted incorrectly disk cache size. </ChangeLog> Notes: svn path=/head/; revision=242857
* Update from 0.8.18 to 0.8.19.Sergey A. Osokin2009-10-062-4/+4
| | | | | | | | | | | | | | | | <ChangeLog> *) Change: now SSLv2 protocol is disabled by default. *) Change: now default SSL ciphers are "ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM". *) Bugfix: a "limit_req" directive did not work; the bug had appeared in 0.8.18. </ChangeLog> Notes: svn path=/head/; revision=242522
* Update from 0.8.17 to 0.8.18.Sergey A. Osokin2009-10-062-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <ChangeLog> *) Feature: the "read_ahead" directive. *) Feature: now several "perl_modules" directive may be used. *) Feature: the "limit_req_log_level" and "limit_conn_log_level" directives. *) Bugfix: now "limit_req" directive conforms to the leaky bucket algorithm. Thanks to Maxim Dounin. *) Bugfix: nginx did not work on Linux/sparc. Thanks to Marcus Ramberg. *) Bugfix: nginx sent '\0' in a "Location" response header line on MKCOL request. Thanks to Xie Zhenye. *) Bugfix: zero status code was logged instead of 499 status code; the bug had appeared in 0.8.11. *) Bugfix: socket leak; the bug had appeared in 0.8.11. </ChangeLog> Notes: svn path=/head/; revision=242515
* Update from 0.8.16 to 0.8.17.Sergey A. Osokin2009-09-282-4/+4
| | | | | | | | | | | | | | | | | | | | Feature safe: yes <ChangeLog> *) Security: now "/../" are disabled in "Destination" request header line. *) Change: now $host variable value is always low case. *) Feature: the $ssl_session_id variable. *) Bugfix: socket leak; the bug had appeared in 0.8.11. </ChangeLog> Notes: svn path=/head/; revision=242203
* Update ngx_http_redis module from 0.1.2 to 0.2.0 accordingly.Sergey A. Osokin2009-09-222-4/+4
| | | | | | | | | | | | | | | | | | | Do not bump PORTREVISION. Feature safe: yes <ChangeLog> *) Feature: the $redis_db variable: now the ngx_http_redis module uses the $redis_db variable value as the parameter for SELECT command. *) Cleanup: style/spaces fixes. </ChangeLog> Notes: svn path=/head/; revision=241921
* Update from 0.8.15 to 0.8.16.Sergey A. Osokin2009-09-222-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Feature safe: yes <ChangeLog> *) Feature: the "image_filter_transparency" directive. *) Bugfix: "addition_types" directive was incorrectly named "addtion_types". *) Bugfix: resolver cache poisoning. Thanks to Matthew Dempsky. *) Bugfix: memory leak in resolver. Thanks to Matthew Dempsky. *) Bugfix: invalid request line in $request variable was written in access_log only if error_log was set to "info" or "debug" level. *) Bugfix: in PNG alpha-channel support in the ngx_http_image_filter_module. *) Bugfix: nginx always added "Vary: Accept-Encoding" response header line, if both "gzip_static" and "gzip_vary" were on. *) Bugfix: in UTF-8 encoding support by "try_files" directive in nginx/Windows. *) Bugfix: in "post_action" directive usage; the bug had appeared in 0.8.11. Thanks to Igor Artemiev. </ChangeLog> Notes: svn path=/head/; revision=241920
* Security update from 0.8.14 to 0.8.15.Sergey A. Osokin2009-09-142-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | Update http_redis module from 0.1.1 to 0.1.2. <ChangeLog> *) Security: a segmentation fault might occur in worker process while specially crafted request handling. Thanks to Chris Ries. *) Bugfix: if names .domain.tld, .sub.domain.tld, and .domain-some.tld were defined, then the name .sub.domain.tld was matched by .domain.tld. *) Bugfix: in transparency support in the ngx_http_image_filter_module. *) Bugfix: in file AIO. *) Bugfix: in X-Accel-Redirect usage; the bug had appeared in 0.8.11. *) Bugfix: in embedded perl module; the bug had appeared in 0.8.11. </ChangeLog> Notes: svn path=/head/; revision=241405
* Update upload_progress module from 0.5 to 0.6.Sergey A. Osokin2009-09-133-52/+7
| | | | | | | | | | Remove needless patch. Do not bump PORTREVISION. Notice from: Brice Figureau aka brice at daysofwonder dot com Notes: svn path=/head/; revision=241320
* Merge new fix existing patch for uploadprogress module forSergey A. Osokin2009-09-121-0/+26
| | | | | | | | | | | nginx and nginx-devel accordingly. Do not bump PORTREVISIONs. Patch from: Brice Figureau aka brice at daysofwonder dot com Tested by: Vladimir Getmanshchuk aka vladget at openfilm dot com Notes: svn path=/head/; revision=241285
* Update from 0.8.13 to 0.8.14.Sergey A. Osokin2009-09-072-4/+4
| | | | | | | | | | | | | | | | | | | | | <ChangeLog> *) Bugfix: an expired cached response might stick in the "UPDATING" state. *) Bugfix: a segmentation fault might occur in worker process, if error_log was set to info or debug level. Thanks to Sergey Bochenkov. *) Bugfix: in embedded perl module; the bug had appeared in 0.8.11. *) Bugfix: an "error_page" directive did not redirect a 413 error; the bug had appeared in 0.6.10. </ChangeLog> Notes: svn path=/head/; revision=240998
* Update passenger module from 2.2.4 to 2.2.5.Sergey A. Osokin2009-09-042-11/+11
| | | | | | | | | | Update mod_zip module from 1.1.4 to 1.1.5. Also change MASTER_SITE for mod_zip module. Do not bump PORTREVISION. Notes: svn path=/head/; revision=240857
* Update from 0.8.12 to 0.8.13.Sergey A. Osokin2009-08-312-4/+4
| | | | | | | | | | | | | | | <ChangeLog> *) Bugfix: in the "aio sendfile" directive. the bug had appeared in 0.8.12. *) Bugfix: nginx could not be built without the --with-file-aio option on FreeBSD; the bug had appeared in 0.8.12. </ChangeLog> Notes: svn path=/head/; revision=240617
* Update from 0.8.11 to 0.8.12.Sergey A. Osokin2009-08-313-18/+4
| | | | | | | | | | | | | | | | | Remove needless vendor patch. <ChangeLog> *) Feature: the "sendfile" parameter in the "aio" directive on FreeBSD. *) Bugfix: in try_files; the bug had appeared in 0.8.11. *) Bugfix: in memcached; the bug had appeared in 0.8.11. </ChangeLog> Notes: svn path=/head/; revision=240605
* Add vendor patch for memcached module.Sergey A. Osokin2009-08-313-8/+22
| | | | | | | | | | Update nginx_upload module from 2.0.9 to 2.0.10. Update nginx_http_redis module from 0.1 to 0.1.1. Bump PORTREVISION. Notes: svn path=/head/; revision=240591
* Update from 0.8.10 to 0.8.11.Sergey A. Osokin2009-08-283-648/+5
| | | | | | | | | | | | | | | | | | Remove needless extra patch. <ChangeLog> *) Change: directive "gzip_disable msie6" enables gzipping for MSIE 6.0 SV1. *) Feature: file AIO support on FreeBSD and Linux. *) Feature: the "directio_alignment" directive. </ChangeLog> Notes: svn path=/head/; revision=240455
* Update from 0.8.9 to 0.8.10.Sergey A. Osokin2009-08-242-4/+4
| | | | | | | | | | | | | | <ChangeLog> *) Bugfix: memory leaks if GeoIP City database was used. *) Bugfix: in copying temporary files to permanent storage area; the bug had appeared in 0.8.9. </ChangeLog> Notes: svn path=/head/; revision=240255
* Add http_redis module support.Sergey A. Osokin2009-08-243-0/+660
| | | | | | | | | Add experimental file aio support. Do not bump PORTREVISION cause new features are disabled by default. Notes: svn path=/head/; revision=240252