Fri Dec 3 01:05:21 2021 UTC ()
unit: update to 1.26.1

Upstream change log:

*) 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.


(gutteridge)
diff -r1.6 -r1.7 pkgsrc/www/unit/distinfo
diff -r1.3 -r1.4 pkgsrc/www/unit/version.mk

cvs diff -r1.6 -r1.7 pkgsrc/www/unit/distinfo (expand / switch to context diff)
--- pkgsrc/www/unit/distinfo 2021/11/22 23:09:00 1.6
+++ pkgsrc/www/unit/distinfo 2021/12/03 01:05:21 1.7
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.6 2021/11/22 23:09:00 gutteridge Exp $
+$NetBSD: distinfo,v 1.7 2021/12/03 01:05:21 gutteridge Exp $
 
-BLAKE2s (unit-1.26.0.tar.gz) = 642b2c061bf23e9ee22a8ee29920930c842276a1b4f89415dc8a3e98aa82659a
-SHA512 (unit-1.26.0.tar.gz) = 9e10cd320bc6182e94f8b5296367922b39e2149166793f46c5012f9dbba806a4508ee4ec65a8677391f5c4d7b06481c176ccf94b8fd1ab5d4b018eb167877f5f
-Size (unit-1.26.0.tar.gz) = 865556 bytes
+BLAKE2s (unit-1.26.1.tar.gz) = 0f04392b663019aadd40213b0cc6342e9077c3324f9348e9f59a909db31a1d3c
+SHA512 (unit-1.26.1.tar.gz) = 1caadb35cb208067a5d437e1f649c9f9a833a39c4344b2c3a5ae94d9fcd811913e2f23114cf8d7886030306e036da18c55f09044b8a575c1616568321b8d84ec
+Size (unit-1.26.1.tar.gz) = 865811 bytes
 SHA1 (patch-auto_events) = 0347dfefbedaacd206c8c2bfd8ea38b18995dd9f
 SHA1 (patch-auto_os_conf) = 6d1cd7aef662a60d4288014eb6fadbe8c1268e55
 SHA1 (patch-src_nxt__kqueue__engine.c) = c341425f4b21d4cff6e003958f88a04b53dc4ee1

cvs diff -r1.3 -r1.4 pkgsrc/www/unit/version.mk (expand / switch to context diff)
--- pkgsrc/www/unit/version.mk 2021/11/22 23:09:00 1.3
+++ pkgsrc/www/unit/version.mk 2021/12/03 01:05:21 1.4
@@ -1,4 +1,4 @@
-# $NetBSD: version.mk,v 1.3 2021/11/22 23:09:00 gutteridge Exp $
+# $NetBSD: version.mk,v 1.4 2021/12/03 01:05:21 gutteridge Exp $
 #
 # UNIT_EXTENSION_DIR
 #	Relative path to ${PREFIX} for NGINX Unit's modules.
@@ -12,7 +12,7 @@
 UNITVERSION_MK=	defined
 
 # Define NGINX Unit's version.
-UNIT_VERSION=	1.26.0
+UNIT_VERSION=	1.26.1
 
 # Define NGINX Unit's modules directory
 UNIT_EXTENSION_DIR=	libexec/unit/modules