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:           Tue Apr 18 19:24:53 UTC 2023

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

Log Message:
*/*unit*: update NGINX Unit from 1.29.0 to 1.29.1

<ChangeLog>

*) Bugfix: stop creating world-writeable directories.

*) Bugfix: memory leak related to NJS.

*) Bugfix: path parsing in PHP applications.

*) Bugfix: enabled UTF-8 for Python config by default to avoid
   applications failing in some cases.

*) Bugfix: using asyncio.get_running_loop() instead of
   asyncio.get_event_loop() when it's available to prevent errors in
   some Python ASGI applications.

*) Bugfix: applications that make use of various low level APIs such as
   pthreads could fail to work correctly.

*) Bugfix: websocket endianness detection for obscure operating systems.

</ChangeLog>


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/unit/distinfo
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/unit/version.mk
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/unit-python/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.13 pkgsrc/www/unit/distinfo:1.14
--- pkgsrc/www/unit/distinfo:1.13       Sat Dec 17 17:51:45 2022
+++ pkgsrc/www/unit/distinfo    Tue Apr 18 19:24:52 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.13 2022/12/17 17:51:45 gutteridge Exp $
+$NetBSD: distinfo,v 1.14 2023/04/18 19:24:52 osa Exp $
 
-BLAKE2s (unit-1.29.0.tar.gz) = 0b3a2354915cbab1b317e46d7886c5f48af0965b2e10bad35572bea01d19b452
-SHA512 (unit-1.29.0.tar.gz) = 6b0a6718be5c3312f5e17fc39ae35ca849049c97d29c63a7effda7f994274af29eed88970389bb3010a2103c431e69920c951de5004853004d1aa604d868bd9f
-Size (unit-1.29.0.tar.gz) = 903909 bytes
+BLAKE2s (unit-1.29.1.tar.gz) = 83fa858c826b16a9545f473c1ad5a251ae3781478d552c4a3e1c5100a8090ba1
+SHA512 (unit-1.29.1.tar.gz) = c99cea78804ead999e62777132fe204e0f87e1b58e55b0b4a074ab8d203149c14c8faef64872a44404f8fca5bfd98d2f9e4aae2db89bebeee15f27cabbc9f247
+Size (unit-1.29.1.tar.gz) = 906654 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.7 pkgsrc/www/unit/version.mk:1.8
--- pkgsrc/www/unit/version.mk:1.7      Sat Dec 17 04:37:42 2022
+++ pkgsrc/www/unit/version.mk  Tue Apr 18 19:24:52 2023
@@ -1,4 +1,4 @@
-# $NetBSD: version.mk,v 1.7 2022/12/17 04:37:42 osa Exp $
+# $NetBSD: version.mk,v 1.8 2023/04/18 19:24:52 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.29.0
+UNIT_VERSION=  1.29.1
 
 # Define NGINX Unit's modules directory
 UNIT_EXTENSION_DIR=    libexec/unit/modules

Index: pkgsrc/www/unit-python/Makefile
diff -u pkgsrc/www/unit-python/Makefile:1.6 pkgsrc/www/unit-python/Makefile:1.7
--- pkgsrc/www/unit-python/Makefile:1.6 Tue Dec  6 08:54:23 2022
+++ pkgsrc/www/unit-python/Makefile     Tue Apr 18 19:24:53 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2022/12/06 08:54:23 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2023/04/18 19:24:53 osa Exp $
 
 PKGNAME=       unit-${LANG}${PYVERSSUFFIX}-${UNIT_VERSION}
-PKGREVISION=   1
 COMMENT=       Python module for NGINX Unit
 
 LANG=          python



Home | Main Index | Thread Index | Old Index