From owner-svn-ports-all@freebsd.org Thu Feb 4 18:40:16 2021 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B456452BA62; Thu, 4 Feb 2021 18:40:16 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DWnRN4nFRz4lMK; Thu, 4 Feb 2021 18:40:16 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9704A10C1A; Thu, 4 Feb 2021 18:40:16 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 114IeG7h049932; Thu, 4 Feb 2021 18:40:16 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 114IeFlZ049926; Thu, 4 Feb 2021 18:40:15 GMT (envelope-from osa@FreeBSD.org) Message-Id: <202102041840.114IeFlZ049926@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Thu, 4 Feb 2021 18:40:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r564058 - in head/www: unit unit-java unit-php unit-ruby X-SVN-Group: ports-head X-SVN-Commit-Author: osa X-SVN-Commit-Paths: in head/www: unit unit-java unit-php unit-ruby X-SVN-Commit-Revision: 564058 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Feb 2021 18:40:16 -0000 Author: osa Date: Thu Feb 4 18:40:15 2021 New Revision: 564058 URL: https://svnweb.freebsd.org/changeset/ports/564058 Log: Update from 1.21.0 to 1.22.0. *) 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. Modified: head/www/unit-java/Makefile head/www/unit-java/distinfo head/www/unit-php/Makefile head/www/unit-ruby/Makefile head/www/unit/Makefile head/www/unit/distinfo Modified: head/www/unit-java/Makefile ============================================================================== --- head/www/unit-java/Makefile Thu Feb 4 18:38:45 2021 (r564057) +++ head/www/unit-java/Makefile Thu Feb 4 18:40:15 2021 (r564058) @@ -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 \ Modified: head/www/unit-java/distinfo ============================================================================== --- head/www/unit-java/distinfo Thu Feb 4 18:38:45 2021 (r564057) +++ head/www/unit-java/distinfo Thu Feb 4 18:40:15 2021 (r564058) @@ -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 Modified: head/www/unit-php/Makefile ============================================================================== --- head/www/unit-php/Makefile Thu Feb 4 18:38:45 2021 (r564057) +++ head/www/unit-php/Makefile Thu Feb 4 18:40:15 2021 (r564058) @@ -1,7 +1,6 @@ # Created by: Li-Wen Hsu # $FreeBSD$ -PORTREVISION= 2 PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} UNIT_MODNAME= php${PHP_VER} Modified: head/www/unit-ruby/Makefile ============================================================================== --- head/www/unit-ruby/Makefile Thu Feb 4 18:38:45 2021 (r564057) +++ head/www/unit-ruby/Makefile Thu Feb 4 18:40:15 2021 (r564058) @@ -1,7 +1,6 @@ # Created by: Sergey Osokin # $FreeBSD$ -PORTREVISION= 3 PKGNAMESUFFIX= -${UNIT_MODNAME} UNIT_MODNAME= ruby${RUBY_VER} Modified: head/www/unit/Makefile ============================================================================== --- head/www/unit/Makefile Thu Feb 4 18:38:45 2021 (r564057) +++ head/www/unit/Makefile Thu Feb 4 18:40:15 2021 (r564058) @@ -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/ Modified: head/www/unit/distinfo ============================================================================== --- head/www/unit/distinfo Thu Feb 4 18:38:45 2021 (r564057) +++ head/www/unit/distinfo Thu Feb 4 18:40:15 2021 (r564058) @@ -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