Snort mailing list archives

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


From: "Michael Steele" <michaels () silicondefense com>
Date: Thu, 17 Apr 2003 09:37:11 -0700

Matt,

Well, it's certainly confusing, and definitely needs to be fixed as this is
the so called Release version that, I'm assuming, will be around while 2.0
continues its beta stage. Apparently if it's compiled under Windows it has a
different version number then when its compiled under UNIX. 

-Michael
-- 
 Michael Steele | System Engineer / Support Technician     
 mailto:michaels () silicondefense com    
 Silicon Defense - The Cyber-War Defense Company
 Website: http://www.silicondefense.com
 Snort: Open Source Network IDS - http://www.snort.org


-----Original Message-----
From: Matt Kettler [mailto:mkettler () evi-inc com] 
Sent: Thursday, April 17, 2003 9:25 AM
To: Michael Steele
Cc: snort-users () lists sourceforge net

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: