update to nmap 4.65
from maintainer Giovanni Bechis
This commit is contained in:
parent
6357f465dc
commit
77f597c89c
@ -1,12 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.78 2008/06/10 05:11:27 pvalchev Exp $
|
||||
# $OpenBSD: Makefile,v 1.79 2008/06/17 21:18:03 steven Exp $
|
||||
|
||||
COMMENT-main= scan ports and fingerprint stack of network hosts
|
||||
COMMENT-zenmap= graphical frontend for nmap
|
||||
|
||||
MODPY_EGG_VERSION= 4.62
|
||||
MODPY_EGG_VERSION= 4.65
|
||||
DISTNAME= nmap-${MODPY_EGG_VERSION}
|
||||
PKGNAME-main= ${DISTNAME}p0
|
||||
PKGNAME-zenmap= nmap-zenmap-${MODPY_EGG_VERSION}p0
|
||||
PKGNAME-main= ${DISTNAME}
|
||||
PKGNAME-zenmap= nmap-zenmap-${MODPY_EGG_VERSION}
|
||||
|
||||
CATEGORIES= net security
|
||||
MASTER_SITES= http://download.insecure.org/nmap/dist/
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (nmap-4.62.tgz) = 9v7LiZCJj/Ls/Y8sVPKD8Q==
|
||||
RMD160 (nmap-4.62.tgz) = r6JiafPFmNqpHyc6iyae7UZO2Qs=
|
||||
SHA1 (nmap-4.62.tgz) = Fx2eG5U0BCzA1ML90JHbo77HIBs=
|
||||
SHA256 (nmap-4.62.tgz) = Ko1Zu8Jo2qt65kM+UHojugKDYFdeaQTIMLHsJA+0inU=
|
||||
SIZE (nmap-4.62.tgz) = 4042478
|
||||
MD5 (nmap-4.65.tgz) = i8C1RP6erdPhXpBa2tkfQQ==
|
||||
RMD160 (nmap-4.65.tgz) = reeL9igvDwTBCRYmOPvlvAZ5g9A=
|
||||
SHA1 (nmap-4.65.tgz) = fUD5bb12SfnwkmNc1L6/bzW2i3Y=
|
||||
SHA256 (nmap-4.65.tgz) = DcZ2VfmROfmcsNoLhEaGwmiS20t67xBRbIY2SMBG5p0=
|
||||
SIZE (nmap-4.65.tgz) = 4960616
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-configure,v 1.6 2008/05/15 18:30:14 okan Exp $
|
||||
--- configure.orig Mon Apr 28 19:53:32 2008
|
||||
+++ configure Wed May 7 12:52:54 2008
|
||||
@@ -6432,6 +6432,7 @@ cat >>conftest.$ac_ext <<_ACEOF
|
||||
$OpenBSD: patch-configure,v 1.7 2008/06/17 21:18:03 steven Exp $
|
||||
--- configure.orig Tue May 27 17:59:43 2008
|
||||
+++ configure Sun Jun 15 10:22:16 2008
|
||||
@@ -6445,6 +6445,7 @@ cat >>conftest.$ac_ext <<_ACEOF
|
||||
extern char pcap_version[];
|
||||
int main() {
|
||||
int major, minor1, minor2;
|
||||
@ -9,7 +9,7 @@ $OpenBSD: patch-configure,v 1.6 2008/05/15 18:30:14 okan Exp $
|
||||
sscanf(pcap_version,"%d.%d.%d", &major, &minor1, &minor2);
|
||||
if (major > 0)
|
||||
exit(0);
|
||||
@@ -6752,7 +6753,7 @@ cat confdefs.h >>conftest.$ac_ext
|
||||
@@ -6765,7 +6766,7 @@ cat confdefs.h >>conftest.$ac_ext
|
||||
cat >>conftest.$ac_ext <<_ACEOF
|
||||
/* end confdefs.h. */
|
||||
$ac_includes_default
|
||||
@ -18,7 +18,7 @@ $OpenBSD: patch-configure,v 1.6 2008/05/15 18:30:14 okan Exp $
|
||||
_ACEOF
|
||||
rm -f conftest.$ac_objext
|
||||
if { (ac_try="$ac_compile"
|
||||
@@ -6947,7 +6948,7 @@ if test $have_pcre != yes ; then
|
||||
@@ -6960,7 +6961,7 @@ if test $have_pcre != yes ; then
|
||||
else
|
||||
# We only need to check for and use this if we are NOT using included pcre
|
||||
|
||||
@ -27,11 +27,3 @@ $OpenBSD: patch-configure,v 1.6 2008/05/15 18:30:14 okan Exp $
|
||||
do
|
||||
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
|
||||
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
|
||||
@@ -7181,6 +7182,7 @@ if test "${with_liblua+set}" = set; then
|
||||
*)
|
||||
CPPFLAGS="-I$with_liblua/include $CPPFLAGS"
|
||||
LDFLAGS="-L$with_liblua/lib $LDFLAGS"
|
||||
+ LIBLUA_LIBS="-llua"
|
||||
have_lua=yes
|
||||
;;
|
||||
esac
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-nsock_include_nsock_h,v 1.1 2008/01/25 01:21:17 okan Exp $
|
||||
--- nsock/include/nsock.h.orig Sat Dec 22 07:32:18 2007
|
||||
+++ nsock/include/nsock.h Mon Jan 14 17:14:56 2008
|
||||
@@ -78,6 +78,8 @@
|
||||
$OpenBSD: patch-nsock_include_nsock_h,v 1.2 2008/06/17 21:18:03 steven Exp $
|
||||
--- nsock/include/nsock.h.orig Thu May 22 20:14:15 2008
|
||||
+++ nsock/include/nsock.h Sat Jun 14 14:52:55 2008
|
||||
@@ -79,6 +79,8 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
@ -10,7 +10,7 @@ $OpenBSD: patch-nsock_include_nsock_h,v 1.1 2008/01/25 01:21:17 okan Exp $
|
||||
/* The read calls will generally return after reading at least this
|
||||
* much data so that the caller can process it and so that the
|
||||
* connection spewing data doesn't monopolize resources. The caller
|
||||
@@ -513,7 +515,7 @@ nsock_event_id nsock_pcap_read_packet(nsock_pool nsp,
|
||||
@@ -514,7 +516,7 @@ nsock_event_id nsock_pcap_read_packet(nsock_pool nsp,
|
||||
void nse_readpcap(nsock_event nsee,
|
||||
const unsigned char **l2_data, size_t *l2_len,
|
||||
const unsigned char **l3_data, size_t *l3_len,
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-tcpip_cc,v 1.6 2008/01/25 01:21:17 okan Exp $
|
||||
--- tcpip.cc.orig Tue Nov 27 00:44:20 2007
|
||||
+++ tcpip.cc Tue Dec 18 14:22:41 2007
|
||||
@@ -2081,7 +2081,7 @@ bool pcap_selectable_fd_valid() {
|
||||
$OpenBSD: patch-tcpip_cc,v 1.7 2008/06/17 21:18:03 steven Exp $
|
||||
--- tcpip.cc.orig Thu May 22 22:45:32 2008
|
||||
+++ tcpip.cc Sat Jun 14 14:52:55 2008
|
||||
@@ -2079,7 +2079,7 @@ bool pcap_selectable_fd_valid() {
|
||||
results. If you just want to test whether the function is supported,
|
||||
use pcap_selectable_fd_valid() instead. */
|
||||
int my_pcap_get_selectable_fd(pcap_t *p) {
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-zenmap_setup_py,v 1.2 2008/05/16 20:50:55 wcmaier Exp $
|
||||
--- zenmap/setup.py.orig Tue Apr 8 14:14:54 2008
|
||||
+++ zenmap/setup.py Fri May 16 09:30:42 2008
|
||||
@@ -80,12 +80,11 @@ os.path.walk(locale_dir, mo_find, data_files)
|
||||
$OpenBSD: patch-zenmap_setup_py,v 1.3 2008/06/17 21:18:03 steven Exp $
|
||||
--- zenmap/setup.py.orig Wed May 7 19:19:40 2008
|
||||
+++ zenmap/setup.py Sat Jun 14 15:05:36 2008
|
||||
@@ -124,12 +124,11 @@ def path_strip_prefix(path, prefix):
|
||||
|
||||
class my_install(install):
|
||||
def run(self):
|
||||
@ -12,10 +12,10 @@ $OpenBSD: patch-zenmap_setup_py,v 1.2 2008/05/16 20:50:55 wcmaier Exp $
|
||||
self.set_modules_path()
|
||||
- self.fix_paths()
|
||||
- self.create_uninstaller()
|
||||
self.write_installed_files()
|
||||
|
||||
def create_uninstaller(self):
|
||||
uninstaller_filename = os.path.join(self.install_scripts, "uninstall_" + APP_NAME)
|
||||
@@ -178,17 +177,10 @@ print
|
||||
def get_installed_files(self):
|
||||
@@ -283,17 +282,10 @@ for dir in dirs:
|
||||
"PIXMAPS_DIR": os.path.join(self.prefix, pixmaps_dir),
|
||||
"ICONS_DIR": os.path.join(self.prefix, icons_dir)}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PFRAG.shared-main,v 1.3 2008/05/15 18:30:14 okan Exp $
|
||||
@comment $OpenBSD: PFRAG.shared-main,v 1.4 2008/06/17 21:18:03 steven Exp $
|
||||
libexec/nmap/
|
||||
libexec/nmap/nselib-bin/
|
||||
libexec/nmap/nselib-bin/bit.so
|
||||
@ -41,8 +41,6 @@ share/nmap/scripts/ftpbounce.nse
|
||||
share/nmap/scripts/iax2Detect.nse
|
||||
share/nmap/scripts/ircServerInfo.nse
|
||||
share/nmap/scripts/ircZombieTest.nse
|
||||
share/nmap/scripts/kibuvDetection.nse
|
||||
share/nmap/scripts/mswindowsShell.nse
|
||||
share/nmap/scripts/nbstat.nse
|
||||
share/nmap/scripts/netbios-smb-os-discovery.nse
|
||||
share/nmap/scripts/promiscuous.nse
|
||||
|
@ -1,7 +1,7 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.1 2008/01/25 01:21:17 okan Exp $
|
||||
@comment $OpenBSD: PLIST-main,v 1.2 2008/06/17 21:18:03 steven Exp $
|
||||
@pkgpath net/nmap
|
||||
@pkgpath net/nmap,no_x11
|
||||
bin/nmap
|
||||
@bin bin/nmap
|
||||
@man man/man1/nmap.1
|
||||
share/nmap/
|
||||
share/nmap/nmap-mac-prefixes
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-zenmap,v 1.3 2008/05/16 20:50:56 wcmaier Exp $
|
||||
@comment $OpenBSD: PLIST-zenmap,v 1.4 2008/06/17 21:18:03 steven Exp $
|
||||
bin/nmapfe
|
||||
bin/xnmap
|
||||
bin/zenmap
|
||||
@ -169,11 +169,6 @@ lib/python${MODPY_VERSION}/site-packages/zenmapGUI/__init__.pyc
|
||||
@man man/man1/zenmap.1
|
||||
@comment share/icons/
|
||||
share/icons/nmap-eye.ico
|
||||
share/icons/umit_128.ico
|
||||
share/icons/umit_16.ico
|
||||
share/icons/umit_24.ico
|
||||
share/icons/umit_32.ico
|
||||
share/icons/umit_48.ico
|
||||
share/pixmaps/
|
||||
share/pixmaps/default.svg
|
||||
share/pixmaps/default_32.png
|
||||
@ -187,7 +182,6 @@ share/pixmaps/irix_75.png
|
||||
share/pixmaps/linux.svg
|
||||
share/pixmaps/linux_32.png
|
||||
share/pixmaps/linux_75.png
|
||||
share/pixmaps/logo.png
|
||||
share/pixmaps/macosx.svg
|
||||
share/pixmaps/macosx_32.png
|
||||
share/pixmaps/macosx_75.png
|
||||
|
Loading…
Reference in New Issue
Block a user