nmap: updated to 4.60 (thanks pedja)
This commit is contained in:
parent
952061c2c3
commit
d6fa537f09
@ -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
|
||||
|
@ -1 +1 @@
|
||||
bb203c47f3c234b61d3c4916da7eaa27 nmap-4.53.tar.bz2
|
||||
6201551054050c11182fd6dd91682cb1 nmap-4.60.tar.bz2
|
||||
|
17
nmap/Pkgfile
17
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.*
|
||||
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user