Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 293727 Details for
Bug 324393
dev-util/flawfinder: Verify and potentially improve Python-related code
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
ebuild patch
flawfinder.patch (text/plain), 967 bytes, created by
Ian Delaney (RETIRED)
on 2011-11-25 16:10:34 UTC
(
hide
)
Description:
ebuild patch
Filename:
MIME Type:
Creator:
Ian Delaney (RETIRED)
Created:
2011-11-25 16:10:34 UTC
Size:
967 bytes
patch
obsolete
>diff -ur flawfinder.orig/flawfinder-1.27-r1.ebuild flawfinder/flawfinder-1.27-r1.ebuild >--- flawfinder.orig/flawfinder-1.27-r1.ebuild 2010-01-16 05:35:06.000000000 +0800 >+++ flawfinder/flawfinder-1.27-r1.ebuild 2011-11-26 00:01:58.005997420 +0800 >@@ -2,8 +2,9 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/dev-util/flawfinder/flawfinder-1.27-r1.ebuild,v 1.2 2010/01/15 21:35:06 fauli Exp $ > >-EAPI=2 >-inherit eutils >+EAPI=3 >+PYTHON_DEPEND="2" >+inherit eutils python > > DESCRIPTION="Examines C/C++ source code for security flaws" > HOMEPAGE="http://www.dwheeler.com/flawfinder/" >@@ -15,7 +16,7 @@ > IUSE="" > > DEPEND="" >-RDEPEND="dev-lang/python" >+RDEPEND="" > > src_prepare() { > epatch "${FILESDIR}"/flawfinder-1.27-whitespace-traceback.patch >@@ -26,4 +27,5 @@ > doman ${PN}.1 > dodoc ChangeLog INSTALL.txt README announcement > dodoc flawfinder.pdf >+ python_convert_shebangs 2 "${ED}"usr/bin/flawfinder > }
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 324393
:
235887
| 293727