git: 05366a2e1e16 - main - www/unit*: update to the recent bugfix release 1.26.1

From: Sergey A. Osokin <osa_at_FreeBSD.org>
Date: Thu, 02 Dec 2021 17:46:42 UTC
The branch main has been updated by osa:

URL: https://cgit.FreeBSD.org/ports/commit/?id=05366a2e1e16f2a6844f6b5ce4594139a4530e14

commit 05366a2e1e16f2a6844f6b5ce4594139a4530e14
Author:     Sergey A. Osokin <osa@FreeBSD.org>
AuthorDate: 2021-12-02 17:45:23 +0000
Commit:     Sergey A. Osokin <osa@FreeBSD.org>
CommitDate: 2021-12-02 17:46:36 +0000

    www/unit*: update to the recent bugfix release 1.26.1
    
    <ChangeLog>
    
    *) Bugfix: occasionally, the Unit daemon was unable to fully terminate;
       the bug had appeared in 1.26.0.
    
    *) Bugfix: a prototype process could crash on an application process
       exit; the bug had appeared in 1.26.0.
    
    *) Bugfix: the router process crashed on reconfiguration if "access_log"
       was configured without listeners.
    
    *) Bugfix: a segmentation fault occurred in the PHP module if chdir() or
       fastcgi_finish_request() was called in the OPcache preloading script.
    
    *) Bugfix: fatal errors on DragonFly BSD; the bug had appeared in
       1.26.0.
    
    </ChangeLog>
---
 www/unit-java/distinfo | 6 +++---
 www/unit/distinfo      | 6 +++---
 www/unit/version.mk    | 2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/www/unit-java/distinfo b/www/unit-java/distinfo
index fdac72fe8b4c..63bbb9dc1a61 100644
--- a/www/unit-java/distinfo
+++ b/www/unit-java/distinfo
@@ -1,6 +1,6 @@
-TIMESTAMP = 1637253606
-SHA256 (unit-1.26.0.tar.gz) = c04a40ab82ec0d5585a9997a484317d89e95044089d72ebccaedd2860debf6fc
-SIZE (unit-1.26.0.tar.gz) = 865556
+TIMESTAMP = 1638466002
+SHA256 (unit-1.26.1.tar.gz) = fd2d9576ee925df9b399b7fe69996b922fbc5e4bdc87e6c8c46ab03864ff872b
+SIZE (unit-1.26.1.tar.gz) = 865811
 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 e42fae9d8d5a..e5a11a218101 100644
--- a/www/unit/distinfo
+++ b/www/unit/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1637253577
-SHA256 (unit-1.26.0.tar.gz) = c04a40ab82ec0d5585a9997a484317d89e95044089d72ebccaedd2860debf6fc
-SIZE (unit-1.26.0.tar.gz) = 865556
+TIMESTAMP = 1638465901
+SHA256 (unit-1.26.1.tar.gz) = fd2d9576ee925df9b399b7fe69996b922fbc5e4bdc87e6c8c46ab03864ff872b
+SIZE (unit-1.26.1.tar.gz) = 865811
diff --git a/www/unit/version.mk b/www/unit/version.mk
index e7714c80f2d6..7a261d5f3e2d 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.26.0
+UNIT_VERSION=   1.26.1
 
 .endif	# UNITVERSION_MK