commit d6fa537f092e5d5a19b6811c8e5cfe300be8175d Author: Simone Rota <sip@crux.nu> Date: Tue Mar 25 16:04:38 2008 +0000 nmap: updated to 4.60 (thanks pedja) diff --git a/nmap/.footprint b/nmap/.footprint index 1a25e5a..9767f1f 100644 --- a/nmap/.footprint +++ b/nmap/.footprint @@ -19,6 +19,7 @@ drwxr-xr-x root/root usr/share/nmap/ -rw-r--r-- root/root usr/share/nmap/nmap.dtd -rw-r--r-- root/root usr/share/nmap/nmap.xsl drwxr-xr-x root/root usr/share/nmap/nselib/ +-rw-r--r-- root/root usr/share/nmap/nselib/http.lua -rw-r--r-- root/root usr/share/nmap/nselib/ipOps.lua -rw-r--r-- root/root usr/share/nmap/nselib/listop.lua -rw-r--r-- root/root usr/share/nmap/nselib/match.lua @@ -26,6 +27,7 @@ drwxr-xr-x root/root usr/share/nmap/nselib/ -rw-r--r-- root/root usr/share/nmap/nselib/shortport.lua -rw-r--r-- root/root usr/share/nmap/nselib/stdnse.lua -rw-r--r-- root/root usr/share/nmap/nselib/strbuf.lua +-rw-r--r-- root/root usr/share/nmap/nselib/tab.lua -rw-r--r-- root/root usr/share/nmap/nselib/url.lua drwxr-xr-x root/root usr/share/nmap/scripts/ -rw-r--r-- root/root usr/share/nmap/scripts/HTTPAuth.nse diff --git a/nmap/.md5sum b/nmap/.md5sum index cd5875d..4f50147 100644 --- a/nmap/.md5sum +++ b/nmap/.md5sum @@ -1 +1 @@ -bb203c47f3c234b61d3c4916da7eaa27 nmap-4.53.tar.bz2 +6201551054050c11182fd6dd91682cb1 nmap-4.60.tar.bz2 diff --git a/nmap/Pkgfile b/nmap/Pkgfile index 3f84a22..c2bf0a4 100644 --- a/nmap/Pkgfile +++ b/nmap/Pkgfile @@ -1,21 +1,22 @@ # Description: Utility for network exploration or security auditing -# URL: http://www.insecure.org/nmap +# URL: http://nmap.org # Maintainer: Simone Rota, sip at crux dot nu # Packager: sten, nick dot steeves at shaw dot ca name=nmap -version=4.53 -release=2 -source=(http://download.insecure.org/$name/dist/$name-$version.tar.bz2) +version=4.60 +release=1 +source=(http://nmap.org/dist/$name-$version.tar.bz2) + build () { cd $name-$version - ./configure --prefix=/usr --libexecdir=/usr/lib \ + ./configure --prefix=/usr --libexecdir=/usr/lib --mandir=/usr/man \ --with-libpcre=included --with-liblua=included \ --with-libpcap=included --without-zenmap make make DESTDIR=$PKG install - #install -m 644 docs/zenmap.1 $PKG/usr/man/man1 - rm -rf $PKG/usr/bin/uninstall_zenmap - rm -rf $PKG/usr/share/zenmap/{locale,docs} + rm -rf $PKG/usr/man/man1/zenmap.* + + }