summaryrefslogtreecommitdiff
path: root/www/nginx-devel/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Update third-party dynamic_upstream module.Sergey A. Osokin2020-08-221-0/+11
| | | | | | | | | Add third-party dynamic_healthcheck module. Bump PORTREVISION. Notes: svn path=/head/; revision=545785
* Update passenger and its third-party module for www/nginx-develSergey A. Osokin2020-07-152-4/+4
| | | | | | | from 6.0.5 to 6.0.6. Notes: svn path=/head/; revision=542274
* Add kernel TLS option.Sergey A. Osokin2020-06-051-0/+665
| | | | | | | | | | | | | | It's possible to build nginx on FreeBSD13 with security/openssl port, compiled with kernel TLS option as well. Bump PORTREVISION. Based on: https://github.com/nginx/nginx/compare/branches/stable-1.16...bsdjhb:ktls-1.16 Reviewed by: jhb Tested by: jhb Notes: svn path=/head/; revision=538058
* Update passenger and its third-party module fromSergey A. Osokin2020-06-053-56/+4
| | | | | | | | | 6.0.4 to 6.0.5. Bump PORTREVISION for www/nginx-devel. Notes: svn path=/head/; revision=538057
* Merge r538002 from www/nginx.Sergey A. Osokin2020-06-052-4/+4
| | | | | | | | | Update 3rd party module nginx-link-function to 3.2.3. Bump PORTREVISION. Notes: svn path=/head/; revision=538022
* Merge r537527 and r537550 from www/nginx:Sergey A. Osokin2020-06-022-4/+4
| | | | | | | | | | | | | | 1. Switch with the nginx-upload-module to fdintino, they support http/2: https://github.com/fdintino/nginx-upload-module/. 2. Update 3rd party module nginx-link-function to 3.2.2. Bump PORTREVISION. PR: 246746 [1] 246897 [2] Notes: svn path=/head/; revision=537565
* Remove legacy third-party modules:Sergey A. Osokin2020-05-143-98/+0
| | | | | | | | | | | | o) modsecurity2 o) fastdfs All modules, including all third-party modules, are dynamic now. Bump PORTREVISION. Notes: svn path=/head/; revision=535197
* Add third-party opentracing dynamic module.Sergey A. Osokin2020-05-081-0/+8
| | | | | | | Bump PORTREVISION. Notes: svn path=/head/; revision=534318
* Convert third-party ngx_http_h264_streaming module to dynamic.Sergey A. Osokin2020-04-271-0/+41
| | | | | | | Bump PORTREVISION. Notes: svn path=/head/; revision=533158
* Add missing patches for r533146.Sergey A. Osokin2020-04-272-0/+43
| | | | | | | Pointy hat: osa Notes: svn path=/head/; revision=533147
* Convert another 3 third-party modules to dynamic:Sergey A. Osokin2020-04-253-0/+38
| | | | | | | | | | | o) http_json_status o) http_mogilefs o) http_notice Bump PORTREVISION. Notes: svn path=/head/; revision=532982
* Convert another 2 third-party modules to dynamic:Sergey A. Osokin2020-04-252-0/+30
| | | | | | | | | | o) rds_csv o) rds_json Bump PORTREVISION. Notes: svn path=/head/; revision=532959
* Convert another 2 third-party modules to dynamic:Sergey A. Osokin2020-04-241-0/+15
| | | | | | | | | | o) slowfs_cache o) xss Bump PORTREVISION. Notes: svn path=/head/; revision=532900
* Convert another 5 third-party modules to dynamic:Sergey A. Osokin2020-04-242-3/+38
| | | | | | | | | | | | | o) drizzle o) http_dav_ext o) http_footer_filter o) http_ip2location o) http_ip2proxy Bump PORTREVISION. Notes: svn path=/head/; revision=532758
* Third-party postgres module is dynamic now and removeSergey A. Osokin2020-04-232-19/+2
| | | | | | | | | | the legacy patch. While I'm here update the PORTSCOUT. Bump PORTREVISION. Notes: svn path=/head/; revision=532682
* Add the knob for the quiet startup.Sergey A. Osokin2020-04-221-2/+9
| | | | | | | | | | Bump PORTREVISION. PR: 245830 Submitted by: marck Notes: svn path=/head/; revision=532602
* Update some third-party modules to their recent versions.Sergey A. Osokin2020-04-221-2/+2
| | | | | | | | | | | | | Convert the following third-party modules to dynamic: o) ajp o) cache_purge o) vts o) websockify Bump PORTREVISION. Notes: svn path=/head/; revision=532601
* Update NGINX JavaScript (aka njs) module from 0.3.8 to 0.3.9.Sergey A. Osokin2020-03-031-1/+1
| | | | | | | | | | | To avoid a potential conflict between two versions of LuaJIT let's update mod_security's dependecy list and use lang/luajit-openresty instead of original lang/luajit. Bump PORTREVISION. Notes: svn path=/head/; revision=527678
* Commit missing patches for r524122.Sergey A. Osokin2020-01-282-0/+54
| | | | | | | | Eagle eye notice from: joneum No cookie for: osa Notes: svn path=/head/; revision=524489
* Update two third-party modules to their recent versions:Sergey A. Osokin2019-12-172-22/+2
| | | | | | | | | | | | | o) modsecurity3 o) vod Remove the needless patch for the third-party vod module, it's been added to the upstream. Bump PORTREVISION. Notes: svn path=/head/; revision=520332
* Update the extra patch for the third-party spnego module,Sergey A. Osokin2019-11-171-2/+2
| | | | | | | | | | | it was missing with r517770. Bump PORTREVISION. PR: 242031 Notes: svn path=/head/; revision=517848
* Add support for FreeBSD accept filters.Sergey A. Osokin2019-11-161-0/+9
| | | | | | | | | Bump PORTREVISION. PR: 238739 Notes: svn path=/head/; revision=517774
* Merge the r517639 for third-party passenger module from theSergey A. Osokin2019-11-151-0/+52
| | | | | | | | | | | | | www/nginx to fix the build. (*) While I'm here sort pkg-plist. Bump PORTREVISION. PR: 241753 (*) Notes: svn path=/head/; revision=517683
* Update nginx from 1.17.4 to 1.17.5.Sergey A. Osokin2019-10-222-6/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update njs module from 0.3.5 to 0.3.6. Sync third-party fastdfs module version with www/nginx. <ChangeLog for nginx 1.17.5> *) Feature: now nginx uses ioctl(FIONREAD), if available, to avoid reading from a fast connection for a long time. *) Bugfix: incomplete escaped characters at the end of the request URI were ignored. *) Bugfix: "/." and "/.." at the end of the request URI were not normalized. *) Bugfix: in the "merge_slashes" directive. *) Bugfix: in the "ignore_invalid_headers" directive. Thanks to Alan Kemp. *) Bugfix: nginx could not be built with MinGW-w64 gcc 8.1 or newer. </ChangeLog> <ChangeLog for njs 0.3.6> nginx modules: *) Improvement: getting special headers from r.headersIn. Core: *) Feature: added new Function() support. *) Feature: added Number.prototype.toFixed(). *) Feature: added Number.prototype.toPrecision(). *) Feature: added Number.prototype.toExponential(). *) Improvement: making "prototype" property of function instances writable. *) Improvement: limiting recursion depth while compiling. *) Improvement: moving global functions to the global object. *) Bugfix: fixed prototype mutation for object literals. *) Bugfix: fixed heap-buffer-overflow while parsing regexp literals. *) Bugfix: fixed integer-overflow while parsing exponent of number literals. *) Bugfix: fixed parseFloat(). *) Bugfix: fixed Array.prototype functions according to the specification. The following functions were fixed: every, includes, indexOf, filter, find, findIndex, forEach, lastIndexOf, map, pop, push, reduce, reduceRight, shift, some, unshift. *) Bugfix: fixed handing of accessor descriptors in Object.freeze(). *) Bugfix: fixed String.prototype.replace() when first argument is not a string. *) Bugfix: fixed stack-use-after-scope in Array.prototype.map(). *) Bugfix: Date.prototype.toUTCString() format was aligned to ES9. *) Bugfix: fixed buffer overflow in Number.prototype.toString(radix). *) Bugfix: fixed Regexp.prototype.test() for regexps with backreferences. *) Bugfix: fixed Array.prototype.map() for objects with nonexistent values. *) Bugfix: fixed Array.prototype.pop() and shift() for sparse objects. *) Bugfix: fixed Date.UTC() according to the specification. *) Bugfix: fixed Date() constructor according to the specification. *) Bugfix: fixed type of Date.prototype. Thanks to Artem S. Povalyukhin. *) Bugfix: fixed Date.prototype.setTime(). Thanks to Artem S. Povalyukhin. *) Bugfix: fixed default number of arguments expected by built-in functions. *) Bugfix: fixed "caller" and "arguments" properties of a function instance. Thanks to Artem S. Povalyukhin. </ChangeLog> Notes: svn path=/head/; revision=515207
* Add missing patch in r512184.Sergey A. Osokin2019-09-201-0/+456
| | | | | | | Spotted by: Herbert J. Skuhra <herbert@gojira.at> Notes: svn path=/head/; revision=512407
* Update from 6.0.3 to 6.0.4.Sergey A. Osokin2019-09-192-4/+4
| | | | Notes: svn path=/head/; revision=512305
* Add the following third-party modules:Sergey A. Osokin2019-09-162-4/+4
| | | | | | | | | | | | | | | | | o) ip2location o) ip2proxy Add third-party slice_ahead feature. Update third-party passenger module to the latest release 6.0.3. Switch third-party lua module dependence from lang/luajit (2.0) to lang/luajit-openresty (2.1). Bump PORTREVISION. Notes: svn path=/head/; revision=512184
* Convert to UCL & cleanup pkg-message (categories w)Mathieu Arnold2019-08-141-4/+6
| | | | Notes: svn path=/head/; revision=508913
* Update passenger and its third-party modules for www/nginx andSergey A. Osokin2019-02-282-4/+4
| | | | | | | | | www/nginx-devel from 6.0.1 to 6.0.2. Bump PORTREVISION for www/nginx and www/nginx-devel. Notes: svn path=/head/; revision=494213
* Update third-party tarantool module to its recent version.Sergey A. Osokin2019-01-131-2/+2
| | | | | | | Bump RORTREVISION. Notes: svn path=/head/; revision=490155
* Update passenger and its third-party modules for www/nginx andSergey A. Osokin2019-01-122-4/+4
| | | | | | | | | | | www/nginx-devel from 6.0.0 to 6.0.1. While I'm here: o) remove a needless whitespace and tabs; o) add a patch to disable anonymouse telemetry for passenger by default. Notes: svn path=/head/; revision=490077
* Update third-party modsecurity module from 2.9.2 to 2.9.3.Sergey A. Osokin2018-12-271-2/+2
| | | | | | | Bump PORTREVISION. Notes: svn path=/head/; revision=488501
* Add the extra patch to disable anonymous telemetry for theSergey A. Osokin2018-12-251-0/+11
| | | | | | | third-party passenger module. Notes: svn path=/head/; revision=488344
* Upgrade passenger and its third-party modules for www/nginx andSergey A. Osokin2018-12-021-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | www/nginx-devel from 5.3.7 to 6.0.0. <ChangeLog> * Introduces support for *all* programming languages. Yes that's right... Java, Elixir, Go — Passenger now supports them all! This effort is called "generic language support". * Bumps the preferred Nginx version to 1.15.7. * Introduces anonymous usage telemetry, which helps us improve Passenger. Please read the docs on what data is collected and how to disable this. * [Nginx] Introduces a new option "passenger_request_buffering on|off", to allow disabling request body buffering. This is only supported in Nginx >= 1.15.3. Closes GH-2121. * Updated various library versions used in precompiled binaries (used for e.g. gem installs): - OpenSSL: 1.0.2q (was: 1.0.2p) - libcurl: 7.62.0 (was: 7.61.1) - Ruby: 2.3.8 (was: 2.3.7) </ChangeLog> Notes: svn path=/head/; revision=486475
* Update passenger and it's modules for www/nginx andSergey A. Osokin2018-11-281-2/+2
| | | | | | | www/nginx-devel ports to 5.3.7. Notes: svn path=/head/; revision=486073
* Change the distribution for the third-party upstream_fair module,Sergey A. Osokin2018-11-151-89/+0
| | | | | | | | | | it contains fixes for openssl 1.1. Remove the needless patch. Bump PORTREVISION. Notes: svn path=/head/; revision=484977
* Upgrade www/passenger and its third-party modules forSergey A. Osokin2018-09-251-2/+2
| | | | | | | | www/nginx and www/nginx-devel from 5.3.4 to 5.3.5. Bump PORTREVISIONs where it's necessary. Notes: svn path=/head/; revision=480657
* Upgrade passenger and its third-party modules for www/nginx andSergey A. Osokin2018-08-051-2/+2
| | | | | | | | | | | | | | | | | | | www/nginx-devel from 5.3.3 to 5.3.4. PR: 229392 <ChangeLog> * Fixes a crash during startup on FreeBSD 11.2 and recent OpenBSD versions due to C++11 compatibility issues in the code. Closes GH-2097. * Updates Boost to version 1.67.0. * [Apache] Fixes the handling of HTTP requests with chunked bodies in combination with `PassengerBufferUploads off`. Closes GH-2102. </ChangeLog> Notes: svn path=/head/; revision=476419
* Change location for third-party sticky module from bitbucket.orgSergey A. Osokin2018-07-171-17/+0
| | | | | | | | | | to a fork on GH cause last one contains additional fixes. Remove needless patch. Bump PORTREVISION. Notes: svn path=/head/; revision=474773
* Upgrade passenger and its third-party modules for www/nginxSergey A. Osokin2018-07-031-2/+2
| | | | | | | and www/nginx-devel from 5.3.2 to 5.3.3. Notes: svn path=/head/; revision=473856
* Upgrade passenger and its third-party modules forSergey A. Osokin2018-06-241-2/+2
| | | | | | | www/nginx and www/nginx-devel from 5.3.1 to 5.3.2. Notes: svn path=/head/; revision=473206
* Upgrade to recent bugfix release 5.3.1.Sergey A. Osokin2018-05-151-2/+2
| | | | Notes: svn path=/head/; revision=470011
* Upgrade third-party passenger module from 5.2.3 to 5.3.0.Sergey A. Osokin2018-05-132-3/+3
| | | | | | | | | | | While I'm here fix the issue with GSSAPIINCDIR variable, it's been introduced as GSSAPINCDIR without a correct substitution during the third-party auth_krb5 module's patch time. Bump PORTREVISION. Notes: svn path=/head/; revision=469801
* Speed-up the port's build by enable multiple jobs build.Sergey A. Osokin2018-05-132-2/+22
| | | | | | | | | | | While I'm here update third-party vod module to recent 1.23 version. Bump PORTREVISION. PR: 228127 Notes: svn path=/head/; revision=469797
* Merge from www/nginx and adopt next revisions:Sergey A. Osokin2018-04-243-11/+28
| | | | | | | | | | | | 468201, 468240. Update third-party modules to their recent versions. Enable libxml usage for third-party vod module. Bump PORTREVISION. Notes: svn path=/head/; revision=468248
* Remove the needless patch.Sergey A. Osokin2018-04-231-21/+0
| | | | Notes: svn path=/head/; revision=468068
* Merge from www/nginx and adopt next revisions:Sergey A. Osokin2018-04-223-5/+57
| | | | | | | | | 465814, 465851, 465931, 468031. Bump PORTREVISION. Notes: svn path=/head/; revision=468061
* Upgrade from 1.13.10 to 1.13.11.Sergey A. Osokin2018-04-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | While I'm here upgrade next third-party modules to their recent version: o) passenger; o) njs. <ChangeLog> *) Feature: the "proxy_protocol" parameter of the "listen" directive now supports the PROXY protocol version 2. *) Bugfix: nginx could not be built with OpenSSL 1.1.1 statically on Linux. *) Bugfix: in the "http_404", "http_500", etc. parameters of the "proxy_next_upstream" directive. </ChangeLog> Notes: svn path=/head/; revision=466832
* Upgrade from 1.13.9 to 1.13.10.Sergey A. Osokin2018-03-211-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade third-party modules to their recent version. <ChangeLog> *) Feature: the "set" parameter of the "include" SSI directive now allows writing arbitrary responses to a variable; the "subrequest_output_buffer_size" directive defines maximum response size. *) Feature: now nginx uses clock_gettime(CLOCK_MONOTONIC) if available, to avoid timeouts being incorrectly triggered on system time changes. *) Feature: the "escape=none" parameter of the "log_format" directive. Thanks to Johannes Baiter and Calin Don. *) Feature: the $ssl_preread_alpn_protocols variable in the ngx_stream_ssl_preread_module. *) Feature: the ngx_http_grpc_module. *) Bugfix: in memory allocation error handling in the "geo" directive. *) Bugfix: when using variables in the "auth_basic_user_file" directive a null character might appear in logs. Thanks to Vadim Filimonov. </ChangeLog> Notes: svn path=/head/; revision=465248
* Upgrade from 1.13.8 to 1.13.9.Sergey A. Osokin2018-02-216-70/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade third-party modules to their recent version. Remove needless patches. <ChangeLog> *) Feature: HTTP/2 server push support; the "http2_push" and "http2_push_preload" directives. *) Bugfix: "header already sent" alerts might appear in logs when using cache; the bug had appeared in 1.9.13. *) Bugfix: a segmentation fault might occur in a worker process if the "ssl_verify_client" directive was used and no SSL certificate was specified in a virtual server. *) Bugfix: in the ngx_http_v2_module. *) Bugfix: in the ngx_http_dav_module. </ChangeLog> Notes: svn path=/head/; revision=462474