Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 164976 Details for
Bug 225125
New package: arpon - ArpON (Arp handler inspectiON) is a portable Arp handler
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ArpOn 1.70 ebuild
arpon-1.70.ebuild (text/plain), 1.05 KB, created by
Giuseppe Marco Randazzo <zeld>
on 2008-09-09 06:26:56 UTC
(
hide
)
Description:
ArpOn 1.70 ebuild
Filename:
MIME Type:
Creator:
Giuseppe Marco Randazzo <zeld>
Created:
2008-09-09 06:26:56 UTC
Size:
1.05 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >MY_P="ArpON-${PV}" >DESCRIPTION="ArpON (Arp handler inspectiON) is a portable Arp handler. It >Detects and Blocks all ARP Poisoning/Spoofing attacks with static (SARPI) and >dynamic (DARPI) approach on switched/hubbed LAN with/without DHCP protocol." > >HOMEPAGE="http://arpon.sourceforge.net/" >SRC_URI="http://mesh.dl.sourceforge.net/sourceforge/arpon/$MY_P.tar.gz" > >LICENSE="BSD License" >SLOT="0" >KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" >IUSE="doc" > >DEPEND="net-libs/libpcap > >=net-libs/libnet-1.1.2.1-r1 > dev-libs/libdnet" > >RDEPEND="${DEPEND}" > >S=${WORKDIR}/${MY_P} > >src_unpack() >{ > unpack ${A} > cd "${S}" > epatch "${FILESDIR}"/Makefile-arpon-1.70.patch >} > >src_compile() { > if use kernel_linux; then > emake linux || die "emake failed" > elif use kernel_FreeBSD; then > emake freebsd || die "emake failed" > fi >} > >src_install() { > dosbin arpon > doman man8/arpon.8 > dodoc AUTHORS CHANGELOG TODO >}
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 225125
:
155851
|
155855
|
160109
|
160110
|
160118
|
160571
|
160573
|
160575
|
162837
|
162838
| 164976 |
164978