pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/unit unit: update to 1.26.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b215ce013c53
branches:  trunk
changeset: 770563:b215ce013c53
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Fri Dec 03 01:05:21 2021 +0000

description:
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.

diffstat:

 www/unit/distinfo   |  8 ++++----
 www/unit/version.mk |  4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (34 lines):

diff -r e0899fc82a6d -r b215ce013c53 www/unit/distinfo
--- a/www/unit/distinfo Thu Dec 02 18:22:07 2021 +0000
+++ b/www/unit/distinfo Fri Dec 03 01:05:21 2021 +0000
@@ -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
diff -r e0899fc82a6d -r b215ce013c53 www/unit/version.mk
--- a/www/unit/version.mk       Thu Dec 02 18:22:07 2021 +0000
+++ b/www/unit/version.mk       Fri Dec 03 01:05:21 2021 +0000
@@ -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



Home | Main Index | Thread Index | Old Index