Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 248865 Details for
Bug 338971
x11-plugins/gkrellm-bgchanger _FORTIFY_SOURCE indicates presence of overflow
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to gkrellm-bgchanger-0.1.7 to add src_prepare to fix overflow and some QA issues
gkrellm-bgchanger-0.1.7.ebuild.patch (text/plain), 845 bytes, created by
Kevin Pyle
on 2010-09-28 02:28:52 UTC
(
hide
)
Description:
Patch to gkrellm-bgchanger-0.1.7 to add src_prepare to fix overflow and some QA issues
Filename:
MIME Type:
Creator:
Kevin Pyle
Created:
2010-09-28 02:28:52 UTC
Size:
845 bytes
patch
obsolete
>diff -ru a/gkrellm-bgchanger-0.1.7.ebuild b/gkrellm-bgchanger-0.1.7.ebuild >--- a/gkrellm-bgchanger-0.1.7.ebuild 2009-04-05 08:08:24.000000000 +0000 >+++ b/gkrellm-bgchanger-0.1.7.ebuild 2010-09-28 02:20:07.104432524 +0000 >@@ -2,7 +2,9 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-bgchanger/gkrellm-bgchanger-0.1.7.ebuild,v 1.8 2007/07/11 20:39:22 mr_bones_ Exp $ > >-inherit gkrellm-plugin >+EAPI="2" >+ >+inherit gkrellm-plugin toolchain-funcs > > IUSE="" > >@@ -19,3 +21,14 @@ > > PLUGIN_SO=gkrellmbgchg.so > PLUGIN_DOCS="bgchg_info.sh kdewallpaper.sh" >+ >+src_prepare() { >+ sed -i \ >+ -e '/^CFLAGS /s/-O3//' \ >+ -e 's/\<LFLAGS\>/LDFLAGS/g' \ >+ -e "1aCC:=$(tc-getCC)" \ >+ Makefile || die >+ sed -i \ >+ -e '/fgets/s/num\*BUFFSIZE/(&)-1/' \ >+ gkrellmbgchg.c || die >+}
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 338971
:
248858
| 248865