Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 229977 Details for
Bug 318095
kernel-2.eclass: Confusing ewarn message with USE=deblob
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for kernel-2.eclass
kernel-2.eclass.diff (text/plain), 789 bytes, created by
Ulrich Müller
on 2010-05-02 07:13:45 UTC
(
hide
)
Description:
Patch for kernel-2.eclass
Filename:
MIME Type:
Creator:
Ulrich Müller
Created:
2010-05-02 07:13:45 UTC
Size:
789 bytes
patch
obsolete
>--- kernel-2.eclass~ >+++ kernel-2.eclass >@@ -669,7 +669,7 @@ > # if we're using a deblobbed kernel, it's not supported > [[ $K_DEBLOB_AVAILABLE == 1 ]] && \ > use deblob && \ >- K_SECURITY_UNSUPPORTED=1 >+ K_SECURITY_UNSUPPORTED=deblob > > # if we are to forcably symlink, delete it if it already exists first. > if [[ ${K_SYMLINK} > 0 ]]; then >@@ -714,7 +714,10 @@ > fi > > # optionally display security unsupported message >- if [[ -n ${K_SECURITY_UNSUPPORTED} ]]; then >+ if [[ ${K_SECURITY_UNSUPPORTED} = deblob ]]; then >+ echo >+ ewarn "Deblobbed kernels are UNSUPPORTED by Gentoo Security." >+ elif [[ -n ${K_SECURITY_UNSUPPORTED} ]]; then > echo > ewarn "${PN} is UNSUPPORTED by Gentoo Security." > ewarn "This means that it is likely to be vulnerable to recent security issues."
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 318095
: 229977