summaryrefslogtreecommitdiff
path: root/www/nginx-devel/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Update third-party modules:Sergey A. Osokin2012-07-031-22/+0
| | | | | | | | | | 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 [*]
* Update subs_filter third-party module from 0.5.2.r53 to 0.5.2.r59.Sergey A. Osokin2012-06-181-13/+0
| | | | Configure pcre module support if subs_filter module defined.
* Update third-party modules:Sergey A. Osokin2012-06-142-2/+16
| | | | | | | | o) drizzle - from 0.1.2rc6 to 0.1.2rc7, sync with ngx_openresty 1.0.15.10 stable; o) rtmp - from 0.1.5 to 0.1.10. Do not bump PORTREVISION because these modules are disabled by default.
* Update from 3.0.12 to 3.0.13:Sergey A. Osokin2012-06-141-2/+2
| | | | | o) www/rubygem-passenger; o) third-party passenger module for www/nginx and www/nginx-devel.
* Create temporary directory with install(1).Sergey A. Osokin2012-06-141-2/+1
| | | | | | | | Remove duplicate code from Makefile and pkg-plist. Bump PORTREVISION. Requested by: dougb
* Check existence temporary directory %%NGINX_TMPDIR%% beforeSergey A. Osokin2012-06-131-2/+14
| | | | | | | | | | test configuration. (1) Use %%NGINX_RUNDIR%%, %%WWWOWN%% and %%WWWGRP%% variables defined in Makefile instead of hardcoded or new values. Bump PORTREVISION. Idea from PR: 168836 (1)
* Be more correct after latest changes in ngx_regex_t.Sergey A. Osokin2012-06-072-5/+5
|
* Add third-party slow module, v.0.9.6,Sergey A. Osokin2012-06-071-0/+10
| | | | | | http://code.google.com/p/nginx-sflow-module/. Do not bump PORTREVISION because this module is disabled by default.
* Update from 1.3.0 to 1.3.1.Sergey A. Osokin2012-06-062-0/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <ChangeLog> *) Security: now nginx/Windows ignores trailing dot in URI path component, and does not allow URIs with ":$" in it. Thanks to Vladimir Kochetkov, Positive Research Center. *) 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. *) Bugfix: a segmentation fault might occur in a worker process if the "image_filter" directive was used; the bug had appeared in 1.3.0. *) 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. </ChangeLog>
* Update third-party modules (openresty 1.0.15.5):Sergey A. Osokin2012-05-161-19/+0
| | | | | | | | | o) lua - from 0.5.0rc27 to 0.5.0rc28; o) rds_scv - from 0.05rc1 to 0.05rc2. Remove needless patch. Do not bump PORTREVISIONs because these modules are disabled by default.
* Update third-party modules (openresty 1.0.15.3):Sergey A. Osokin2012-05-152-4/+4
| | | | | | | | o) lua - from 0.5.0rc24 to 0.5.0rc27; o) set_misc - from 0.22rc5 to 0.22rc7; o) srcache - from 0.13rc6 to 0.13rc8; Do not bump PORTREVISIONs because these modules are disabled by default.
* Update third-party modules (openresty 1.0.11.28):Sergey A. Osokin2012-04-262-4/+4
| | | | | | | | | | | | o) echo - from 0.38rc1 to 0.38rc2; o) lua - from 0.4.1 to 0.5.0rc24; o) rds-csv - from 0.04 to 0.05rc1; o) redis2 - from 0.08rc2 to 0.08rc4; o) srcache - from 0.13rc3 to 0.13.rc6; o) xss - from 0.03rc8 to 0.03rc9; o) iconv - from 0.10rc5 to 0.10rc7; Do not bump PORTREVISIONs because these modules are disabled by default.
* Update from 3.0.11 to 3.0.12:Sergey A. Osokin2012-04-221-2/+2
| | | | | o) www/rubygem-passenger; o) third-party passenger module for www/nginx and www/nginx-devel.
* Fix fetch notice third-party module.Sergey A. Osokin2012-02-291-2/+2
|
* Move upward extra_commands string for compatible with rc.conf.dSergey A. Osokin2012-02-281-1/+1
| | | | | | | feature. Do not bump PORTREVISIONs. PR: 165454
* Update from 1.1.14 to 1.1.15.Sergey A. Osokin2012-02-151-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <ChangeLog> *) Feature: the "disable_symlinks" directive. *) Feature: the "proxy_cookie_domain" and "proxy_cookie_path" directives. *) Bugfix: nginx might log incorrect error "upstream prematurely closed connection" instead of correct "upstream sent too big header" one. Thanks to Feibo Li. *) Bugfix: nginx could not be built with the ngx_http_perl_module if the --with-openssl option was used. *) Bugfix: internal redirects to named locations were not limited. *) Bugfix: calling $r->flush() multiple times might cause errors in the ngx_http_gzip_filter_module. *) Bugfix: temporary files might be not removed if the "proxy_store" directive were used with SSI includes. *) Bugfix: in some cases non-cacheable variables (such as the $args variable) returned old empty cached value. *) Bugfix: a segmentation fault might occur in a worker process if too many SSI subrequests were issued simultaneously; the bug had appeared in 0.7.25. </ChangeLog>
* Update third-party modules:Sergey A. Osokin2012-02-012-4/+4
| | | | | | | o) echo from 0.37 to 0.38rc1; o) headers_more from 0.16 to 0.17rc1; o) drizzle from 0.1.2rc4 to 0.1.2rc6; o) set_misc from 0.22rc4 to 0.22rc5.
* Update third-party lua module from 0.4.0 to bugfix release 0.4.1.Sergey A. Osokin2012-02-011-2/+2
|
* Update third-party modules:Sergey A. Osokin2012-01-171-2/+2
| | | | | | | | o) memc from 0.12 to 0.13rc3; o) redis2 from 0.07 to 0.08rc2; o) set_misc from 0.22rc3 to 0.22rc4; o) srcache from 0.12 to 0.13rc3; o) xss from 0.03rc3 to 0.03rc8.
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other.
* Add 4 third-party modules:Sergey A. Osokin2012-01-121-0/+19
| | | | | | | | | o) arrayvar, add support for array variables to nginx config files; o) encrypted-session, for encrypt and decrypt nginx variable values; o) form-input, reads HTTP POST and PUT request body encoded in "application/x-www-form-urlencoded", and parse the arguments in request body into nginx variables; o) iconv, to convert characters of different encoding (by libiconv).
* Update third-party lua module from 0.3 to latest stable version 0.4.Sergey A. Osokin2012-01-111-2/+2
| | | | | | Also, switched from default lua interpreter to luajit - a Lua Just-In-Time compiler for speed-up lua module based applications (nginx's configurations). Fix issue with %%PREFIX%% substitution for lua module.
* Add three new third-party modules:Sergey A. Osokin2011-12-301-0/+19
| | | | | | | | | | o) drizzle - an upstream module that talks to mysql and drizzle by libdrizzle; o) rds_csv - an output filter module to convert Resty-DBD-Streams (RDS) to Comma-Separated Values (CSV); o) rds_json - an output filter that formats Resty DBD Streams generated by ngx_drizzle and others to JSON. Do not bump PORTREVISION because these modules disabled by default.
* Update third-party http_subs_filter module from 0.5.2.r45 to 0.5.2.r53.Sergey A. Osokin2011-12-291-26/+0
| | | | | | | | | Remove needless extra patch. Update third-party upload_progress module from 0.8.2 to 0.8.3. Change the download page to github.com. Do not bump PORTREVISION because these modules disabled by default.
* Update third-party ngx_postgres module from 0.8 to 0.9.Sergey A. Osokin2011-12-292-14/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also remove needless patch. Do not bump PORTREVISION because these modules disabled by default. <ChangeLog> * Improve debug logging. From Yichun Zhang (agentzh). * Fix compatibility with poll, select and /dev/poll event models. Reported by Yichun Zhang (agentzh). * Fix compatibility with PostgreSQL 9.x. Reported by Yichun Zhang (agentzh). * Fix compatibility with nginx-1.1.4+. From Yichun Zhang (agentzh). * Enforce writing of proper SQL queries by replacing "row <row>" output format with "text" and returning whole result-set with values separated by newlines when using "postgres_output" directive. * Enforce writing of proper SQL queries by requiring result-set to contain exactly single value when using "binary_value" or "value" output formats when using "postgres_output" directive. * Fix "duplicated last chunk" issue. Reported by Silly Sad, diagnosed by Maxim Dounin. * Improve build-time PostgreSQL client library discovery process by using PostgreSQL's pg_config. Patch from Silly Sad. </ChangeLog>
* Update from 1.1.9 to 1.1.11.Sergey A. Osokin2011-12-121-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The only one third-party subs filter module using ngx_regex_capture_count(), add as extra patch. <ChangeLog> Changes with nginx 1.1.11 12 Dec 2011 *) Feature: the "so_keepalive" parameter of the "listen" directive. Thanks to Vsevolod Stakhov. *) Feature: the "if_not_empty" parameter of the "fastcgi/scgi/uwsgi_param" directives. *) Feature: the $https variable. *) Feature: the "proxy_redirect" directive supports variables in the first parameter. *) Feature: the "proxy_redirect" directive supports regular expressions. *) Bugfix: the $sent_http_cache_control variable might contain a wrong value if the "expires" directive was used. Thanks to Yichun Zhang. *) Bugfix: the "read_ahead" directive might not work combined with "try_files" and "open_file_cache". *) Bugfix: a segmentation fault might occur in a worker process if small time was used in the "inactive" parameter of the "proxy_cache_path" directive. *) Bugfix: responses from cache might hang. Changes with nginx 1.1.10 30 Nov 2011 *) Bugfix: a segmentation fault occured in a worker process if AIO was used on Linux; the bug had appeared in 1.1.9. </ChangeLog>
* Add set-misc-nginx third-party module.Sergey A. Osokin2011-12-091-0/+13
| | | | | | | | | | | | | | | Remove DEVEL_KIT_MODULE from OPTIONS, because the devel_kit module is used as a toolkit for other modules. Add internal USE_NGINX_DEVEL_KIT variable. Cleanup whitespaces. Do not bump PORTREVISION because these modules disabled by default. Feature safe: yes PR: 163148 (mostly)
* Merge latest changes for third-party udplog module from upstreamSergey A. Osokin2011-12-081-4/+412
| | | | | | | | | | at https://raw.github.com/vkholodkov/nginx-udplog-module/. Do not bump PORTREVISION because this module disabled by default. Feature safe: yes PR: 163023
* Update from 1.1.8 to 1.1.9.Sergey A. Osokin2011-11-281-11/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Feature safe: yes. <ChangeLog> *) Change: now double quotes are encoded in an "echo" SSI-command output. Thanks to Zaur Abasmirzoev. *) Feature: the "valid" parameter of the "resolver" directive. By default TTL returned by a DNS server is used. Thanks to Kirill A. Korinskiy. *) Bugfix: nginx might hang after a worker process abnormal termination. *) Bugfix: a segmentation fault might occur in a worker process if SNI was used; the bug had appeared in 1.1.2. *) Bugfix: in the "keepalive_disable" directive; the bug had appeared in 1.1.8. Thanks to Alexander Usov. *) Bugfix: SIGWINCH signal did not work after first binary upgrade; the bug had appeared in 1.1.1. *) Bugfix: backend responses with length not matching "Content-Length" header line are no longer cached. *) Bugfix: in the "scgi_param" directive, if complex parameters were used. *) Bugfix: in the "epoll" event method. Thanks to Yichun Zhang. *) Bugfix: in the ngx_http_flv_module. Thanks to Piotr Sikora. *) Bugfix: in the ngx_http_mp4_module. *) Bugfix: IPv6 addresses are now handled properly in a request line and in a "Host" request header line. *) Bugfix: "add_header" and "expires" directives did not work if a request was proxied and response status code was 206. *) Bugfix: nginx could not be built on FreeBSD 10. *) Bugfix: nginx could not be built on AIX. </ChangeLog>
* Update from 3.0.9 to 3.0.11:Sergey A. Osokin2011-11-281-2/+2
| | | | | | | | | o) www/rubygem-passenger; [*] o) third-party passenger module for www/nginx and www/nginx-devel. Feature safe: yes Approved by: maintainer [*]
* Fix build on fresh -CURRENT.Sergey A. Osokin2011-11-211-0/+11
| | | | | | | | Do not bump PORTREVISIONs. Feature safe: yes Patch from: Igor Sysoev (author) PR: 162446
* Update from 1.1.6 to 1.1.7.Sergey A. Osokin2011-11-011-15/+8
| | | | | | | | | | | | | | | | | | | | | | | Update syslog patch. <ChangeLog> *) Feature: support of several resolvers in the "resolver" directive. Thanks to Kirill A. Korinskiy. *) Bugfix: a segmentation fault occurred on start or while reconfiguration if the "ssl" directive was used at http level and there was no "ssl_certificate" defined. *) Bugfix: reduced memory consumption while proxying of big files if they were buffered to disk. *) Bugfix: a segmentation fault might occur in a worker process if "proxy_http_version 1.1" directive was used. *) Bugfix: in the "expires @time" directive. </ChangeLog>
* Update from 1.1.3 to 1.1.4.Sergey A. Osokin2011-09-281-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove third-party upstream_keepalive module, in the base now. Update third-party http_redis module from 0.3.4 to 0.3.5. Update third-party http_gunzip_filter module from 0.3 to 0.4. Add patch for ngx_postgres module. Note: nginx-1.1.4 release introduces several API changes which may affect 3rd party modules. <ChangeLog> Changes with nginx 1.1.4 *) Feature: the ngx_http_upstream_keepalive module. *) Feature: the "proxy_http_version" directive. *) Feature: the "fastcgi_keep_conn" directive. *) Feature: the "worker_aio_requests" directive. *) Bugfix: if nginx was built --with-file-aio it could not be run on Linux kernel which did not support AIO. *) Bugfix: in Linux AIO error processing. Thanks to Hagai Avrahami. *) Bugfix: reduced memory consumption for long-lived requests. *) Bugfix: the module ngx_http_mp4_module did not support 64-bit MP4 "co64" atom. Changes with http_redis 0.3.5 *) Feature: add test for not set $redis_db directive. *) Feature: keep-alive support merged from original memcached module 1.1.4. Changes with http_gunzip 0.4 *) Feature: support for nginx 1.1.4. </ChangeLog>
* Update from 3.0.8 to 3.0.9:Sergey A. Osokin2011-09-052-56/+2
| | | | | | | | | | | | o) www/rubygem-passenger; [1] o) passenger support for www/nginx and www/nginx-devel; Remove needless patch. Do not bump PORTREVISION because passenger third-party module disabled by default. Approved by: maintainer [1]
* Update third-party lua module from 0.2 to 0.3.Sergey A. Osokin2011-09-021-2/+2
| | | | | Bump PORTREVISION is unnecessary, because the module is disabled by default.
* Update from 3.0.7 to 3.0.8:Sergey A. Osokin2011-08-102-2/+56
| | | | | | | | | | | | 1) www/rubygem-passenger; 2) passenger support for www/nginx and www/nginx-devel; Also add patch for fix NULL pointer crash that occurs when HTTP 1.0 Host header isn't given, obtained from passenger's upstream. Approved by: maintainer [1]
* Add one more third-party module:Sergey A. Osokin2011-07-121-0/+19
| | | | | | | | o) ngx_postgres-0.8 - upstream module that allows nginx to communicate directly with PostgreSQL database. Bump PORTREVISION is unnecessary, because these modules are disabled by default.
* Add 3 third-party modules:Sergey A. Osokin2011-07-121-0/+19
| | | | | | | | | | o) ngx_devel_kit - module that is designed to extend the core functionality of nginx; o) ngx_lua - embed the power of lua into nginx; o) ngx_redis2 - upstream module for the Redis database 2.0 protocol. Bump PORTREVISION is unnecessary, because these modules are disabled by default.
* Update from 1.0.3 to 1.0.4.Sergey A. Osokin2011-06-011-19/+0
| | | | | | | | | | | | | | | | | <ChangeLog> *) Change: now regular expressions case sensitivity in the "map" directive is given by prefixes "~" or "~*". *) Feature: now shared zones and caches use POSIX semaphores on Linux. Thanks to Denis F. Latypoff. *) Bugfix: "stalled" cache updating" alert. *) Bugfix: nginx could not be built --without-http_auth_basic_module; the bug had appeared in 1.0.3. </ChangeLog>
* Add vendor patch for fix build withSergey A. Osokin2011-05-261-0/+19
| | | | | | | % configure ... --without-http_auth_basic_module ... Bump PORTREVISION is unnecessary, because http_auth_basic module is enabled by default.
* Update from 3.0.6 to 3.0.7:Sergey A. Osokin2011-04-141-2/+2
| | | | | | | | | | | | | 1) www/rubygem-passenger; 2) passenger support for www/nginx and www/nginx-devel; update passenger's version for patches. 3) for speed-up rails applications build passenger without debugging information by default. Otherwise WITH_DEBUG required. Approved by: maintainer [1,3]
* Update from 3.0.5 to 3.0.6:Sergey A. Osokin2011-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:Sergey A. Osokin2011-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:Sergey A. Osokin2011-03-021-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:Sergey A. Osokin2011-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:Sergey A. Osokin2010-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 [*]
* Update from 0.9.2 to 0.9.3.Sergey A. Osokin2010-12-131-1/+1
| | | | | | | | | | | | | | | Also sync extra patch for passenger with www/nginx. <ChangeLog> *) Bugfix: if there was a single server for given IPv6 address:port pair, then captures in regular expressions in a "server_name" directive did not work. *) Bugfix: nginx could not be built on Solaris; the bug had appeared in 0.9.0. </ChangeLog>
* Add third-party syslog support, original patch obtained fromSergey A. Osokin2010-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 portsSergey A. Osokin2010-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.Sergey A. Osokin2010-12-061-5/+8
| | | | Do not bump PORTREVISIONs.