From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AA66D1396D0 for ; Mon, 18 Sep 2017 22:16:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E21B3E0C0D; Mon, 18 Sep 2017 22:16:52 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B1BB3E0C0D for ; Mon, 18 Sep 2017 22:16:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4D36E33D3CE for ; Mon, 18 Sep 2017 22:16:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 14D669096 for ; Mon, 18 Sep 2017 22:16:50 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1505772971.fe86e7691dba19cdc4ce59689eddd17a8f731b29.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:0.31.x commit in: / X-VCS-Repository: proj/openrc X-VCS-Files: ChangeLog X-VCS-Directories: / X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: fe86e7691dba19cdc4ce59689eddd17a8f731b29 X-VCS-Branch: 0.31.x Date: Mon, 18 Sep 2017 22:16:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 06124056-0786-43e3-a524-99c32d0699be X-Archives-Hash: 61ddb1999ad21aa227bbbb77dd8d9bb3 commit: fe86e7691dba19cdc4ce59689eddd17a8f731b29 Author: William Hubbs gmail com> AuthorDate: Mon Sep 18 22:16:11 2017 +0000 Commit: William Hubbs gentoo org> CommitDate: Mon Sep 18 22:16:11 2017 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=fe86e769 Update ChangeLog ChangeLog | 76 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) diff --git a/ChangeLog b/ChangeLog index b900d24b..40a1e6e0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,79 @@ +commit 038cea416c0a4cda83872733ab660cf0bb2b5eaf +Author: William Hubbs +Commit: William Hubbs + + ignore sigchld when shutting down the supervised process + + We need to do this to skip the zombie state for the child process since + we are not easily able to wait() for it. + +commit e2bd550d13d23ce132650d7e3dc36dc512bf048e +Author: William Hubbs +Commit: William Hubbs + + typo fix + +commit ac498146071636a3fbda4fb48ff64102c244415d +Author: William Hubbs +Commit: William Hubbs + + typo fix + +commit 09fc8fe09c01a347666de66fb11e759de371a873 +Author: William Hubbs +Commit: William Hubbs + + supervise-daemon: code cleanup + + Clean up the process for killing an active supervisor when stopping. + +commit 3a2774732aa629083bc6395c5c7a8a3040e64b60 +Author: William Hubbs +Commit: William Hubbs + + initialize the stop schedule + +commit dec0722c30e41480d300549a69d3672c38e0c15d +Author: William Hubbs +Commit: William Hubbs + + rc-schedules.c: pass the correct pid to rc_find_pids + + This is for #163. + +commit 949daeb68b2a39fa1e64f2eb3fa72579f98df09e +Author: Jason Zaman +Commit: William Hubbs + + selinux: fix const qualifier warning + + rc-selinux.c: In function ‘selinux_setup’: + rc-selinux.c:361:9: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] + curr_t = context_type_get(curr_con); + ^ + +commit fbab2affd2d5309ed4b5416e0e239902d77b4232 +Author: Jason Zaman +Commit: William Hubbs + + selinux: use openrc contexts path to get contexts + + The minimum requirement for libselinux is now >=2.6 + The refpolicy and the gentoo policy contain the + contexts since version 2.20170204-r4 + +commit 28249059356d8b611a46c5493574abe9805ab48b +Author: William Hubbs +Commit: William Hubbs + + version 0.31.2 + +commit 60eadd5fa2ba2675caab4f977b8627bc07e39e8e +Author: William Hubbs +Commit: William Hubbs + + Update ChangeLog + commit 2a203b9b6e91e4ed140750eb9223012035870864 Author: William Hubbs Commit: William Hubbs