Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/openrc:0.34.x commit in: /
Date: Mon, 20 Nov 2017 18:42:15
Message-Id: 1511203094.0287aa65884e30f81a92c58d911048b00c878034.williamh@OpenRC
1 commit: 0287aa65884e30f81a92c58d911048b00c878034
2 Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
3 AuthorDate: Mon Nov 20 18:38:14 2017 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 20 18:38:14 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=0287aa65
7
8 Update ChangeLog
9
10 ChangeLog | 31 +++++++++++++++++++++++--------
11 1 file changed, 23 insertions(+), 8 deletions(-)
12
13 diff --git a/ChangeLog b/ChangeLog
14 index a9f02bb3..06cf304f 100644
15 --- a/ChangeLog
16 +++ b/ChangeLog
17 @@ -1,3 +1,26 @@
18 +commit 1732c70fb5e6d75c0d104662d06169978c00a5e8
19 +Author: Doug Freed <dwfreed@×××.edu>
20 +Commit: William Hubbs <w.d.hubbs@×××××.com>
21 +
22 + rc-schedules: if given nothing to look for, stop
23 +
24 + This avoids trying to kill everything.
25 +
26 + X-Gentoo-Bug: 631958
27 + X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=631958
28 +
29 +commit 263dde90c28ccd5abb1a60b6ba1f5f8be508164a
30 +Author: William Hubbs <w.d.hubbs@×××××.com>
31 +Commit: William Hubbs <w.d.hubbs@×××××.com>
32 +
33 + version 0.34.9
34 +
35 +commit 422795e2ceb723601e648f4f5cde55141c7e02f4
36 +Author: William Hubbs <w.d.hubbs@×××××.com>
37 +Commit: William Hubbs <w.d.hubbs@×××××.com>
38 +
39 + Update ChangeLog
40 +
41 commit 00ad99a29223e1567752191e748822710e1042e6
42 Author: William Hubbs <w.d.hubbs@×××××.com>
43 Commit: William Hubbs <w.d.hubbs@×××××.com>
44 @@ -1638,11 +1661,3 @@ Commit: William Hubbs <w.d.hubbs@×××××.com>
45
46 The openntmpfiles package is designed so that it can be used on systems
47 independently of whether openrc is used.
48 -
49 -commit 6414c3bc394f86a5d6a5f02c934469e21bbbc923
50 -Author: Jason Zaman <jason@×××××××××.com>
51 -Commit: William Hubbs <w.d.hubbs@×××××.com>
52 -
53 - selinux: fix SIGSEGV with invalid contexts
54 -
55 - Fixes: https://github.com/openrc/openrc/issues/104