Date: Thu, 19 Aug 2021 17:50:30 GMT From: "Sergey A. Osokin" <osa@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 9f6f03d1a2fc - main - www/unit: update from 1.24.0 to 1.25.0. Message-ID: <202108191750.17JHoUct052462@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by osa: URL: https://cgit.FreeBSD.org/ports/commit/?id=9f6f03d1a2fce1d7bfa6645f5b0c40aedbe55b33 commit 9f6f03d1a2fce1d7bfa6645f5b0c40aedbe55b33 Author: Sergey A. Osokin <osa@FreeBSD.org> AuthorDate: 2021-08-19 17:49:41 +0000 Commit: Sergey A. Osokin <osa@FreeBSD.org> CommitDate: 2021-08-19 17:50:25 +0000 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> --- www/unit/distinfo | 6 +++--- www/unit/version.mk | 2 +- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108191750.17JHoUct052462>