pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www www/unit*: update to 1.27.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/6d353b107736
branches: trunk
changeset: 380269:6d353b107736
user: osa <osa%pkgsrc.org@localhost>
date: Thu Jun 02 17:04:31 2022 +0000
description:
www/unit*: update to 1.27.0
<ChangeLog>
*) Feature: ability to specify a custom index file name when serving
static files.
*) Feature: variables support in the "location" option of the "return"
action.
*) Feature: support empty strings in the "location" option of the
"return" action.
*) Feature: added a new variable, $request_uri, that includes both the
path and the query parts as per RFC 3986, sections 3-4.
*) Feature: Ruby Rack environment parameter "SCRIPT_NAME" support.
*) Feature: compatibility with GCC 12.
*) Bugfix: Ruby Sinatra applications don't work without custom logging.
*) Bugfix: the controller process could crash when a chain of more than
four certificates was uploaded.
*) Bugfix: some Perl applications failed to process the request body,
notably with Plack.
*) Bugfix: some Spring Boot applications failed to start, notably with
Grails.
*) Bugfix: incorrect Python protocol auto detection (ASGI or WSGI) for
native callable object, notably with Falcon.
*) Bugfix: ECMAScript modules did not work with the recent Node.js
versions.
</ChangeLog>
diffstat:
www/unit-perl/Makefile | 3 +--
www/unit/distinfo | 8 ++++----
www/unit/version.mk | 4 ++--
3 files changed, 7 insertions(+), 8 deletions(-)
diffs (46 lines):
diff -r 8cd1cda2ab22 -r 6d353b107736 www/unit-perl/Makefile
--- a/www/unit-perl/Makefile Thu Jun 02 13:39:20 2022 +0000
+++ b/www/unit-perl/Makefile Thu Jun 02 17:04:31 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2022/02/23 04:24:37 osa Exp $
+# $NetBSD: Makefile,v 1.5 2022/06/02 17:04:31 osa Exp $
PKGNAME= unit-${LANG}-${UNIT_VERSION}
-PKGREVISION= 1
COMMENT= Perl module for NGINX Unit
LANG= perl
diff -r 8cd1cda2ab22 -r 6d353b107736 www/unit/distinfo
--- a/www/unit/distinfo Thu Jun 02 13:39:20 2022 +0000
+++ b/www/unit/distinfo Thu Jun 02 17:04:31 2022 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.8 2021/12/13 23:10:22 gutteridge Exp $
+$NetBSD: distinfo,v 1.9 2022/06/02 17:04:31 osa Exp $
-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
+BLAKE2s (unit-1.27.0.tar.gz) = 76f22e36ff5b3bb5723be2c417247a7b47f6820c5f21daed45fa2abe369da264
+SHA512 (unit-1.27.0.tar.gz) = 2f34ceccc966bffb790e3149f02c3769f6a41e6bb3cbaf4c5a9bcc512d9f1baf919e13b6d87fa29885561a449f72afd32b771206aa5d71daff9604bdbd7725a6
+Size (unit-1.27.0.tar.gz) = 871783 bytes
SHA1 (patch-auto_events) = 0347dfefbedaacd206c8c2bfd8ea38b18995dd9f
SHA1 (patch-auto_os_conf) = 6d1cd7aef662a60d4288014eb6fadbe8c1268e55
SHA1 (patch-auto_shmem) = cb37c368c19205c2cc1750f4a847af23be8bfa25
diff -r 8cd1cda2ab22 -r 6d353b107736 www/unit/version.mk
--- a/www/unit/version.mk Thu Jun 02 13:39:20 2022 +0000
+++ b/www/unit/version.mk Thu Jun 02 17:04:31 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: version.mk,v 1.4 2021/12/03 01:05:21 gutteridge Exp $
+# $NetBSD: version.mk,v 1.5 2022/06/02 17:04:31 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.26.1
+UNIT_VERSION= 1.27.0
# Define NGINX Unit's modules directory
UNIT_EXTENSION_DIR= libexec/unit/modules
Home |
Main Index |
Thread Index |
Old Index