Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ortp for openSUSE:Factory checked in 
at 2021-03-18 22:54:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ortp (Old)
 and      /work/SRC/openSUSE:Factory/.ortp.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ortp"

Thu Mar 18 22:54:15 2021 rev:22 rq:878955 version:4.4.33

Changes:
--------
--- /work/SRC/openSUSE:Factory/ortp/ortp.changes        2021-03-10 
08:49:04.762382637 +0100
+++ /work/SRC/openSUSE:Factory/.ortp.new.2401/ortp.changes      2021-03-18 
22:54:21.399492987 +0100
@@ -1,0 +2,11 @@
+Sun Mar  7 15:49:35 UTC 2021 - Dirk M??ller <dmuel...@suse.com>
+
+- update to 4.4.33:
+  * RTP bundling according to 
https://tools.ietf.org/html/draft-ietf-mmusic-sdp-bundle-negotiation-54
+  * RTP extension header support
+  * IP_PKTINFO for outgoing packets - useful for ICE. This let specify the 
source IP address to use while sending a packet.
+  * Random crash when network simulator is activated, while destroying an 
RtpSession.
+  * Fix issue where DTLS handshake cannot take place when the media path goes 
through a TURN server
+  * Fix a race condition around rtpsession's auxiliary destinations.
+
+-------------------------------------------------------------------

Old:
----
  ortp-4.4.29.tar.gz

New:
----
  ortp-4.4.33.tar.gz

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

Other differences:
------------------
++++++ ortp.spec ++++++
--- /var/tmp/diff_new_pack.lpArHz/_old  2021-03-18 22:54:22.147493795 +0100
+++ /var/tmp/diff_new_pack.lpArHz/_new  2021-03-18 22:54:22.147493795 +0100
@@ -20,7 +20,7 @@
 %define soname  libortp
 %define sover   15
 Name:           ortp
-Version:        4.4.29
+Version:        4.4.33
 Release:        0
 Summary:        Real-time Transport Protocol Stack
 License:        GPL-2.0-or-later
@@ -81,7 +81,6 @@
 mv %{buildroot}%{_datadir}/doc/%{name}-./CHANGELOG.md 
%{buildroot}%{_docdir}/%{name}/
 
 %post -n %{soname}%{sover} -p /sbin/ldconfig
-
 %postun -n %{soname}%{sover} -p /sbin/ldconfig
 
 %files

++++++ ortp-4.4.29.tar.gz -> ortp-4.4.33.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ortp-4.4.29/src/str_utils.c 
new/ortp-4.4.33/src/str_utils.c
--- old/ortp-4.4.29/src/str_utils.c     2020-07-29 18:49:30.000000000 +0200
+++ new/ortp-4.4.33/src/str_utils.c     2021-02-17 18:54:18.000000000 +0100
@@ -410,6 +410,8 @@
                addr_in6->sin6_port = recvaddr->port;
                memcpy(&addr_in6->sin6_addr, &recvaddr->addr.ipi6_addr, 
sizeof(recvaddr->addr.ipi6_addr));
                *socklen = sizeof(struct sockaddr_in6);
+       }else{
+               *socklen = 0;
        }
 }
 void ortp_sockaddr_to_recvaddr(const struct sockaddr * addr, ortp_recv_addr_t 
* recvaddr) {

Reply via email to