[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-3.2-46-ge9fccfa

OISF Git noreply at openinfosecfoundation.org
Wed Jan 18 14:02:20 UTC 2017


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  e9fccfa67c0badc26649593cd8f30a5f8c2e7055 (commit)
       via  0d5fd0f6580682b30628b9f1abf02e478b1eda94 (commit)
       via  20111cab23a5281c08d5982df9195ba47ca1c202 (commit)
       via  3e70d7befc198a5c55944bc7ef0899f31f1a3d1f (commit)
       via  f180ed8715aed4db725053156fc2ee53a948a0b0 (commit)
      from  f964cdbc937df5e2864eaea319a0b2f8038d112f (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 e9fccfa67c0badc26649593cd8f30a5f8c2e7055
Author: Jason Ish <ish at unx.ca>
Date:   Mon Jan 9 16:11:08 2017 -0600

    tx logging: only update logged tx id if all loggers logged
    
    Prevents the case where the logged id is incremented if a newer
    transaction is complete and an older one is still outstanding.
    
    For example, dns request0, unsolicited dns response, dns response0
    
    would result in the valid response0 never being logged.
    
    Similarily this could happen for:
      request0, request1, response1, response0
    
    which would end up having request0, request1 and response1 logged,
    but response0 would not be logged.

commit 0d5fd0f6580682b30628b9f1abf02e478b1eda94
Author: Eric Leblond <eric at regit.org>
Date:   Tue Jan 17 12:59:51 2017 -0800

    util-file: fix error logic in hash computation
    
    This patch fixes an issue with hash computation resulting in the
    invalidity of at least one hash when at least two different hashes
    functions were used.
    
    Impact was setting as `force-hash: [md5, sha256]` not to be valid.
    Also it could lead to false negative if too different hash functions
    had to be used on a single file due to signatures.

commit 20111cab23a5281c08d5982df9195ba47ca1c202
Author: Jason Ish <ish at unx.ca>
Date:   Tue Jan 17 15:48:33 2017 -0600

    unix-socket: fix shadowed variable
    
    ret does not need to be redefined here, the existing
    declaration of ret can be used.

commit 3e70d7befc198a5c55944bc7ef0899f31f1a3d1f
Author: Jason Ish <ish at unx.ca>
Date:   Tue Jan 17 15:39:15 2017 -0600

    travis: export CFLAGS on linux

commit f180ed8715aed4db725053156fc2ee53a948a0b0
Author: Jason Ish <ish at unx.ca>
Date:   Tue Jan 17 15:31:25 2017 -0600

    travis: add a build with -DNDEBUG

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

Summary of changes:
 .travis.yml            |  8 ++++++++
 src/app-layer-parser.c |  4 ++--
 src/app-layer-parser.h |  2 +-
 src/output-tx.c        | 40 ++++++++++++++++++++++++++++++++--------
 src/unix-manager.c     |  1 -
 src/util-file.c        | 10 +++++++---
 6 files changed, 50 insertions(+), 15 deletions(-)


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list