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:           Sun Jan  5 18:24:34 UTC 2025

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

Log Message:
*/*unit*: update NGINX Unit from 1.33.0 to 1.34.0

<ChangeLog>

*) Feature: initial OpenTelemetry (OTEL) support. (Disabled by default).

*) Feature: support for JSON formatted access logs.

*) Bugfix: tweak the Perl language module to avoid breaking scripts in
   some circumstances.

</ChangeLog>


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/unit/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/www/unit/distinfo
cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/unit/version.mk
cvs rdiff -u -r1.10 -r1.11 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.20 pkgsrc/www/unit/Makefile:1.21
--- pkgsrc/www/unit/Makefile:1.20       Wed Oct 23 13:15:19 2024
+++ pkgsrc/www/unit/Makefile    Sun Jan  5 18:24:34 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2024/10/23 13:15:19 osa Exp $
+# $NetBSD: Makefile,v 1.21 2025/01/05 18:24:34 osa Exp $
 
 .include "../../www/unit/version.mk"
 
-PKGREVISION=   1
 DISTNAME=      unit-${UNIT_VERSION}
 
 COMMENT=       Dynamic web application server

Index: pkgsrc/www/unit/distinfo
diff -u pkgsrc/www/unit/distinfo:1.23 pkgsrc/www/unit/distinfo:1.24
--- pkgsrc/www/unit/distinfo:1.23       Sun Sep 22 03:36:46 2024
+++ pkgsrc/www/unit/distinfo    Sun Jan  5 18:24:34 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.23 2024/09/22 03:36:46 osa Exp $
+$NetBSD: distinfo,v 1.24 2025/01/05 18:24:34 osa Exp $
 
-BLAKE2s (unit-1.33.0.tar.gz) = 2650d25b63a029f68a34d605c32ac2408239236ea2e5fcd839d57b4b12db2287
-SHA512 (unit-1.33.0.tar.gz) = c0b2a7e8ede3fc11b52c6c44d7460c52e35dfed9b9ae6cfb5bd90c24859f601bc462626aa68a24191689bb5406250d391428c06641d84e3cf1d8615e7485fb93
-Size (unit-1.33.0.tar.gz) = 1025455 bytes
+BLAKE2s (unit-1.34.0.tar.gz) = 4be5e526db55c72d6c3d21ec0d6041be6b221379ecb6c5a68b057bcfdc4699dd
+SHA512 (unit-1.34.0.tar.gz) = 5cf2e977464675a0d840342e697b12595f4595ffcc99b812b479b163e325fe8d383fd6723a3e139d10a2449f25793e624d44ebe6e57aade0f49d249542efae56
+Size (unit-1.34.0.tar.gz) = 1054742 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.13 pkgsrc/www/unit/version.mk:1.14
--- pkgsrc/www/unit/version.mk:1.13     Sun Sep 22 03:30:58 2024
+++ pkgsrc/www/unit/version.mk  Sun Jan  5 18:24:34 2025
@@ -1,4 +1,4 @@
-# $NetBSD: version.mk,v 1.13 2024/09/22 03:30:58 osa Exp $
+# $NetBSD: version.mk,v 1.14 2025/01/05 18:24:34 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.33.0
+UNIT_VERSION=  1.34.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.10 pkgsrc/www/unit-perl/Makefile:1.11
--- pkgsrc/www/unit-perl/Makefile:1.10  Sat Nov 16 12:08:06 2024
+++ pkgsrc/www/unit-perl/Makefile       Sun Jan  5 18:24:34 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2024/11/16 12:08:06 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2025/01/05 18:24:34 osa Exp $
 
 PKGNAME=       unit-${LANG}-${UNIT_VERSION}
-PKGREVISION=   1
 COMMENT=       Perl module for NGINX Unit
 
 LANG=          perl



Home | Main Index | Thread Index | Old Index