Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-204-r1.ebuild systemd-208-r2.ebuild systemd-9999.ebuild ChangeLog
Date: Mon, 04 Nov 2013 12:32:33
Message-Id: 20131104123225.0CACD2004B@flycatcher.gentoo.org
1 mgorny 13/11/04 12:32:24
2
3 Modified: systemd-204-r1.ebuild systemd-208-r2.ebuild
4 systemd-9999.ebuild ChangeLog
5 Log:
6 Suggest disabling GRKERNSEC_PROC to make it possible to run systemd on Hardened, bug #490366.
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
9
10 Revision Changes Path
11 1.9 sys-apps/systemd/systemd-204-r1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-204-r1.ebuild?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-204-r1.ebuild?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-204-r1.ebuild?r1=1.8&r2=1.9
16
17 Index: systemd-204-r1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-204-r1.ebuild,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- systemd-204-r1.ebuild 18 Oct 2013 19:07:26 -0000 1.8
24 +++ systemd-204-r1.ebuild 4 Nov 2013 12:32:24 -0000 1.9
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-204-r1.ebuild,v 1.8 2013/10/18 19:07:26 floppym Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-204-r1.ebuild,v 1.9 2013/11/04 12:32:24 mgorny Exp $
30
31 EAPI=5
32
33 @@ -71,7 +71,8 @@
34 pkg_pretend() {
35 local CONFIG_CHECK="~AUTOFS4_FS ~BLK_DEV_BSG ~CGROUPS ~DEVTMPFS
36 ~FANOTIFY ~HOTPLUG ~INOTIFY_USER ~IPV6 ~NET ~PROC_FS ~SIGNALFD
37 - ~SYSFS ~!IDE ~!SYSFS_DEPRECATED ~!SYSFS_DEPRECATED_V2"
38 + ~SYSFS ~!IDE ~!SYSFS_DEPRECATED ~!SYSFS_DEPRECATED_V2
39 + ~!GRKERNSEC_PROC"
40 # ~!FW_LOADER_USER_HELPER"
41
42 use acl && CONFIG_CHECK+=" ~TMPFS_POSIX_ACL"
43
44
45
46 1.4 sys-apps/systemd/systemd-208-r2.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-208-r2.ebuild?rev=1.4&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-208-r2.ebuild?rev=1.4&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-208-r2.ebuild?r1=1.3&r2=1.4
51
52 Index: systemd-208-r2.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-208-r2.ebuild,v
55 retrieving revision 1.3
56 retrieving revision 1.4
57 diff -u -r1.3 -r1.4
58 --- systemd-208-r2.ebuild 14 Oct 2013 18:17:39 -0000 1.3
59 +++ systemd-208-r2.ebuild 4 Nov 2013 12:32:24 -0000 1.4
60 @@ -1,6 +1,6 @@
61 # Copyright 1999-2013 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-208-r2.ebuild,v 1.3 2013/10/14 18:17:39 mgorny Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-208-r2.ebuild,v 1.4 2013/11/04 12:32:24 mgorny Exp $
65
66 EAPI=5
67
68 @@ -78,7 +78,8 @@
69 local CONFIG_CHECK="~AUTOFS4_FS ~BLK_DEV_BSG ~CGROUPS ~DEVTMPFS
70 ~EPOLL ~FANOTIFY ~FHANDLE ~INOTIFY_USER ~IPV6 ~NET ~PROC_FS
71 ~SECCOMP ~SIGNALFD ~SYSFS ~TIMERFD
72 - ~!IDE ~!SYSFS_DEPRECATED ~!SYSFS_DEPRECATED_V2"
73 + ~!IDE ~!SYSFS_DEPRECATED ~!SYSFS_DEPRECATED_V2
74 + ~!GRKERNSEC_PROC"
75
76 use acl && CONFIG_CHECK+=" ~TMPFS_POSIX_ACL"
77 use pam && CONFIG_CHECK+=" ~AUDITSYSCALL"
78
79
80
81 1.71 sys-apps/systemd/systemd-9999.ebuild
82
83 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.71&view=markup
84 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.71&content-type=text/plain
85 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.70&r2=1.71
86
87 Index: systemd-9999.ebuild
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
90 retrieving revision 1.70
91 retrieving revision 1.71
92 diff -u -r1.70 -r1.71
93 --- systemd-9999.ebuild 17 Oct 2013 18:36:53 -0000 1.70
94 +++ systemd-9999.ebuild 4 Nov 2013 12:32:24 -0000 1.71
95 @@ -1,6 +1,6 @@
96 # Copyright 1999-2013 Gentoo Foundation
97 # Distributed under the terms of the GNU General Public License v2
98 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.70 2013/10/17 18:36:53 mgorny Exp $
99 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.71 2013/11/04 12:32:24 mgorny Exp $
100
101 EAPI=5
102
103 @@ -101,7 +101,8 @@
104 local CONFIG_CHECK="~AUTOFS4_FS ~BLK_DEV_BSG ~CGROUPS ~DEVTMPFS
105 ~EPOLL ~FANOTIFY ~FHANDLE ~INOTIFY_USER ~IPV6 ~NET ~PROC_FS
106 ~SECCOMP ~SIGNALFD ~SYSFS ~TIMERFD
107 - ~!IDE ~!SYSFS_DEPRECATED ~!SYSFS_DEPRECATED_V2"
108 + ~!IDE ~!SYSFS_DEPRECATED ~!SYSFS_DEPRECATED_V2
109 + ~!GRKERNSEC_PROC"
110
111 use acl && CONFIG_CHECK+=" ~TMPFS_POSIX_ACL"
112 use pam && CONFIG_CHECK+=" ~AUDITSYSCALL"
113
114
115
116 1.195 sys-apps/systemd/ChangeLog
117
118 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.195&view=markup
119 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.195&content-type=text/plain
120 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.194&r2=1.195
121
122 Index: ChangeLog
123 ===================================================================
124 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
125 retrieving revision 1.194
126 retrieving revision 1.195
127 diff -u -r1.194 -r1.195
128 --- ChangeLog 18 Oct 2013 19:07:26 -0000 1.194
129 +++ ChangeLog 4 Nov 2013 12:32:24 -0000 1.195
130 @@ -1,6 +1,11 @@
131 # ChangeLog for sys-apps/systemd
132 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
133 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.194 2013/10/18 19:07:26 floppym Exp $
134 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.195 2013/11/04 12:32:24 mgorny Exp $
135 +
136 + 04 Nov 2013; Michał Górny <mgorny@g.o> systemd-204-r1.ebuild,
137 + systemd-208-r2.ebuild, systemd-9999.ebuild:
138 + Suggest disabling GRKERNSEC_PROC to make it possible to run systemd on
139 + Hardened, bug #490366.
140
141 18 Oct 2013; Mike Gilbert <floppym@g.o> systemd-204-r1.ebuild,
142 systemd-204-r2.ebuild: