From: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH 1/2] nmap: version bump: 5.51 -> 7.70
Date: Thu, 22 Mar 2018 14:23:39 +0100 [thread overview]
Message-ID: <20180322132340.16021-1-u.kleine-koenig@pengutronix.de> (raw)
configure_helper criticize --with-libnbase=DIR, --with-libnsock=DIR and
--with-apr=PATH. There is nothing I can pass to the first two to
explicitly request using the in-tree libs. APR is only needed when also
using --with-nmap-update, which we don't have and --without-apr is broken.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
---
rules/nmap.in | 2 --
rules/nmap.make | 25 +++++++++++++------------
2 files changed, 13 insertions(+), 14 deletions(-)
diff --git a/rules/nmap.in b/rules/nmap.in
index 3d08b40e32f3..0082c5edf6be 100644
--- a/rules/nmap.in
+++ b/rules/nmap.in
@@ -3,10 +3,8 @@ menuconfig NMAP
tristate
prompt "nmap "
select OPENSSL if NMAP_OPENSSL
- select OPENSSL
select LIBPCRE
select LIBPCAP
- select GCCLIBS_CXX
help
Nmap ("Network Mapper") is a utility for network exploration
or security auditing. Many systems and network administrators
diff --git a/rules/nmap.make b/rules/nmap.make
index 88de70bcf205..8d0868971619 100644
--- a/rules/nmap.make
+++ b/rules/nmap.make
@@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_NMAP) += nmap
#
# Paths and names
#
-NMAP_VERSION := 5.51
-NMAP_MD5 := 0b80d2cb92ace5ebba8095a4c2850275
+NMAP_VERSION := 7.70
+NMAP_MD5 := 84eb6fbe788e0d4918c2b1e39421bf79
NMAP := nmap-$(NMAP_VERSION)
NMAP_SUFFIX := tar.bz2
NMAP_URL := http://nmap.org/dist/$(NMAP).$(NMAP_SUFFIX)
@@ -30,24 +30,25 @@ NMAP_DIR := $(BUILDDIR)/$(NMAP)
# Prepare
# ----------------------------------------------------------------------------
-NMAP_PATH := PATH=$(CROSS_PATH)
-NMAP_ENV := \
- $(CROSS_ENV) \
- ac_cv_linux_vers=$(KERNEL_HEADER_VERSION_MAJOR)
-
-#
-# autoconf
-#
-NMAP_AUTOCONF := \
+NMAP_CONF_TOOL := autoconf
+NMAP_CONF_OPT := \
$(CROSS_AUTOCONF_USR) \
+ --disable-nls \
+ --without-localdirs \
--without-ndiff \
--without-zenmap \
--without-nping \
--with-openssl=$(call ptx/ifdef,PTXCONF_NMAP_OPENSSL,$(SYSROOT),no) \
--with-libpcap \
--with-libpcre \
+ --without-libz \
+ --without-libssh2 \
+ --with-libdnet=included \
--without-liblua \
- --without-ncat
+ --with-liblinear=included \
+ --without-ncat \
+ --without-nmap-update \
+ --without-subversion \
# ----------------------------------------------------------------------------
--
2.16.2
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
next reply other threads:[~2018-03-22 13:23 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-22 13:23 Uwe Kleine-König [this message]
2018-03-22 13:23 ` [ptxdist] [PATCH 2/2] nmap: add switch to build and install nping Uwe Kleine-König
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180322132340.16021-1-u.kleine-koenig@pengutronix.de \
--to=u.kleine-koenig@pengutronix.de \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox