Skip to content

Commit

Permalink
Move version to nfdump-1.6.19
Browse files Browse the repository at this point in the history
  • Loading branch information
phaag committed Feb 22, 2020
1 parent 1de8e38 commit f86fbfc
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 11 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2020-02-22
- Release 1.6.19

2020-02-16
- Add Source security group tag (SGT 34000) issue #192
- Modify heuristic for bidir flows #59
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# nfdump

Stable Release v1.6.18
Stable Release v1.6.19

See the Changelog file for all changes in release 1.6.18
See the Changelog file for all changes in release 1.6.19

nfdump is a toolset in order to collect and process netflow and sflow data, sent from netflow/sflow compatible devices.
The toolset supports netflow __v1__, __v5/v7__,__v9__,__IPFIX__ and __SFLOW__. nfdump supports IPv4 as well as IPv6.

__Note:__ nfdump 1.6.18 __not longer__ supports nfdump-1.5.x files. If you have nfdump-1.5.x please convert them
__Note:__ nfdump 1.6.18 and newer versions __not longer__ support nfdump-1.5.x files. If you have nfdump-1.5.x please convert them
before upgrading.

nfdump is used as backend toolset for __NfSen__.
Expand Down
3 changes: 1 addition & 2 deletions bin/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ launch = launch.c launch.h

lib_LTLIBRARIES = libnfdump.la
libnfdump_la_SOURCES = $(output) $(util) $(filelzo) $(nflist) $(filter) $(exporter)
#libnfdump_la_LIBADD = -lz
libnfdump_la_LDFLAGS = -release 1.6.18
libnfdump_la_LDFLAGS = -release 1.6.19


nfdump_SOURCES = nfdump.c nfdump.h nfstat.c nfstat.h nfexport.c nfexport.h \
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

AC_PREREQ(2.59)
AC_REVISION($Revision: 244 $)dnl
AC_INIT(nfdump, 1.6.18, [email protected])
AC_INIT(nfdump, 1.6.19, [email protected])

AC_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE([subdir-objects])
Expand Down
6 changes: 3 additions & 3 deletions extra/docker/readme
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ RUN apt-get update && apt-get install -y \
&& rm -rf /var/lib/apt/lists/*

RUN cd /usr/src \
&& wget https://github.com/phaag/nfdump/archive/v1.6.18.zip \
&& unzip v1.6.18.zip \
&& cd nfdump-1.6.18\
&& wget https://github.com/phaag/nfdump/archive/v1.6.19.zip \
&& unzip v1.6.19.zip \
&& cd nfdump-1.6.19\
&& mkdir m4 \
&& ./autogen.sh \
&& ./configure --enable-nfprofile --enable-sflow \
Expand Down
4 changes: 2 additions & 2 deletions extra/nfdump.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: nfdump
Summary: A set of command-line tools to collect and process netflow data
Version: 1.6.18
Version: 1.6.19
Release: 1
License: BSD
Group: Applications/System
Expand Down Expand Up @@ -41,4 +41,4 @@ rm -rf $RPM_BUILD_ROOT

%changelog
* Thu Jan 03 2019 Richard REY <Rexy>
- Version 1.6.18 (used in ALCASAR 3.3.3)
- Version 1.6.19 (used in ALCASAR 3.3.3)

0 comments on commit f86fbfc

Please sign in to comment.