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:           Sat Oct 21 23:24:43 UTC 2023

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

Log Message:
*/*unit*: update NGINX Unit from 1.31.0 to 1.31.1

<ChangeLog>

*) Feature: allow to set the HTTP response status in Wasm module.

*) Feature: allow uploads larger than 4GiB in Wasm module.

*) Bugfix: application process could crash while rewriting URLs with
   query strings.

*) Bugfix: requests larger than about 64MiB could cause error in Wasm
   module.

*) Bugfix: when using many headers in Java module some of them could be
   corrupted due to memory realocation issue.

*) Bugfix: ServerRequest.destroy() implemented in Node.js module to make
   it compatible with some frameworks that might use it.

*) Bugfix: chunk argument of ServerResponse.write() can now be a
   Uint8Array to improve compatibility with Node.js 15.0.0 and above.

*) Bugfix: Node.JS unit-http NPM module now has appropriate default
   paths for macOS/arm64 systems.

*) Bugfix: build on musl libc with clang.

</ChangeLog>


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/unit/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/unit/distinfo
cvs rdiff -u -r1.10 -r1.11 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.14 pkgsrc/www/unit/Makefile:1.15
--- pkgsrc/www/unit/Makefile:1.14       Mon Sep 18 17:49:32 2023
+++ pkgsrc/www/unit/Makefile    Sat Oct 21 23:24:43 2023
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2023/09/18 17:49:32 osa Exp $
+# $NetBSD: Makefile,v 1.15 2023/10/21 23:24:43 osa Exp $
 
 .include "../../www/unit/version.mk"
 
 DISTNAME=      unit-${UNIT_VERSION}
-PKGREVISION=   1
 
 COMMENT=       Dynamic web application server
 

Index: pkgsrc/www/unit/distinfo
diff -u pkgsrc/www/unit/distinfo:1.17 pkgsrc/www/unit/distinfo:1.18
--- pkgsrc/www/unit/distinfo:1.17       Fri Sep  1 17:28:28 2023
+++ pkgsrc/www/unit/distinfo    Sat Oct 21 23:24:43 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.17 2023/09/01 17:28:28 osa Exp $
+$NetBSD: distinfo,v 1.18 2023/10/21 23:24:43 osa Exp $
 
-BLAKE2s (unit-1.31.0.tar.gz) = b32dd736ae40a1037a43b47bea8365884d1c82cf1f8c7672bc49bb075e93c180
-SHA512 (unit-1.31.0.tar.gz) = ce367c81dc96b4a8d280a3e34ff8bbf1941a595c5570f9e50ffa49e1f8ac3c2e0a620be5a994a1c4c65aee7790ca227fddafba1c461fccdced83fd4c08c091e6
-Size (unit-1.31.0.tar.gz) = 905152 bytes
+BLAKE2s (unit-1.31.1.tar.gz) = aeff6d7b24e8c0866fb49bbddfc7fd07446c293d251c472d2b3c41f265d6542b
+SHA512 (unit-1.31.1.tar.gz) = 28e5f1e88b9e5e21c5094f901227e193137c120e4af3f2950e113d118a301cabb17abf9f0fea8fc8893f36f6e9ae09f86bbf7a323999da34e71e42615937c57c
+Size (unit-1.31.1.tar.gz) = 907165 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.10 pkgsrc/www/unit/version.mk:1.11
--- pkgsrc/www/unit/version.mk:1.10     Fri Sep  1 17:28:28 2023
+++ pkgsrc/www/unit/version.mk  Sat Oct 21 23:24:43 2023
@@ -1,4 +1,4 @@
-# $NetBSD: version.mk,v 1.10 2023/09/01 17:28:28 osa Exp $
+# $NetBSD: version.mk,v 1.11 2023/10/21 23:24:43 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.31.0
+UNIT_VERSION=  1.31.1
 
 # Define NGINX Unit's modules directory
 UNIT_EXTENSION_DIR=    libexec/unit/modules



Home | Main Index | Thread Index | Old Index