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:   osa
Date:           Sun Sep 22 03:30:58 UTC 2024

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

Log Message:
*/*unit*: update NGINX Unit from 1.32.1 to 1.33.0

<ChangeLog>

*) Feature: make the number of router threads configurable.

*) Feature: make the listen(2) backlog configurable.

*) Feature: add Python application factory support.

*) Feature: add experimental chunked request body support. (Disabled by
   default).

*) Feature: add fuzzing via oss-fuzz.

*) Feature: add "if" option to the "match" object.

*) Feature: show list of loaded language modules in the /status
   endpoint.

*) Feature: Unit ships with a new Rust based CLI application "unitctl".

*) Feature: the wasm-wasi-component language module now inherits the
   processes environment.

*) Change: under systemd unit runs in forking mode (once again).

*) Change: if building with njs, version 0.8.3 or later is now required.

*) Change: Unit now builds with -std=gnu11 (C11 with GNU extensions).

*) Change: Unit now creates the full directory path for the PID file and
   control socket.

*) Change: build system improvements, including pretty printing the make
   output and enabling various make variables to influence the build
   process (see: make help).

*) Change: better detection of available runnable CPUs on Linux.

*) Change: default listen(2) backlog on Linux now defaults to Kernel
   default.

*) Bugfix: don't modify REQUEST_URI.

*) Bugfix: fix a crash when interrupting a download via a proxy.

*) Bugfix: wasm-wasi-component application process hangs after receiving
   restart signal from the control endpoint.

*) Bugfix: njs variables accessed with a JS template literal should not
   be cacheable.

*) Bugfix: properly handle deleting arrays of certificates.

*) Bugfix: don't create the $runstatedir directory which triggered an
   Alpine packaging error.

</ChangeLog>


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/www/unit/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/www/unit/distinfo
cvs rdiff -u -r1.12 -r1.13 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/Makefile
diff -u pkgsrc/www/unit/Makefile:1.18 pkgsrc/www/unit/Makefile:1.19
--- pkgsrc/www/unit/Makefile:1.18       Thu Jun 27 16:03:25 2024
+++ pkgsrc/www/unit/Makefile    Sun Sep 22 03:30:58 2024
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.18 2024/06/27 16:03:25 osa Exp $
+# $NetBSD: Makefile,v 1.19 2024/09/22 03:30:58 osa Exp $
 
-PKGREVISION= 3
 .include "../../www/unit/version.mk"
 
 DISTNAME=      unit-${UNIT_VERSION}

Index: pkgsrc/www/unit/distinfo
diff -u pkgsrc/www/unit/distinfo:1.21 pkgsrc/www/unit/distinfo:1.22
--- pkgsrc/www/unit/distinfo:1.21       Thu Jun 27 16:03:25 2024
+++ pkgsrc/www/unit/distinfo    Sun Sep 22 03:30:58 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.21 2024/06/27 16:03:25 osa Exp $
+$NetBSD: distinfo,v 1.22 2024/09/22 03:30:58 osa Exp $
 
-BLAKE2s (unit-1.32.1.tar.gz) = bfc777d7485f893699f6e0905c5d330914ff939fed9b17765e247310354de22d
-SHA512 (unit-1.32.1.tar.gz) = 159b36f7afb8857188c9b64ee192e18d6990da3733caafcfb684b98e3f5182a7589ed2439f32af0cd3c763a3fa73f061f5a73ef01894182b1c12a4cd324c528a
-Size (unit-1.32.1.tar.gz) = 937669 bytes
+BLAKE2s (unit-1.33.0.tar.gz) = 2650d25b63a029f68a34d605c32ac2408239236ea2e5fcd839d57b4b12db2287
+SHA512 (unit-1.33.0.tar.gz) = c0b2a7e8ede3fc11b52c6c44d7460c52e35dfed9b9ae6cfb5bd90c24859f601bc462626aa68a24191689bb5406250d391428c06641d84e3cf1d8615e7485fb93
+Size (unit-1.33.0.tar.gz) = 1025455 bytes
 SHA1 (patch-auto_events) = 0556b5d3db6b88d23d686d9da1f3274187079973
 SHA1 (patch-auto_os_conf) = 6d1cd7aef662a60d4288014eb6fadbe8c1268e55
 SHA1 (patch-auto_shmem) = cb37c368c19205c2cc1750f4a847af23be8bfa25

Index: pkgsrc/www/unit/version.mk
diff -u pkgsrc/www/unit/version.mk:1.12 pkgsrc/www/unit/version.mk:1.13
--- pkgsrc/www/unit/version.mk:1.12     Tue May  7 13:49:33 2024
+++ pkgsrc/www/unit/version.mk  Sun Sep 22 03:30:58 2024
@@ -1,4 +1,4 @@
-# $NetBSD: version.mk,v 1.12 2024/05/07 13:49:33 osa Exp $
+# $NetBSD: version.mk,v 1.13 2024/09/22 03:30:58 osa 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.32.1
+UNIT_VERSION=  1.33.0
 
 # Define NGINX Unit's modules directory
 UNIT_EXTENSION_DIR=    libexec/unit/modules



Home | Main Index | Thread Index | Old Index