head	1.5;
access;
symbols
	RELEASE_9_0_0:1.4
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1;
locks; strict;
comment	@# @;


1.5
date	2012.01.04.16.47.52;	author ohauer;	state dead;
branches;
next	1.4;

1.4
date	2011.07.31.21.49.46;	author ohauer;	state Exp;
branches;
next	1.3;

1.3
date	2010.09.04.00.59.10;	author ohauer;	state dead;
branches;
next	1.2;

1.2
date	2009.04.13.09.53.53;	author dhn;	state Exp;
branches;
next	1.1;

1.1
date	2008.03.14.21.30.23;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.5
log
@- update to 5.61TEST4

For detailed Changes see http://nmap.org/changelog.html
(List is simply to long ...)

Some highlights
* [NSE] Added a new httpspider library which is used for recursively
  crawling web sites for information.  New scripts using this
  functionality include http-backup-finder, http-email-harvest,
  http-grep, http-open-redirect, and http-unsafe-output-escaping. See
  http://nmap.org/nsedoc/ or the list later in this file for details
  on these.

* [NSE] Added a vulnerability management library (vulns.lua) to store and to
  report discovered vulnerabilities.

* [NSE] Added a new script force feature.  You can force scripts to
  run against target ports (even if the "wrong" service is detected)
  by placing a plus in front of the script name passed to --script.
  See http://nmap.org/book/nse-usage.html#nse-script-selection.

* [NSE] Added 51(!) NSE scripts, bringing the total up to 297.

Build tests sponsored by redports.org
@
text
@This patch allows nmap to build with clang
===============================================================
--- ./nbase/configure.orig	2011-06-29 00:19:31.000000000 +0200
+++ ./nbase/configure	2011-07-31 23:17:57.000000000 +0200
@@@@ -4515,7 +4515,7 @@@@
 #include <sys/socket.h>
 #endif
 
-void main(void) {
+int main(void) {
     struct addrinfo hints, *ai;
     int error;
 
@@@@ -4647,7 +4647,7 @@@@
 #include <netinet/in.h>
 #endif
 
-void main(void) {
+int main(void) {
     struct sockaddr_in sa;
     char hbuf[256];
     int error;
@


1.4
log
@- fix build with clang

  Thanks for the patch goes to Dimitry Andric <dim@@FreeBSD.org>
@
text
@@


1.3
log
@ - remove forgotten patch files/patch-nbase__configure (obsolate)

Approved by:	glarkin (mentor, implizit)
@
text
@d1 7
a7 3
--- nbase/configure.orig	2008-10-09 01:17:11.000000000 +0200
+++ nbase/configure	2009-04-01 22:44:09.000000000 +0200
@@@@ -3600,7 +3600,7 @@@@
d9 4
d14 3
d18 5
a22 5
-for ac_header in string.h getopt.h strings.h sys/param.h sys/time.h unistd.h errno.h sys/types.h sys/socket.h netinet/in.h arpa/inet.h sys/stat.h net/if.h netdb.h sys/wait.h fcntl.h sys/resource.h inttypes.h
+for ac_header in string.h strings.h sys/param.h sys/time.h unistd.h errno.h sys/types.h sys/socket.h netinet/in.h arpa/inet.h sys/stat.h net/if.h netdb.h sys/wait.h fcntl.h sys/resource.h inttypes.h
 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
@


1.2
log
@- Update to 4.85.b7

PR:		ports/133547
Submitted by:	Daniel Roethlisberger <daniel@@roe.ch> (maintainer)
Approved by:	miwi (mentor)
@
text
@@


1.1
log
@- Update to 4.52

PR:		119673
Submitted by:	Daniel Roethlisberger <daniel@@roe.ch> (maintainer)
@
text
@d1 3
a3 3
--- nbase/configure.orig	Tue Nov 27 20:32:49 2007
+++ nbase/configure	Fri Jan  4 17:10:41 2008
@@@@ -3015,7 +3015,7 @@@@
d7 2
a8 2
-for ac_header in string.h getopt.h strings.h sys/param.h sys/time.h unistd.h errno.h sys/types.h sys/socket.h netinet/in.h arpa/inet.h sys/stat.h net/if.h netdb.h sys/wait.h fcntl.h sys/resource.h
+for ac_header in string.h strings.h sys/param.h sys/time.h unistd.h errno.h sys/types.h sys/socket.h netinet/in.h arpa/inet.h sys/stat.h net/if.h netdb.h sys/wait.h fcntl.h sys/resource.h
d11 1
a11 1
 if eval "test \"\${$as_ac_Header+set}\" = set"; then
@

