pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/unit



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Fri Dec  3 01:05:21 UTC 2021

Modified Files:
        pkgsrc/www/unit: distinfo version.mk

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/unit/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/unit/version.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/unit/distinfo
diff -u pkgsrc/www/unit/distinfo:1.6 pkgsrc/www/unit/distinfo:1.7
--- pkgsrc/www/unit/distinfo:1.6        Mon Nov 22 23:09:00 2021
+++ pkgsrc/www/unit/distinfo    Fri Dec  3 01:05:21 2021
@@ -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

Index: pkgsrc/www/unit/version.mk
diff -u pkgsrc/www/unit/version.mk:1.3 pkgsrc/www/unit/version.mk:1.4
--- pkgsrc/www/unit/version.mk:1.3      Mon Nov 22 23:09:00 2021
+++ pkgsrc/www/unit/version.mk  Fri Dec  3 01:05:21 2021
@@ -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