2022-03-10 04:40:30 by Sergey A. Osokin | Files touched by this commit (8) |
Log message:
www/nginx*: implement dynamic modules build
It's possible now to build an additional module as a dynamic module.
Bump PKGREVISION.
While I'm here take over the maintainership for www/nginx (*).
Approved by: joerg (*)
|
2022-03-09 19:48:17 by Sergey A. Osokin | Files touched by this commit (2) | |
Log message:
www/nginx*: bump PKGREVISION after the third-party modules update
Discussed with: gutteridge
|
2022-03-09 15:10:34 by Sergey A. Osokin | Files touched by this commit (3) | |
Log message:
www/nginx*: update third-party modules:
o) encrypted-session-nginx from 0.08 to 0.09;
o) http_push from 1.2.10 to 1.2.12;
o) lua from 0.10.19 to 0.10.20;
o) njs from 0.5.0 to 0.7.2;
o) set-misc from 0.32 to 0.33.
|
2022-03-09 02:31:24 by Sergey A. Osokin | Files touched by this commit (1) |
Log message:
www/nginx-devel: take maintainership
|
2022-01-28 13:02:43 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
nginx-devel: updated to 1.21.6
Changes with nginx 1.21.6 25 Jan 2022
*) Bugfix: when using EPOLLEXCLUSIVE on Linux client connections were
unevenly distributed among worker processes.
*) Bugfix: nginx returned the "Connection: keep-alive" header line in
responses during graceful shutdown of old worker processes.
*) Bugfix: in the "ssl_session_ticket_key" when using TLSv1.3.
|
2021-12-29 17:32:22 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
nginx-devel: updated to 1.21.5
Changes with nginx 1.21.5 28 Dec 2021
*) Change: now nginx is built with the PCRE2 library by default.
*) Change: now nginx always uses sendfile(SF_NODISKIO) on FreeBSD.
*) Feature: support for sendfile(SF_NOCACHE) on FreeBSD.
*) Feature: the $ssl_curve variable.
*) Bugfix: connections might hang when using HTTP/2 without SSL with the
"sendfile" and "aio" directives.
|
2021-11-14 21:17:52 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
nginx-devel: updated to 1.21.4
Changes with nginx 1.21.4
*) Change: support for NPN instead of ALPN to establish HTTP/2
connections has been removed.
*) Change: now nginx rejects SSL connections if ALPN is used by the
client, but no supported protocols can be negotiated.
*) Change: the default value of the "sendfile_max_chunk" directive was
changed to 2 megabytes.
*) Feature: the "proxy_half_close" directive in the stream module.
*) Feature: the "ssl_alpn" directive in the stream module.
*) Feature: the $ssl_alpn_protocol variable.
*) Feature: support for SSL_sendfile() when using OpenSSL 3.0.
*) Feature: the "mp4_start_key_frame" directive in the
ngx_http_mp4_module.
Thanks to Tracey Jaquith.
*) Bugfix: in the $content_length variable when using chunked transfer
encoding.
*) Bugfix: after receiving a response with incorrect length from a
proxied backend nginx might nevertheless cache the connection.
Thanks to Awdhesh Mathpal.
*) Bugfix: invalid headers from backends were logged at the "info" level
instead of "error"; the bug had appeared in 1.21.1.
*) Bugfix: requests might hang when using HTTP/2 and the "aio_write"
directive.
|
2021-11-08 02:07:37 by Pierre Pronchery | Files touched by this commit (2) |
Log message:
nginx-devel: let the RC script work unprivileged
This takes advantage of the introduction of the SYSCONFBASE variable.
Tested on NetBSD/amd64.
While there, add support for the "configtest" command in the RC script.
Bumps PKGREVISION.
|
2021-10-07 17:09:00 by Nia Alarie | Files touched by this commit (1033) |
Log message:
www: Remove SHA1 hashes for distfiles
|
2021-09-15 14:37:33 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
nginx-devel: updated to 1.21.3
Changes with nginx 1.21.3 07 Sep 2021
*) Change: optimization of client request body reading when using
HTTP/2.
*) Bugfix: in request body filters internal API when using HTTP/2 and
buffering of the data being processed.
Changes with nginx 1.21.2 31 Aug 2021
*) Change: now nginx rejects HTTP/1.0 requests with the
"Transfer-Encoding" header line.
*) Change: export ciphers are no longer supported.
*) Feature: OpenSSL 3.0 compatibility.
*) Feature: the "Auth-SSL-Protocol" and \
"Auth-SSL-Cipher" header lines
are now passed to the mail proxy authentication server.
Thanks to Rob Mueller.
*) Feature: request body filters API now permits buffering of the data
being processed.
*) Bugfix: backend SSL connections in the stream module might hang after
an SSL handshake.
*) Bugfix: the security level, which is available in OpenSSL 1.1.0 or
newer, did not affect loading of the server certificates when set
with "@SECLEVEL=N" in the "ssl_ciphers" directive.
*) Bugfix: SSL connections with gRPC backends might hang if select,
poll, or /dev/poll methods were used.
*) Bugfix: when using HTTP/2 client request body was always written to
disk if the "Content-Length" header line was not present in the
request.
|