Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Feb 2021 18:40:15 +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: r564058 - in head/www: unit unit-java unit-php unit-ruby
Message-ID:  <202102041840.114IeFlZ049926@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.
  
  <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>

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 <lwhsu@FreeBSD.org>
 # $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 <osa@FreeBSD.org>
 # $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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102041840.114IeFlZ049926>