[Oisf-devel] [COMMIT] OISF branch, master-2.0.x, updated. suricata-2.0.8-9-g21689ee

OISF Git noreply at openinfosecfoundation.org
Fri Sep 25 12:45:29 UTC 2015


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-2.0.x has been updated
       via  21689eec931d63a7324df68fed717bed50dcd8de (commit)
       via  58a321f857a20c5581045cd00bc8f9e58147f628 (commit)
       via  0bcb24a03d23d7e91a2b74a489801d95206015e6 (commit)
      from  aaf0c18c306a9a9fc50efd34c1d65aadce7781c3 (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 21689eec931d63a7324df68fed717bed50dcd8de
Author: Victor Julien <victor at inliniac.net>
Date:   Thu Sep 24 12:09:19 2015 +0200

    compiler warning: array subscript has type char
    
    util-rule-vars.c: In function ‘SCRuleVarsGetConfVar’:
    util-rule-vars.c:77:5: error: array subscript has type ‘char’ [-Werror=char-subscripts]
         while (conf_var_name[0] != '\0' && isspace(conf_var_name[0])) {
         ^
    cc1: all warnings being treated as errors

commit 58a321f857a20c5581045cd00bc8f9e58147f628
Author: Victor Julien <victor at inliniac.net>
Date:   Mon Sep 21 15:01:56 2015 +0200

    stream: improve retransmission detection
    
    Consider packets starting before last_ack and ending after it also
    to be retransmissions. This way we can see if they are having
    different data.

commit 0bcb24a03d23d7e91a2b74a489801d95206015e6
Author: Jason Ish <ish at unx.ca>
Date:   Tue Sep 22 13:58:41 2015 -0600

    detect-pcre: allow upper cases metachars for host (/W).
    
    Redmine issue 1490.

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

Summary of changes:
 src/detect-pcre.c    | 95 ++++++++++++++++++++++++++++++++++++++++++++--------
 src/stream-tcp.c     | 11 ++++--
 src/util-rule-vars.c |  2 +-
 3 files changed, 91 insertions(+), 17 deletions(-)


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list