-
Tue Aug 02 2016 Eric Garver <egarver@redhat.com> - 0.5.8-10
- netsniff-ng: Account skipped packets as 'seen' and 'dropped'
-
Thu Jul 21 2016 Eric Garver <egarver@redhat.com> - 0.5.8-9
- netsniff-ng: Skip duplicated packets on loopback device
-
Tue May 31 2016 Eric Garver <egarver@redhat.com> - 0.5.8-8
- netsniff-ng: Fix compiler warning introduced by fanout backport
-
Mon May 16 2016 Eric Garver - 0.5.8-7
- netsniff-ng: add packet fanout support
- doc: authors: add Michal as contributor
- man: netsniff-ng: document fanout options
- netsniff-ng: add example for fanout into man page
-
Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 0.5.8-6
- Mass rebuild 2014-01-24
-
Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.5.8-5
- Mass rebuild 2013-12-27
-
Mon Aug 26 2013 Daniel Borkmann <dborkman@redhat.com> - 0.5.8-4
- GeoIP was added to RHEL7, so we can make use of that to enable
astraceroute and features in netsniff-ng.
- For this we also need zlib in order to make the updater work.
-
Mon Aug 05 2013 Daniel Borkmann <dborkman@redhat.com> - 0.5.8-3
- Package Wrangler feedback from Thomas Graf
- Note:
CFLAGS="${CFLAGS:--O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches }" ; export CFLAGS ;
CXXFLAGS="${CXXFLAGS:--O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches }" ; export CXXFLAGS ;
FFLAGS="${FFLAGS:--O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -I/usr/lib64/gfortran/modules}" ; export FFLAGS ;
FCFLAGS="${FCFLAGS:--O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -I/usr/lib64/gfortran/modules}" ; export FCFLAGS ;
LDFLAGS="${LDFLAGS:--Wl,-z,relro }"; export LDFLAGS;
[ "1" == 1 ] && [ "aarch64" == ppc64le ] && /usr/lib/rpm/redhat/libtool-handle-ppc64le.sh ;
for i in $(find . -name config.guess -o -name config.sub) ; do
[ -f /usr/lib/rpm/redhat/$(basename $i) ] && /usr/bin/rm -f $i && /usr/bin/cp -fv /usr/lib/rpm/redhat/$(basename $i) $i ;
done ;
./configure --build=aarch64-redhat-linux-gnu --host=aarch64-redhat-linux-gnu \
--program-prefix= \
--disable-dependency-tracking \
--prefix=/usr \
--exec-prefix=/usr \
--bindir=/usr/bin \
--sbindir=/usr/sbin \
--sysconfdir=/etc \
--datadir=/usr/share \
--includedir=/usr/include \
--libdir=/usr/lib64 \
--libexecdir=/usr/libexec \
--localstatedir=/var \
--sharedstatedir=/var/lib \
--mandir=/usr/share/man \
--infodir=/usr/share/info does not work with upstream's build system here as CFLAGS
will be overwritten. Changes would need to be proposed to upstream first.
-
Wed Jul 31 2013 Daniel Borkmann <dborkman@redhat.com> - 0.5.8-2
- Rebased on 0.5.8-rc2 release.
-
Tue Jul 23 2013 Daniel Borkmann <dborkman@redhat.com> - 0.5.8-1
- Initial netsniff-ng spec file for RHEL, import of 0.5.8-rc1. Note that
RHEL packaging differs significantly from Fedora as we only do a partial
build and have a small fraction of dependencies that are available on
RHEL.