Skip to content

Commit

Permalink
*/*unit*: update NGINX Unit from 1.27.0 to 1.28.0
Browse files Browse the repository at this point in the history
<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>
  • Loading branch information
osokin committed Sep 14, 2022
1 parent 6e51c61 commit cb49aa1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions www/unit-java/distinfo
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions www/unit/distinfo
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion www/unit/version.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit cb49aa1

Please sign in to comment.