git: 9e24cfef378e - main - www/unit: update from 1.25.0 to 1.26.0.

From: Sergey A. Osokin <osa_at_FreeBSD.org>
Date: Thu, 18 Nov 2021 16:59:52 UTC
The branch main has been updated by osa:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9e24cfef378e1fa674dfe1a5477847e0b7933a6d

commit 9e24cfef378e1fa674dfe1a5477847e0b7933a6d
Author:     Sergey A. Osokin <osa@FreeBSD.org>
AuthorDate: 2021-11-18 16:58:56 +0000
Commit:     Sergey A. Osokin <osa@FreeBSD.org>
CommitDate: 2021-11-18 16:58:56 +0000

    www/unit: update from 1.25.0 to 1.26.0.
    
    Event:  FreeBSD Vendor Summit 2021
    
    <ChangeLog>
    
    *) Change: the "share" option now specifies the entire path to the files
       it serves, rather than a document root directory to be prepended to
       the request URI.
    
    *) Feature: automatic adjustment of existing configurations to the new
       "share" behavior when updating from previous versions.
    
    *) Feature: variables support in the "share" option.
    
    *) Feature: multiple paths in the "share" option.
    
    *) Feature: variables support in the "chroot" option.
    
    *) Feature: PHP opcache is shared between application processes.
    
    *) Feature: request routing by the query string.
    
    *) Bugfix: the router and app processes could crash when the requests
       limit was reached by asynchronous or multithreaded apps.
    
    *) Bugfix: established WebSocket connections could stop reading frames
       from the client after the corresponding listener had been
       reconfigured.
    
    *) Bugfix: fixed building with glibc 2.34, notably Fedora 35.
    
    </ChangeLog>
---
 www/unit-java/Makefile | 1 -
 www/unit-java/distinfo | 6 +++---
 www/unit/distinfo      | 6 +++---
 www/unit/version.mk    | 2 +-
 4 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/www/unit-java/Makefile b/www/unit-java/Makefile
index 74f086af4655..31bdc74473b7 100644
--- a/www/unit-java/Makefile
+++ b/www/unit-java/Makefile
@@ -1,6 +1,5 @@
 # Created by: Sergey Osokin <osa@FreeBSD.org>
 
-PORTREVISION=	1
 MASTER_SITES=	https://unit.nginx.org/download/:unit \
 	https://repo1.maven.org/maven2/io/github/classgraph/classgraph/${CLASSGRAPH_VERSION}/:classgraph \
 	https://repo1.maven.org/maven2/org/apache/tomcat/tomcat-api/${TOMCAT_VERSION}/:api \
diff --git a/www/unit-java/distinfo b/www/unit-java/distinfo
index 3073f715c457..fdac72fe8b4c 100644
--- a/www/unit-java/distinfo
+++ b/www/unit-java/distinfo
@@ -1,6 +1,6 @@
-TIMESTAMP = 1629468846
-SHA256 (unit-1.25.0.tar.gz) = 4ab4f05a934dd00628c0e067f7d0c5ba62bb55e9e2e7a333fa3764a180b9765d
-SIZE (unit-1.25.0.tar.gz) = 853280
+TIMESTAMP = 1637253606
+SHA256 (unit-1.26.0.tar.gz) = c04a40ab82ec0d5585a9997a484317d89e95044089d72ebccaedd2860debf6fc
+SIZE (unit-1.26.0.tar.gz) = 865556
 SHA256 (classgraph-4.8.112.jar) = 67804d0bf709131d7ce7e7aaf4b944d4f3e71f36b0359e4c2bbb394d9832dae6
 SIZE (classgraph-4.8.112.jar) = 535546
 SHA256 (ecj-3.26.0.jar) = ac0ba5876eaf7ebb47749a0d1be179c51f194b9dd0b875d1c09e1b530f5a2db5
diff --git a/www/unit/distinfo b/www/unit/distinfo
index 33b3c70c34ed..e42fae9d8d5a 100644
--- a/www/unit/distinfo
+++ b/www/unit/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1629393620
-SHA256 (unit-1.25.0.tar.gz) = 4ab4f05a934dd00628c0e067f7d0c5ba62bb55e9e2e7a333fa3764a180b9765d
-SIZE (unit-1.25.0.tar.gz) = 853280
+TIMESTAMP = 1637253577
+SHA256 (unit-1.26.0.tar.gz) = c04a40ab82ec0d5585a9997a484317d89e95044089d72ebccaedd2860debf6fc
+SIZE (unit-1.26.0.tar.gz) = 865556
diff --git a/www/unit/version.mk b/www/unit/version.mk
index 9c8cc93574e2..e7714c80f2d6 100644
--- a/www/unit/version.mk
+++ b/www/unit/version.mk
@@ -2,6 +2,6 @@
 UNITVERSION_MK= defined
 
 # Define NGINX Unit's version.
-UNIT_VERSION=   1.25.0
+UNIT_VERSION=   1.26.0
 
 .endif	# UNITVERSION_MK