[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-2.0beta1-345-ga84c502

noreply at openinfosecfoundation.org noreply at openinfosecfoundation.org
Tue Nov 19 10:34:58 UTC 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OISF".

The branch, master has been updated
       via  a84c502e50645a3d9efe95206f6b6588ac95e84b (commit)
       via  49a54713daafde0edbecdd5e7e8e81dfb342ad37 (commit)
       via  8ffa30dd88fadd9b517ffaaf56b48d11486dcabf (commit)
       via  660636c5bca1b1471e26b84b5eeebef637300aa1 (commit)
       via  2982408155c299993fe65c027612c08182e8ab86 (commit)
       via  9a42f621f5e8f1fb2aa2e8eb8e62d39305f21bee (commit)
      from  c6a8d0ab6b531f6672f17e64c16a4824b0e426ef (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a84c502e50645a3d9efe95206f6b6588ac95e84b
Author: Victor Julien <victor at inliniac.net>
Date:   Thu Nov 14 13:17:18 2013 +0100

    Add SSE support to --build-info

commit 49a54713daafde0edbecdd5e7e8e81dfb342ad37
Author: Victor Julien <victor at inliniac.net>
Date:   Thu Nov 14 12:51:06 2013 +0100

    memcmp: don't use SSE intrinsics if less that 16 bytes are available in SSE_4_2 version.

commit 8ffa30dd88fadd9b517ffaaf56b48d11486dcabf
Author: Victor Julien <victor at inliniac.net>
Date:   Tue Nov 19 10:09:44 2013 +0100

    profiling: don't init rule profiling ctx if rule profiling is disabled

commit 660636c5bca1b1471e26b84b5eeebef637300aa1
Author: Victor Julien <victor at inliniac.net>
Date:   Tue Nov 19 10:05:02 2013 +0100

    profiling: when config is missing, keyword profiling is disabled

commit 2982408155c299993fe65c027612c08182e8ab86
Author: Victor Julien <victor at inliniac.net>
Date:   Tue Nov 19 09:56:32 2013 +0100

    pcap: register counters for old pcap versions as well

commit 9a42f621f5e8f1fb2aa2e8eb8e62d39305f21bee
Author: Victor Julien <victor at inliniac.net>
Date:   Tue Nov 19 09:37:16 2013 +0100

    Fix pcre_study error check
    
    pcre_study returning NULL is not necessarily an error, from the man page
    pcre_study(3):
    
      "If the function returns NULL, either it could not find any additional
       information, or there was an error. You can tell the difference by
       looking at the error value. It is NULL in first case."
    
    Older libpcre versions would return NULL, causing errors.

-----------------------------------------------------------------------

Summary of changes:
 src/detect-ipproto.c          |    4 ++--
 src/source-pcap.c             |   14 ++++++++++++++
 src/suricata.c                |   19 +++++++++++++++++++
 src/util-memcmp.h             |   12 ++++++++++++
 src/util-profiling-keywords.c |    8 +++++++-
 src/util-profiling-rules.c    |    3 +++
 6 files changed, 57 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list