aboutsummaryrefslogtreecommitdiff
path: root/www/unit
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2022-09-14 05:02:28 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2022-09-14 05:03:04 +0000
commitcb49aa13ee6dcaa212b6dd7f311eed81d185829c (patch)
tree2f9f63376722be8d7c6858141e1940f1e647a01c /www/unit
parent6e51c61603ea634d85f862175041480aac865c69 (diff)
downloadports-cb49aa13ee6dcaa212b6dd7f311eed81d185829c.tar.gz
ports-cb49aa13ee6dcaa212b6dd7f311eed81d185829c.zip
*/*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>
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 eddedcfbed0d..9afa20a7af4a 100644
--- a/www/unit/distinfo
+++ b/www/unit/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1654181281
-SHA256 (unit-1.27.0.tar.gz) = dfa882ff7f74aa1d5e92a7c2d718bda62c4046186e04d465b7c028ab30fd4e66
-SIZE (unit-1.27.0.tar.gz) = 871783
+TIMESTAMP = 1663075366
+SHA256 (unit-1.28.0.tar.gz) = 69779208ed2d1687b5d26f8c4e0f8460444eb285fb6ced2443652e0c584a80b0
+SIZE (unit-1.28.0.tar.gz) = 878878
diff --git a/www/unit/version.mk b/www/unit/version.mk
index fe1542ba4478..e324665699d2 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.27.0
+UNIT_VERSION= 1.28.0
.endif # UNITVERSION_MK