Date: Thu, 13 Aug 2020 21:36:09 +0000 (UTC) From: "Sergey A. Osokin" <osa@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r544843 - in head/www/unit: . files Message-ID: <202008132136.07DLa9Xw099625@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: osa Date: Thu Aug 13 21:36:08 2020 New Revision: 544843 URL: https://svnweb.freebsd.org/changeset/ports/544843 Log: Update from 1.18.0 to 1.19.0. <ChangeLog> *) Feature: reworked IPC between the router process and the applications to lower latencies, increase performance, and improve scalability. *) Feature: support for an arbitrary number of wildcards in route matching patterns. *) Feature: chunked transfer encoding in proxy responses. *) Feature: basic variables support in the "pass" option. *) Feature: compatibility with PHP 8 Beta 1. Thanks to Remi Collet. *) Bugfix: the router process could crash while passing requests to an application under high load. *) Bugfix: a number of language modules failed to build on some systems; the bug had appeared in 1.18.0. *) Bugfix: time in error log messages from PHP applications could lag. *) Bugfix: reconfiguration requests could hang if an application had failed to start; the bug had appeared in 1.18.0. *) Bugfix: memory leak during reconfiguration. *) Bugfix: the daemon didn't start without language modules; the bug had appeared in 1.18.0. *) Bugfix: the router process could crash at exit. *) Bugfix: Node.js applications could crash at exit. *) Bugfix: the Ruby module could be linked against a wrong library version. </ChangeLog> Deleted: head/www/unit/files/patch-fix-rootfs-build Modified: head/www/unit/Makefile head/www/unit/distinfo Modified: head/www/unit/Makefile ============================================================================== --- head/www/unit/Makefile Thu Aug 13 21:08:55 2020 (r544842) +++ head/www/unit/Makefile Thu Aug 13 21:36:08 2020 (r544843) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= unit -PORTVERSION= 1.18.0 -PORTREVISION= 1 +PORTVERSION= 1.19.0 CATEGORIES= www MASTER_SITES= https://unit.nginx.org/download/ Modified: head/www/unit/distinfo ============================================================================== --- head/www/unit/distinfo Thu Aug 13 21:08:55 2020 (r544842) +++ head/www/unit/distinfo Thu Aug 13 21:36:08 2020 (r544843) @@ -1,3 +1,3 @@ -TIMESTAMP = 1590688617 -SHA256 (unit-1.18.0.tar.gz) = 43ffa7b935b081a5e99c0cc875b823daf4f20fc1938cd3483dc7bffaf15ec089 -SIZE (unit-1.18.0.tar.gz) = 742273 +TIMESTAMP = 1597354325 +SHA256 (unit-1.19.0.tar.gz) = 8cb849420221932685689708235efbfef2024656f856b72887ae9ff1cf75f98b +SIZE (unit-1.19.0.tar.gz) = 761292
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008132136.07DLa9Xw099625>