From: Christian Schmidt Date: Fri, 27 Apr 2012 12:34:49 +0000 (+0200) Subject: suricata: Update to beta1 of version 1.3 X-Git-Url: http://git.ipfire.org/?p=people%2Fms%2Fipfire-3.x.git;a=commitdiff_plain;h=36a88dbb1a5f763599f618726d11103df6ed39ce suricata: Update to beta1 of version 1.3 New features - TLS/SSL handshake parser, tls.subjectdn and tls.issuerdn keywords (#296, contributed by Pierre Chifflier) - Napatech capture card support (contributed by Randy Caldejon -- nPulse) - Scripts for looking up files / file md5's at Virus Total and others (contributed by Martin Holste) - Test mode: -T option to test the config (#271) - Ringbuffer and zero copy support for AF_PACKET - Commandline options to list supported app layer protocols and keywords (#344, #414) - File extraction for HTTP POST request that do not use multipart bodies - On the fly md5 checksum calculation of extracted files - Line based file log, in json format - Basic support for including other yaml files into the main yaml - New multi pattern engine: ac-bs - Profiling improvements, added lock profiling code Improvements - Improved HTTP CONNECT support in libhtp (#427, Brian Rectanus -- Qualys) - Unified yaml naming convention, including fallback support (by Nikolay Denev) - Improved Endace DAG support (#431, Jason Ish -- Endace) - New default runmode: "autofp" (#433) - Major rewrite of flow engine, improving scalability. - Improved http_stat_msg and http_stat_code keywords (#394) - Improved scalability for Tag and Threshold subsystems - Made the rule keyword parser much stricter in detecting syntax errors - Split "file" output into "file-store" and "file-log" outputs - Much improved file extraction Fixes - CUDA build fixes (#421) - Various FP's reported by Rmkml (#403, #405, #411) - IPv6 decoding and detection issues (reported by Michel Sarborde) - PCAP logging crash (#422) - Fixed many (potential) issues with the help of the Coverity source code analyzer - Fixed several (potential) issues with the help of the cppcheck and clang/scan-build source code analyzers --- diff --git a/suricata/suricata.nm b/suricata/suricata.nm index 69c863287..4a92cb795 100644 --- a/suricata/suricata.nm +++ b/suricata/suricata.nm @@ -4,8 +4,10 @@ ############################################################################### name = suricata -version = 1.2.1 -release = 2 +version = 1.3 +devel_ver = beta1 +release = 0.1-%{devel_ver} +thisapp = %{name}-%{version}%{devel_ver} groups = Networking/IDS url = http://www.openinfosecfoundation.org/