Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 151867 Details for
Bug 220293
net-analyzer/hping does not work with atheros wifi cards
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Modified ebuild to apply the above patch
hping-2.0.0_rc3-r2.ebuild (text/plain), 1.08 KB, created by
William Keaney
on 2008-05-05 00:30:00 UTC
(
hide
)
Description:
Modified ebuild to apply the above patch
Filename:
MIME Type:
Creator:
William Keaney
Created:
2008-05-05 00:30:00 UTC
Size:
1.08 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/hping-2.0.0_rc3-r1.ebuild,v 1.11 2007/01/20 17:00:45 eroyf Exp $ > >inherit eutils > >MY_P="${PN}${PV//_/-}" >DESCRIPTION="A ping-like TCP/IP packet assembler/analyzer" >HOMEPAGE="http://www.hping.org" >SRC_URI="http://www.hping.org/${MY_P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="alpha amd64 hppa ia64 ~mips ppc sparc x86" >IUSE="debug" > >DEPEND="virtual/libpcap" > >S="${WORKDIR}/${MY_P//\.[0-9]}" > >src_unpack() { > unpack ${A} > cd ${S} > epatch ${FILESDIR}/bytesex.h.patch > epatch ${FILESDIR}/hping-bridge.patch > epatch ${FILESDIR}/atheros_header.patch >} > >src_compile() { > ./configure || die > > if use debug > then > make CCOPT="${CFLAGS}" || die > else > make CCOPT="${CFLAGS}" DEBUG="" || die > fi >} > >src_install () { > dodir /usr/sbin > dosbin hping2 > dosym /usr/sbin/hping2 /usr/sbin/hping > > doman docs/hping2.8 > dodoc INSTALL KNOWN-BUGS NEWS README TODO AUTHORS BUGS CHANGES COPYING docs/AS-BACKDOOR docs/HPING2-IS-OPEN docs/MORE-FUN-WITH-IPID docs/*.txt >}
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 Raw
Actions:
View
Attachments on
bug 220293
:
151865
| 151867