Skip to content

Commit

Permalink
Release v1.6.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Haag authored and Peter Haag committed Jun 5, 2016
1 parent 25138d8 commit 68d660e
Show file tree
Hide file tree
Showing 11 changed files with 303 additions and 296 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2016-06-05 v.1.6.15
- Fix Security issue http://www.security-assessment.com/files/documents/advisory/Nfdump%20nfcapd%201.6.14%20-%20Multiple%20Vulnerabilities.pdf
- Fix obyte, opps and obps output records
- Fix wrong bps type case in cvs output. Fix opbs ipbs typos

2016-01-10 v.1.6.14
- Fix CentOS compile issues with flow-tools converter
- Fix FreeBSD,OpenBSD build problems
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# nfdump

Stable Release v1.6.14
Stable Release v1.6.15

See the Changelog file for all changes in release 1.6.14
See the Changelog file for all changes in release 1.6.15

nfdump is a toolset in oder to collect and process netflow data, sent from netflow compatible devices. The toolset supports netflow __v1__, __v5/v7__ __v9__ and __IPFIX__. See the details below for a more details explanation.
The toolset also contains a collector to collect __sflow__ data. nfdump supports IPv4 as well as IPv6.
Expand Down Expand Up @@ -37,6 +37,8 @@ is does not support the full IPFIX definition, however is considered stable.
### Building and config options

The toolset is build upon the autotools framework, which means __./configure ./make__ and __./make install__ should do the trick
In case of an autoconf error, run 'autoreconf -if' first to sync with your
local version of autotools

The following config options are available:

Expand Down
42 changes: 21 additions & 21 deletions autom4te.cache/output.1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
@%:@! /bin/sh
@%:@ From configure.ac Revision: 243 .
@%:@ Guess values for system-dependent variables and create Makefiles.
@%:@ Generated by GNU Autoconf 2.69 for nfdump 1.6.14.
@%:@ Generated by GNU Autoconf 2.69 for nfdump 1.6.15.
@%:@
@%:@ Report bugs to <phaag@users.sourceforge.net>.
@%:@ Report bugs to <peter@people.ops-trust.net>.
@%:@
@%:@
@%:@ Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -276,10 +276,10 @@ fi
$as_echo "$0: be upgraded to zsh 4.3.4 or later."
else
$as_echo "$0: Please tell bug-autoconf@gnu.org and
$0: phaag@users.sourceforge.net about your system,
$0: including any error possibly output before this
$0: message. Then install a modern shell, or manually run
$0: the script under such a shell if you do have one."
$0: peter@people.ops-trust.net about your system, including
$0: any error possibly output before this message. Then
$0: install a modern shell, or manually run the script
$0: under such a shell if you do have one."
fi
exit 1
fi
Expand Down Expand Up @@ -591,9 +591,9 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='nfdump'
PACKAGE_TARNAME='nfdump'
PACKAGE_VERSION='1.6.14'
PACKAGE_STRING='nfdump 1.6.14'
PACKAGE_BUGREPORT='phaag@users.sourceforge.net'
PACKAGE_VERSION='1.6.15'
PACKAGE_STRING='nfdump 1.6.15'
PACKAGE_BUGREPORT='peter@people.ops-trust.net'
PACKAGE_URL=''

