aboutsummaryrefslogtreecommitdiff
path: root/www/unit
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2022-12-16 00:43:34 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2022-12-16 00:44:14 +0000
commit65404737e11e58da1fd7a4113296c259c7a48ef0 (patch)
tree048de5d838a7d6cc5108564430826df9d01b2624 /www/unit
parent50b671f4a199d2e60df89c70760fb1ca64412ed8 (diff)
downloadports-65404737e11e58da1fd7a4113296c259c7a48ef0.tar.gz
ports-65404737e11e58da1fd7a4113296c259c7a48ef0.zip
*/unit*: update NGINX Unit from 1.28.0 to 1.29.0
<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>
Diffstat (limited to 'www/unit')
-rw-r--r--www/unit/distinfo6
-rw-r--r--www/unit/version.mk2
2 files changed, 4 insertions, 4 deletions
diff --git a/www/unit/distinfo b/www/unit/distinfo
index 9afa20a7af4a..8645dd0385e1 100644
--- a/www/unit/distinfo
+++ b/www/unit/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1663075366
-SHA256 (unit-1.28.0.tar.gz) = 69779208ed2d1687b5d26f8c4e0f8460444eb285fb6ced2443652e0c584a80b0
-SIZE (unit-1.28.0.tar.gz) = 878878
+TIMESTAMP = 1671145509
+SHA256 (unit-1.29.0.tar.gz) = 1ddb4d7c67c2da25c4bacbcace9061d417f86f55002ff6c409483feb9aea57d9
+SIZE (unit-1.29.0.tar.gz) = 903909
diff --git a/www/unit/version.mk b/www/unit/version.mk
index e324665699d2..a8583cac14f7 100644
--- a/www/unit/version.mk
+++ b/www/unit/version.mk
@@ -2,6 +2,6 @@
UNITVERSION_MK= defined
# Define NGINX Unit's version.
-UNIT_VERSION= 1.28.0
+UNIT_VERSION= 1.29.0
.endif # UNITVERSION_MK