-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
increased version, moved revision of submodules, added new release of…
… NEMEA on GitHub
- Loading branch information
Tomas Jansky
committed
Dec 4, 2017
1 parent
09cf49c
commit 0e05272
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# Process this file with autoconf to produce a configure script. | ||
|
||
AC_PREREQ([2.63]) | ||
AC_INIT([nemea], [2.3.4], [[email protected]]) | ||
AC_INIT([nemea], [2.4.0], [[email protected]]) | ||
AM_INIT_AUTOMAKE([foreign subdir-objects]) | ||
RELEASE=1 | ||
AC_SUBST(RELEASE) | ||
|
Submodule detectors
updated
4 files
+7 −0 | ChangeLog | |
+1 −1 | configure.ac | |
+13 −13 | sip_bf_detector/sip_bf_detector.cpp | |
+69 −38 | vportscan_detector/vportscan_aggregator.py |
Submodule modules
updated
12 files
+9 −0 | ChangeLog | |
+1 −0 | Makefile.am | |
+3 −2 | configure.ac | |
+5 −6 | flowcounter/README.md | |
+27 −27 | flowcounter/flowcounter.c | |
+8 −0 | ipv6stats/Makefile.am | |
+96 −0 | ipv6stats/README.md | |
+600 −0 | ipv6stats/ipv6stats.cpp | |
+149 −0 | ipv6stats/ipv6stats.h | |
+14 −36 | logreplay/logreplay.cpp | |
+2 −1 | nemea-modules.spec.in | |
+26 −8 | report2idea/vportscan/vportscan2idea.py |
Submodule nemea-framework
updated
1056 files
Submodule nemea-supervisor
updated
8 files
+9 −0 | ChangeLog | |
+4 −2 | configs/Makefile.am | |
+1 −6 | configs/detectors/sip_bf_detector.sup | |
+1 −0 | configs/ipv6stats.mkdir | |
+13 −0 | configs/others/ipv6stats.sup | |
+2 −2 | configure.ac | |
+41 −7 | munin/nemea_supervisor.in | |
+14 −4 | supervisor.c |