[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-2.1beta3-52-g20b9849
OISF Git
noreply at openinfosecfoundation.org
Wed Mar 4 16:59:24 UTC 2015
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 20b984999999fa48822fef9763efe492dd6b4de8 (commit)
via ec2be2643b0e1e1f92245a56cf8e53cd19d7c6a2 (commit)
via ee7422de0a79054f0271b40fb17dc21d6b12a675 (commit)
via ed147d3b91bf5c2755e1bfbfd2eafbe6e724e968 (commit)
via ae6ef9acb42bbfd4decd94f6a7f278f3bcab97fe (commit)
via ae8f2a4e62dc2483266292f7e36b0ebb040e6f90 (commit)
via 784690b89a863334c7697c40c611661da95ebc54 (commit)
via 256388325dbe701f43a6710f725fe8a24a766258 (commit)
via 3f44bd504a055e863629e930c72028899f818a3d (commit)
via bed5b284121e800b6c5ae245a45085811f4d719a (commit)
from e78e33a428865e1317d190a299976ed0253db26e (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 20b984999999fa48822fef9763efe492dd6b4de8
Author: Victor Julien <victor at inliniac.net>
Date: Wed Feb 25 07:37:54 2015 +0100
util-magic: make unittests less specific
So they pass on CentOS 5.11 as well.
commit ec2be2643b0e1e1f92245a56cf8e53cd19d7c6a2
Author: Victor Julien <victor at inliniac.net>
Date: Wed Mar 4 17:06:59 2015 +0100
app-layer: init flow in tests
commit ee7422de0a79054f0271b40fb17dc21d6b12a675
Author: Eric Leblond <eric at regit.org>
Date: Thu Feb 12 22:27:07 2015 +0100
pcap-file: add missing atomic init
It is mandatory to init all atomic to avoid problem on system
without atomic support.
commit ed147d3b91bf5c2755e1bfbfd2eafbe6e724e968
Author: Eric Leblond <eric at regit.org>
Date: Thu Feb 12 22:18:23 2015 +0100
runmode-pcap-file: suppress useless include
commit ae6ef9acb42bbfd4decd94f6a7f278f3bcab97fe
Author: Victor Julien <victor at inliniac.net>
Date: Wed Mar 4 16:47:28 2015 +0100
flow-manager: init global atomics
commit ae8f2a4e62dc2483266292f7e36b0ebb040e6f90
Author: Victor Julien <victor at inliniac.net>
Date: Thu Feb 19 20:58:36 2015 +0100
stream: fix unittests wrt flow
commit 784690b89a863334c7697c40c611661da95ebc54
Author: Victor Julien <victor at inliniac.net>
Date: Thu Feb 19 11:45:09 2015 +0100
Fix make distcheck on CentOS 5.11
datarootdir was undefined. Define it.
commit 256388325dbe701f43a6710f725fe8a24a766258
Author: Victor Julien <victor at inliniac.net>
Date: Thu Feb 19 10:39:50 2015 +0100
Fix compiler warning on CentOS 5.11
cc1: warnings being treated as errors
app-layer-smtp.c: In function âSMTPParseCommandBDATâ:
app-layer-smtp.c:908: warning: dereferencing type-punned pointer will break strict-aliasing rules
commit 3f44bd504a055e863629e930c72028899f818a3d
Author: Victor Julien <victor at inliniac.net>
Date: Thu Feb 19 10:29:14 2015 +0100
CentOS 5.11 pkg-config fix
Check for the minimal pkg-config 0.21 version. Without it, CentOS'
pkg-config will fail with the warning:
configure: error: The pkg-config script could not be found or is too old.
commit bed5b284121e800b6c5ae245a45085811f4d719a
Author: Eric Leblond <eric at regit.org>
Date: Thu Feb 19 09:37:23 2015 +0100
util-ioctl: don't build code RX ring on old system
If ETHTOOL_GRXRINGS is undefined we will not be able to build the
RX rings code. So we can make the build conditional to the
definition of ETHTOOL_GRXRINGS.
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 1 +
doc/Makefile.am | 1 +
src/app-layer-smtp.c | 4 +--
src/app-layer.c | 22 +++++++++++++
src/flow-manager.c | 4 +++
src/runmode-pcap-file.c | 7 ++++-
src/source-pcap-file.c | 5 +++
src/source-pcap-file.h | 2 ++
src/stream-tcp-reassemble.c | 1 +
src/stream-tcp.c | 73 +++++++++++++++++++++++++++++++++++++++++++
src/util-ioctl.c | 2 +-
src/util-magic.c | 8 ++---
12 files changed, 122 insertions(+), 8 deletions(-)
hooks/post-receive
--
OISF
More information about the Oisf-devel
mailing list