[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-4.0.0-35-ge7428b3
OISF Git
noreply at openinfosecfoundation.org
Tue Oct 3 15:02:17 UTC 2017
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 e7428b321dc5f63964a0c1d0a78fcde48f70595b (commit)
via 62b8431fdd9806360d2c0189deabf7397950b42a (commit)
via c0d8def0e5febfa4a618f5bb56a730ffcc168e86 (commit)
via 7ee989a3abfddb1ae873a6c0d96bd7aa6c1272d1 (commit)
via eb5193c5b48410aa62090f5f473ccb4fd1f277a3 (commit)
via 40a1a972d6567b29ae2c3f8d24b261e3a97a783b (commit)
via d1ac839333edbfd5de3975a4f64b2168960c0296 (commit)
via ea2ef1b51aaf3d2830bd9e076c23e97155de50d2 (commit)
from 21231fd1980fbae41bba3540be0e5cea6db60868 (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 e7428b321dc5f63964a0c1d0a78fcde48f70595b
Author: Victor Julien <victor at inliniac.net>
Date: Sun Sep 24 13:55:34 2017 +0200
profiling: fix app-layer profiling and csv output
commit 62b8431fdd9806360d2c0189deabf7397950b42a
Author: Victor Julien <victor at inliniac.net>
Date: Tue Oct 3 10:31:39 2017 +0200
debug: free pcre memory used for output filtering
commit c0d8def0e5febfa4a618f5bb56a730ffcc168e86
Author: Victor Julien <victor at inliniac.net>
Date: Fri Sep 29 19:10:46 2017 +0200
tls: don't set event on small input data
On very small data the max loop count could be 0. Make sure
it's always at least 1.
commit 7ee989a3abfddb1ae873a6c0d96bd7aa6c1272d1
Author: Eric Leblond <eric at regit.org>
Date: Sat Sep 30 12:35:14 2017 +0200
prscript: update urls to use OISF repo
commit eb5193c5b48410aa62090f5f473ccb4fd1f277a3
Author: Jason Ish <ish at unx.ca>
Date: Sun Oct 1 11:28:47 2017 +0100
travis: hook check-setup.sh into the build
Only do it for one build, for now use the one that also
enables Rust.
commit 40a1a972d6567b29ae2c3f8d24b261e3a97a783b
Author: Jason Ish <ish at unx.ca>
Date: Sun Oct 1 11:28:07 2017 +0100
template: script to check the setup scripts
This script applies the setup scripts one by one followed
by a make distcheck.
commit d1ac839333edbfd5de3975a4f64b2168960c0296
Author: Jason Ish <ish at unx.ca>
Date: Sun Oct 1 10:41:29 2017 +0100
template scripts: allow to be called from top or src
Allow the template setup script to be called from the top source
directory or from ./src to unify where they can be executed
from.
commit ea2ef1b51aaf3d2830bd9e076c23e97155de50d2
Author: Jason Ish <ish at unx.ca>
Date: Sun Oct 1 09:54:13 2017 +0100
templates: rename scripts to use - instead of _
Use "-" consistently instead of a mix of - and _.
setup_decoder.sh -> setup-decoder.sh
setup_simple_detect.sh -> setup-simple-detect.sh
-----------------------------------------------------------------------
Summary of changes:
.travis.yml | 5 +++
qa/prscript.py | 8 ++--
scripts/check-setup.sh | 36 ++++++++++++++++++
scripts/setup-app-layer-detect.sh | 41 ++++++++++++++++++++
scripts/setup-app-layer-logger.sh | 44 ++++++++++++++++++++--
scripts/setup-app-layer.sh | 17 +++++++++
scripts/{setup_decoder.sh => setup-decoder.sh} | 20 +++++++---
...tup_simple_detect.sh => setup-simple-detect.sh} | 20 +++++++---
src/app-layer-ssl.c | 2 +-
src/stream-tcp-reassemble.c | 1 +
src/util-debug.c | 5 +++
src/util-profiling.c | 6 +--
12 files changed, 183 insertions(+), 22 deletions(-)
create mode 100755 scripts/check-setup.sh
rename scripts/{setup_decoder.sh => setup-decoder.sh} (87%)
mode change 100644 => 100755
rename scripts/{setup_simple_detect.sh => setup-simple-detect.sh} (89%)
mode change 100644 => 100755
hooks/post-receive
--
OISF
More information about the Oisf-devel
mailing list