Date: Thu, 19 Sep 2019 19:20:39 +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: r512368 - head/www/unit Message-ID: <201909191920.x8JJKdTq081892@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: osa Date: Thu Sep 19 19:20:39 2019 New Revision: 512368 URL: https://svnweb.freebsd.org/changeset/ports/512368 Log: Update from 1.10.0 to 1.11.0. Please read the following email to better understand how to use new nginx unit features, http://mailman.nginx.org/pipermail/unit/2019-September/000167.html <ChangeLog> *) Feature: basic support for serving static files. *) Feature: isolation of application processes with Linux namespaces. *) Feature: built-in WebSocket server implementation for Java Servlet Containers. *) Feature: direct addressing of API configuration options containing slashes "/" using URI encoding (%2F). *) Bugfix: segmentation fault might have occurred in Go applications under high load. *) Bugfix: WebSocket support was broken if Unit was built with some linkers other than GNU ld (e.g. gold or LLD). </ChangeLog> Modified: head/www/unit/Makefile head/www/unit/distinfo Modified: head/www/unit/Makefile ============================================================================== --- head/www/unit/Makefile Thu Sep 19 18:43:45 2019 (r512367) +++ head/www/unit/Makefile Thu Sep 19 19:20:39 2019 (r512368) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= unit -PORTVERSION= 1.10.0 +PORTVERSION= 1.11.0 CATEGORIES= www MASTER_SITES= https://unit.nginx.org/download/ Modified: head/www/unit/distinfo ============================================================================== --- head/www/unit/distinfo Thu Sep 19 18:43:45 2019 (r512367) +++ head/www/unit/distinfo Thu Sep 19 19:20:39 2019 (r512368) @@ -1,3 +1,3 @@ -TIMESTAMP = 1566509077 -SHA256 (unit-1.10.0.tar.gz) = bf55cc04cc80114de99f412887466a4743dd821e5ff5c02c5c7d859cb8275311 -SIZE (unit-1.10.0.tar.gz) = 564348 +TIMESTAMP = 1568920490 +SHA256 (unit-1.11.0.tar.gz) = da52e884743a08a3ee202ebd1cc21154ac527427d195f0edc003c26e0779b5ca +SIZE (unit-1.11.0.tar.gz) = 681333
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909191920.x8JJKdTq081892>