On Sunday, March 13, 2011 18:07:48 Anthony G. Basile wrote:
> 2) This works for me, but I'm not familiar with any gentoo kernels that
> have -grsec in the uname. Am I missing something, or is this just in
> case some of our users are deploying their own kernels?
not everyone uses sys-kernel/* ...
The attached list notes all of the packages that were added or removed
from the tree, for the week ending 2011-03-13 23h59 UTC.
Removals:
dev-php5/mongo 2011-03-07 15:58:34 olemarkus
dev-tcltk/tclxml-expat 2011-03-08 14:09:53 jlec
dev-perl/Thread-Q
On 03/13/2011 06:01 PM, Mike Frysinger wrote:
> On Sunday, March 13, 2011 17:38:29 Anthony G. Basile wrote:
>> On 03/13/2011 04:19 PM, Mike Frysinger wrote:
>>> maybe have it `elog` only when [[ $(uname -r) == *-grsec* ]]
>> blueness@yellowness ~ $ uname -r
>> 2.6.37-hardened-r5
>>
>> so you need =
On Sunday, March 13, 2011 17:38:29 Anthony G. Basile wrote:
> On 03/13/2011 04:19 PM, Mike Frysinger wrote:
> > maybe have it `elog` only when [[ $(uname -r) == *-grsec* ]]
>
> blueness@yellowness ~ $ uname -r
> 2.6.37-hardened-r5
>
> so you need == *-hardened-*
you want to additionally match ha
On 03/13/2011 04:19 PM, Mike Frysinger wrote:
> On Saturday, March 12, 2011 07:36:35 Paweł Hajdan, Jr. wrote:
>> I wonder why pax-utils.eclass uses elog instead of just einfo. An
>> example message looks like this:
>>
>> * Fallback PaX marking -m
>> * out/Release/chrome
>>
>> IMHO it's not v
On Saturday, March 12, 2011 07:36:35 Paweł Hajdan, Jr. wrote:
> I wonder why pax-utils.eclass uses elog instead of just einfo. An
> example message looks like this:
>
> * Fallback PaX marking -m
> * out/Release/chrome
>
> IMHO it's not very useful in the elog messages, but maybe there are
The following old-style virtuals are declared in profiles, but no
package PROVIDEs them:
virtual/dhcpcd
virtual/imapUW
virtual/libiconv
virtual/opengl
virtual/pbs
virtual/ruby
virtual/wine
Unless someone raises objections, I'm going to remove them.
Ulrich
+# Christoph Mende (13 Mar 2011)
+# Unmaintained upstream and doesn't work with current gmpc.
+# Will be removed in 30 days.
+media-plugins/gmpc-coveramazon
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Dne 12.3.2011 11:37, "Paweł Hajdan, Jr." napsal(a):
> One of my ebuilds is using virtualx eclass, and I noticed the following
> code inside the eclass:
>
> retval=$?
>
> # Now kill Xvfb
> kill $(cat /tmp/.X${XDISPLAY}-lock)
>