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 unified 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,11 +1,11 @@ @@ -1,11 +1,11 @@
1$NetBSD: distinfo,v 1.6 2021/11/22 23:09:00 gutteridge Exp $ 1$NetBSD: distinfo,v 1.7 2021/12/03 01:05:21 gutteridge Exp $
2 2
3BLAKE2s (unit-1.26.0.tar.gz) = 642b2c061bf23e9ee22a8ee29920930c842276a1b4f89415dc8a3e98aa82659a 3BLAKE2s (unit-1.26.1.tar.gz) = 0f04392b663019aadd40213b0cc6342e9077c3324f9348e9f59a909db31a1d3c
4SHA512 (unit-1.26.0.tar.gz) = 9e10cd320bc6182e94f8b5296367922b39e2149166793f46c5012f9dbba806a4508ee4ec65a8677391f5c4d7b06481c176ccf94b8fd1ab5d4b018eb167877f5f 4SHA512 (unit-1.26.1.tar.gz) = 1caadb35cb208067a5d437e1f649c9f9a833a39c4344b2c3a5ae94d9fcd811913e2f23114cf8d7886030306e036da18c55f09044b8a575c1616568321b8d84ec
5Size (unit-1.26.0.tar.gz) = 865556 bytes 5Size (unit-1.26.1.tar.gz) = 865811 bytes
6SHA1 (patch-auto_events) = 0347dfefbedaacd206c8c2bfd8ea38b18995dd9f 6SHA1 (patch-auto_events) = 0347dfefbedaacd206c8c2bfd8ea38b18995dd9f
7SHA1 (patch-auto_os_conf) = 6d1cd7aef662a60d4288014eb6fadbe8c1268e55 7SHA1 (patch-auto_os_conf) = 6d1cd7aef662a60d4288014eb6fadbe8c1268e55
8SHA1 (patch-src_nxt__kqueue__engine.c) = c341425f4b21d4cff6e003958f88a04b53dc4ee1 8SHA1 (patch-src_nxt__kqueue__engine.c) = c341425f4b21d4cff6e003958f88a04b53dc4ee1
9SHA1 (patch-src_nxt__php__sapi.c) = 2d5e557ff2066bec78f5bfbca6a64688f60da01b 9SHA1 (patch-src_nxt__php__sapi.c) = 2d5e557ff2066bec78f5bfbca6a64688f60da01b
10SHA1 (patch-src_nxt__unix.h) = c0db5bc4d9c45a3ead48627567284d8b3041b0a0 10SHA1 (patch-src_nxt__unix.h) = c0db5bc4d9c45a3ead48627567284d8b3041b0a0
11SHA1 (patch-src_nxt__websocket__header.h) = 1b50405b187cc8a662372a1c20ab7737278135ae 11SHA1 (patch-src_nxt__websocket__header.h) = 1b50405b187cc8a662372a1c20ab7737278135ae

cvs diff -r1.3 -r1.4 pkgsrc/www/unit/version.mk (expand / switch to unified 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,20 +1,20 @@ @@ -1,20 +1,20 @@
1# $NetBSD: version.mk,v 1.3 2021/11/22 23:09:00 gutteridge Exp $ 1# $NetBSD: version.mk,v 1.4 2021/12/03 01:05:21 gutteridge Exp $
2# 2#
3# UNIT_EXTENSION_DIR 3# UNIT_EXTENSION_DIR
4# Relative path to ${PREFIX} for NGINX Unit's modules. 4# Relative path to ${PREFIX} for NGINX Unit's modules.
5# 5#
6# Example: libexec/unit/modules 6# Example: libexec/unit/modules
7# 7#
8# Keywords: unit 8# Keywords: unit
9# 9#
10 10
11.if !defined(UNITVERSION_MK) 11.if !defined(UNITVERSION_MK)
12UNITVERSION_MK= defined 12UNITVERSION_MK= defined
13 13
14# Define NGINX Unit's version. 14# Define NGINX Unit's version.
15UNIT_VERSION= 1.26.0 15UNIT_VERSION= 1.26.1
16 16
17# Define NGINX Unit's modules directory 17# Define NGINX Unit's modules directory
18UNIT_EXTENSION_DIR= libexec/unit/modules 18UNIT_EXTENSION_DIR= libexec/unit/modules
19 19
20.endif # UNITVERSION_MK 20.endif # UNITVERSION_MK