aboutsummaryrefslogtreecommitdiff
path: root/www/nginx
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-1/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-063-5/+0
|
* merge from www/nginx-devel: Run NJS module's configure script in the ↵Jochen Neumeister2021-03-201-1/+4
| | | | | | | | | configure phase. Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=568883
* Update 3rd Party Module NJS to 0.5.2Jochen Neumeister2021-03-203-5/+5
| | | | | | | Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=568879
* Remove redundant option descriptions that match the default onesTobias Kortkamp2021-03-071-1/+0
| | | | | | | | | (ignoring case) Reported by: danfe (for net/mosquitto), portscan Notes: svn path=/head/; revision=567577
* Update 3rd Party ModulesJochen Neumeister2021-02-133-11/+11
| | | | | | | | | eustas/ngx_brotli was Archived. So switch to google/ngx_brotli Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=565157
* Update 3rd Party ModuleJochen Neumeister2021-02-113-5/+5
| | | | | | | Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=564961
* Update 3rd Party Module nginx-clojureJochen Neumeister2020-12-293-5/+5
| | | | | | | Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=559631
* merge r559454 from www/nginx-devel:Jochen Neumeister2020-12-293-1/+17
| | | | | | | | | | | Fix PROPFIND fail with 500 on simlinks to non exist file/dir when nginx compiled with the third-party http_dav_ext module. PR: 220871 Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=559626
* Update 3rd party Module nchanJochen Neumeister2020-12-235-8/+21
| | | | | | | | PR: 252050 Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=559021
* Update 3rd Party Module nginx-rtmp-moduleJochen Neumeister2020-12-233-5/+5
| | | | | | | Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=559011
* Update 3rd Party Module set-misc-nginx-moduleJochen Neumeister2020-12-213-5/+5
| | | | | | | Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=558852
* Update 3rd party Module nginx-http-shibbolethJochen Neumeister2020-12-213-5/+5
| | | | | | | Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=558846
* Update 3rd Party Module srcache-nginx-moduleJochen Neumeister2020-12-203-5/+5
| | | | | | | Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=558756
* Update 3rd party Module ngx_brotliJochen Neumeister2020-12-203-5/+5
| | | | | | | Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=558744
* Update 3rd Party Module ngx_http_geoip2_module and ngx_fancyindexJochen Neumeister2020-12-193-8/+8
| | | | | | | Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=558438
* Update 3rd Party Module headers-more-nginx-moduleJochen Neumeister2020-12-183-5/+5
| | | | | | | Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=558357
* Update 3rd party Module ngx_aws_authJochen Neumeister2020-12-173-5/+5
| | | | | | | Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=558314
* Update third-party njs modue to 0.5.0Jochen Neumeister2020-12-053-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes with njs 0.5.0 01 Dec 2020 nginx modules: *) Feature: introduced global "ngx" object. The following methods were added: ngx.log(level, msg) The following properties were added: ngx.INFO, ngx.WARN, ngx.ERR. *) Feature: added support for Buffer object where string is expected. *) Feature: added Buffer version of existing properties. The following properties were added: r.requestBuffer (r.requestBody), r.responseBuffer (r.responseBody), r.rawVariables (r.variables), s.rawVariables (s.variables). The following events were added in stream module: upstream (upload), downstream (download). *) Improvement: added aliases to existing properties. The following properties were added: r.requestText (r.requestBody), r.responseText (r.responseBody). *) Improvement: throwing an exception in r.internalRedirect() for a subrequest. *) Bugfix: fixed promise r.subrequest() with error_page redirect. *) Bugfix: fixed promise events handling. Core: *) Feature: added TypeScript definitions for builtin modules. Thanks to Jakub Jirutka. *) Feature: tracking unhandled promise rejection. *) Feature: added initial iterator support. Thanks to Artem S. Povalyukhin. *) Improvement: TypeScript definitions are refactored. Thanks to Jakub Jirutka. *) Improvement: added forgotten support for Object.prototype.valueOf() in Buffer.from(). *) Bugfix: fixed heap-use-after-free in JSON.parse(). *) Bugfix: fixed heap-use-after-free in JSON.stringify(). *) Bugfix: fixed JSON.stringify() for arrays resizable via getters. *) Bugfix: fixed heap-buffer-overflow for RegExp.prototype[Symbol.replace]. *) Bugfix: fixed returned value for Buffer.prototype.write* functions. *) Bugfix: fixed querystring.stringify(). Thanks to Artem S. Povalyukhin. *) Bugfix: fixed the catch handler for Promise.prototype.finally(). *) Bugfix: fixed querystring.parse(). Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=557046
* Update third-party link function module to 3.2.4Jochen Neumeister2020-12-055-13/+12
| | | | | | | Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=557045
* www/nginx: fix build of slave ports on GCC architecturesPiotr Kubaj2020-12-011-1/+1
| | | | | | | Instead of manually setting USE_CSTD=c99 or USES=compiler:c11 for the relevant modules (e.g. naxsi), just bump USES here. Notes: svn path=/head/; revision=556755
* Update third-party naxsi module to 1.3Jochen Neumeister2020-11-293-5/+5
| | | | | | | Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=556596
* Update third-party passenger module to 6.0.7Jochen Neumeister2020-11-295-9/+9
| | | | | | | Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=556571
* Update 3rd party ModuleJochen Neumeister2020-11-063-11/+11
| | | | | | | Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=554318
* Update third-party spnego-http-auth moduleJochen Neumeister2020-10-194-22/+15
| | | | | | | | | | | | | | | Add the corresponding library path to the patch for the third-party http_auth_spnego module. The third-party http_auth_spnego module may not work with in-base Kerberos implementation because of gss_locaname() function usage, so remove the GSSAPI_BASE option from the GSSAPI radio button. (merge from www/nginx-devel in r546696) Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=552734
* Bump PORTREVISION for www/libjwt shlib changeSunpoet Po-Chuan Hsieh2020-10-181-1/+1
| | | | Notes: svn path=/head/; revision=552640
* add "--with-compat" option to the configure script to enable dynamic modules ↵Jochen Neumeister2020-10-171-1/+2
| | | | | | | | | compatibility. Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=552602
* merge from r545785Jochen Neumeister2020-10-166-7/+27
| | | | | | | | | | Update third-party dynamic_upstream module. Add third-party dynamic_healthcheck module. Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=552517
* Update njs to 0.4.4Jochen Neumeister2020-10-083-5/+5
| | | | | | | Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=551708
* www/nginx: include LUA on powerpc64Piotr Kubaj2020-09-211-1/+0
| | | | | | | luajit-openresty now works on powerpc64. Notes: svn path=/head/; revision=549532
* Fix build of www/nginx-full with -fno-commonStefan Eßer2020-09-202-0/+11
| | | | | | | | | | | | | | | | This fix should also apply to www/nginx built with option HTTP_PUSH, but the compilation fails with: error: no member named 'sockaddr' in 'struct redisContext' This seems to be an unrelated issue and I have not tried to diagnose it, yet. The PORTREVISION is only bumped for www/nginx-full, which built for me with this patch applied. Notes: svn path=/head/; revision=549093
* Add third-party h2 auto-tune supportJochen Neumeister2020-09-194-2/+456
| | | | | | | | PR: 249259 Sponsored by: Netzkommunue GmbH Notes: svn path=/head/; revision=549054
* Update njs module to 0.4.3Jochen Neumeister2020-09-043-7/+11
| | | | | | | | | | While I'm here soften some variables and target definitions to prepare the port for a separate build of dynamic modules. Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=547559
* Partially revert back r538085 cause upstream_check third-partyJochen Neumeister2020-08-244-37/+3
| | | | | | | | | | dynamic module can't work as expected, so let's keep it static for now. PR: 247523 Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=546072
* - Fix broken build after NJS update (missing USES+=libedit)Jochen Neumeister2020-08-213-1/+14
| | | | | | | | | | | - Fix broken build when IP2PROXY is enabled (bad comparison) PR: 248464 Reported by: zi Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=545592
* Fix broken CACHE_PURGE moduleJochen Neumeister2020-07-313-6/+5
| | | | | | | | | PR: 248252 Reported by: zi Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=543853
* Update 3rd party ModuleJochen Neumeister2020-07-243-5/+5
| | | | | | | Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=543373
* Update lua-resty-core to 0.1.19 and lua-resty-lrucache to 0.10 and its ↵Jochen Neumeister2020-07-183-5/+5
| | | | | | | | | | third-party module for nginx PR: 248051 248045 Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=542520
* Update 3rd-party module passenger to 6.0.6Jochen Neumeister2020-07-165-9/+9
| | | | | | | Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=542339
* Merge from nginx-devel: Add third-party opentracing dynamic module.Jochen Neumeister2020-07-136-3/+20
| | | | | | | Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=542125
* Move NJS knob out of the HTTP group cause NGINX JavaScript moduleJochen Neumeister2020-07-131-3/+3
| | | | | | | | | distribution provides modules for http and stream (tcp/udp). Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=542121
* Merge from nginx-devel:Jochen Neumeister2020-07-123-2/+675
| | | | | | | | | | | | | | | Add kernel TLS option. It's possible to build nginx on FreeBSD13 with security/openssl port, compiled with kernel TLS option as well. Based on: https://github.com/nginx/nginx/compare/branches/stable-1.16...bsdjhb:ktls-1.16 Reviewed by: jhb Tested by: jhb Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=542110
* www/nginx: disable LUA on powerpc64, remove extra empty linePiotr Kubaj2020-06-111-1/+1
| | | | | | | luajit doesn't work on powerpc64. This will fix build of www/nginx-full as well. Notes: svn path=/head/; revision=538533
* Update 3rd party module passenger to 6.0.5Jochen Neumeister2020-06-086-64/+10
| | | | | | | Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=538259
* Merge r533158 from www/nginx-devel:Jochen Neumeister2020-06-084-3/+47
| | | | | | | | | Convert third-party ngx_http_h264_streaming module to dynamic. Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=538247
* Fix typoJochen Neumeister2020-06-081-1/+1
| | | | | | | Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=538234
* Merge r535197 from www/nginx-devel:Jochen Neumeister2020-06-088-150/+3
| | | | | | | | | | | | | | Remove legacy third-party modules: o) modsecurity2 o) fastdfs All modules, including all third-party modules, are dynamic now. Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=538233
* Merge r533146 from www/nginx-devel:Jochen Neumeister2020-06-066-9/+57
| | | | | | | | | | | | | Convert another 3 third-party modules to dynamic: o) ngx_http_subs_filter o) ngx_http_upstream_check o) ngx_http_response Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=538085
* Merge r532982 from www/nginx-devel:Jochen Neumeister2020-06-066-6/+51
| | | | | | | | | | | | | Convert another 3 third-party modules to dynamic: o) http_json_status o) http_mogilefs o) http_notice Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=538078
* Merge r532959 from www/nginx-devel:Jochen Neumeister2020-06-056-10/+44
| | | | | | | | | | | | Convert another 2 third-party modules to dynamic: o) rds_csv o) rds_json Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=538059