From fcdfcd365a674f2e673e3111d83c53a98cca8f07 Mon Sep 17 00:00:00 2001 From: "Sergey A. Osokin" Date: Thu, 19 Sep 2019 19:20:39 +0000 Subject: [PATCH] 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 *) 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). --- www/unit/Makefile | 2 +- www/unit/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/unit/Makefile b/www/unit/Makefile index b5da3df3564d..7969199c3e77 100644 --- a/www/unit/Makefile +++ b/www/unit/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= unit -PORTVERSION= 1.10.0 +PORTVERSION= 1.11.0 CATEGORIES= www MASTER_SITES= https://unit.nginx.org/download/ diff --git a/www/unit/distinfo b/www/unit/distinfo index 18f2f52adcc7..ce5093143281 100644 --- a/www/unit/distinfo +++ b/www/unit/distinfo @@ -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