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 Jun  2 17:04:31 UTC 2022

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

Log Message:
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>


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/unit/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/unit/version.mk
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/unit-perl/Makefile

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/distinfo
diff -u pkgsrc/www/unit/distinfo:1.8 pkgsrc/www/unit/distinfo:1.9
--- pkgsrc/www/unit/distinfo:1.8        Mon Dec 13 23:10:22 2021
+++ pkgsrc/www/unit/distinfo    Thu Jun  2 17:04:31 2022
@@ -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

Index: pkgsrc/www/unit/version.mk
diff -u pkgsrc/www/unit/version.mk:1.4 pkgsrc/www/unit/version.mk:1.5
--- pkgsrc/www/unit/version.mk:1.4      Fri Dec  3 01:05:21 2021
+++ pkgsrc/www/unit/version.mk  Thu Jun  2 17:04:31 2022
@@ -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

Index: pkgsrc/www/unit-perl/Makefile
diff -u pkgsrc/www/unit-perl/Makefile:1.4 pkgsrc/www/unit-perl/Makefile:1.5
--- pkgsrc/www/unit-perl/Makefile:1.4   Wed Feb 23 04:24:37 2022
+++ pkgsrc/www/unit-perl/Makefile       Thu Jun  2 17:04:31 2022
@@ -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



Home | Main Index | Thread Index | Old Index