rpms/sipp/F-8 sipp--INT_MAX_headers_for_gcc43.diff, NONE, 1.1 .cvsignore, 1.4, 1.5 sipp.spec, 1.5, 1.6 sources, 1.4, 1.5

Peter Lemenkov (peter) fedora-extras-commits at redhat.com
Wed Apr 30 14:03:58 UTC 2008


Author: peter

Update of /cvs/extras/rpms/sipp/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31847/F-8

Modified Files:
	.cvsignore sipp.spec sources 
Added Files:
	sipp--INT_MAX_headers_for_gcc43.diff 
Log Message:
Ver. 3.1 (CVE-2008-1959 fixed)

sipp--INT_MAX_headers_for_gcc43.diff:

--- NEW FILE sipp--INT_MAX_headers_for_gcc43.diff ---
--- call.cpp~	2007-11-06 13:18:07.000000000 +0300
+++ call.cpp	2008-02-21 13:22:54.000000000 +0300
@@ -41,6 +41,7 @@
 #include <iostream>
 #include <sys/types.h>
 #include <sys/wait.h>
+#include <limits.h>
 
 #ifdef PCAPPLAY
 #include "send_packets.h"
--- scenario.cpp~	2007-07-26 14:16:49.000000000 +0400
+++ scenario.cpp	2008-02-21 13:22:19.000000000 +0300
@@ -27,6 +27,7 @@
  */
 
 #include <stdlib.h>
+#include <limits.h>
 #include "sipp.hpp"
 #ifdef HAVE_GSL
 #include <gsl/gsl_rng.h>


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/sipp/F-8/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	13 Jan 2008 12:10:01 -0000	1.4
+++ .cvsignore	30 Apr 2008 14:03:21 -0000	1.5
@@ -1 +1 @@
-sipp-3.0.src.tar.gz
+sipp.3.1.src.tar.gz


Index: sipp.spec
===================================================================
RCS file: /cvs/extras/rpms/sipp/F-8/sipp.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sipp.spec	13 Jan 2008 12:10:01 -0000	1.5
+++ sipp.spec	30 Apr 2008 14:03:21 -0000	1.6
@@ -1,12 +1,13 @@
 Summary:	SIP test tool / traffic generator
 Name:		sipp
-Version:	3.0
-Release: 	1%{?dist}
+Version:	3.1
+Release:	1%{?dist}
 License:	GPLv2+
 Group:		Applications/Communications
 URL:		http://sipp.sourceforge.net/
-Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.src.tar.gz
+Source0:	http://downloads.sourceforge.net/%{name}/%{name}.%{version}.src.tar.gz
 Patch0:		sipp--Makefile-fix-paths.diff
+Patch1:		sipp--INT_MAX_headers_for_gcc43.diff
 BuildRequires:	ncurses-devel
 %if 0%{?el4}
 BuildRequires:	libpcap
@@ -14,22 +15,22 @@
 BuildRequires:	libpcap-devel
 %endif
 BuildRequires:	openssl-devel
-Buildroot: 	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
 SIPp is a free Open Source test tool / traffic generator for the SIP protocol.
-It includes a few basic SipStone user agent scenarios (UAC and UAS) and 
-establishes and releases multiple calls with the INVITE and BYE methods. It 
-can also reads custom XML scenario files describing from very simple to 
-complex call flows. It features the dynamic display of statistics about 
-running tests (call rate, round trip delay, and message statistics), periodic 
-CSV statistics dumps, TCP and UDP over multiple sockets or multiplexed with 
+It includes a few basic SipStone user agent scenarios (UAC and UAS) and
+establishes and releases multiple calls with the INVITE and BYE methods. It
+can also reads custom XML scenario files describing from very simple to
+complex call flows. It features the dynamic display of statistics about
+running tests (call rate, round trip delay, and message statistics), periodic
+CSV statistics dumps, TCP and UDP over multiple sockets or multiplexed with
 retransmission management and dynamically adjustable call rates.
 
 %prep
-%setup -qn %{name}-%{version}.src
+%setup -qn %{name}.svn
 %patch0
-rm -rf pcap/.svn 
+%patch1
 
 %build
 DEBUG_FLAGS="%{optflags}" %{__make} %{?_smp_mflags} pcapplay_ossl
@@ -38,7 +39,7 @@
 rm -rf $RPM_BUILD_ROOT
 install -D -p -m 755 sipp $RPM_BUILD_ROOT%{_bindir}/%{name}
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}/pcap
-install -p -m 755 pcap/*.pcap $RPM_BUILD_ROOT%{_datadir}/%{name}/pcap
+install -p -m 644 pcap/*.pcap $RPM_BUILD_ROOT%{_datadir}/%{name}/pcap
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -50,6 +51,15 @@
 %{_datadir}/%{name}
 
 %changelog
+* Wed Apr 30 2008 Peter Lemenkov <lemenkov at gmail.com> 3.1-1
+- Ver 3.1
+
+* Thu Feb 21 2008  Peter Lemenkov <lemenkov at gmail.com> 3.0-3
+- Fixed build with GCC 4.3
+- No need to remove .svn leftover
+
+* Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 3.0-2
+- Autorebuild for GCC 4.3
 
 * Thu Jan 10 2008 Peter Lemenkov <lemenkov at gmail.com> 3.0-1
 - Version 3.0


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/sipp/F-8/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	13 Jan 2008 12:10:01 -0000	1.4
+++ sources	30 Apr 2008 14:03:21 -0000	1.5
@@ -1 +1 @@
-31906c63eb5efa09e0b148c27435cdac  sipp-3.0.src.tar.gz
+452a6f88f2d314dbb2f44e318a60982b  sipp.3.1.src.tar.gz




More information about the fedora-extras-commits mailing list