2022-12-17 05:37:42 by Sergey A. Osokin | Files touched by this commit (4) | |
Log message:
*/*unit*: update NGINX Unit from 1.28.0 to 1.29.0
Remove python 3.11 patch.
Adopt Solaris/Illumos/SmartOS patch.
<ChangeLog>
*) Change: removed $uri auto-append for "share" when loading
configuration.
*) Change: prefer system crypto policy instead of hardcoding a default.
*) Feature: njs support with the basic syntax of JS template literals.
*) Feature: support per-application cgroups on Linux.
*) Feature: the $request_time variable contains the request processing
time.
*) Feature: "prefix" option in Python applications to set WSGI
"SCRIPT_NAME" and ASGI root-path variables.
*) Feature: compatibility with Python 3.11.
*) Feature: compatibility with OpenSSL 3.
*) Feature: compatibility with PHP 8.2.
*) Feature: compatibility with Node.js 19.0.
*) Feature: Ruby Rack v3 support.
*) Bugfix: fix error in connection statistics when using proxy.
*) Bugfix: fix HTTP cookie parsing when the value contains an equals
sign.
*) Bugfix: PHP directory URLs without a trailing '/' would give a 503
error (fixed with a 301 re-direct).
*) Bugfix: missing error checks in the C API.
*) Bugfix: report the regex status in configure summary.
</ChangeLog>
|
2022-12-06 09:54:23 by Thomas Klausner | Files touched by this commit (3) |
Log message:
unit-python: add Python 3.11 support using upstream patch
Bump PKGREVISION.
|
2022-09-14 07:31:42 by Sergey A. Osokin | Files touched by this commit (4) | |
Log message:
*/*unit*: update NGINX Unit from 1.27.0 to 1.28.0
<ChangeLog>
*) Change: increased the applications' startup timeout.
*) Change: disallowed abstract Unix domain socket syntax in non-Linux
systems.
*) Feature: basic statistics API.
*) Feature: customizable access log format.
*) Feature: more HTTP variables support.
*) Feature: forwarded header to replace client address and protocol.
*) Feature: ability to get dynamic variables.
*) Feature: support for abstract Unix sockets.
*) Feature: support for Unix sockets in address matching.
*) Feature: the $dollar variable translates to a literal "$" during
variable substitution.
*) Bugfix: router process could crash if index file didn't contain an
extension.
*) Bugfix: force SCRIPT_NAME in Ruby to always be an empty string.
*) Bugfix: when isolated PID numbers reach the prototype process host
PID, the prototype crashed.
*) Bugfix: the Ruby application process could crash on SIGTERM.
*) Bugfix: the Ruby application process could crash on SIGINT.
*) Bugfix: mutex leak in the C API.
</ChangeLog>
|
2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952) |
Log message:
*: recursive bump for perl 5.36
|
2022-06-02 19:04:31 by Sergey A. Osokin | Files touched by this commit (3) | |
Log message:
www/unit*: update to 1.27.0
<ChangeLog>
*) Feature: ability to specify a custom index file name when serving
static files.
*) Feature: variables support in the "location" option of the \
"return"
action.
*) Feature: support empty strings in the "location" option of the
"return" action.
*) Feature: added a new variable, $request_uri, that includes both the
path and the query parts as per RFC 3986, sections 3-4.
*) Feature: Ruby Rack environment parameter "SCRIPT_NAME" support.
*) Feature: compatibility with GCC 12.
*) Bugfix: Ruby Sinatra applications don't work without custom logging.
*) Bugfix: the controller process could crash when a chain of more than
four certificates was uploaded.
*) Bugfix: some Perl applications failed to process the request body,
notably with Plack.
*) Bugfix: some Spring Boot applications failed to start, notably with
Grails.
*) Bugfix: incorrect Python protocol auto detection (ASGI or WSGI) for
native callable object, notably with Falcon.
*) Bugfix: ECMAScript modules did not work with the recent Node.js
versions.
</ChangeLog>
|
2022-02-23 05:24:38 by Sergey A. Osokin | Files touched by this commit (6) |
Log message:
Update my email address.
|
2021-12-14 00:10:22 by David H. Gutteridge | Files touched by this commit (2) |
Log message:
unit: fix (typical) sandboxed NetBSD builds
|
2021-12-08 01:27:33 by David H. Gutteridge | Files touched by this commit (1) |
Log message:
unit: a BUILDLINK_TRANSFORM for SunOS is no longer needed
|
2021-12-03 02:05:21 by David H. Gutteridge | Files touched by this commit (2) | |
Log message:
unit: update to 1.26.1
Upstream change log:
*) Bugfix: occasionally, the Unit daemon was unable to fully terminate;
the bug had appeared in 1.26.0.
*) Bugfix: a prototype process could crash on an application process
exit; the bug had appeared in 1.26.0.
*) Bugfix: the router process crashed on reconfiguration if "access_log"
was configured without listeners.
*) Bugfix: a segmentation fault occurred in the PHP module if chdir() or
fastcgi_finish_request() was called in the OPcache preloading script.
*) Bugfix: fatal errors on DragonFly BSD; the bug had appeared in
1.26.0.
|
2021-11-23 00:10:44 by David H. Gutteridge | Files touched by this commit (1) |
Log message:
unit: remove now irrelevant patch missed in previous commit
|