From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 6DF9B211B9 for ; Wed, 26 Dec 2018 19:57:19 +0000 (UTC) From: Eric Wong To: yahns-public@yhbt.net Subject: [PATCH 0/5] exec_cgi: various cleanups and fixes Date: Wed, 26 Dec 2018 19:57:11 +0000 Message-Id: <20181226195716.31202-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Yup, I still use this to run cgit... test/test_extras_exec_cgi.rb: improve test reliability extras/exec_cgi: remove kgio dependency extras/exec_cgi: update copyright year and use SPDX extras/exec_cgi: @body_tip is always set extras/exec_cgi: support Process.spawn options (e.g. RLIMIT_*) extras/exec_cgi.rb | 60 +++++++++++++++++++++++++++----------------- test/test_extras_exec_cgi.rb | 25 +++++++++++++++++- 2 files changed, 61 insertions(+), 24 deletions(-)