Nmap Development mailing list archives

Re: Nmap 4.22SOC6 Released


From: "DePriest, Jason R." <jrdepriest () gmail com>
Date: Wed, 29 Aug 2007 12:28:37 -0500

On 8/29/07, Fyodor <> wrote:
Hello everyone!  I'm pleased to release Nmap 4.22SOC6.  It has David's
Massping migration stuff as well as a bunch of fixes and small
features.  Nmap is now in FEATURE FREEZE!  Please test it out so that
we can stabilize this sucker and get a great stable release out the
door!  I imagine that "mainstream" users will love all the new
features we've packed in during the year.  The last stable release was
in December of last year, if you can believe it!  So its time to show
off the huge NSE advances, UMIT, 2nd generation OS detection
improvements, all the SoC work, and more!  But we can't do that until
Nmap has the level of polish and reliability that users (should)
expect from open source software!

Please give this a try, with a particular emphasis on testing Umit on
Windows and UNIX systems, and also David's new ping scan work
(massping migration).  And then please remember to report your results
to nmap-dev.  Even if everything worked perfectly, we'd love to hear
your thoughts!

- - - cut - - -
And here are the changes since 4.22SOC5:

- - - cut - - -

Cheers,
-F



Don't forget David's tiny patch to nsock_config.h

On Thu, Aug 23, 2007 at 10:34:04AM -0500, DePriest, Jason R. wrote:
On 8/22/07, David Fifield  wrote:
On Wed, Aug 22, 2007 at 02:38:51PM -0500, DePriest, Jason R. wrote:
This may not be a new problem, but this is the first time I have encountered it.


The error comes after the port scans and during the service scan:
nsock_connect_ssl called - but nsock was built w/o SSL support.  QUITTING


I just committed a change to nsock that ought to fix it.


Any chance of a SOC6 release?  I can't get SVN working through my proxy server.


The fix is a really small change. I attached a patch. Apply it to nsock,
reconfigure, make clean, and rebuild.


David


Index: src/nsock_config.h.in
===================================================================
--- src/nsock_config.h.in       (revision 5645)
+++ src/nsock_config.h.in       (revision 5646)
@@ -74,3 +74,5 @@
 #undef HPUX
 #undef NETBSD
 #undef MACOSX
+
+#undef HAVE_OPENSSL

_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://SecLists.Org


Current thread: