Date: Sat, 1 Jun 2019 17:59:52 +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: r503246 - head/www/unit Message-ID: <201906011759.x51Hxq2W031050@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: osa Date: Sat Jun 1 17:59:52 2019 New Revision: 503246 URL: https://svnweb.freebsd.org/changeset/ports/503246 Log: Update from 1.8.0 to 1.9.0. <ChangeLog> *) Feature: request routing by arguments, headers, and cookies. *) Feature: route matching patterns allow a wildcard in the middle. *) Feature: POST operation for appending elements to arrays in configuration. *) Feature: support for changing credentials using CAP_SETUID and CAP_SETGID capabilities on Linux without running main process as privileged user. *) Bugfix: memory leak in the router process might have happened when a client prematurely closed the connection. *) Bugfix: applying a large configuration might have failed. *) Bugfix: PUT and DELETE operations on array elements in configuration did not work. *) Bugfix: request schema in applications did not reflect TLS connections. *) Bugfix: restored compatibility with Node.js applications that use ServerResponse._implicitHeader() function; the bug had appeared in 1.7. *) Bugfix: various compatibility issues with Node.js applications. </ChangeLog> Modified: head/www/unit/Makefile head/www/unit/distinfo Modified: head/www/unit/Makefile ============================================================================== --- head/www/unit/Makefile Sat Jun 1 17:34:26 2019 (r503245) +++ head/www/unit/Makefile Sat Jun 1 17:59:52 2019 (r503246) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= unit -PORTVERSION= 1.8.0 +PORTVERSION= 1.9.0 CATEGORIES= www MASTER_SITES= https://unit.nginx.org/download/ Modified: head/www/unit/distinfo ============================================================================== --- head/www/unit/distinfo Sat Jun 1 17:34:26 2019 (r503245) +++ head/www/unit/distinfo Sat Jun 1 17:59:52 2019 (r503246) @@ -1,3 +1,3 @@ -TIMESTAMP = 1551477979 -SHA256 (unit-1.8.0.tar.gz) = abc8552af977d5984a8775b21d34dab270c1034f1cc07bc299d4d2e6d6b173e6 -SIZE (unit-1.8.0.tar.gz) = 511226 +TIMESTAMP = 1559234590 +SHA256 (unit-1.9.0.tar.gz) = bac8b34e85d6339762a05f79dd1028fad5c3dc1a4b4d6fd2584461312dd859de +SIZE (unit-1.9.0.tar.gz) = 522420
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906011759.x51Hxq2W031050>