# Factoring default headers for most tests.
Expand Down Expand Up @@ -1354,7 +1354,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures nfdump 1.6.14 to adapt to many kinds of systems.
\`configure' configures nfdump 1.6.15 to adapt to many kinds of systems.

Usage: $0 [OPTION]... [VAR=VALUE]...

Expand Down Expand Up @@ -1424,7 +1424,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of nfdump 1.6.14:";;
short | recursive ) echo "Configuration of nfdump 1.6.15:";;
esac
cat <<\_ACEOF

Expand Down Expand Up @@ -1491,7 +1491,7 @@ Some influential environment variables:
Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations.

Report bugs to <phaag@users.sourceforge.net>.
Report bugs to <peter@people.ops-trust.net>.
_ACEOF
ac_status=$?
fi
Expand Down Expand Up @@ -1554,7 +1554,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
nfdump configure 1.6.14
nfdump configure 1.6.15
generated by GNU Autoconf 2.69

Copyright (C) 2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -1899,9 +1899,9 @@ $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
( $as_echo "## ------------------------------------------ ##
## Report this to phaag@users.sourceforge.net ##
## ------------------------------------------ ##"
( $as_echo "## ----------------------------------------- ##
## Report this to peter@people.ops-trust.net ##
## ----------------------------------------- ##"
) | sed "s/^/$as_me: WARNING: /" >&2
;;
esac
Expand Down Expand Up @@ -2217,7 +2217,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by nfdump $as_me 1.6.14, which was
It was created by nfdump $as_me 1.6.15, which was
generated by GNU Autoconf 2.69. Invocation command line was

$ $0 $@
Expand Down Expand Up @@ -3087,7 +3087,7 @@ fi

# Define the identity of the package.
PACKAGE='nfdump'
VERSION='1.6.14'
VERSION='1.6.15'


cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -17242,7 +17242,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by nfdump $as_me 1.6.14, which was
This file was extended by nfdump $as_me 1.6.15, which was
generated by GNU Autoconf 2.69. Invocation command line was

CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -17302,13 +17302,13 @@ $config_headers
Configuration commands:
$config_commands

Report bugs to <phaag@users.sourceforge.net>."
Report bugs to <peter@people.ops-trust.net>."

_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
nfdump config.status 1.6.14
nfdump config.status 1.6.15
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"

Expand Down
42 changes: 21 additions & 21 deletions autom4te.cache/output.2
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
@%:@! /bin/sh
@%:@ From configure.ac Revision: 243 .
@%:@ Guess values for system-dependent variables and create Makefiles.
@%:@ Generated by GNU Autoconf 2.69 for nfdump 1.6.14.
@%:@ Generated by GNU Autoconf 2.69 for nfdump 1.6.15.
@%:@
@%:@ Report bugs to <phaag@users.sourceforge.net>.
@%:@ Report bugs to <peter@people.ops-trust.net>.
@%:@
@%:@
@%:@ Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -276,10 +276,10 @@ fi
$as_echo "$0: be upgraded to zsh 4.3.4 or later."
else
$as_echo "$0: Please tell bug-autoconf@gnu.org and
$0: phaag@users.sourceforge.net about your system,
$0: including any error possibly output before this
$0: message. Then install a modern shell, or manually run
$0: the script under such a shell if you do have one."
$0: peter@people.ops-trust.net about your system, including
$0: any error possibly output before this message. Then
$0: install a modern shell, or manually run the script
$0: under such a shell if you do have one."
fi
exit 1
fi
Expand Down Expand Up @@ -591,9 +591,9 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='nfdump'
PACKAGE_TARNAME='nfdump'
PACKAGE_VERSION='1.6.14'
PACKAGE_STRING='nfdump 1.6.14'
PACKAGE_BUGREPORT='phaag@users.sourceforge.net'
PACKAGE_VERSION='1.6.15'
PACKAGE_STRING='nfdump 1.6.15'
PACKAGE_BUGREPORT='peter@people.ops-trust.net'
PACKAGE_URL=''

# Factoring default headers for most tests.
Expand Down Expand Up @@ -1354,7 +1354,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures nfdump 1.6.14 to adapt to many kinds of systems.
\`configure' configures nfdump 1.6.15 to adapt to many kinds of systems.

Usage: $0 [OPTION]... [VAR=VALUE]...

Expand Down Expand Up @@ -1424,7 +1424,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of nfdump 1.6.14:";;
short | recursive ) echo "Configuration of nfdump 1.6.15:";;
esac
cat <<\_ACEOF

Expand Down Expand Up @@ -1491,7 +1491,7 @@ Some influential environment variables:
Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations.

Report bugs to <phaag@users.sourceforge.net>.
Report bugs to <peter@people.ops-trust.net>.
_ACEOF
ac_status=$?
fi
Expand Down Expand Up @@ -1554,7 +1554,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
nfdump configure 1.6.14
nfdump configure 1.6.15
generated by GNU Autoconf 2.69

Copyright (C) 2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -1899,9 +1899,9 @@ $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
( $as_echo "## ------------------------------------------ ##
## Report this to phaag@users.sourceforge.net ##
## ------------------------------------------ ##"
( $as_echo "## ----------------------------------------- ##
## Report this to peter@people.ops-trust.net ##
## ----------------------------------------- ##"
) | sed "s/^/$as_me: WARNING: /" >&2
;;
esac
Expand Down Expand Up @@ -2217,7 +2217,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by nfdump $as_me 1.6.14, which was
It was created by nfdump $as_me 1.6.15, which was
generated by GNU Autoconf 2.69. Invocation command line was

$ $0 $@
Expand Down Expand Up @@ -3087,7 +3087,7 @@ fi

# Define the identity of the package.
PACKAGE='nfdump'
VERSION='1.6.14'
VERSION='1.6.15'


cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -17246,7 +17246,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by nfdump $as_me 1.6.14, which was
This file was extended by nfdump $as_me 1.6.15, which was
generated by GNU Autoconf 2.69. Invocation command line was

CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -17306,13 +17306,13 @@ $config_headers
Configuration commands:
$config_commands

Report bugs to <phaag@users.sourceforge.net>."
Report bugs to <peter@people.ops-trust.net>."

_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
nfdump config.status 1.6.14
nfdump config.status 1.6.15
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"

Expand Down
Loading

0 comments on commit 68d660e

Please sign in to comment.