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:           Wed Sep 14 05:31:42 UTC 2022

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/unit/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/unit/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/unit/version.mk
cvs rdiff -u -r1.6 -r1.7 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/Makefile
diff -u pkgsrc/www/unit/Makefile:1.8 pkgsrc/www/unit/Makefile:1.9
--- pkgsrc/www/unit/Makefile:1.8        Tue Jun 28 11:37:50 2022
+++ pkgsrc/www/unit/Makefile    Wed Sep 14 05:31:41 2022
@@ -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}

Index: pkgsrc/www/unit/distinfo
diff -u pkgsrc/www/unit/distinfo:1.9 pkgsrc/www/unit/distinfo:1.10
--- pkgsrc/www/unit/distinfo:1.9        Thu Jun  2 17:04:31 2022
+++ pkgsrc/www/unit/distinfo    Wed Sep 14 05:31:41 2022
@@ -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

Index: pkgsrc/www/unit/version.mk
diff -u pkgsrc/www/unit/version.mk:1.5 pkgsrc/www/unit/version.mk:1.6
--- pkgsrc/www/unit/version.mk:1.5      Thu Jun  2 17:04:31 2022
+++ pkgsrc/www/unit/version.mk  Wed Sep 14 05:31:41 2022
@@ -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

Index: pkgsrc/www/unit-perl/Makefile
diff -u pkgsrc/www/unit-perl/Makefile:1.6 pkgsrc/www/unit-perl/Makefile:1.7
--- pkgsrc/www/unit-perl/Makefile:1.6   Tue Jun 28 11:37:50 2022
+++ pkgsrc/www/unit-perl/Makefile       Wed Sep 14 05:31:42 2022
@@ -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



Home | Main Index | Thread Index | Old Index