rpms/tcpreplay/EL-5 sources, 1.2, 1.3 tcpreplay.spec, 1.1, 1.2 tcpreplay-Makefile.in-destdir.patch, 1.1, NONE

bojan bojan at fedoraproject.org
Sun Apr 11 22:22:01 UTC 2010


Author: bojan

Update of /cvs/pkgs/rpms/tcpreplay/EL-5
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv28931

Modified Files:
	sources tcpreplay.spec 
Removed Files:
	tcpreplay-Makefile.in-destdir.patch 
Log Message:
We should be at 3.4.4.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/tcpreplay/EL-5/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	17 Apr 2007 22:27:46 -0000	1.2
+++ sources	11 Apr 2010 22:22:01 -0000	1.3
@@ -1 +1 @@
-fff1c5a382bc869caabfb20f4b3b3dad  tcpreplay-2.3.5.tar.gz
+22725feb9b2590809f9350308ec65180  tcpreplay-3.4.4.tar.gz


Index: tcpreplay.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tcpreplay/EL-5/tcpreplay.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- tcpreplay.spec	17 Apr 2007 22:27:46 -0000	1.1
+++ tcpreplay.spec	11 Apr 2010 22:22:01 -0000	1.2
@@ -6,59 +6,146 @@
 %endif
 
 Name:           tcpreplay
-Version:        2.3.5
-Release:        4%{?dist}
+Version:        3.4.4
+Release:        1%{?dist}
 Summary:        Replay captured network traffic
 
 Group:          Applications/Internet
 License:        BSD
 URL:            http://tcpreplay.synfin.net/trac/
 Source:         http://prdownloads.sourceforge.net/tcpreplay/tcpreplay-%{version}.tar.gz
-Patch0:         tcpreplay-Makefile.in-destdir.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  libnet-devel >= 1.1, %{pcapdep} >= 0.5, tcpdump
+BuildRequires:  %{pcapdep} >= 0.8.0, tcpdump
+%if ! 0%{?rhel}
+BuildRequires:  libdnet-devel
+%endif
 Requires:       /usr/sbin/tcpdump
 
 %description
-Tcpreplay is a tool to replay captured network traffic.  Currently, tcpreplay
-supports pcap (tcpdump) and snoop capture formats.  Also included, is tcpprep
+Tcpreplay is a tool to replay captured network traffic. Currently, tcpreplay
+supports pcap (tcpdump) and snoop capture formats. Also included, is tcpprep
 a tool to pre-process capture files to allow increased performance under
 certain conditions as well as capinfo which provides basic information about
 capture files.
 
 %prep
 %setup -q
-%patch0 -p0 -b .destdir
 
 %build
-%configure
+%configure --enable-dynamic-link \
+           --enable-tcpreplay-edit \
+           --enable-local-libopts \
+           --disable-libopts-install
+
 # make sure we use proper CFLAGS
-%{__sed} -ie 's/^CFLAGS.*/CFLAGS=${RPM_OPT_FLAGS}/' Makefile
+%{__sed} -i \
+         -e 's/^CFLAGS.*/CFLAGS=${RPM_OPT_FLAGS} -std=gnu99 -D_U_="__attribute__((unused))"/' \
+         $(find . -name Makefile)
+
 # remove unneeded docs
