Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (5h)  pkgsrc-2024Q1 (9d)  pkgsrc-2023Q4 (56d)  pkgsrc-2023Q2 (88d)  pkgsrc-2023Q3 (168d) 

2024-05-27 02:03:35 UTC Now

2018-03-21 07:52:58 UTC MAIN commitmail json YAML

nginx-devel: updated to 1.13.10

1.13.10:
*) 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.

(adam)