Snort mailing list archives

RE: Two items that are hard to digest...


From: Matt Kettler <mkettler () evi-inc com>
Date: Thu, 17 Apr 2003 12:24:57 -0400

At 08:33 AM 4/17/2003 -0700, Michael Steele wrote:
Sam,

On the Snort.org home page under the heading "Snort 2.0 release available"
there is a link: http://www.snort.org/dl/snort-2.0.0.tar.gz

Going thru the code "config.h" shows:

#define VERSION
"2.0.0rc5"VERSION_ENABLE_ODBC""VERSION_ENABLE_MYSQL""VERSION_ENABLE_MSSQL""V
ERSION_ENABLE_RESPONSE"-WIN32"VERSION_DEBUG

It's a win32 only bug. The normal config.h generated by a standard unix ./configure doesn't have this issue. Apparently when the release was made, nobody updated config.h for the win32 guys, which needs to be done separately since win32 can't use the standard .configure script. Looks like a minor oversight in the release process which is a cosmetic issue.

It certainly doesn't impact the code itself, and the build number is still consistent with the one reported by the UNIX systems so it's at least detectable that it's the same release.

bash$ cd snort-2.0.0
bash$ ./configure
bash$ grep " VERSION " config.h

#define VERSION "2.0.0"
#define VERSION "2.0.0"

If I then go into the win32 directory:

bash$ cd /src/win32/WIN32-Includes

bash$ grep " VERSION " config.h
#define VERSION "2.0.0rc5"VERSION_ENABLE_ODBC""VERSION_ENABLE_MYSQL""VERSION_ENABLE_
MSSQL""VERSION_ENABLE_RESPONSE"-WIN32"VERSION_DEBUG



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Snort-users mailing list
Snort-users () lists sourceforge net
Go to this URL to change user options or unsubscribe:
https://lists.sourceforge.net/lists/listinfo/snort-users
Snort-users list archive:
http://www.geocrawler.com/redir-sf.php3?list=snort-users


Current thread: