/biology/migrate/

/cgit.cgi/'>cgit logo index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/www/nginx/files
Commit message (Collapse)AuthorAgeFilesLines
* Update from 3.0.5 to 3.0.6:osa2011-04-041-2/+2
| | | | | | | | | o) www/rubygem-passenger; [*] o) passenger support for www/nginx and www/nginx-devel. More accurate for detect dependence of nginx ports. [*] Approved by: maintainer [*]
* Update from 3.0.4 to 3.0.5:osa2011-03-111-2/+2
| | | | | | | | | | | | o) www/rubygem-passenger; (1) o) passenger support for www/nginx and www/nginx-devel. (2) Adopt passenger's version update for extra patches. Update preferred nginx version (1). Do not bump PORTREVISIONs. (2) Approved by: Jacob Atzen <jatzen@gmail.com> (maintainer) (1)
* Update from 3.0.3 to 3.0.4:osa2011-03-031-2/+2
| | | | | | | | | | | o) www/rubygem-passenger; (1) o) passenger support for www/nginx and www/nginx-devel. (2) Adopt passenger's version update for extra patches. Do not bump PORTREVISIONs. (2) Approved by: Jacob Atzen <jatzen@gmail.com> (maintainer) (1)
* Update from 3.0.2 to 3.0.3:osa2011-02-251-2/+2
| | | | | | | | | | | o) www/rubygem-passenger; (1) o) passenger support for www/nginx and www/nginx-devel. (2) Adopt passenger's version update for extra patches. Do not bump PORTREVISIONs. (2) Approved by: Jacob Atzen <jatzen@gmail.com> (maintainer) (1)
* Update from 3.0.1 to 3.0.2:osa2010-12-173-44/+2
| | | | | | | | | o) www/rubygem-passenger; [*] o) passenger support for www/nginx and www/nginx-devel. Remove needless extra patches. Approved by: maintainer [*]
* Add third-party syslog support, original patch obtained fromosa2010-12-121-0/+251
| | | | | | | | | http://dl.dropbox.com/u/5836407/Patches/Nginx_0.8.49-syslog-support.txt. Do not bump PORTREVISIONs. Submitted by: Anes Muhametov aka anes at anes dot su PR: ports/152920
* Update passenger as well as support for passenger-specific portsosa2010-12-123-11/+54
| | | | | | | | | | | | | | | | | | | | | | | | | from 3.0.0 to 3.0.1. Also: o) respect CC/CXX/CFLAGS/PTHREAD_LIBS flags; o) build depends against devel/libev instead of internal libev; o) change depends from curl binary to libcurl; o) revert back GEM_LIB_DIR for pkg-message. (!) Do not bump PORTREVISIONs for www/nginx and www/nginx-devel ports. <Note> Patch extra-patch-passenger::ext::common::Utils.cpp obtained from passenger's git: https://github.com/FooBarWidget/passenger/commit/9a811060db56cfad2e2056d90cac1a354870dbad and should be remove in next [3.0.2] port update. </Note> Approved by: maintainer [*] Pointy hat to: wen (!)
* Speed up build passenger(tm) support by accurate corresponding patch.osa2010-12-061-5/+8
| | | | Do not bump PORTREVISIONs.
* Add support for passenger 3.0.0.osa2010-12-021-0/+30
| | | | | | | | | | | | <Note> www/nginx and www/nginx-devel build support for nginx only. For full support www/rubygem-passenger port compiled with option WITH_NGINXPORT should be installed. </Note> Do not bump PORTREVISIONs.
* Add nginx(8).osa2010-11-231-0/+201
| | | | | | | | | | | Bump PORTREVISION. Thanks to: o) Maxim Dounin aka mdounin at mdounin dot ru o) Ruslan Ermilov aka ru@ Spotted by: Sergey Svishchev aka svs at ropnet dot ru PR: ports/152212
* Update from 0.7.67 to latest stable version 0.8.51 by merge changes fromosa2010-09-282-20/+23
| | | | | | | | | | | | | | | | | | | www/nginx-devel. Update CONFLIGS and temporary mark IGNORE www/nginx-devel, because latest version available from www/nginx. <Announcement> Now the 0.8.x branch becomes a stable branch. The new features have been appeared during 0.8 development: o named regular expression captures; o file AIO in FreeBSD and Linux; o SSL CRL; o SCGI and uwsgi modules. </Announcement>
* Accordingly update passenger from 2.2.14 to 2.2.15 for:osa2010-07-011-15/+0
| | | | | | | | | | | | o) www/nginx and www/nginx-devel [1] o) www/rubygem-passenger [2] Remove needless patch. [1] Do not bump PORTREVISION. [2] Approved by: Jacob Atzen aka jatzen at gmail dot com (maintainer) Feature safe: yes
* Accordingly update third-party fancyindex module from 0.2.2 to 0.2.5.osa2010-06-111-12/+0
| | | | | | Remove needless patches. Do not bump PORTREVISIONs.
* Accordingly update third-party slowfs_cache module from 1.4 to 1.5.osa2010-06-081-15/+0
| | | | | | Remove needless patch. Do not bump PORTREVISIONs.
* Update from 0.7.65 to 0.7.66.osa2010-06-075-0/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | License. <ChangeLog> *) Security: now nginx/Windows ignores default file stream name. Thanks to Jose Antonio Vazquez Gonzalez. *) Change: now the charset filter runs before the SSI filter. *) Change: now no message is written in an error log if a variable is not found by $r->variable() method. *) Change: now keepalive connections after POST requests are not disabled for MSIE 7.0+. Thanks to Adam Lounds. *) Feature: the "proxy_no_cache" and "fastcgi_no_cache" directives. *) Feature: now the "rewrite" directive does a redirect automatically if the $scheme variable is used. Thanks to Piotr Sikora. *) Feature: the "chunked_transfer_encoding" directive. *) 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. *) Feature: now the "msie_padding" directive works for Chrome too. *) Workaround: now keepalive connections are disabled for Safari. Thanks to Joshua Sierles. *) Bugfix: nginx ignored the "private" and "no-store" values in the "Cache-Control" backend response header line. *) Bugfix: an "&" character was not escaped when it was copied in arguments part in a rewrite rule. *) Bugfix: nginx might be terminated abnormally while a signal processing or if the directive "timer_resolution" was used on platforms which do not support kqueue or eventport notification methods. Thanks to George Xie and Maxim Dounin. *) Bugfix: if temporary files and permanent storage area resided at different file systems, then permanent file modification times were incorrect. Thanks to Maxim Dounin. *) Bugfix: ngx_http_memcached_module might issue the error message "memcached sent invalid trailer". Thanks to Maxim Dounin. *) Bugfix: nginx could not built zlib-1.2.4 library using the library sources. Thanks to Maxim Dounin. *) Bugfix: values of the $query_string, $arg_..., etc. variables cached in main request were used by the SSI module in subrequests. *) Bugfix: nginx did not support HTTPS referrers. *) Bugfix: nginx/Windows might not find file if path in configuration was given in other character case; the bug had appeared in 0.7.65. *) Bugfix: the $date_local variable has an incorrect value, if the "%s" format was used. Thanks to Maxim Dounin. *) Bugfix: nginx did not support all ciphers and digests used in client certificates. Thanks to Innocenty Enikeew. *) Bugfix: if ssl_session_cache was not set or was set to "none", then during client certificate verify the error "session id context uninitialized" might occur; the bug had appeared in 0.7.1. *) Bugfix: OpenSSL-1.0.0 compatibility on 64-bit Linux. Thanks to Maxim Dounin. *) Bugfix: a geo range returned default value if the range included two or more /16 networks and did not begin at /16 network boundary. *) Bugfix: the $uid_got variable might not be used in the SSI and perl modules. *) Bugfix: a worker process hung if a FIFO file was requested. Thanks to Vicente Aguilar and Maxim Dounin. *) Bugfix: a variable value was repeatedly encoded after each an "echo" SSI-command output; the bug had appeared in 0.6.14. *) Bugfix: a "stub" parameter of an "include" SSI directive was not used, if empty response has 200 status code. *) Bugfix: a block used in a "stub" parameter of an "include" SSI directive was output with "text/plain" MIME type. *) Bugfix: if a proxied or FastCGI request was internally redirected to another proxied or FastCGI location, then a segmentation fault might occur in a worker process; the bug had appeared in 0.7.65. Thanks to Yichun Zhang. *) Bugfix: IMAP connections may hang until they timed out while talking to Zimbra server. Thanks to Alan Batie. *) Bugfix: nginx did not support chunked transfer encoding for 201 responses. Thanks to Julian Reich. </ChangeLog>
* Cleanse uneeded RC_SUBR variablesdougb2010-03-281-1/+1
| | | | Approved by: pgolluci
* Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* Accordingly update fancyindex module from 0.1_beta5 to 0.2.1.osa2010-02-071-61/+0
| | | | | | Remove needless patches. Do not bump PORTREVISIONs.
* This is accordingly update for www/nginx and www/nginx-devel.osa2010-01-191-0/+13
| | | | | | | | Add one more third-party module: upstream_hash, version 0.3.1. Update slowfs_cache module from 1.2 to 1.3. Update mogilefs module from 1.0.2 to 1.0.3. Do not bump PORTREVISIONs.
* Accordingly commit changes for third-party modules in www/nginxosa2010-01-061-12/+0
| | | | | | | | | | | | | | 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.
* Update http_redis module from 0.3.0 to 0.3.1.osa2009-12-261-45/+0
| | | | | | | | | | | | | | | | 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>
* Improve redis protocol support.osa2009-12-251-0/+45
| | | | Do not bump PORTREVISION.
* Actually remove needless patch.osa2009-12-241-20/+0
|
* Accordingly update uploadprogress module with patch from github.osa2009-12-191-0/+12
| | | | | | | | 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)
* Update from 0.7.63 to 0.7.64.osa2009-11-191-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | <ChangeLog> *) Security: now SSL/TLS renegotiation is disabled. Thanks to Maxim Dounin. *) 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.7.63. *) 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: segmentation fault and infinite looping in resolver. *) Bugfix: in resolver. Thanks to Artem Bokhan. *) Bugfix: resolver cache poisoning. Thanks to Matthew Dempsky. *) Bugfix: memory leak in resolver. Thanks to Matthew Dempsky. </ChangeLog>
* Security update from 0.7.62 to 0.7.63.osa2009-10-271-5/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Illuminate http_image_filter module. Merge extra patch for fancy_index module from www/nginx-devel. <ChangeLog> *) Security: now "/../" are disabled in "Destination" request header line. *) Change: minimum supported OpenSSL version is 0.9.7. *) Change: the "ask" parameter of the "ssl_verify_client" directive was changed to the "optional" parameter and now it checks a client certificate if it was offered. Thanks to Brice Figureau. *) Feature: now the "-V" switch shows TLS SNI support. *) Feature: the $ssl_client_verify variable. Thanks to Brice Figureau. *) Feature: the "ssl_crl" directive. Thanks to Brice Figureau. *) Bugfix: the $ssl_client_cert variable usage corrupted memory; the bug had appeared in 0.7.7. Thanks to Sergey Zhuravlev. *) Feature: now the start cache loader runs in a separate process; this should improve large caches handling. *) Feature: now temporary files and permanent storage area may reside at different file systems. *) Bugfix: nginx counted incorrectly disk cache size. *) Change: now directive "gzip_disable msie6" does not disable gzipping for MSIE 6.0 SV1. *) Bugfix: nginx always added "Vary: Accept-Encoding" response header line, if both "gzip_static" and "gzip_vary" were on. *) Feature: the "proxy" parameter of the "geo" directive. *) Feature: the ngx_http_geoip_module. *) Feature: the "limit_rate_after" directive. Thanks to Ivan Debnar. *) 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: in ngx_http_limit_req_module. Thanks to Maxim Dounin. *) Bugfix: now nginx allows underscores in a request method. *) Bugfix: "proxy_pass_header" and "fastcgi_pass_header" directives did not pass to a client the "X-Accel-Redirect", "X-Accel-Limit-Rate", "X-Accel-Buffering", and "X-Accel-Charset" lines from backend response header. Thanks to Maxim Dounin. *) Bugfix: in handling "Last-Modified" and "Accept-Ranges" backend response header lines; the bug had appeared in 0.7.44. Thanks to Maxim Dounin. *) Feature: the "image_filter_transparency" directive. *) Feature: the "image_filter" directive supports variables for setting size. *) Bugfix: in PNG alpha-channel support in the ngx_http_image_filter_module. *) Bugfix: in transparency support in the ngx_http_image_filter_module. *) Feature: now several "perl_modules" directives may be used. *) Bugfix: ngx_http_perl_module responses did not work in subrequests. *) Bugfix: nginx sent '\0' in a "Location" response header line on MKCOL request. Thanks to Xie Zhenye. *) Bugfix: an "error_page" directive did not redirect a 413 error; the bug had appeared in 0.6.10. *) Bugfix: in memory allocation error handling. Thanks to Maxim Dounin and Kirill A. Korinskiy. </ChangeLog>
* Merge latest changes from www/nginx-devel:osa2009-09-131-40/+0
| | | | | | | | | update mod_zip from 1.1.4 to 1.1.5; update passenger module support from 2.2.4 to 2.2.5; update upload_progress module from 0.5 to 0.6; remove needless patch. Do not bump PORTREVISION.
* Merge new fix existing patch for uploadprogress module forosa2009-09-131-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
* Merge latest changes from www/nginx-devel:osa2009-07-201-0/+11
| | | | | | | | | | | | | | | | | | | | o) Add two more third-party modules: http_mp4_streaming_lite and http_notice_module. o) Add two new variables NGINX_ACCESSLOG and NGINX_ERRORLOG to allow log paths customization, i.e. % make NGINX_ACCESSLOG=/dev/null NOTE. If you want nginx to log errors into stderr it's better to use % make NGINX_ERRORLOG=stderr instead of NGINX_ERRORLOG=/dev/stderr to avoid duplicate error messages during startup. Do not bump PORTREVISION.
* Fix a few "bad example" problems in the rc.d scripts that have beendougb2009-07-161-2/+0
| | | | | | | | | | | | | | | | | | | | propogated by copy and paste. 1. Primarily the "empty variable" default assignment, which is mostly ${name}_flags="", but fix a few others as well. 2. Where they are not already documented, add the existence of the _flags (or other deleted empties) option to the comments, and in some cases add comments from scratch. 3. Replace things that look like: prefix=%%PREFIX%% command=${prefix}/sbin/foo to just use %%PREFIX%%. In many cases the $prefix variable is only used once, and in some cases it is not used at all. 4. In a few cases remove ${name}_flags from command_args 5. Remove a long-stale comment about putting the port's rc.d script in /etc/rc.d (which is no longer necessary). No PORTREVISION bumps because all of these changes are noops.
* Default stop signal is SIGTERM, the quick shutdown. Also nginxosa2009-07-021-1/+9
| | | | | | | | | | understands QUIT signal for graceful (gradual) stop. Add gracefulstop extra command accordingly for stable and devel versions. Bump PORTREVISIONs. PR: ports/136232 (partialy)
* Fix X-Progress-ID argument parsing in third-party uploadprogress module.osa2009-07-021-0/+14
| | | | | | Do not bump PORTREVISIONs. PR: ports/136064
* Update from 0.6.37 to latest stable version 0.7.59.osa2009-05-29