git: cb49aa13ee6d - main - */*unit*: update NGINX Unit from 1.27.0 to 1.28.0

From: Sergey A. Osokin <osa_at_FreeBSD.org>
Date: Wed, 14 Sep 2022 05:03:10 UTC
The branch main has been updated by osa:

URL: https://cgit.FreeBSD.org/ports/commit/?id=cb49aa13ee6dcaa212b6dd7f311eed81d185829c

commit cb49aa13ee6dcaa212b6dd7f311eed81d185829c
Author:     Sergey A. Osokin <osa@FreeBSD.org>
AuthorDate: 2022-09-14 05:02:28 +0000
Commit:     Sergey A. Osokin <osa@FreeBSD.org>
CommitDate: 2022-09-14 05:03:04 +0000

    */*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>
---
 www/unit-java/distinfo | 6 +++---
 www/unit/distinfo      | 6 +++---
 www/unit/version.mk    | 2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/www/unit-java/distinfo b/www/unit-java/distinfo
index 1f8154cd9577..f5a1ffb53c1b 100644
--- a/www/unit-java/distinfo
+++ b/www/unit-java/distinfo
@@ -1,6 +1,6 @@
-TIMESTAMP = 1654187945
-SHA256 (unit-1.27.0.tar.gz) = dfa882ff7f74aa1d5e92a7c2d718bda62c4046186e04d465b7c028ab30fd4e66
-SIZE (unit-1.27.0.tar.gz) = 871783
+TIMESTAMP = 1663075958
+SHA256 (unit-1.28.0.tar.gz) = 69779208ed2d1687b5d26f8c4e0f8460444eb285fb6ced2443652e0c584a80b0
+SIZE (unit-1.28.0.tar.gz) = 878878
 SHA256 (classgraph-4.8.112.jar) = 67804d0bf709131d7ce7e7aaf4b944d4f3e71f36b0359e4c2bbb394d9832dae6
 SIZE (classgraph-4.8.112.jar) = 535546
 SHA256 (ecj-3.26.0.jar) = ac0ba5876eaf7ebb47749a0d1be179c51f194b9dd0b875d1c09e1b530f5a2db5
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