Changelog for
netsniff-ng-0.5.8-6.el7.i686.rpm :
Fri Jan 24 13:00:00 2014 Daniel Mach
- 0.5.8-6
- Mass rebuild 2014-01-24
Fri Dec 27 13:00:00 2013 Daniel Mach - 0.5.8-5
- Mass rebuild 2013-12-27
Mon Aug 26 14:00:00 2013 Daniel Borkmann - 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 5 14:00:00 2013 Daniel Borkmann - 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 -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables}\" ; 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 -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables}\" ; 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 -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -I/usr/lib/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 -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -I/usr/lib/gfortran/modules}\" ; export FCFLAGS ;
LDFLAGS=\"${LDFLAGS:--Wl,-z,relro }\"; export LDFLAGS;
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=i386-redhat-linux-gnu --host=i386-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/lib \\
--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 14:00:00 2013 Daniel Borkmann - 0.5.8-2
- Rebased on 0.5.8-rc2 release.
Tue Jul 23 14:00:00 2013 Daniel Borkmann - 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.