rpms/sipp/F-9 .cvsignore,1.4,1.5 sipp.spec,1.8,1.9 sources,1.4,1.5

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


Author: peter

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

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


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/sipp/F-9/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	13 Jan 2008 11:50:20 -0000	1.4
+++ .cvsignore	30 Apr 2008 14:05:35 -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-9/sipp.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sipp.spec	21 Feb 2008 10:37:11 -0000	1.8
+++ sipp.spec	30 Apr 2008 14:05:35 -0000	1.9
@@ -1,11 +1,11 @@
 Summary:	SIP test tool / traffic generator
 Name:		sipp
-Version:	3.0
-Release: 	3%{?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
@@ -15,20 +15,20 @@
 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
 %patch1
 
@@ -39,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
@@ -51,6 +51,9 @@
 %{_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


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/sipp/F-9/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	13 Jan 2008 11:50:20 -0000	1.4
+++ sources	30 Apr 2008 14:05:35 -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