diff options
author | miwi <miwi@FreeBSD.org> | 2008-05-06 21:26:11 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-05-06 21:26:11 +0800 |
commit | cd045e2fe36cea6e1c9481c9023eade9d117e351 (patch) | |
tree | 398317c2892bfec95a122551bcfd24ab81e4f7a0 /security | |
parent | 68dc59c617a935bc462a0326971ffdfb89d56155 (diff) | |
download | freebsd-ports-gnome-cd045e2fe36cea6e1c9481c9023eade9d117e351.tar.gz freebsd-ports-gnome-cd045e2fe36cea6e1c9481c9023eade9d117e351.tar.zst freebsd-ports-gnome-cd045e2fe36cea6e1c9481c9023eade9d117e351.zip |
- Update to 4.62
PR: 123401
Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer)
Diffstat (limited to 'security')
-rw-r--r-- | security/nmap/Makefile | 2 | ||||
-rw-r--r-- | security/nmap/distinfo | 6 | ||||
-rw-r--r-- | security/nmap/files/patch-configure | 25 | ||||
-rw-r--r-- | security/nmap/pkg-plist | 1 |
4 files changed, 22 insertions, 12 deletions
diff --git a/security/nmap/Makefile b/security/nmap/Makefile index 03b75237b50c..49e952d1e8a1 100644 --- a/security/nmap/Makefile +++ b/security/nmap/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nmap -PORTVERSION= 4.60 +PORTVERSION= 4.62 CATEGORIES= security ipv6 MASTER_SITES= http://nmap.org/dist/ \ http://www.mirrors.wiretapped.net/security/network-mapping/nmap/ \ diff --git a/security/nmap/distinfo b/security/nmap/distinfo index 2421b6207a0c..8edac279a68f 100644 --- a/security/nmap/distinfo +++ b/security/nmap/distinfo @@ -1,3 +1,3 @@ -MD5 (nmap-4.60.tar.bz2) = 6201551054050c11182fd6dd91682cb1 -SHA256 (nmap-4.60.tar.bz2) = 1c0c6a055761ac2952de49585a6d7209fdbc83aa8a88c8f7f736576a90571cca -SIZE (nmap-4.60.tar.bz2) = 3213870 +MD5 (nmap-4.62.tar.bz2) = 4fdaa418f4008509d4c91ec087131d4e +SHA256 (nmap-4.62.tar.bz2) = 2fb7b72c1416428dd786f37e3aab0b36f633ee5246dd7a1b0240b0a5f9e13791 +SIZE (nmap-4.62.tar.bz2) = 3308006 diff --git a/security/nmap/files/patch-configure b/security/nmap/files/patch-configure index b02fbbfd281c..9a56d3386831 100644 --- a/security/nmap/files/patch-configure +++ b/security/nmap/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig 2008-03-15 02:21:22.000000000 +0100 -+++ configure 2008-04-13 17:16:35.000000000 +0200 -@@ -1929,7 +1929,7 @@ +--- configure.orig 2008-04-28 19:53:32.000000000 +0200 ++++ configure 2008-05-04 20:25:47.000000000 +0200 +@@ -1930,7 +1930,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. @@ -9,16 +9,25 @@ { echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_CC+set}" = set; then -@@ -7174,9 +7174,10 @@ +@@ -7179,9 +7179,9 @@ no_lua="yes" ;; *) -- CXXFLAGS="-I$with_liblua/include $CXXFLAGS" +- CPPFLAGS="-I$with_liblua/include $CPPFLAGS" - LDFLAGS="-L$with_liblua/lib $LDFLAGS" -+ CXXFLAGS="-I${LUA_INCDIR} $CXXFLAGS" +- have_lua=yes ++ CPPFLAGS="-I${LUA_INCDIR} $CPPFLAGS" + LDFLAGS="-L${LUA_LIBDIR} $LDFLAGS" - have_lua=yes -+ LIBLUA_LIBS="-llua" ++ #have_lua=yes ;; esac +@@ -7189,7 +7189,7 @@ + + + # They don't want lua +-if test $no_lua == yes; then ++if test $no_lua = yes; then + CXXFLAGS="-DNOLUA $CXXFLAGS" + LIBLUA_LIBS="" + LUA_DEPENDS="" diff --git a/security/nmap/pkg-plist b/security/nmap/pkg-plist index ec67a0d6a931..07ca3736b25c 100644 --- a/security/nmap/pkg-plist +++ b/security/nmap/pkg-plist @@ -57,6 +57,7 @@ libexec/nmap/nselib-bin/bit.so %%DATADIR%%/nselib/listop.lua %%DATADIR%%/nselib/url.lua %%DATADIR%%/nselib/tab.lua +%%DATADIR%%/nselib/datafiles.lua @dirrm %%DATADIR%%/nselib %%DATADIR%%/nmap-mac-prefixes %%DATADIR%%/nmap-os-db |