rpms/sipp/EL-5 sipp--get_remote_port_media.diff, NONE, 1.1 import.log, 1.1, 1.2 sipp.spec, 1.7, 1.8

Peter Lemenkov peter at fedoraproject.org
Thu Jun 18 11:04:44 UTC 2009


Author: peter

Update of /cvs/pkgs/rpms/sipp/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24163/EL-5

Modified Files:
	import.log sipp.spec 
Added Files:
	sipp--get_remote_port_media.diff 
Log Message:
fix for 5-digit port numbers

sipp--get_remote_port_media.diff:

--- NEW FILE sipp--get_remote_port_media.diff ---
Index: call.cpp
===================================================================
--- call.cpp	(revision 451)
+++ call.cpp	(revision 452)
@@ -177,7 +177,7 @@
 {
     char *pattern;
     char *begin, *end;
-    char number[6];
+    char number[7];
 
     if (pattype == PAT_AUDIO) {
       pattern = "m=audio ";


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/sipp/EL-5/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- import.log	6 Jul 2008 13:45:07 -0000	1.1
+++ import.log	18 Jun 2009 11:04:12 -0000	1.2
@@ -1 +1,2 @@
 sipp-3_1-2_fc9:EL-5:sipp-3.1-2.fc9.src.rpm:1215351879
+sipp-3_1-5_fc11:EL-5:sipp-3.1-5.fc11.src.rpm:1245321984


Index: sipp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sipp/EL-5/sipp.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- sipp.spec	6 Jul 2008 13:45:07 -0000	1.7
+++ sipp.spec	18 Jun 2009 11:04:12 -0000	1.8
@@ -1,7 +1,7 @@
 Summary:	SIP test tool / traffic generator
 Name:		sipp
 Version:	3.1
-Release:	2%{?dist}
+Release:	5%{?dist}
 License:	GPLv2+
 Group:		Applications/Communications
 URL:		http://sipp.sourceforge.net/
@@ -11,6 +11,8 @@ Patch0:		sipp--Makefile-fix-paths.diff
 Patch1:		sipp--INT_MAX_headers_for_gcc43.diff
 # https://sourceforge.net/tracker/index.php?func=detail&aid=2011751&group_id=104305&atid=637566
 Patch2:		sipp--CVE-2008-2085-fix.diff
+# taken from svn - allows 5-digit port numbers to be processed correctly
+Patch3:		sipp--get_remote_port_media.diff
 BuildRequires:	ncurses-devel
 %if 0%{?el4}
 BuildRequires:	libpcap
@@ -35,6 +37,7 @@ retransmission management and dynamicall
 %patch0
 %patch1
 %patch2 -p0 -b .cve20082085
+%patch3 -p0 -b .5digits
 
 %build
 DEBUG_FLAGS="%{optflags}" %{__make} %{?_smp_mflags} pcapplay_ossl
@@ -55,6 +58,15 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/%{name}
 
 %changelog
+* Thu Jun 18 2009 Peter Lemenkov <lemenkov at gmail.com> 3.1-5
+- Fixed issue with 5-digit port numbers
+
+* Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.1-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Sat Jan 17 2009 Tomas Mraz <tmraz at redhat.com> 3.1-3
+- rebuild with new openssl
+
 * Sun Jul  6 2008 Peter Lemenkov <lemenkov at gmail.com> 3.1-2
 - CVE-2008-2085
 




More information about the fedora-extras-commits mailing list