[Lunar-commits] r25155 - moonbase/trunk/security/snort
Florin Braescu
florin at lunar-linux.org
Sun Jul 15 14:15:01 CEST 2007
Author: florin
Date: 2007-07-15 14:15:01 +0200 (Sun, 15 Jul 2007)
New Revision: 25155
Modified:
moonbase/trunk/security/snort/DEPENDS
moonbase/trunk/security/snort/DETAILS
Log:
bump the version from 2.6.1.5 to 2.7.0.
New Additions
* Stream5 is now the default stream processor and replaces both flow
and Stream4. Refer to the Snort manual and README.stream5 for
details on how to configure it for OS target-specific TCP
processing.
Improvements
* Fixed header files to avoid conflicts with system files on BSD for
IPv6 data structures.
* Reduced memory footprint for smtp preprocessor.
* Ensured Snort frees memory from preprocessors before exit. Only
outstanding memory in use is related to pattern matcher and
rules.
Security Improvements
* Further updates that use safer functions that perform bounds checking
when doing string or memory copies and snprintf buffer writes.
Ensure null termination on string buffers and perform initialization
on memory allocations.
Modified: moonbase/trunk/security/snort/DEPENDS
===================================================================
--- moonbase/trunk/security/snort/DEPENDS 2007-07-15 11:53:36 UTC (rev 25154)
+++ moonbase/trunk/security/snort/DEPENDS 2007-07-15 12:15:01 UTC (rev 25155)
@@ -1,6 +1,6 @@
-depends chkconfig &&
-depends libpcap &&
-depends libtool &&
-depends %SLANG &&
+depends chkconfig
+depends libpcap
+depends libtool
+depends %SLANG
optional_depends mysql "--with-mysql" "" "MySQL logging support"
Modified: moonbase/trunk/security/snort/DETAILS
===================================================================
--- moonbase/trunk/security/snort/DETAILS 2007-07-15 11:53:36 UTC (rev 25154)
+++ moonbase/trunk/security/snort/DETAILS 2007-07-15 12:15:01 UTC (rev 25155)
@@ -1,13 +1,13 @@
MODULE=snort
- VERSION=2.6.1.5
+ VERSION=2.7.0
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE2=snortrules-snapshot-2.4.tar.gz
SOURCE_URL=http://www.snort.org/dl/current/
SOURCE2_URL=http://www.snort.org/pub-bin/downloads.cgi/Download/vrf_pr/
- SOURCE_VFY=sha1:14e65990f70dab4e740e0b8116c671364d3ca8c4
+ SOURCE_VFY=sha1:7a75d10308062b6d2099ea874cdfcc5c5e49f563
WEB_SITE=http://www.snort.org/
ENTERED=20011022
- UPDATED=20070516
+ UPDATED=20070715
SHORT="Lightweight network intrustion detection program"
cat << EOF
More information about the Lunar-commits
mailing list