Skip to content

Commit

Permalink
increased version, added nemea-framework as a dependency, increased r…
Browse files Browse the repository at this point in the history
…evision, released RPM package
  • Loading branch information
Tomas Jansky committed Apr 24, 2016
1 parent 13fea15 commit 4dc2d71
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.63])
AC_INIT([nemea], [2.2.4], [[email protected]])
AC_INIT([nemea], [2.3.0], [[email protected]])
AM_INIT_AUTOMAKE([foreign subdir-objects])
RELEASE=1
AC_SUBST(RELEASE)
Expand Down
2 changes: 1 addition & 1 deletion nemea-supervisor
Submodule nemea-supervisor updated 52 files
+58 −0 ChangeLog
+172 −153 README.md
+40 −19 configs/Makefile.am
+0 −47 configs/amplification_detection.sup
+2 −24 configs/config_example.xml
+13 −0 configs/data-sources/flow_meter.sup
+0 −0 configs/data-sources/ipfixcol.sup.in
+18 −0 configs/detectors/amplification_detection.sup
+22 −0 configs/detectors/dnstunnel_detection.sup
+18 −0 configs/detectors/hoststats.sup
+18 −0 configs/detectors/ipblacklistfilter.sup
+18 −0 configs/detectors/voipfrauddetection.sup
+0 −29 configs/detectors/vportscandetector.sup
+0 −52 configs/dnstunnel_detection.sup
+1 −0 configs/hoststats.mkdir
+0 −47 configs/hoststats.sup
+0 −46 configs/ipblacklistfilter.sup
+13 −0 configs/loggers/amplification_logger.sup
+13 −0 configs/loggers/dnstunnel_logger.sup
+0 −14 configs/loggers/flowmeter_logger.sup
+13 −0 configs/loggers/hoststats_logger.sup
+13 −0 configs/loggers/ipblacklistfilter_logger.sup
+13 −0 configs/loggers/voip_fraud_logger.sup
+13 −0 configs/loggers/vportscan_aggr_logger.sup
+0 −0 configs/others/multopt.sup
+0 −0 configs/others/traffic_repeater.sup
+13 −82 configs/prepare_default_config.sh.in
+13 −0 configs/reporters/amplification_reporter.sup
+13 −0 configs/reporters/dnstunnel_reporter.sup
+13 −0 configs/reporters/hoststats_reporter.sup
+13 −0 configs/reporters/ipblacklistfilter_reporter.sup
+13 −0 configs/reporters/voip_fraud_reporter.sup
+13 −0 configs/reporters/vportscan_reporter.sup
+0 −7 configs/supervisor_config.xml.example
+0 −22 configs/supervisor_config_template.xml
+28 −0 configs/supervisor_config_template.xml.in
+25 −0 configs/template.sup
+0 −47 configs/voipfrauddetection.sup
+1 −1 configs/warning.sup.in
+7 −2 configure.ac
+ doc/config-file-expl.png
+ doc/reload-config.png
+3 −3 internal.c
+12 −16 internal.h
+0 −5 ncnemea/nemea.yang
+2 −9 nemea-supervisor.in
+20 −7 nemea-supervisor.spec.in
+1,031 −751 supervisor.c
+19 −20 supervisor.h
+4 −3 supervisor_api.h
+15 −10 supervisor_cli.c
+25 −26 supervisor_main.c
2 changes: 1 addition & 1 deletion nemea.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Vendor: CESNET, z.s.p.o.
Packager: @USERNAME@ <@USERMAIL@>
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}
BuildArch: noarch
Requires: libtrap nemea-common nemea-modules nemea-detectors nemea-python nemea-pycommon nemea-supervisor
Requires: nemea-framework libtrap nemea-common nemea-modules nemea-detectors nemea-python nemea-pycommon nemea-supervisor

%description
Meta-package of the Nemea system, the distributed modular system for network traffic analysis and anomaly detection.
Expand Down

0 comments on commit 4dc2d71

Please sign in to comment.