pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc
Module Name: pkgsrc
Committed By: osa
Date: Fri Sep 1 17:28:29 UTC 2023
Modified Files:
pkgsrc/devel/libunit: Makefile PLIST
pkgsrc/www/unit: Makefile distinfo version.mk
pkgsrc/www/unit-perl: Makefile
pkgsrc/www/unit-php: Makefile
pkgsrc/www/unit-python: Makefile
pkgsrc/www/unit-ruby: Makefile
Removed Files:
pkgsrc/www/unit/patches: patch-src_nxt__js.c
Log Message:
*/*unit*: update NGINX Unit: 1.30.0 -> 1.31.0
<ChangeLog>
*) Change: if building with njs, version 0.8.0 or later is now required.
*) Feature: technology preview of WebAssembly application module.
*) Feature: "response_headers" option to manage headers in the action
and fallback.
*) Feature: HTTP response header variables.
*) Feature: ASGI lifespan state support. Thanks to synodriver.
*) Bugfix: ensure that $uri variable is not cached.
*) Bugfix: deprecated options were unavailable.
*) Bugfix: ASGI applications inaccessible over IPv6.
</ChangeLog>
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/libunit/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/libunit/PLIST
cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/unit/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/unit/distinfo
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/unit/version.mk
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/unit-perl/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/unit-php/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/unit-python/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/unit-ruby/Makefile
cvs rdiff -u -r1.1 -r0 pkgsrc/www/unit/patches/patch-src_nxt__js.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/libunit/Makefile
diff -u pkgsrc/devel/libunit/Makefile:1.6 pkgsrc/devel/libunit/Makefile:1.7
--- pkgsrc/devel/libunit/Makefile:1.6 Mon May 15 22:24:38 2023
+++ pkgsrc/devel/libunit/Makefile Fri Sep 1 17:28:28 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2023/05/15 22:24:38 osa Exp $
+# $NetBSD: Makefile,v 1.7 2023/09/01 17:28:28 osa Exp $
PKGNAME= libunit-${UNIT_VERSION}
DISTNAME= unit-${UNIT_VERSION}
@@ -13,6 +13,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}
CONFIGURE_ARGS+= --prefix=${PREFIX}
CONFIGURE_ARGS+= --ld-opt="-L${PREFIX}/lib -R${PREFIX}/lib"
+CONFIGURE_ARGS+= --pkgconfigdir=${PREFIX}/lib/pkgconfig
CONFIGURE_ARGS+= --no-regex
do-build:
Index: pkgsrc/devel/libunit/PLIST
diff -u pkgsrc/devel/libunit/PLIST:1.1 pkgsrc/devel/libunit/PLIST:1.2
--- pkgsrc/devel/libunit/PLIST:1.1 Sun Feb 14 12:04:30 2021
+++ pkgsrc/devel/libunit/PLIST Fri Sep 1 17:28:28 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2021/02/14 12:04:30 otis Exp $
+@comment $NetBSD: PLIST,v 1.2 2023/09/01 17:28:28 osa Exp $
include/nxt_auto_config.h
include/nxt_unit.h
include/nxt_unit_field.h
@@ -10,3 +10,4 @@ include/nxt_unit_websocket.h
include/nxt_version.h
include/nxt_websocket_header.h
lib/libunit.a
+lib/pkgconfig/unit.pc
Index: pkgsrc/www/unit/Makefile
diff -u pkgsrc/www/unit/Makefile:1.12 pkgsrc/www/unit/Makefile:1.13
--- pkgsrc/www/unit/Makefile:1.12 Mon Aug 14 05:25:31 2023
+++ pkgsrc/www/unit/Makefile Fri Sep 1 17:28:28 2023
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2023/08/14 05:25:31 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2023/09/01 17:28:28 osa Exp $
.include "../../www/unit/version.mk"
DISTNAME= unit-${UNIT_VERSION}
-PKGREVISION= 3
COMMENT= Dynamic web application server
Index: pkgsrc/www/unit/distinfo
diff -u pkgsrc/www/unit/distinfo:1.16 pkgsrc/www/unit/distinfo:1.17
--- pkgsrc/www/unit/distinfo:1.16 Thu Jul 20 15:02:52 2023
+++ pkgsrc/www/unit/distinfo Fri Sep 1 17:28:28 2023
@@ -1,12 +1,11 @@
-$NetBSD: distinfo,v 1.16 2023/07/20 15:02:52 osa Exp $
+$NetBSD: distinfo,v 1.17 2023/09/01 17:28:28 osa Exp $
-BLAKE2s (unit-1.30.0.tar.gz) = f7e52b90480d529ef304cc659b123819270d24c74e5c9085a61d71b59c409e35
-SHA512 (unit-1.30.0.tar.gz) = cee27016c5445eb44d144a491c6ec36445e45492c09775ec62613dd260e36a9a2d387088e3ae814082d1782dbcefca105e884ebd21dea94288a03062c945139d
-Size (unit-1.30.0.tar.gz) = 894843 bytes
+BLAKE2s (unit-1.31.0.tar.gz) = b32dd736ae40a1037a43b47bea8365884d1c82cf1f8c7672bc49bb075e93c180
+SHA512 (unit-1.31.0.tar.gz) = ce367c81dc96b4a8d280a3e34ff8bbf1941a595c5570f9e50ffa49e1f8ac3c2e0a620be5a994a1c4c65aee7790ca227fddafba1c461fccdced83fd4c08c091e6
+Size (unit-1.31.0.tar.gz) = 905152 bytes
SHA1 (patch-auto_events) = 0556b5d3db6b88d23d686d9da1f3274187079973
SHA1 (patch-auto_os_conf) = 6d1cd7aef662a60d4288014eb6fadbe8c1268e55
SHA1 (patch-auto_shmem) = cb37c368c19205c2cc1750f4a847af23be8bfa25
-SHA1 (patch-src_nxt__js.c) = 8267786453ade749b09b9d1c5cb25abd424dd703
SHA1 (patch-src_nxt__kqueue__engine.c) = c341425f4b21d4cff6e003958f88a04b53dc4ee1
SHA1 (patch-src_nxt__php__sapi.c) = 2d5e557ff2066bec78f5bfbca6a64688f60da01b
SHA1 (patch-src_nxt__unix.h) = c0db5bc4d9c45a3ead48627567284d8b3041b0a0
Index: pkgsrc/www/unit/version.mk
diff -u pkgsrc/www/unit/version.mk:1.9 pkgsrc/www/unit/version.mk:1.10
--- pkgsrc/www/unit/version.mk:1.9 Mon May 15 22:24:38 2023
+++ pkgsrc/www/unit/version.mk Fri Sep 1 17:28:28 2023
@@ -1,4 +1,4 @@
-# $NetBSD: version.mk,v 1.9 2023/05/15 22:24:38 osa Exp $
+# $NetBSD: version.mk,v 1.10 2023/09/01 17:28:28 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.30.0
+UNIT_VERSION= 1.31.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.8 pkgsrc/www/unit-perl/Makefile:1.9
--- pkgsrc/www/unit-perl/Makefile:1.8 Thu Jul 6 09:43:01 2023
+++ pkgsrc/www/unit-perl/Makefile Fri Sep 1 17:28:28 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2023/07/06 09:43:01 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2023/09/01 17:28:28 osa Exp $
PKGNAME= unit-${LANG}-${UNIT_VERSION}
-PKGREVISION= 1
COMMENT= Perl module for NGINX Unit
LANG= perl
Index: pkgsrc/www/unit-php/Makefile
diff -u pkgsrc/www/unit-php/Makefile:1.11 pkgsrc/www/unit-php/Makefile:1.12
--- pkgsrc/www/unit-php/Makefile:1.11 Fri Jun 30 20:44:33 2023
+++ pkgsrc/www/unit-php/Makefile Fri Sep 1 17:28:29 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2023/06/30 20:44:33 osa Exp $
+# $NetBSD: Makefile,v 1.12 2023/09/01 17:28:29 osa Exp $
PKGNAME= unit-${LANG}${PKG_PHP_VERSION}-${UNIT_VERSION}
-PKGREVISION= 1
COMMENT= PHP module for NGINX Unit
LANG= php
Index: pkgsrc/www/unit-python/Makefile
diff -u pkgsrc/www/unit-python/Makefile:1.9 pkgsrc/www/unit-python/Makefile:1.10
--- pkgsrc/www/unit-python/Makefile:1.9 Mon Aug 14 05:25:31 2023
+++ pkgsrc/www/unit-python/Makefile Fri Sep 1 17:28:29 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2023/08/14 05:25:31 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2023/09/01 17:28:29 osa Exp $
PKGNAME= unit-${LANG}${PYVERSSUFFIX}-${UNIT_VERSION}
-PKGREVISION= 2
COMMENT= Python module for NGINX Unit
LANG= python
Index: pkgsrc/www/unit-ruby/Makefile
diff -u pkgsrc/www/unit-ruby/Makefile:1.5 pkgsrc/www/unit-ruby/Makefile:1.6
--- pkgsrc/www/unit-ruby/Makefile:1.5 Fri Jun 30 20:49:44 2023
+++ pkgsrc/www/unit-ruby/Makefile Fri Sep 1 17:28:29 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2023/06/30 20:49:44 osa Exp $
+# $NetBSD: Makefile,v 1.6 2023/09/01 17:28:29 osa Exp $
PKGNAME= unit-${LANG}${RUBY_VER}-${UNIT_VERSION}
-PKGREVISION= 1
COMMENT= Ruby module for NGINX Unit
LANG= ruby
Home |
Main Index |
Thread Index |
Old Index