pkgsrc-Changes archive

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

CVS commit: pkgsrc/www



Module Name:    pkgsrc
Committed By:   osa
Date:           Thu Sep 18 11:19:06 UTC 2025

Modified Files:
        pkgsrc/www/unit: Makefile distinfo version.mk
        pkgsrc/www/unit-perl: Makefile
        pkgsrc/www/unit-php: Makefile
Removed Files:
        pkgsrc/www/unit/patches: patch-auto_njs patch-src_nxt__http__js.c

Log Message:
*/*unit*: update NGINX Unit: 1.34.2 -> 1.35.0

Going forward, NGINX Unit will no longer receive new features or
enhancements from the project maintainers.

NGINX Unit is still open to community contributions.

The team is focusing its limited capacity to keep NGINX Unit stable,
secure and high-quality. Its focus will be on critical maintenance, such
as for security issues, dependency upgrades, and resolving crashes or
undefined behavior.

<ChangeLog>

*) Security: fix missing websocket payload length validation in the Java
   language module which could lead to Java language module processes
   consuming excess CPU. (CVE-2025-1695).

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

*) Feature: HTTP compression.

*) Feature: PHP 8.5 compatibility.

*) Feature: Ruby 3.4 compatibility.

*) Feature: Django 5.x compatibility.

*) Feature: Python Litestar WebSockets compatibility.

*) Feature: GCC 15 compatibility.

*) Bugfix: set SERVER_PORT to the actual value.

*) Bugfix: fix issue in node.js with duplicate headers in response.

*) Bugfix: fix WebSockets with Firefox.

*) Bugfix: fix incorrect websocket payload length calculation in the
   Java language module.

*) Bugfix: fix instability issues due to OpenTelemetry (OTEL) support.

*) Bugfix: fix issues with building OpenTelemetry (OTEL) support on
   various platforms, including macOS.

</ChangeLog>


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/www/unit/Makefile
cvs rdiff -u -r1.28 -r1.29 pkgsrc/www/unit/distinfo
cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/unit/version.mk
cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/unit-perl/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/unit-php/Makefile
cvs rdiff -u -r1.1 -r0 pkgsrc/www/unit/patches/patch-auto_njs
cvs rdiff -u -r1.3 -r0 pkgsrc/www/unit/patches/patch-src_nxt__http__js.c

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.25 pkgsrc/www/unit/Makefile:1.26
--- pkgsrc/www/unit/Makefile:1.25       Thu Jul 10 20:54:15 2025
+++ pkgsrc/www/unit/Makefile    Thu Sep 18 11:19:05 2025
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.25 2025/07/10 20:54:15 osa Exp $
+# $NetBSD: Makefile,v 1.26 2025/09/18 11:19:05 osa Exp $
 
 .include "../../www/unit/version.mk"
 
 DISTNAME=      unit-${UNIT_VERSION}
-PKGREVISION=   2
 
 COMMENT=       Dynamic web application server
 

Index: pkgsrc/www/unit/distinfo
diff -u pkgsrc/www/unit/distinfo:1.28 pkgsrc/www/unit/distinfo:1.29
--- pkgsrc/www/unit/distinfo:1.28       Tue Jun  3 22:59:20 2025
+++ pkgsrc/www/unit/distinfo    Thu Sep 18 11:19:05 2025
@@ -1,14 +1,12 @@
-$NetBSD: distinfo,v 1.28 2025/06/03 22:59:20 osa Exp $
+$NetBSD: distinfo,v 1.29 2025/09/18 11:19:05 osa Exp $
 
-BLAKE2s (unit-1.34.2.tar.gz) = 0fca35d7e702599e856b16fd9205ab41e02d1a2413137332ce4f3cb189c1d5fa
-SHA512 (unit-1.34.2.tar.gz) = c3d778b7f3de6231d4833f17b8a40c4d971a1b186efc5b4160da4acc62c43acb129c1596896ea64aa1d6c52a37418bc823094ef2e89a15494cf3d3d09eb0f666
-Size (unit-1.34.2.tar.gz) = 1054961 bytes
+BLAKE2s (unit-1.35.0.tar.gz) = 0f1706d5267a4aabff2478effc18641fadfa321dfbe352d28f7c37ef58889557
+SHA512 (unit-1.35.0.tar.gz) = a8c88b91dfda46aa324a5c8c688534e76b4fd1cdf3f7adb0d2604d48228dd874a20842e9b18b6cbd645e2a5c6c7f6f9e559577312012060c4b399b77422608a2
+Size (unit-1.35.0.tar.gz) = 1066376 bytes
 SHA1 (patch-auto_events) = 0556b5d3db6b88d23d686d9da1f3274187079973
 SHA1 (patch-auto_modules_php) = df85739053db94b606282253fe36e22e67dc192f
-SHA1 (patch-auto_njs) = da6e1fe988b3c583e94ffd766f0f1cc74e8fd711
 SHA1 (patch-auto_os_conf) = 6d1cd7aef662a60d4288014eb6fadbe8c1268e55
 SHA1 (patch-auto_shmem) = cb37c368c19205c2cc1750f4a847af23be8bfa25
-SHA1 (patch-src_nxt__http__js.c) = 9b0e088ae4d93afb195b045696d1dec636f1aacf
 SHA1 (patch-src_nxt__kqueue__engine.c) = c341425f4b21d4cff6e003958f88a04b53dc4ee1
 SHA1 (patch-src_nxt__php__sapi.c) = 2d5e557ff2066bec78f5bfbca6a64688f60da01b
 SHA1 (patch-src_nxt__unix.h) = c0db5bc4d9c45a3ead48627567284d8b3041b0a0

Index: pkgsrc/www/unit/version.mk
diff -u pkgsrc/www/unit/version.mk:1.16 pkgsrc/www/unit/version.mk:1.17
--- pkgsrc/www/unit/version.mk:1.16     Mon Mar  3 19:58:25 2025
+++ pkgsrc/www/unit/version.mk  Thu Sep 18 11:19:05 2025
@@ -1,4 +1,4 @@
-# $NetBSD: version.mk,v 1.16 2025/03/03 19:58:25 osa Exp $
+# $NetBSD: version.mk,v 1.17 2025/09/18 11:19:05 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.34.2
+UNIT_VERSION=  1.35.0
 
 # Define NGINX Unit's modules directory
 UNIT_EXTENSION_DIR=    libexec/unit/modules

Index: pkgsrc/www/unit-perl/Makefile
diff -u pkgsrc/www/unit-perl/Makefile:1.12 pkgsrc/www/unit-perl/Makefile:1.13
--- pkgsrc/www/unit-perl/Makefile:1.12  Fri Jul  4 08:49:38 2025
+++ pkgsrc/www/unit-perl/Makefile       Thu Sep 18 11:19:05 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2025/07/04 08:49:38 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2025/09/18 11:19:05 osa Exp $
 
 PKGNAME=       unit-${LANG}-${UNIT_VERSION}
-PKGREVISION=   1
 COMMENT=       Perl module for NGINX Unit
 
 LANG=          perl

Index: pkgsrc/www/unit-php/Makefile
diff -u pkgsrc/www/unit-php/Makefile:1.16 pkgsrc/www/unit-php/Makefile:1.17
--- pkgsrc/www/unit-php/Makefile:1.16   Sat Feb  8 04:16:34 2025
+++ pkgsrc/www/unit-php/Makefile        Thu Sep 18 11:19:05 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2025/02/08 04:16:34 taca Exp $
+# $NetBSD: Makefile,v 1.17 2025/09/18 11:19:05 osa Exp $
 
 PKGNAME=       unit-${LANG}${PHP_VER}-${UNIT_VERSION}
-PKGREVISION=   1
 COMMENT=       PHP module for NGINX Unit
 
 LANG=          php



Home | Main Index | Thread Index | Old Index