2022-04-18 21:12:27 by Adam Ciarcinski | Files touched by this commit (1798) | |
Log message:
revbump for textproc/icu update
|
2022-04-12 15:09:47 by Sergey A. Osokin | Files touched by this commit (3) | |
Log message:
www/nginx: update NGINX JavaScript module to 0.7.3
Bump PKGREVISION.
<ChangeLog>
Core:
*) Feature: added support of module resolution callback.
This feature allows a host environment to control
how imported modules are loaded.
*) Bugfix: fixed backtraces while traversing imported user
modules.
*) Bugfix: fixed Array.prototype.concat() when "this" is a slow
array.
*) Bugfix: fixed frame allocation from an awaited frame.
*) Bugfix: fixed allocation of large array literals.
*) Bugfix: fixed interpreter when "toString" conversion fails.
</ChangeLog>
|
2022-03-19 01:17:41 by David H. Gutteridge | Files touched by this commit (2) |
Log message:
nginx: merge all into Makefile now this isn't shared
|
2022-03-17 03:37:49 by Sergey A. Osokin | Files touched by this commit (2) |
Log message:
www/nginx: remove needless --with-pcre-jit
The --with-pcre-jit configure option helps to build PCRE library with
JIT feature only, and it doesn't help when PCRE library is already
built without JIT support.
Bump PKGREVISION.
|
2022-03-14 03:49:09 by Sergey A. Osokin | Files touched by this commit (5) |
Log message:
www/nginx*: remove build and install of njs command line utility
The new and shiny lang/njs package will be added shortly.
Bump PKGREVISIONs.
|
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.
|
2021-12-08 17:07:18 by Adam Ciarcinski | Files touched by this commit (3063) |
Log message:
revbump for icu and libffi
|
2021-11-23 22:58:49 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
nginx: update to 1.20.2.
Changes with nginx 1.20.2 16 Nov 2021
*) Feature: OpenSSL 3.0 compatibility.
*) Bugfix: SSL variables might be empty when used in logs; the bug had
appeared in 1.19.5.
*) Bugfix: keepalive connections with gRPC backends might not be closed
after receiving a GOAWAY frame.
*) Bugfix: backend SSL connections in the stream module might hang after
an SSL handshake.
*) Bugfix: SSL connections with gRPC backends might hang if select,
poll, or /dev/poll methods were used.
*) Bugfix: in the $content_length variable when using chunked transfer
encoding.
*) Bugfix: requests might hang when using HTTP/2 and the "aio_write"
directive.
|