diff --git a/import.log b/import.log index 059591f..c0f9a57 100644 --- a/import.log +++ b/import.log @@ -1 +1,2 @@ sipp-3_1-2_fc9:EL-4:sipp-3.1-2.fc9.src.rpm:1215352044 +sipp-3_1-5_fc11:EL-4:sipp-3.1-5.fc11.src.rpm:1245322564 diff --git a/sipp--get_remote_port_media.diff b/sipp--get_remote_port_media.diff new file mode 100644 index 0000000..3aa1c4a --- /dev/null +++ b/sipp--get_remote_port_media.diff @@ -0,0 +1,13 @@ +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 "; diff --git a/sipp.spec b/sipp.spec index 20e4246..5e87029 100644 --- a/sipp.spec +++ b/sipp.spec @@ -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 dynamically adjustable call rates. %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 3.1-5 +- Fixed issue with 5-digit port numbers + +* Wed Feb 25 2009 Fedora Release Engineering - 3.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Sat Jan 17 2009 Tomas Mraz 3.1-3 +- rebuild with new openssl + * Sun Jul 6 2008 Peter Lemenkov 3.1-2 - CVE-2008-2085