[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-2.0.1-25-g25cbf36

OISF Git noreply at openinfosecfoundation.org
Tue Jun 3 13:41:00 UTC 2014


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  25cbf36d40164c0b5c126d809e9010526ec99452 (commit)
       via  7396237c2afd69acdad9705cf291a624fc190d09 (commit)
       via  e366c62cf02ef075a982560f405a212c651669f0 (commit)
      from  a7118a4ff3c133364e1e5b48b913a97c485f30d5 (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 25cbf36d40164c0b5c126d809e9010526ec99452
Author: Victor Julien <victor at inliniac.net>
Date:   Thu Mar 13 16:24:51 2014 +0100

    lua/luajit: use HAVE_LUA mostly
    
    Only use HAVE_LUAJIT if things are done differently from HAVE_LUA,
    like in the states pool.

commit 7396237c2afd69acdad9705cf291a624fc190d09
Author: Victor Julien <victor at inliniac.net>
Date:   Thu Mar 20 10:33:57 2014 +0100

    lua: deal with FreeBSD and OpenBSD
    
    FreeBSD pkg-config lua-5.1.pc, lib liblua-5.1.so
    OpenBSD pkg-config lua51.pc, lib liblua5.1.so
    
    Default (linux) pkg-config: lua5.1.pc, lib liblua5.1.so

commit e366c62cf02ef075a982560f405a212c651669f0
Author: Victor Julien <victor at inliniac.net>
Date:   Thu Mar 13 15:10:10 2014 +0100

    lua: support regular lua C library
    
    Not all systems have luajit or a need for luajit. For low bandwidth
    and offline support regular lua may be sufficient.

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

Summary of changes:
 configure.ac                           |   73 ++++++++++++++++++++++++++++++++
 src/detect-engine-content-inspection.c |   10 ++---
 src/detect-luajit-extensions.c         |    4 +-
 src/detect-luajit-extensions.h         |    4 +-
 src/detect-luajit.c                    |   47 ++++++++++++--------
 src/detect-luajit.h                    |    5 ++-
 src/detect-parse.c                     |    2 +-
 src/suricata.c                         |    3 ++
 8 files changed, 119 insertions(+), 29 deletions(-)


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list