pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Update to the recent 1.19.0 release.



Module Name:	pkgsrc-wip
Committed By:	Sergey A. Osokin <osa%FreeBSD.org@localhost>
Pushed By:	osa
Date:		Thu Aug 13 22:16:40 2020 -0400
Changeset:	b64e46dc912e4444d6a18c23c6c78a3758bbc8a3

Removed Files:
	unit/patches/patch-src_nxt__application.c

Log Message:
Update to the recent 1.19.0 release.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b64e46dc912e4444d6a18c23c6c78a3758bbc8a3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 unit/patches/patch-src_nxt__application.c | 30 ------------------------------
 1 file changed, 30 deletions(-)

diffs:
diff --git a/unit/patches/patch-src_nxt__application.c b/unit/patches/patch-src_nxt__application.c
deleted file mode 100644
index fffc59ebee..0000000000
--- a/unit/patches/patch-src_nxt__application.c
+++ /dev/null
@@ -1,30 +0,0 @@
---- src/nxt_application.c.orig	2020-08-08 16:28:19.771768606 -0400
-+++ src/nxt_application.c	2020-08-08 16:33:14.070404193 -0400
-@@ -474,20 +474,24 @@
- static nxt_int_t
- nxt_app_prefork(nxt_task_t *task, nxt_process_t *process, nxt_mp_t *mp)
- {
--    nxt_int_t              cap_setid, cap_chroot;
-+    nxt_int_t              cap_setid;
-     nxt_int_t              ret;
-     nxt_runtime_t          *rt;
-     nxt_common_app_conf_t  *app_conf;
--    nxt_app_lang_module_t  *lang;
- 
-     rt = task->thread->runtime;
-     app_conf = process->data.app;
-     cap_setid = rt->capabilities.setid;
--    cap_chroot = rt->capabilities.chroot;
- 
-+#if (NXT_HAVE_ISOLATION_ROOTFS)
-+    nxt_int_t               cap_chroot;
-+    nxt_app_lang_module_t  *lang;
-+
-+    cap_chroot = rt->capabilities.chroot;
-     lang = nxt_app_lang_module(rt, &app_conf->type);
- 
-     nxt_assert(lang != NULL);
-+#endif
- 
-     if (app_conf->isolation != NULL) {
-         ret = nxt_app_set_isolation(task, app_conf->isolation, process);


Home | Main Index | Thread Index | Old Index