1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

Update from 1.21.0 to 1.22.0.

<ChangeLog>

*) Feature: the ServerRequest and ServerResponse objects of Node.js
   module are now compliant with Stream API.

*) Feature: support for specifying multiple directories in the "path"
   option of Python apps.

*) Bugfix: a memory leak occurred in the router process when serving
   files larger than 128K; the bug had appeared in 1.13.0.

*) Bugfix: apps could stop processing new requests under high load; the
   bug had appeared in 1.19.0.

*) Bugfix: app processes could terminate unexpectedly under high load;
   the bug had appeared in 1.19.0.

*) Bugfix: invalid HTTP responses were generated for some unusual status
   codes.

*) Bugfix: the PHP_AUTH_USER, PHP_AUTH_PW, and PHP_AUTH_DIGEST server
   variables were missing in the PHP module.

*) Bugfix: the router process could crash with multithreaded apps under
   high load.

*) Bugfix: Ruby apps with multithreading configured could crash on start
   under load.

*) Bugfix: mount points weren't unmounted when the "mount" namespace
   isolation was used; the bug had appeared in 1.21.0.

*) Bugfix: the router process could crash while removing or
   reconfiguring an app that used WebSocket.

*) Bugfix: a memory leak occurring in the router process when removing
   or reconfiguring an application; the bug had appeared in 1.19.0.

</ChangeLog>
This commit is contained in:
Sergey A. Osokin 2021-02-04 18:40:15 +00:00
parent b60cc71649
commit 76fc7aecda
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=564058
6 changed files with 8 additions and 11 deletions

View File

@ -46,7 +46,7 @@ CLASSGRAPH_VERSION= 4.8.90
ECJ_VERSION= 3.23.0
JETTY_VERSION= 9.4.33.v20201020
TOMCAT_VERSION= 9.0.39
UNIT_VERSION= 1.21.0
UNIT_VERSION= 1.22.0
PLIST_FILES= %%JAVAJARDIR%%/classgraph-${CLASSGRAPH_VERSION}.jar \
%%JAVAJARDIR%%/ecj-${ECJ_VERSION}.jar \

View File

@ -1,6 +1,6 @@
TIMESTAMP = 1605817236
SHA256 (unit-1.21.0.tar.gz) = 9830b66f55fbcb5ef4ee514e558831350e680c0240349541050eee2f6f6ba70d
SIZE (unit-1.21.0.tar.gz) = 802826
TIMESTAMP = 1612463777
SHA256 (unit-1.22.0.tar.gz) = d244e99ab7ff81c2926bdb97dd7d38e54a3361c7b8d3097e7dfbb2d155306b4b
SIZE (unit-1.22.0.tar.gz) = 824763
SHA256 (classgraph-4.8.90.jar) = 8c371cf781d7bf1c6f3e38715a0c89cab387d940f07f8d4eeb90caa665b2acb0
SIZE (classgraph-4.8.90.jar) = 508342
SHA256 (ecj-3.23.0.jar) = 6ab0535758e324fad3e7c976685bcf87d1d584fe6196194e54edd9fd94da713c

View File

@ -1,7 +1,6 @@
# Created by: Li-Wen Hsu <lwhsu@FreeBSD.org>
# $FreeBSD$
PORTREVISION= 2
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
UNIT_MODNAME= php${PHP_VER}

View File

@ -1,7 +1,6 @@
# Created by: Sergey Osokin <osa@FreeBSD.org>
# $FreeBSD$
PORTREVISION= 3
PKGNAMESUFFIX= -${UNIT_MODNAME}
UNIT_MODNAME= ruby${RUBY_VER}

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= unit
PORTVERSION= 1.21.0
PORTREVISION= 4
PORTVERSION= 1.22.0
CATEGORIES= www
MASTER_SITES?= https://unit.nginx.org/download/

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1605816182
SHA256 (unit-1.21.0.tar.gz) = 9830b66f55fbcb5ef4ee514e558831350e680c0240349541050eee2f6f6ba70d
SIZE (unit-1.21.0.tar.gz) = 802826
TIMESTAMP = 1612463758
SHA256 (unit-1.22.0.tar.gz) = d244e99ab7ff81c2926bdb97dd7d38e54a3361c7b8d3097e7dfbb2d155306b4b
SIZE (unit-1.22.0.tar.gz) = 824763