-%{__rm} -f Docs/INSTALL Docs/WARNINGS Docs/*.dvi Docs/*.tex Docs/*.lyx \
-           Docs/*.fig Docs/*.pl Docs/*.pdf Docs/*.ps Docs/*.eps Docs/*.aux \
-           Docs/*.log Docs/Makefile
-# fix source file permissions
-%{__chmod} -x *.c
+%{__rm} -f docs/INSTALL docs/Makefile*
+
+# fix wrong permissions
+%{__chmod} -x src/*.c src/common/*.c
+
 %{__make} %{?_smp_mflags}
 
 %install
 %{__rm} -rf %{buildroot}
-%{__make} install DESTDIR=%{buildroot}
+%{__make} %{?_smp_mflags} DESTDIR=%{buildroot} install
 
 %clean
 %{__rm} -rf %{buildroot}
 
 %files
 %defattr(-, root, root, -)
-%doc Docs/*
+%doc README docs/*
 %doc %{_mandir}/man1/*
-%doc %{_mandir}/man8/*
 %{_bindir}/*
-%{_sbindir}/*
 
 %changelog
+* Sun Apr 11 2010 Bojan Smojver <bojan at rexursive com> - 3.4.4-1
+- bump up to 3.4.4
+
+* Tue Mar 16 2010 Bojan Smojver <bojan at rexursive.com> 3.4.3-3
+- fix buffer overflow from bug #556813
+
+* Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.4.3-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Fri Jun 26 2009 Bojan Smojver <bojan at rexursive com> - 3.4.3-1
+- bump up to 3.4.3
+
+* Wed May 20 2009 Bojan Smojver <bojan at rexursive com> - 3.4.2-1
+- bump up to 3.4.2
+
+* Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.4.1-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Sun Feb 22 2009 Bojan Smojver <bojan at rexursive com> - 3.4.1-1
+- bump up to 3.4.1
+
+* Thu Jan 15 2009 Bojan Smojver <bojan at rexursive com> - 3.4.0-2
+- correct libdnet BR logic
+
+* Thu Jan 15 2009 Bojan Smojver <bojan at rexursive com> - 3.4.0-1
+- bump up to 3.4.0
+- add libdnet-devel to BR
+
+* Mon Jun 23 2008 Bojan Smojver <bojan at rexursive com> - 3.3.2-1
+- bump up to 3.3.2
+
+* Sun May 18 2008 Bojan Smojver <bojan at rexursive com> - 3.3.1-1
+- bump up to 3.3.1
+
+* Tue May  6 2008 Bojan Smojver <bojan at rexursive com> - 3.3.0-1
+- bump up to 3.3.0
+
+* Thu May  1 2008 Bojan Smojver <bojan at rexursive com> - 3.3-0.rc2.1
+- bump up to 3.3.rc2
+
+* Mon Apr 28 2008 Bojan Smojver <bojan at rexursive com> - 3.3-0.rc1.1
+- bump up to 3.3.rc1
+
+* Sat Feb  9 2008 Bojan Smojver <bojan at rexursive com> - 3.2.5-2
+- rebuild for GCC 4.3
+
+* Thu Jan 24 2008 Bojan Smojver <bojan at rexursive com> - 3.2.5-1
+- bump up to 3.2.5
+
+* Fri Jan 18 2008 Bojan Smojver <bojan at rexursive com> - 3.2.4-1
+- bump up to 3.2.4
+- use --enable-tcpreplay-edit when building
+
+* Fri Nov 02 2007 Bojan Smojver <bojan at rexursive com> - 3.2.3-1
+- bump up to 3.2.3
+- drop compilation fix patch, now upstream
+
+* Thu Nov 01 2007 Bojan Smojver <bojan at rexursive com> - 3.2.2-2
+- fix compilation
+
+* Thu Nov 01 2007 Bojan Smojver <bojan at rexursive com> - 3.2.2-1
+- bump up to 3.2.2
+
+* Fri Oct 26 2007 Bojan Smojver <bojan at rexursive com> - 3.2.1-1
+- bump up to 3.2.1
+
+* Mon Aug 27 2007 Bojan Smojver <bojan at rexursive com> - 3.2.0-1
+- bump up to 3.2.0
+- drop -enable-64bits option to configure - this is now default
+
+* Fri Jul 20 2007 Bojan Smojver <bojan at rexursive com> - 3.1.1-1
+- bump up to 3.1.1
+- drop the patch for libpcap.so detection, fixed upstream
+
+* Fri May 04 2007 Bojan Smojver <bojan at rexursive com> - 3.0.1-2
+- static libraries not shipped in FC7 - fix libpcap.so detection
+
+* Thu May 03 2007 Bojan Smojver <bojan at rexursive com> - 3.0.1-1
+- Bump up to new release 3.0.1
+- flowreplay doesn't compile, will enable when it does
+
 * Tue Apr 17 2007 Bojan Smojver <bojan at rexursive com> - 2.3.5-4
 - Remove Makefile from docs
 


--- tcpreplay-Makefile.in-destdir.patch DELETED ---



More information about the scm-commits mailing list