[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-4.0.0-25-g499afab

OISF Git noreply at openinfosecfoundation.org
Wed Sep 20 11:45:56 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  499afaba4bc4624afa9e7d7e7648f9070ea5d37d (commit)
       via  7783847467dee6c0a8bb34d555fac2cbac5141d4 (commit)
       via  05d3a4db90c423a21bbd7b7410189c545db2ad4c (commit)
       via  d9a7a6d3e503b97d8f8e08aadf90c39bd32965c7 (commit)
       via  8fa6e065bc7292d3cb93298f72f9af7264a273bc (commit)
       via  7127ae2b44702a085a6c0623b4cda440b0c87795 (commit)
       via  620f2540c68b38e84706130a0a7a6ddce728d8e1 (commit)
       via  c048ee6505a4ed21bf46af09a75bc0052181c997 (commit)
      from  d363a165c151beb2fce2d3cf28de4ccc9c72f910 (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 499afaba4bc4624afa9e7d7e7648f9070ea5d37d
Author: Victor Julien <victor at inliniac.net>
Date:   Wed Sep 6 14:56:06 2017 +0200

    template: fix decoder setup script

commit 7783847467dee6c0a8bb34d555fac2cbac5141d4
Author: Victor Julien <victor at inliniac.net>
Date:   Mon Sep 4 21:03:56 2017 +0200

    template: fix setup detect script

commit 05d3a4db90c423a21bbd7b7410189c545db2ad4c
Author: Victor Julien <victor at inliniac.net>
Date:   Mon Sep 4 14:54:24 2017 +0200

    template: minor updates
    
    Merge inspect engine into keyword

commit d9a7a6d3e503b97d8f8e08aadf90c39bd32965c7
Author: Derek <derekmkingsbury at gmail.com>
Date:   Wed Sep 6 20:23:25 2017 -0700

    dns: fix last timestamp handling
    
    Fixes incorrect variable in ticket #2207
    
    In app-layer-dns-tcp.c in the DNSTCPResponseParse function
    a variable is set to last_req when it should be last_resp.
    This makes it consistent with UDP DNS response parsing.

commit 8fa6e065bc7292d3cb93298f72f9af7264a273bc
Author: Eric Leblond <eric at regit.org>
Date:   Mon Sep 18 20:30:20 2017 +0200

    af-packet: free bpf program
    
    This fixes a small memory leak when Suricata is running with a
    BPF filter.

commit 7127ae2b44702a085a6c0623b4cda440b0c87795
Author: Eric Leblond <eric at regit.org>
Date:   Mon Sep 18 20:24:29 2017 +0200

    af-packet: call thread deinit function

commit 620f2540c68b38e84706130a0a7a6ddce728d8e1
Author: Eric Leblond <eric at regit.org>
Date:   Sat Sep 9 11:13:29 2017 +0200

    prscript: update docker code
    
    Update docker code to latest docker python API. This patch
    preserves backwrd compatibility with older versions.

commit c048ee6505a4ed21bf46af09a75bc0052181c997
Author: Andreas Herz <andi at geekosphere.org>
Date:   Sat Sep 9 23:22:06 2017 +0200

    doc: reflect most recent cpu affinity settings
    
    Some settings like output-cpu-set never been used and detect got renamed
    to worker. This reflects those changes already present in the yaml also
    within the documentation.

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

Summary of changes:
 doc/userguide/configuration/suricata-yaml.rst |  69 ++++++-------
 qa/prscript.py                                |  74 ++++++++++----
 scripts/setup-app-layer-detect.sh             | 133 +++++---------------------
 scripts/setup_decoder.sh                      |   8 ++
 src/Makefile.am                               |   1 -
 src/app-layer-dns-tcp.c                       |   2 +-
 src/detect-engine-template.c                  |  60 ------------
 src/detect-engine-template.h                  |  32 -------
 src/detect-template-buffer.c                  |  37 ++++++-
 src/detect-template-buffer.h                  |   2 +-
 src/detect-template.c                         |   2 +-
 src/detect-template.h                         |   2 +-
 src/source-af-packet.c                        |   5 +-
 13 files changed, 155 insertions(+), 272 deletions(-)
 delete mode 100644 src/detect-engine-template.c
 delete mode 100644 src/detect-engine-template.h


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list