pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/unit unit* & libunit: update to 1.26.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/64d75e830674
branches:  trunk
changeset: 769911:64d75e830674
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Mon Nov 22 23:09:00 2021 +0000

description:
unit* & libunit: update to 1.26.0

Changes with Unit 1.26.0                                         18 Nov 2021

    *) Change: the "share" option now specifies the entire path to the files
       it serves, rather than a document root directory to be prepended to
       the request URI.

    *) Feature: automatic adjustment of existing configurations to the new
       "share" behavior when updating from previous versions.

    *) Feature: variables support in the "share" option.

    *) Feature: multiple paths in the "share" option.

    *) Feature: variables support in the "chroot" option.

    *) Feature: PHP opcache is shared between application processes.

    *) Feature: request routing by the query string.

    *) Bugfix: the router and app processes could crash when the requests
       limit was reached by asynchronous or multithreaded apps.

    *) Bugfix: established WebSocket connections could stop reading frames
       from the client after the corresponding listener had been
       reconfigured.

    *) Bugfix: fixed building with glibc 2.34, notably Fedora 35.

diffstat:

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

diffs (38 lines):

diff -r d53c7b354153 -r 64d75e830674 www/unit/distinfo
--- a/www/unit/distinfo Mon Nov 22 22:53:40 2021 +0000
+++ b/www/unit/distinfo Mon Nov 22 23:09:00 2021 +0000
@@ -1,12 +1,11 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 11:31:11 nia Exp $
+$NetBSD: distinfo,v 1.6 2021/11/22 23:09:00 gutteridge Exp $
 
-BLAKE2s (unit-1.25.0.tar.gz) = 9376362c428a9290e1317c41f65c9ea3601b586fd9bb9ef7f454da4ff8308dec
-SHA512 (unit-1.25.0.tar.gz) = fc001ab21c5aa6c07b092f7b1f44be3b88636f9e2059c8bc4049a06d863daae1bbfa2531a4a24bdd5976250d7a0e260dcf0dbb0dec63efcc008b5398c6bb4bbd
-Size (unit-1.25.0.tar.gz) = 853280 bytes
+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
 SHA1 (patch-auto_events) = 0347dfefbedaacd206c8c2bfd8ea38b18995dd9f
 SHA1 (patch-auto_os_conf) = 6d1cd7aef662a60d4288014eb6fadbe8c1268e55
 SHA1 (patch-src_nxt__kqueue__engine.c) = c341425f4b21d4cff6e003958f88a04b53dc4ee1
 SHA1 (patch-src_nxt__php__sapi.c) = 2d5e557ff2066bec78f5bfbca6a64688f60da01b
-SHA1 (patch-src_nxt__thread.h) = 48e679dbfd469604ee0277fde84507c2a99c4e53
 SHA1 (patch-src_nxt__unix.h) = c0db5bc4d9c45a3ead48627567284d8b3041b0a0
 SHA1 (patch-src_nxt__websocket__header.h) = 1b50405b187cc8a662372a1c20ab7737278135ae
diff -r d53c7b354153 -r 64d75e830674 www/unit/version.mk
--- a/www/unit/version.mk       Mon Nov 22 22:53:40 2021 +0000
+++ b/www/unit/version.mk       Mon Nov 22 23:09:00 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: version.mk,v 1.2 2021/08/22 04:00:43 gutteridge Exp $
+# $NetBSD: version.mk,v 1.3 2021/11/22 23:09:00 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.25.0
+UNIT_VERSION=  1.26.0
 
 # Define NGINX Unit's modules directory
 UNIT_EXTENSION_DIR=    libexec/unit/modules



Home | Main Index | Thread Index | Old Index