[Oisf-devel] [COMMIT] OISF branch, master-2.0.x, updated. suricata-2.0.6-16-gff0b6b5
OISF Git
noreply at openinfosecfoundation.org
Wed Feb 25 08:28:52 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-2.0.x has been updated
via ff0b6b50a434c4e95db34bd203cdda5ca976ca58 (commit)
via 9622ddc73129ae9456364136c98987bced0e7f81 (commit)
via 0eb1273f57a998a5556d6026ee8da8c38b64f0c9 (commit)
via 6a599baed578a12cfade7f938aa2e4be5c41027d (commit)
via 1a5b5a777b53b76244da58f526af5d6a554834f6 (commit)
via c440aaa7ddb0f2ba07959dae37446e79bc7e3dde (commit)
via fd2adae7417f1276c84e9aa8691cf2046e430eb0 (commit)
via 713fe1cef6b72813beedb61458d3737cc079becb (commit)
via 2c2b4ab02673138889e1cc9f79e8d6b34efba347 (commit)
via 771c134156a2d7be26eb48978a225273d7b5f2fc (commit)
via 6f51934a9f4fdc500b32625929edb9d1bed41d05 (commit)
from ce5095613fe4acd11b1832912b5b322539990f8f (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 ff0b6b50a434c4e95db34bd203cdda5ca976ca58
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 9622ddc73129ae9456364136c98987bced0e7f81
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 0eb1273f57a998a5556d6026ee8da8c38b64f0c9
Author: Victor Julien <victor at inliniac.net>
Date: Wed Feb 25 08:00:18 2015 +0100
smtp: fix compiler warning
cc1: warnings being treated as errors
app-layer-smtp.c: In function âSMTPParseCommandBDATâ:
app-layer-smtp.c:639: warning: dereferencing type-punned pointer will break strict-aliasing rules
make[3]: *** [app-layer-smtp.o] Error 1
commit 6a599baed578a12cfade7f938aa2e4be5c41027d
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 1a5b5a777b53b76244da58f526af5d6a554834f6
Author: Eric Leblond <eric at regit.org>
Date: Fri Feb 20 22:28:59 2015 +0100
suricatasc: fix dump-counters command
As the exit of dump-counters command is really long and takes time
to get it can take more 5 iterations to get the complete message.
Increasing to 20 seems to fix the issue (10 was ok too).
commit c440aaa7ddb0f2ba07959dae37446e79bc7e3dde
Author: Eric Leblond <eric at regit.org>
Date: Tue Jan 27 21:22:29 2015 +0100
util-running-mode: setup config file
Without that we get warning message.
commit fd2adae7417f1276c84e9aa8691cf2046e430eb0
Author: Eric Leblond <eric at regit.org>
Date: Fri Jan 16 14:37:41 2015 +0100
list keywords: fix regression on app layer name
It was not anymore displayed.
commit 713fe1cef6b72813beedb61458d3737cc079becb
Author: Eric Leblond <eric at regit.org>
Date: Fri Jan 16 10:12:55 2015 +0100
list keywords: restore 1.4 similar output
Unset was previously displayed if the application layer was not
set. Code before this patch was displaying '(null)' which is not
user friendly.
commit 2c2b4ab02673138889e1cc9f79e8d6b34efba347
Author: Victor Julien <victor at inliniac.net>
Date: Wed Feb 25 07:09:51 2015 +0100
stream-tcp: init config before spawning threads
Bug 1318.
commit 771c134156a2d7be26eb48978a225273d7b5f2fc
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 6f51934a9f4fdc500b32625929edb9d1bed41d05
Author: Eric Leblond <eric at regit.org>
Date: Thu Feb 12 22:18:23 2015 +0100
runmode-pcap-file: suppress useless include
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 1 +
doc/Makefile.am | 1 +
scripts/suricatasc/src/suricatasc.py | 2 +-
src/app-layer-smtp.c | 4 ++--
src/detect.c | 6 +++---
src/runmode-pcap-file.c | 7 ++++++-
src/source-pcap-file.c | 8 +++++++-
src/source-pcap-file.h | 2 ++
src/suricata.c | 5 ++++-
src/util-magic.c | 8 ++++----
src/util-running-modes.c | 9 +++++++++
11 files changed, 40 insertions(+), 13 deletions(-)
hooks/post-receive
--
OISF
More information about the Oisf-devel
mailing list