Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
nmap Defcon 13 ebuild
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
MrApples
Guru
Guru


Joined: 13 Dec 2002
Posts: 511

PostPosted: Sun Jul 31, 2005 2:29 am    Post subject: nmap Defcon 13 ebuild Reply with quote

fyodor introduced a great new version of nmap here at dc13, so i wrote an ebuild, it has some nice new features such as mac address spoofing

NOTE: i hardly write ebuilds, its an ugly hack

Code:
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-3.81.ebuild,v 1.11 200  5/06/26 18:15:29 j4rg0n Exp $

inherit eutils flag-o-matic

RESTRICT="nomirror"

DESCRIPTION="A utility for network exploration or security auditing"
HOMEPAGE="http://www.insecure.org/presentations/Defcon13/NmapRelease"
SRC_URI="http://www.insecure.org/presentations/Defcon13/NmapRelease/${P}.DC13.ta  r.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc-macos ppc64 s390 sparc x86"
IUSE="gtk ssl"

DEPEND="virtual/libc
   dev-libs/libpcre
   gtk? ( =x11-libs/gtk+-1.2* )
   ssl? ( dev-libs/openssl )"

src_compile() {
   cd /var/tmp/portage/nmap-3.83/work/nmap-3.83.DC13
   use ppc-macos && filter-flags -fstrict-aliasing -O2
   econf \
      $(use_with gtk nmapfe) \
      $(use_with ssl openssl) || die
   emake -j1 || die
}

src_install() {
   cd /var/tmp/portage/nmap-3.83/work/nmap-3.83.DC13
   einstall -j1 nmapdatadir=${D}/usr/share/nmap install || die
   dodoc CHANGELOG HACKING INSTALL docs/README docs/*.txt
   dohtml docs/*.html
}

_________________
http://www.whatsinyourbox.org -- Technology discussion, news, and more.
Back to top
View user's profile Send private message
jlmcp
Tux's lil' helper
Tux's lil' helper


Joined: 27 Apr 2005
Posts: 134

PostPosted: Fri Sep 09, 2005 5:13 am    Post subject: Reply with quote

nmap 3.90 released today, which has this and many other new upgrades:
http://seclists.org/lists/nmap-hackers/2005/Jul-Sep/0004.html

Hope it makes its way into portage soon!

Jake
_________________
Dell PowerEdge :: 3.8 GHz Pentium 4 :: 1 GB RAM :: Kernel: 2.6.36-gentoo-r2
Back to top
View user's profile Send private message
MrApples
Guru
Guru


Joined: 13 Dec 2002
Posts: 511

PostPosted: Fri Sep 09, 2005 5:30 am    Post subject: Reply with quote

https://bugs.gentoo.org/show_bug.cgi?id=105294 in case you hadnt seen it
_________________
http://www.whatsinyourbox.org -- Technology discussion, news, and more.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum