Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ortp for openSUSE:Factory checked in 
at 2022-07-08 14:03:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ortp (Old)
 and      /work/SRC/openSUSE:Factory/.ortp.new.1523 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ortp"

Fri Jul  8 14:03:18 2022 rev:39 rq:987833 version:5.1.45

Changes:
--------
--- /work/SRC/openSUSE:Factory/ortp/ortp.changes        2022-06-16 
18:20:32.260107738 +0200
+++ /work/SRC/openSUSE:Factory/.ortp.new.1523/ortp.changes      2022-07-08 
14:03:20.634546764 +0200
@@ -1,0 +2,6 @@
+Fri Jul  8 08:01:59 UTC 2022 - Paolo Stivanin <i...@paolostivanin.com>
+
+- Update to version 5.1.45:
+  * Make DTLS-SRTP to start immediately after the default candidate pair is 
verified by ICE.
+
+-------------------------------------------------------------------

Old:
----
  ortp-5.1.32.tar.bz2

New:
----
  ortp-5.1.45.tar.bz2

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

Other differences:
------------------
++++++ ortp.spec ++++++
--- /var/tmp/diff_new_pack.8sI4xL/_old  2022-07-08 14:03:21.870548237 +0200
+++ /var/tmp/diff_new_pack.8sI4xL/_new  2022-07-08 14:03:21.870548237 +0200
@@ -20,7 +20,7 @@
 %define soname  libortp
 %define sover   15
 Name:           ortp
-Version:        5.1.32
+Version:        5.1.45
 Release:        0
 Summary:        Real-time Transport Protocol Stack
 License:        GPL-3.0-or-later

++++++ ortp-5.1.32.tar.bz2 -> ortp-5.1.45.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ortp-5.1.32/include/ortp/event.h 
new/ortp-5.1.45/include/ortp/event.h
--- old/ortp-5.1.32/include/ortp/event.h        2022-02-04 11:58:14.000000000 
+0100
+++ new/ortp-5.1.45/include/ortp/event.h        2022-06-10 18:51:30.000000000 
+0200
@@ -81,6 +81,7 @@
 #define ORTP_EVENT_ICE_GATHERING_FINISHED              10
 #define ORTP_EVENT_ICE_LOSING_PAIRS_COMPLETED          11
 #define ORTP_EVENT_ICE_RESTART_NEEDED                  12
+#define ORTP_EVENT_ICE_CHECK_LIST_DEFAULT_CANDIDATE_VERIFIED   23
 #define ORTP_EVENT_DTLS_ENCRYPTION_CHANGED             13
 #define ORTP_EVENT_RTT_CHARACTER_RECEIVED              15
 #define ORTP_EVENT_CONGESTION_STATE_CHANGED            16
@@ -89,7 +90,8 @@
 #define ORTP_EVENT_NEW_VIDEO_BANDWIDTH_ESTIMATION_AVAILABLE             19
 #define ORTP_EVENT_ICE_DEACTIVATION_NEEDED             20
 #define ORTP_EVENT_JITTER_UPDATE_FOR_NACK              21
-#define ORTP_EVENT_SOURCE_PACKET_RECONSTRUCTED  22
+#define ORTP_EVENT_SOURCE_PACKET_RECONSTRUCTED         22
+#define ORTP_EVENT_DO_NOT_USE_RESERVED                 23  /* taken by 
ORTP_EVENT_ICE_CHECK_LIST_DEFAULT_CANDIDATE_VERIFIED */
 
 ORTP_PUBLIC OrtpEventData * ortp_event_get_data(OrtpEvent *ev);
 ORTP_PUBLIC void ortp_event_destroy(OrtpEvent *ev);

Reply via email to