pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
wip/unit: update to the recent bugfix release 1.26.1
Module Name: pkgsrc-wip
Committed By: Sergey A. Osokin <osa%FreeBSD.org@localhost>
Pushed By: osa
Date: Thu Dec 2 12:43:32 2021 -0500
Changeset: 63884156565356ae992f4ae7ba860c1f005575d8
Modified Files:
libunit/distinfo
unit/distinfo
unit/version.mk
Log Message:
wip/unit: update to the recent bugfix release 1.26.1
While I'm here update wip/libunit to the recent version as well.
<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>
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=63884156565356ae992f4ae7ba860c1f005575d8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
libunit/distinfo | 6 +++---
unit/distinfo | 6 +++---
unit/version.mk | 2 +-
3 files changed, 7 insertions(+), 7 deletions(-)
diffs:
diff --git a/libunit/distinfo b/libunit/distinfo
index ca2fce8040..37df325764 100644
--- a/libunit/distinfo
+++ b/libunit/distinfo
@@ -1,5 +1,5 @@
$NetBSD$
-RMD160 (unit-1.25.0.tar.gz) = d08da7f6404e3fad4a69f31ba203cc9a3b69024c
-SHA512 (unit-1.25.0.tar.gz) = fc001ab21c5aa6c07b092f7b1f44be3b88636f9e2059c8bc4049a06d863daae1bbfa2531a4a24bdd5976250d7a0e260dcf0dbb0dec63efcc008b5398c6bb4bbd
-Size (unit-1.25.0.tar.gz) = 853280 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
diff --git a/unit/distinfo b/unit/distinfo
index 71d8e64278..cbdfc55a1c 100644
--- a/unit/distinfo
+++ b/unit/distinfo
@@ -1,8 +1,8 @@
$NetBSD$
-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 --git a/unit/version.mk b/unit/version.mk
index c4d85a4203..fc02449699 100644
--- a/unit/version.mk
+++ b/unit/version.mk
@@ -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