Hello community,

here is the log from the commit of package sipp for openSUSE:Factory checked in 
at 2020-09-22 21:15:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sipp (Old)
 and      /work/SRC/openSUSE:Factory/.sipp.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sipp"

Tue Sep 22 21:15:41 2020 rev:3 rq:836076 version:3.6.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/sipp/sipp.changes        2019-07-11 
13:13:02.614882327 +0200
+++ /work/SRC/openSUSE:Factory/.sipp.new.4249/sipp.changes      2020-09-22 
21:17:26.276257849 +0200
@@ -1,0 +2,13 @@
+Sun Sep 20 09:18:02 UTC 2020 - Martin Hauke <mar...@gmx.de>
+
+- Switch from autotools to cmake
+- Update to version 3.6.1
+  * Consistently unescape XML attributes when loading scenario
+  * Fix buffer overflow in screen output
+  * Fix nonce count in auth headers
+  * Fix parser warning when trying to access 0-byte SDP body
+  * Improve provided sipp.dtd file, and XML fixes
+    Make it easier to deal with large SIP packets by adding an
+    optional CPPFLAGS=-DSIPP_MAX_MSG_SIZE=262144 flag
+
+-------------------------------------------------------------------

Old:
----
  sipp-3.6.0.tar.gz

New:
----
  sipp-3.6.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ sipp.spec ++++++
--- /var/tmp/diff_new_pack.gyRQlL/_old  2020-09-22 21:17:28.348259661 +0200
+++ /var/tmp/diff_new_pack.gyRQlL/_new  2020-09-22 21:17:28.348259661 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package sipp
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,15 +17,14 @@
 
 
 Name:           sipp
-Version:        3.6.0
+Version:        3.6.1
 Release:        0
 Summary:        A SIP protocol testing tool
 License:        GPL-2.0-or-later
 Group:          Productivity/Networking/Other
 URL:            https://github.com/SIPp/sipp
 Source:         
https://github.com/SIPp/sipp/releases/download/v%{version}/%{name}-%{version}.tar.gz
-BuildRequires:  autoconf
-BuildRequires:  automake
+BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  help2man
 BuildRequires:  libpcap-devel
@@ -43,18 +42,25 @@
 
 %prep
 %setup -q
+## FIXME: cmake oot-builds is broken
+cp version.h src
 
 %build
-autoreconf -fiv
-%configure --with-pcap --with-sctp --with-openssl --with-gsl --with-rtpstream
-make %{?_smp_mflags}
+%cmake \
+    -DUSE_GSL=1 \
+    -DUSE_PCAP=1 \
+    -DUSE_SSL=1 \
+    -DUSE_SCTP=1
+%make_build
 
 %install
-%make_install
+%cmake_install
+## FIXME: manpage installation should be handled by cmake
+install -Dpm 0644 %{name}.1 %{buildroot}/%{_mandir}/man1/%{name}.1
 
 %files
-%doc CHANGES.md README.md THANKS
 %license LICENSE.txt
+%doc CHANGES.md README.md THANKS
 %{_bindir}/%{name}
 %{_mandir}/man1/sipp.1%{?ext_man}
 

++++++ sipp-3.6.0.tar.gz -> sipp-3.6.1.tar.gz ++++++
++++ 54242 lines of diff (skipped)


Reply via email to