[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-4.0.1-224-gce59ec5
OISF Git
noreply at openinfosecfoundation.org
Fri Jan 5 09:30:00 UTC 2018
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 ce59ec5d13cda6bebbb706e14789ac1cc4dcc755 (commit)
via 485663583aedd548eae74bc6523e950193d14d4d (commit)
via 746638b2206400058eba4f4d30130bb8d61140c4 (commit)
from 282dad79caed8b64cc2be8b0c20911642bcacd02 (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 ce59ec5d13cda6bebbb706e14789ac1cc4dcc755
Author: Eric Leblond <eric at regit.org>
Date: Mon Jan 1 19:03:24 2018 +0100
af-packet: free ring buffer at exit
commit 485663583aedd548eae74bc6523e950193d14d4d
Author: Victor Julien <victor at inliniac.net>
Date: Thu Dec 21 16:25:13 2017 +0100
rust/mingw: fix linker issues on mingw
commit 746638b2206400058eba4f4d30130bb8d61140c4
Author: Victor Julien <victor at inliniac.net>
Date: Sat Dec 30 14:55:26 2017 +0100
cuda: remove
Remove CUDA support as it has been broken for a long time.
Ticket #2382.
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 85 +-
..._with_CUDA_and_PFRING_on_Scientific_Linux_6.txt | 149 -
...with_CUDA_and_PF_RING_on_Ubuntu_server_1104.txt | 280 -
...nstallation_with_CUDA_on_Scientific_Linux_6.txt | 95 -
...nstallation_with_CUDA_on_Ubuntu_server_1104.txt | 183 -
doc/Makefile.am | 4 -
doc/userguide/configuration/suricata-yaml.rst | 63 -
src/Makefile.am | 59 +-
src/app-layer-detect-proto.c | 7 -
src/data-queue.c | 93 -
src/data-queue.h | 64 -
src/decode.c | 5 -
src/decode.h | 25 -
src/detect-engine-build.c | 33 -
src/detect-engine-payload.c | 10 -
src/detect-engine-register.c | 1 -
src/detect-engine.c | 13 -
src/detect.c | 4 -
src/ptxdump.py | 71 -
src/runmode-unittests.c | 14 -
src/runmodes.c | 19 -
src/runmodes.h | 1 -
src/source-af-packet.c | 23 +-
src/source-netmap.c | 17 -
src/source-pcap-file-helper.c | 12 -
src/source-pcap-file.c | 17 -
src/source-pcap.c | 17 -
src/suricata.c | 64 -
src/suricata.h | 13 -
src/tm-queues.c | 2 -
src/tm-queues.h | 2 -
src/tm-threads.c | 15 +-
src/tmqh-simple.c | 62 -
src/tmqh-simple.h | 5 -
src/util-cuda-buffer.c | 1358 -----
src/util-cuda-buffer.h | 111 -
src/util-cuda-handlers.c | 364 --
src/util-cuda-handlers.h | 50 -
src/util-cuda-vars.c | 74 -
src/util-cuda-vars.h | 65 -
src/util-cuda.c | 5455 --------------------
src/util-cuda.h | 323 --
src/util-mpm-ac-bs.c | 2 -
src/util-mpm-ac-cuda-kernel.cu | 96 -
src/util-mpm-ac.c | 596 ---
src/util-mpm-ac.h | 115 -
src/util-mpm.c | 144 -
src/util-mpm.h | 39 -
src/util-running-modes.c | 9 -
src/util-running-modes.h | 4 -
suricata.yaml.in | 43 -
51 files changed, 17 insertions(+), 10358 deletions(-)
delete mode 100644 doc/Installation_with_CUDA_and_PFRING_on_Scientific_Linux_6.txt
delete mode 100644 doc/Installation_with_CUDA_and_PF_RING_on_Ubuntu_server_1104.txt
delete mode 100644 doc/Installation_with_CUDA_on_Scientific_Linux_6.txt
delete mode 100644 doc/Installation_with_CUDA_on_Ubuntu_server_1104.txt
delete mode 100644 src/data-queue.c
delete mode 100644 src/data-queue.h
delete mode 100644 src/ptxdump.py
delete mode 100644 src/util-cuda-buffer.c
delete mode 100644 src/util-cuda-buffer.h
delete mode 100644 src/util-cuda-handlers.c
delete mode 100644 src/util-cuda-handlers.h
delete mode 100644 src/util-cuda-vars.c
delete mode 100644 src/util-cuda-vars.h
delete mode 100644 src/util-cuda.c
delete mode 100644 src/util-cuda.h
delete mode 100644 src/util-mpm-ac-cuda-kernel.cu
hooks/post-receive
--
OISF
More information about the Oisf-devel
mailing list