[Oisf-devel] [COMMIT] OISF branch, master-3.1.x, updated. suricata-3.1.2-20-g49ffe2f

OISF Git noreply at openinfosecfoundation.org
Mon Oct 24 19:40:43 UTC 2016


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-3.1.x has been updated
       via  49ffe2f2121527010141d75f19b7da67f0f2a4f2 (commit)
       via  6e7310e34a6d776eafbcf21db7d8d4f814f51b7d (commit)
       via  f8ded6f473deda89afedd23992b73e47717c4ea0 (commit)
       via  6bbce4fe7fc5056722096f5059ce921e16532e63 (commit)
       via  e0183aca119907e576b1bf467227eed7eb2ab8fa (commit)
      from  534fc8748bdb8e10194ff9791c113b57be87adb8 (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 49ffe2f2121527010141d75f19b7da67f0f2a4f2
Author: Victor Julien <victor at inliniac.net>
Date:   Mon Oct 3 08:33:11 2016 +0200

    unix-socket: don't try to change permissions on BSD
    
    On BSD using fchmod on a socket is not supported and will result
    in EINVAL.

commit 6e7310e34a6d776eafbcf21db7d8d4f814f51b7d
Author: Victor Julien <victor at inliniac.net>
Date:   Sun Oct 2 23:29:38 2016 +0200

    bug 1353: don't cut off last char of unix path

commit f8ded6f473deda89afedd23992b73e47717c4ea0
Author: Victor Julien <victor at inliniac.net>
Date:   Sun Oct 2 22:49:32 2016 +0200

    pcre: disable JIT if RWX pages not supported

commit 6bbce4fe7fc5056722096f5059ce921e16532e63
Author: Victor Julien <victor at inliniac.net>
Date:   Sun Oct 2 22:39:29 2016 +0200

    util: add facility to check for RWX page support
    
    Some code won't work well when the OS doesn't allow RWX pages. This
    page introduces a check for runtime evaluation of the OS' policy on
    this.
    
    Thanks to Shawn Webb from HardenedBSD for suggesting this solution.

commit e0183aca119907e576b1bf467227eed7eb2ab8fa
Author: Victor Julien <victor at inliniac.net>
Date:   Sat Oct 22 22:14:10 2016 +0200

    detect: fix multi-tenant loaders

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

Summary of changes:
 src/Makefile.am                               |  1 +
 src/detect-engine-loader.c                    |  4 +-
 src/detect-pcre.c                             | 26 ++++++++----
 src/unix-manager.c                            |  8 ++--
 src/util-pages.c                              | 58 +++++++++++++++++++++++++++
 src/{detect-engine-profile.h => util-pages.h} | 21 ++++++++--
 6 files changed, 102 insertions(+), 16 deletions(-)
 create mode 100644 src/util-pages.c
 copy src/{detect-engine-profile.h => util-pages.h} (65%)


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list