pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
wip/unit: update to the recent version 1.23.0.
Module Name: pkgsrc-wip
Committed By: Sergey A. Osokin <osa%FreeBSD.org@localhost>
Pushed By: osa
Date: Thu Mar 25 17:17:41 2021 -0400
Changeset: a24c2203786d34000cc5f8ff9188bc283a867f76
Modified Files:
unit/Makefile.common
unit/PLIST
unit/distinfo
unit/version.mk
Removed Files:
unit/patches/patch-src_nxt__conf__validation.c
Log Message:
wip/unit: update to the recent version 1.23.0.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a24c2203786d34000cc5f8ff9188bc283a867f76
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
unit/Makefile.common | 3 +++
unit/PLIST | 1 +
unit/distinfo | 12 ++++--------
unit/patches/patch-src_nxt__conf__validation.c | 22 ----------------------
unit/version.mk | 2 +-
5 files changed, 9 insertions(+), 31 deletions(-)
diffs:
diff --git a/unit/Makefile.common b/unit/Makefile.common
index 07dce8f759..34f4ba0f13 100644
--- a/unit/Makefile.common
+++ b/unit/Makefile.common
@@ -49,6 +49,9 @@ CONFIGURE_ARGS+= --control=unix:${UNIT_RUNDIR}/control.unit.sock
CONFIGURE_ARGS+= --tmp=${UNIT_TMPDIR}
CONFIGURE_ARGS+= --user=${UNIT_USER}
CONFIGURE_ARGS+= --group=${UNIT_GROUP}
+CONFIGURE_ARGS+= --mandir=${PREFIX}/share/man
+
+CHECK_WRKREF_SKIP= libexec/unit/modules/ruby.unit.so
.include "../../wip/unit/options.mk"
diff --git a/unit/PLIST b/unit/PLIST
index 36767d47cf..158c3029d3 100644
--- a/unit/PLIST
+++ b/unit/PLIST
@@ -1,2 +1,3 @@
@comment $NetBSD$
sbin/unitd
+share/man/man8/unitd.8
diff --git a/unit/distinfo b/unit/distinfo
index 986c0db997..db87d916b9 100644
--- a/unit/distinfo
+++ b/unit/distinfo
@@ -1,16 +1,12 @@
$NetBSD$
-SHA1 (unit-1.22.0.tar.gz) = ab38a89c12d15a56fdc1a51dd6fa8a689e02abae
-RMD160 (unit-1.22.0.tar.gz) = a658f1c8f898e381a017303264b0d7202627cdbb
-SHA512 (unit-1.22.0.tar.gz) = 7418e9dd86c10d64184f5a2f3e26c27bacc53b90ba35658fba6af00a57df89645c16c16b510d3e570eee6f8fdeef4ec7f92971f7231093e3da118e858ed386f5
-Size (unit-1.22.0.tar.gz) = 824763 bytes
+SHA1 (unit-1.23.0.tar.gz) = 540e7958dc046de13b7ae3730daf325a5375ec8c
+RMD160 (unit-1.23.0.tar.gz) = bb8dbfb7894444dfacd291ae0811d5f80f56ace0
+SHA512 (unit-1.23.0.tar.gz) = f21bef8f796428426a1673c8cc9b1fc5a266c253ce51df64fbffff084bdfe87117e3f53d5c5b56de1530edf3be0a8bdaca49325e9983705a39c015b61dab6035
+Size (unit-1.23.0.tar.gz) = 830417 bytes
SHA1 (patch-auto_events) = 0347dfefbedaacd206c8c2bfd8ea38b18995dd9f
SHA1 (patch-auto_os_conf) = 6d1cd7aef662a60d4288014eb6fadbe8c1268e55
-SHA1 (patch-src_nxt__cert.c) = c91e45f148a079b543a0d3cb277388bffb3e2854
-SHA1 (patch-src_nxt__conf__validation.c) = bc00a598fc3e8a6bb9ccee3b773b603e788b426f
SHA1 (patch-src_nxt__kqueue__engine.c) = c341425f4b21d4cff6e003958f88a04b53dc4ee1
SHA1 (patch-src_nxt__php__sapi.c) = 2d5e557ff2066bec78f5bfbca6a64688f60da01b
-SHA1 (patch-src_nxt__router.c) = cc679af06fce1589d555c001574cd4cbd1af53b7
-SHA1 (patch-src_nxt__unit.c) = fd9a43fc2cbcd342cd5e82e074c3c5a3d6a090cb
SHA1 (patch-src_nxt__unix.h) = c0db5bc4d9c45a3ead48627567284d8b3041b0a0
SHA1 (patch-src_nxt__websocket__header.h) = 1b50405b187cc8a662372a1c20ab7737278135ae
diff --git a/unit/patches/patch-src_nxt__conf__validation.c b/unit/patches/patch-src_nxt__conf__validation.c
deleted file mode 100644
index 31540bba2e..0000000000
--- a/unit/patches/patch-src_nxt__conf__validation.c
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD$
-
-NetBSD portability,
-https://mail-index.netbsd.org/tech-userlevel/2014/08/15/msg008729.html
-
-This patch is going to be reviewed by the vendor.
-
---- src/nxt_conf_validation.c.orig 2020-11-20 11:59:37.258205794 -0500
-+++ src/nxt_conf_validation.c 2020-11-20 12:11:43.940557782 -0500
-@@ -1426,10 +1426,10 @@
-
- size = nxt_conf_get_number(value);
-
-- if (size < PTHREAD_STACK_MIN) {
-+ if (size < sysconf(_SC_THREAD_STACK_MIN)) {
- return nxt_conf_vldt_error(vldt, "The \"thread_stack_size\" number "
- "must be equal to or greater than %d.",
-- PTHREAD_STACK_MIN);
-+ sysconf(_SC_THREAD_STACK_MIN));
- }
-
- if ((size % nxt_pagesize) != 0) {
diff --git a/unit/version.mk b/unit/version.mk
index ec35c73eb7..b52dae6077 100644
--- a/unit/version.mk
+++ b/unit/version.mk
@@ -12,7 +12,7 @@
UNITVERSION_MK= defined
# Define NGINX Unit's version.
-UNIT_VERSION= 1.22.0
+UNIT_VERSION= 1.23.0
# Define NGINX Unit's modules directory
UNIT_EXTENSION_DIR= libexec/unit/modules
Home |
Main Index |
Thread Index |
Old Index