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 184F91396D9 for ; Mon, 20 Nov 2017 18:42:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A79BE0EDE; Mon, 20 Nov 2017 18:42:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 1ABE2E0EDE for ; Mon, 20 Nov 2017 18:42:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 1DD1F340AC7 for ; Mon, 20 Nov 2017 18:42:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA865A1B9 for ; Mon, 20 Nov 2017 18:42:11 +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: <1511203094.0287aa65884e30f81a92c58d911048b00c878034.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:0.34.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: 0287aa65884e30f81a92c58d911048b00c878034 X-VCS-Branch: 0.34.x Date: Mon, 20 Nov 2017 18:42:11 +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: 85d14996-b03c-4463-956d-73601762b5f4 X-Archives-Hash: 9352835c99aadac35c4b7437802fb2d3 commit: 0287aa65884e30f81a92c58d911048b00c878034 Author: William Hubbs gmail com> AuthorDate: Mon Nov 20 18:38:14 2017 +0000 Commit: William Hubbs gentoo org> CommitDate: Mon Nov 20 18:38:14 2017 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=0287aa65 Update ChangeLog ChangeLog | 31 +++++++++++++++++++++++-------- 1 file changed, 23 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index a9f02bb3..06cf304f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +commit 1732c70fb5e6d75c0d104662d06169978c00a5e8 +Author: Doug Freed +Commit: William Hubbs + + rc-schedules: if given nothing to look for, stop + + This avoids trying to kill everything. + + X-Gentoo-Bug: 631958 + X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=631958 + +commit 263dde90c28ccd5abb1a60b6ba1f5f8be508164a +Author: William Hubbs +Commit: William Hubbs + + version 0.34.9 + +commit 422795e2ceb723601e648f4f5cde55141c7e02f4 +Author: William Hubbs +Commit: William Hubbs + + Update ChangeLog + commit 00ad99a29223e1567752191e748822710e1042e6 Author: William Hubbs Commit: William Hubbs @@ -1638,11 +1661,3 @@ Commit: William Hubbs The openntmpfiles package is designed so that it can be used on systems independently of whether openrc is used. - -commit 6414c3bc394f86a5d6a5f02c934469e21bbbc923 -Author: Jason Zaman -Commit: William Hubbs - - selinux: fix SIGSEGV with invalid contexts - - Fixes: https://github.com/openrc/openrc/issues/104