aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2021-08-19 17:49:41 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2021-08-19 17:50:25 +0000
commit9f6f03d1a2fce1d7bfa6645f5b0c40aedbe55b33 (patch)
treef08ab9de5951d00aa045a59efa31aa877ad467f7
parentaaafcf8beeb2ab31967080e16ed237ac4210f629 (diff)
downloadports-9f6f03d1a2fce1d7bfa6645f5b0c40aedbe55b33.tar.gz
ports-9f6f03d1a2fce1d7bfa6645f5b0c40aedbe55b33.zip
www/unit: update from 1.24.0 to 1.25.0.
<ChangeLog> *) Feature: client IP address replacement from a specified HTTP header field. *) Feature: TLS sessions cache. *) Feature: TLS session tickets. *) Feature: application restart control. *) Feature: process and thread lifecycle hooks in Ruby. *) Bugfix: the router process could crash on TLS connection open when multiple listeners with TLS certificates were configured; the bug had appeared in 1.23.0. *) Bugfix: TLS connections were rejected for configurations with multiple certificate bundles in a listener if the client did not use SNI. *) Bugfix: the router process could crash with frequent mutithreaded application reconfiguration. *) Bugfix: compatibility issues with some Python ASGI apps, notably based on the Starlette framework. *) Bugfix: a descriptor and memory leak occurred in the router process when an app process stopped or crashed. *) Bugfix: the controller or router process could crash if the configuration contained a full-form IPv6 in a listener address. *) Bugfix: the router process crashed when a request was passed to an empty "routes" or "upstreams" using a variable "pass" option. *) Bugfix: the router process crashed while matching a request to an empty array of source or destination address patterns. </ChangeLog>
-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 fa22ed1a270e..33b3c70c34ed 100644
--- a/www/unit/distinfo
+++ b/www/unit/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1622128982
-SHA256 (unit-1.24.0.tar.gz) = 474b369f20e36cff1735762fddf3ebe31701aa970e3827cd15814684ffff6351
-SIZE (unit-1.24.0.tar.gz) = 843468
+TIMESTAMP = 1629393620
+SHA256 (unit-1.25.0.tar.gz) = 4ab4f05a934dd00628c0e067f7d0c5ba62bb55e9e2e7a333fa3764a180b9765d
+SIZE (unit-1.25.0.tar.gz) = 853280
diff --git a/www/unit/version.mk b/www/unit/version.mk
index 6ad0c9ef052f..9c8cc93574e2 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.24.0
+UNIT_VERSION= 1.25.0
.endif # UNITVERSION_MK