[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

UPDATE: nmap 3.81



Brings nmap to 3.81. Too many changes to list here. See CHANGELOG
in distfile if interested.

fyi, this patch removes the following files:
  patches/patch-libpcap_possiblymodified_pcap_bpf_h
  patches/patch-nbase_configure

Tested on i386 and sparc64.

Tests and comments.

Thanks,
Okan

Index: Makefile
===================================================================
RCS file: /open/cvs/ports/net/nmap/Makefile,v
retrieving revision 1.56
diff -u -r1.56 Makefile
--- Makefile	29 Jan 2005 20:15:32 -0000	1.56
+++ Makefile	8 Feb 2005 15:51:02 -0000
@@ -2,8 +2,8 @@
 
 COMMENT=	"scan ports and fingerprint stack of network hosts"
 
-DISTNAME=	nmap-3.75
-PKGNAME=	${DISTNAME}p1
+DISTNAME=	nmap-3.81
+PKGNAME=	${DISTNAME}
 CATEGORIES=	net security
 MASTER_SITES=	${HOMEPAGE}dist/
 EXTRACT_SUFX=	.tgz
Index: distinfo
===================================================================
RCS file: /open/cvs/ports/net/nmap/distinfo,v
retrieving revision 1.7
diff -u -r1.7 distinfo
--- distinfo	5 Jan 2005 17:14:50 -0000	1.7
+++ distinfo	8 Feb 2005 15:51:02 -0000
@@ -1,4 +1,4 @@
-MD5 (nmap-3.75.tgz) = fa537ab4ed0f4ee7550cffb15295312f
-RMD160 (nmap-3.75.tgz) = 80c28f3245282a203ad7b8af035a77b8bf650cdb
-SHA1 (nmap-3.75.tgz) = 67d4c1b96d95093f00d1be95550bf1867de879f6
-SIZE (nmap-3.75.tgz) = 1809143
+MD5 (nmap-3.81.tgz) = 9b32f74e2f6999e4f7668a24f2a1ea85
+RMD160 (nmap-3.81.tgz) = d57533f1bf614541dd0cdfcf0f14b257d26a28c9
+SHA1 (nmap-3.81.tgz) = 9d1ce1ab3e097ce5d61078fd4bc713f9b701fa1c
+SIZE (nmap-3.81.tgz) = 1846196
Index: patches/patch-libpcap_possiblymodified_pcap_bpf_h
===================================================================
RCS file: patches/patch-libpcap_possiblymodified_pcap_bpf_h
diff -N patches/patch-libpcap_possiblymodified_pcap_bpf_h
--- patches/patch-libpcap_possiblymodified_pcap_bpf_h	29 Jan 2005 20:15:32 -0000	1.3
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,14 +0,0 @@
-$OpenBSD: patch-libpcap_possiblymodified_pcap_bpf_h,v 1.3 2005/01/29 20:15:32 sturm Exp $
---- libpcap-possiblymodified/pcap-bpf.h.orig	Sun Aug  1 07:34:47 2004
-+++ libpcap-possiblymodified/pcap-bpf.h	Sat Jan 29 20:35:07 2005
-@@ -239,8 +239,9 @@ struct bpf_version {
-  * define it as 108 here.  If OpenBSD picks up this file, it should
-  * define DLT_LOOP as 12 in its version, as per the comment above -
-  * and should not use 108 as a DLT_ value.
-+ *
-  */
--#define DLT_LOOP	108
-+#define DLT_LOOP	12
- 
- /*
-  * Encapsulated packets for IPsec; DLT_ENC is 13 in OpenBSD, but that's
Index: patches/patch-nbase_configure
===================================================================
RCS file: patches/patch-nbase_configure
diff -N patches/patch-nbase_configure
--- patches/patch-nbase_configure	31 Oct 2004 18:06:14 -0000	1.5
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,13 +0,0 @@
-$OpenBSD: patch-nbase_configure,v 1.5 2004/10/31 18:06:14 sturm Exp $
---- nbase/configure.orig	Sat Oct 16 01:03:33 2004
-+++ nbase/configure	Wed Oct 20 11:54:11 2004
-@@ -3324,6 +3324,9 @@ cat >>conftest.$ac_ext <<_ACEOF
- #if HAVE_SYS_TYPES_H
- # include <sys/types.h>
- # endif
-+#if HAVE_NETINET_IN_H
-+# include <netinet/in.h>
-+#endif
- #if HAVE_SYS_SOCKET_H
- # include <sys/socket.h>
- # endif
Index: patches/patch-tcpip_cc
===================================================================
RCS file: /open/cvs/ports/net/nmap/patches/patch-tcpip_cc,v
retrieving revision 1.2
diff -u -r1.2 patch-tcpip_cc
--- patches/patch-tcpip_cc	31 Oct 2004 18:06:14 -0000	1.2
+++ patches/patch-tcpip_cc	8 Feb 2005 15:51:02 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-tcpip_cc,v 1.2 2004/10/31 18:06:14 sturm Exp $
---- tcpip.cc.orig	Mon Oct 18 12:59:15 2004
-+++ tcpip.cc	Wed Oct 20 11:54:12 2004
-@@ -1649,7 +1649,8 @@ if (!pd) fatal("NULL packet device passe
+--- tcpip.cc.orig	Sat Feb  5 17:37:33 2005
++++ tcpip.cc	Tue Feb  8 09:23:02 2005
+@@ -1664,7 +1664,8 @@ if (timedout) {
     gettimeofday(&tv_end, NULL);
     *rcvdtime = tv_end;
  #else
Index: patches/patch-tcpip_h
===================================================================
RCS file: /open/cvs/ports/net/nmap/patches/patch-tcpip_h,v
retrieving revision 1.2
diff -u -r1.2 patch-tcpip_h
--- patches/patch-tcpip_h	31 Oct 2004 18:06:14 -0000	1.2
+++ patches/patch-tcpip_h	8 Feb 2005 15:51:02 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-tcpip_h,v 1.2 2004/10/31 18:06:14 sturm Exp $
---- tcpip.h.orig	Sun Aug 29 05:11:42 2004
-+++ tcpip.h	Wed Oct 20 11:54:12 2004
-@@ -254,7 +254,7 @@ extern "C" {
+--- tcpip.h.orig	Sat Feb  5 17:37:33 2005
++++ tcpip.h	Tue Feb  8 09:23:02 2005
+@@ -256,7 +256,7 @@ extern "C" {
  #endif
  
  #ifndef BSDFIX
Index: pkg/PFRAG.no-no_x11
===================================================================
RCS file: /open/cvs/ports/net/nmap/pkg/PFRAG.no-no_x11,v
retrieving revision 1.2
diff -u -r1.2 PFRAG.no-no_x11
--- pkg/PFRAG.no-no_x11	15 Sep 2004 18:17:42 -0000	1.2
+++ pkg/PFRAG.no-no_x11	8 Feb 2005 15:51:02 -0000
@@ -3,7 +3,5 @@
 bin/xnmap
 @man man/man1/nmapfe.1
 @man man/man1/xnmap.1
-_(_at_)_comment share/gnome/
-_(_at_)_comment share/gnome/apps/
-_(_at_)_comment share/gnome/apps/Utilities/
-_(_at_)_comment share/gnome/apps/Utilities/nmapfe.desktop
+share/applications/
+share/applications/nmapfe.desktop
Index: pkg/PLIST
===================================================================
RCS file: /open/cvs/ports/net/nmap/pkg/PLIST,v
retrieving revision 1.12
diff -u -r1.12 PLIST
--- pkg/PLIST	31 Oct 2004 18:06:14 -0000	1.12
+++ pkg/PLIST	8 Feb 2005 15:51:02 -0000
@@ -8,4 +8,6 @@
 share/nmap/nmap-rpc
 share/nmap/nmap-service-probes
 share/nmap/nmap-services
+share/nmap/nmap.dtd
+share/nmap/nmap.xsl
 !%%no_x11%%



Visit your host, monkey.org