[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-1.4beta2-76-ga1d1abf
noreply at openinfosecfoundation.org
noreply at openinfosecfoundation.org
Fri Nov 9 15:10:34 UTC 2012
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 a1d1abfc0563b3f8efc39d936a62a9478952316b (commit)
via 3061452c5e7fb3f0a6ba412ce43f0960bafaa512 (commit)
via 24d10de8af0f27fa1013659d3f9af5fd45ed9259 (commit)
via 37e3de84253671bce3027282be3bea379dd20633 (commit)
via 5786a32d0fcade141a69c6cbb2e7a9b987c7a64e (commit)
via a49bce63b000b53ee08c1d11c36832098f7b4001 (commit)
via 37b05b2396f07f898288aac03c5aad5a2592169c (commit)
via 1f94239d20d3b769ef0b0f9627eb8eda5d389885 (commit)
from 57d7783402eb52c839c4d8270c16cccc4aae0b53 (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 a1d1abfc0563b3f8efc39d936a62a9478952316b
Author: Eric Leblond <eric at regit.org>
Date: Fri Oct 5 09:46:18 2012 +0200
suricata: add daemon-directory config variable
It is now possible to use the 'daemon-directory' configuration
variable to specify the working directory of suricata in daemon
mode. This will permit to specify the place for core and other
related files.
commit 3061452c5e7fb3f0a6ba412ce43f0960bafaa512
Author: Eric Leblond <eric at regit.org>
Date: Fri Oct 5 09:35:48 2012 +0200
suricata: avoid concurrent run in daemon mode
This patch creates a pid file per default and use it to avoid to be
able to run two Suricata. Separate pid file have to be provided to
be able to do it.
commit 24d10de8af0f27fa1013659d3f9af5fd45ed9259
Author: Eric Leblond <eric at regit.org>
Date: Fri Oct 5 08:26:16 2012 +0200
suricata: change dir to / in daemon mode.
By changing directory to /, we will not block the directory where
suricata has been started.
commit 37e3de84253671bce3027282be3bea379dd20633
Author: Matt Keeler <mk at npulsetech.com>
Date: Thu Nov 8 11:48:17 2012 -0500
Refactor Napatech 3GD to just Napatech as Suricata is only going to support 3GD.
Signed-off-by: Matt Keeler <mk at npulsetech.com>
commit 5786a32d0fcade141a69c6cbb2e7a9b987c7a64e
Author: Matt Keeler <mk at npulsetech.com>
Date: Thu Nov 8 11:28:11 2012 -0500
Remove Napatech 2GD support
Removed the Napatech 2GD support
runmode-napatech-3gd.c had an include from runmode-napatech.h which was erroneous and has been removed as well.
Signed-off-by: Matt Keeler <mk at npulsetech.com>
commit a49bce63b000b53ee08c1d11c36832098f7b4001
Author: Eric Leblond <eric at regit.org>
Date: Thu Nov 8 23:47:27 2012 +0100
configure: fix small typo.
commit 37b05b2396f07f898288aac03c5aad5a2592169c
Author: Eric Leblond <eric at regit.org>
Date: Thu Nov 8 23:39:20 2012 +0100
configure: improve march=native detection
clang is supposed to support march=native but if the CPU is too
recent for clang, this can cause an invalid detection of arch and
result in a incapability of clang to compile any binary.
This patch updates the test to try a compilation with march=native
when clang is the used compiler.
commit 1f94239d20d3b769ef0b0f9627eb8eda5d389885
Author: Eric Leblond <eric at regit.org>
Date: Thu Nov 8 22:09:22 2012 +0100
configure: differentiate gcc and clang options
The version checking was made similarly for clang and gcc. This
patch modifies this to check on compiler name. This way we can
avoid to set march=native which is not supported by clang on
some system.
At the same time, this fix the annoying warning about no-fp-tree
being unsupported by clang.
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 152 +++++++--------
src/Makefile.am | 3 +-
src/runmode-napatech-3gd.c | 208 --------------------
src/runmode-napatech-3gd.h | 38 ----
src/runmode-napatech.c | 458 ++++++++++++--------------------------------
src/runmode-napatech.h | 12 +-
src/runmodes.c | 6 -
src/runmodes.h | 4 +-
src/source-napatech-3gd.c | 395 --------------------------------------
src/source-napatech-3gd.h | 43 ----
src/source-napatech.c | 218 ++++++++++++---------
src/source-napatech.h | 15 +-
src/suricata.c | 53 ++----
src/suricata.h | 3 +
src/tm-modules.c | 2 -
src/tm-threads-common.h | 6 +-
src/util-daemon.c | 22 ++-
src/util-error.c | 22 +--
src/util-error.h | 26 +--
src/util-pidfile.c | 37 ++++
src/util-pidfile.h | 1 +
suricata.yaml.in | 5 +
22 files changed, 435 insertions(+), 1294 deletions(-)
delete mode 100644 src/runmode-napatech-3gd.c
delete mode 100644 src/runmode-napatech-3gd.h
delete mode 100644 src/source-napatech-3gd.c
delete mode 100644 src/source-napatech-3gd.h
hooks/post-receive
--
OISF
More information about the Oisf-devel
mailing list