pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www */*unit*: update NGINX Unit from 1.27.0 to 1.28.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1389ec403ec2
branches:  trunk
changeset: 385302:1389ec403ec2
user:      osa <osa%pkgsrc.org@localhost>
date:      Wed Sep 14 05:31:41 2022 +0000

description:
*/*unit*: update NGINX Unit from 1.27.0 to 1.28.0

<ChangeLog>

*) Change: increased the applications' startup timeout.

*) Change: disallowed abstract Unix domain socket syntax in non-Linux
   systems.

*) Feature: basic statistics API.

*) Feature: customizable access log format.

*) Feature: more HTTP variables support.

*) Feature: forwarded header to replace client address and protocol.

*) Feature: ability to get dynamic variables.

*) Feature: support for abstract Unix sockets.

*) Feature: support for Unix sockets in address matching.

*) Feature: the $dollar variable translates to a literal "$" during
   variable substitution.

*) Bugfix: router process could crash if index file didn't contain an
   extension.

*) Bugfix: force SCRIPT_NAME in Ruby to always be an empty string.

*) Bugfix: when isolated PID numbers reach the prototype process host
   PID, the prototype crashed.

*) Bugfix: the Ruby application process could crash on SIGTERM.

*) Bugfix: the Ruby application process could crash on SIGINT.

*) Bugfix: mutex leak in the C API.

</ChangeLog>

diffstat:

 www/unit-perl/Makefile |  3 +--
 www/unit/Makefile      |  3 +--
 www/unit/distinfo      |  8 ++++----
 www/unit/version.mk    |  4 ++--
 4 files changed, 8 insertions(+), 10 deletions(-)

diffs (57 lines):

diff -r 3dfa12d71bde -r 1389ec403ec2 www/unit-perl/Makefile
--- a/www/unit-perl/Makefile    Wed Sep 14 04:04:06 2022 +0000
+++ b/www/unit-perl/Makefile    Wed Sep 14 05:31:41 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2022/06/28 11:37:50 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2022/09/14 05:31:42 osa Exp $
 
 PKGNAME=       unit-${LANG}-${UNIT_VERSION}
-PKGREVISION=   1
 COMMENT=       Perl module for NGINX Unit
 
 LANG=          perl
diff -r 3dfa12d71bde -r 1389ec403ec2 www/unit/Makefile
--- a/www/unit/Makefile Wed Sep 14 04:04:06 2022 +0000
+++ b/www/unit/Makefile Wed Sep 14 05:31:41 2022 +0000
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.8 2022/06/28 11:37:50 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2022/09/14 05:31:41 osa Exp $
 
-PKGREVISION= 1
 .include "../../www/unit/version.mk"
 
 DISTNAME=      unit-${UNIT_VERSION}
diff -r 3dfa12d71bde -r 1389ec403ec2 www/unit/distinfo
--- a/www/unit/distinfo Wed Sep 14 04:04:06 2022 +0000
+++ b/www/unit/distinfo Wed Sep 14 05:31:41 2022 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.9 2022/06/02 17:04:31 osa Exp $
+$NetBSD: distinfo,v 1.10 2022/09/14 05:31:41 osa Exp $
 
-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
+BLAKE2s (unit-1.28.0.tar.gz) = fe95e41bc6876ae30070ef0a1cba33181df6813bc69d3a246c71c25ff6193d2a
+SHA512 (unit-1.28.0.tar.gz) = 7d2033be3d8e9d15db21b5431348be73a10fbc19bcab7e83d3c5a770e11e23a53967afe051ec53e236896ac9e021d9146501bc32b87254f9b25778b4bc5d1cbe
+Size (unit-1.28.0.tar.gz) = 878878 bytes
 SHA1 (patch-auto_events) = 0347dfefbedaacd206c8c2bfd8ea38b18995dd9f
 SHA1 (patch-auto_os_conf) = 6d1cd7aef662a60d4288014eb6fadbe8c1268e55
 SHA1 (patch-auto_shmem) = cb37c368c19205c2cc1750f4a847af23be8bfa25
diff -r 3dfa12d71bde -r 1389ec403ec2 www/unit/version.mk
--- a/www/unit/version.mk       Wed Sep 14 04:04:06 2022 +0000
+++ b/www/unit/version.mk       Wed Sep 14 05:31:41 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: version.mk,v 1.5 2022/06/02 17:04:31 osa Exp $
+# $NetBSD: version.mk,v 1.6 2022/09/14 05:31:41 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.27.0
+UNIT_VERSION=  1.28.0
 
 # Define NGINX Unit's modules directory
 UNIT_EXTENSION_DIR=    libexec/unit/modules



Home | Main Index | Thread Index | Old Index