Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (38011abca41f56d8b132d0efbca028e63f1daf79)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (38011abca41f56d8b132d0efbca028e63f1daf79)
  • Date: Sat, 29 Jan 2011 04:59:18 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

security/nmap/BUILD | 3 +++
security/nmap/CONFIGURE | 11 +++++++++++
security/nmap/DEPENDS | 26 ++++++++++++++++++++++++--
security/nmap/DETAILS | 2 +-
security/nmap/HISTORY | 6 ++++++
5 files changed, 45 insertions(+), 3 deletions(-)

New commits:
commit 38011abca41f56d8b132d0efbca028e63f1daf79
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

nmap: => 5.50

diff --git a/security/nmap/BUILD b/security/nmap/BUILD
new file mode 100755
index 0000000..c47decd
--- /dev/null
+++ b/security/nmap/BUILD
@@ -0,0 +1,3 @@
+OPTS="$NMAP_OPTS $OPTS" &&
+
+default_build
diff --git a/security/nmap/CONFIGURE b/security/nmap/CONFIGURE
new file mode 100755
index 0000000..681f66f
--- /dev/null
+++ b/security/nmap/CONFIGURE
@@ -0,0 +1,11 @@
+config_query_option NMAP_OPTS "Build Ndiff utility?" y \
+ "--with-ndiff" \
+ "--without-ndiff" &&
+
+config_query_option NMAP_OPTS "Build Nping utility?" y \
+ "--with-nping" \
+ "--without-nping" &&
+
+config_query_option NMAP_OPTS "Build Ncat utility?" y \
+ "--with-ncat" \
+ "--without-ncat"
diff --git a/security/nmap/DEPENDS b/security/nmap/DEPENDS
index fc1d3c7..dec4746 100755
--- a/security/nmap/DEPENDS
+++ b/security/nmap/DEPENDS
@@ -9,10 +9,32 @@ case $ZENMAP in
*) false ;;
esac &&

+optional_depends gettext \
+ "--enable-nls" \
+ "--disable-nls" \
+ "to use Native Language Support" &&
+
+optional_depends openssl \
+ "--with-openssl=$INSTALL_ROOT/usr" \
+ "--without-openssl" \
+ "for OpenSSL support" &&
+
+optional_depends libpcap \
+ "--with-libpcap=$INSTALL_ROOT/usr" \
+ "--with-libpcap=included" \
+ "use external pcap lib?" &&
+
optional_depends pcre \
- "" "--with-libpcre=included" \
+ "--with-libpcre=$INSTALL_ROOT/usr" \
+ "--with-libpcre=included" \
"use external PCRE lib?" &&

+optional_depends libdnet \
+ "--with-libdnet=$INSTALL_ROOT/usr" \
+ "--with-libdnet=included" \
+ "use external dnet lib?" &&
+
optional_depends lua \
- "" "--with-liblua=included" \
+ "--with-liblua=$INSTALL_ROOT/usr" \
+ "--with-liblua=included" \
"use external Lua lib?"
diff --git a/security/nmap/DETAILS b/security/nmap/DETAILS
index 2056dec..5b0d73a 100755
--- a/security/nmap/DETAILS
+++ b/security/nmap/DETAILS
@@ -1,5 +1,5 @@
SPELL=nmap
- VERSION=5.21
+ VERSION=5.50
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/security/nmap/HISTORY b/security/nmap/HISTORY
index 7feb383..8553e25 100644
--- a/security/nmap/HISTORY
+++ b/security/nmap/HISTORY
@@ -1,3 +1,9 @@
+2011-01-29 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 5.50
+ * DEPENDS: added gettext, openssl, libdnet opt dep; corrected positive
+ flags
+ * BUILD, CONFIGURE: added, to select optional components
+
2010-01-27 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 5.21




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (38011abca41f56d8b132d0efbca028e63f1daf79), Vlad Glagolev, 01/29/2011

Archive powered by MHonArc 2.6.24.

Top of Page