Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
jer 12/06/20 17:33:05
Modified: metadata.xml ChangeLog
Added: nmap-6.01.ebuild
Log:
Version bump. Add a parallel make patch (bug #416987). Add more USE flags for optional utilities.
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Revision Changes Path
1.6 net-analyzer/nmap/metadata.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/metadata.xml?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/metadata.xml?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/metadata.xml?r1=1.5&r2=1.6
Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nmap/metadata.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- metadata.xml 26 Sep 2009 22:03:12 -0000 1.5
+++ metadata.xml 20 Jun 2012 17:33:05 -0000 1.6
@@ -5,4 +5,12 @@
<maintainer>
<email>spock@g.o</email>
</maintainer>
+<use>
+<flag name="ncat">Install the ncat utility</flag>
+<flag name="ndiff">Install the ndiff utility</flag>
+<flag name="nmap-update">Install nmap-update, which uses
+<pkg>dev-vcs/subversion</pkg> to update nmap scripts in your home
+directory</flag>
+<flag name="nping">Install the nping utility</flag>
+</use>
</pkgmetadata>
1.254 net-analyzer/nmap/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/ChangeLog?rev=1.254&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/ChangeLog?rev=1.254&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/ChangeLog?r1=1.253&r2=1.254
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nmap/ChangeLog,v
retrieving revision 1.253
retrieving revision 1.254
diff -u -r1.253 -r1.254
--- ChangeLog 15 Jun 2012 15:32:51 -0000 1.253
+++ ChangeLog 20 Jun 2012 17:33:05 -0000 1.254
@@ -1,6 +1,13 @@
# ChangeLog for net-analyzer/nmap
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/ChangeLog,v 1.253 2012/06/15 15:32:51 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/ChangeLog,v 1.254 2012/06/20 17:33:05 jer Exp $
+
+*nmap-6.01 (20 Jun 2012)
+
+ 20 Jun 2012; Jeroen Roovers <jer@g.o> +nmap-6.01.ebuild,
+ +files/nmap-6.01-make.patch, metadata.xml:
+ Version bump. Add a parallel make patch (bug #416987). Add more USE flags for
+ optional utilities.
15 Jun 2012; Jeroen Roovers <jer@g.o> nmap-6.00.ebuild:
Reinstate -j1 (bug #416987).
1.1 net-analyzer/nmap/nmap-6.01.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/nmap-6.01.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/nmap-6.01.ebuild?rev=1.1&content-type=text/plain
Index: nmap-6.01.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-6.01.ebuild,v 1.1 2012/06/20 17:33:05 jer Exp $
EAPI="4"
PYTHON_DEPEND="2"
inherit eutils flag-o-matic python
MY_P=${P/_beta/BETA}
DESCRIPTION="A utility for network exploration or security auditing"
HOMEPAGE="http://nmap.org/"
SRC_URI="http://nmap.org/dist/${MY_P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE="gtk lua ncat ndiff nmap-update nping ssl"
DEPEND="dev-libs/libpcre
net-libs/libpcap
dev-libs/apr
gtk? ( >=x11-libs/gtk+-2.6:2
>=dev-python/pygtk-2.6
|| ( dev-lang/python:2.7[sqlite] dev-lang/python:2.6[sqlite] dev-lang/python:2.5[sqlite] dev-python/pysqlite:2 )
)
lua? ( >=dev-lang/lua-5.1.4-r1[deprecated] )
nmap-update? ( dev-libs/apr dev-vcs/subversion )
ssl? ( dev-libs/openssl )"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${MY_P}"
pkg_setup() {
python_set_active_version 2
}
src_prepare() {
epatch "${FILESDIR}"/${PN}-4.75-include.patch
epatch "${FILESDIR}"/${PN}-4.75-nolua.patch
epatch "${FILESDIR}"/${PN}-5.10_beta1-string.patch
epatch "${FILESDIR}"/${PN}-5.21-python.patch
epatch "${FILESDIR}"/${PN}-5.51-su-to-zenmap-fix.patch
sed -i -e 's/-m 755 -s ncat/-m 755 ncat/' ncat/Makefile.in
# bug #416987
epatch "${FILESDIR}"/${P}-make.patch
}
src_configure() {
# The bundled libdnet is incompatible with the version available in the
# tree, so we cannot use the system library here.
econf --with-libdnet=included \
$(use_with gtk zenmap) \
$(use_with lua liblua) \
$(use_with ncat) \
$(use_with ndiff) \
$(use_with nmap-update) \
$(use_with nping) \
$(use_with ssl openssl)
}
src_install() {
LC_ALL=C emake DESTDIR="${D}" -j1 STRIP=: nmapdatadir="${EPREFIX}"/usr/share/nmap install
if use nmap-update;then
LC_ALL=C emake DESTDIR="${D}" -j1 STRIP=: \
nmapdatadir="${EPREFIX}"/usr/share/nmap -C nmap-update install
fi
dodoc CHANGELOG HACKING docs/README docs/*.txt
use gtk && doicon "${FILESDIR}/nmap-logo-64.png"
}
|
|