Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package live555 for openSUSE:Factory checked 
in at 2021-12-08 22:08:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/live555 (Old)
 and      /work/SRC/openSUSE:Factory/.live555.new.31177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "live555"

Wed Dec  8 22:08:37 2021 rev:28 rq:936042 version:2021.11.23

Changes:
--------
--- /work/SRC/openSUSE:Factory/live555/live555.changes  2021-08-25 
20:57:21.161228582 +0200
+++ /work/SRC/openSUSE:Factory/.live555.new.31177/live555.changes       
2021-12-08 22:09:00.622864116 +0100
@@ -1,0 +2,27 @@
+Mon Dec  6 09:04:32 UTC 2021 - Dirk M??ller <[email protected]>
+
+- update to 2021.11.23:
+  * Updated the "RTSPServer::setTLSState()" function to take an optional
+    parameter "weServeSRTP".  For now, the default value of this parameter is
+    False, but it will get changed to True later, when we implement server-side
+    SRTP.
+  * Updated the RTSP server implementation to (optionally) support connections 
via TLS.
+  * Updated the "TLSState" interface and implementation to (1) reduce the
+    amount of stuff that the compiler gets to see if you're compiling with
+    NO_OPENSSL defined, and (2) add a new subclass "ServerTLSState" that
+    will eventually be used to implement optional TLS connections to our RTSP 
server. 
+  * Split the "TLSState" class into two classes: "TLSState" (an abstract base
+    class), and "ClientTLSState" (a subclass).  This is in preparation for 
later defining
+    second subclass "ServerTLSState" that will eventually be used to implement 
TLS connections
+    in our RTSP server.
+  * Updated the implementation of AES encryption/decryption (used by our 
client SRTP
+    implementation) to use the new OpenSSL EVP interface.  This makes it 
possible to
+    use hardware acceleration (e.g., AES-NI), when it is available.
+  * Updated the "RTSPClient"s implementation of receiving RTP/RTCP-over-TCP so
+    that it will also work over a RTSP-over-TLS (including RTSPS) connection.
+  * Fixed a bug in "MatroskaFileParser" that could cause delivery of data to a 
downstream object
+    that wasn't expecting it (potentially causing an invalid memory access).
+  * The final (I hope!) update to eliminate a "depends on uninitialised value"
+    report from 'valgrind'.
+
+-------------------------------------------------------------------

Old:
----
  live.2021.08.23.tar.gz

New:
----
  live.2021.11.23.tar.gz

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

Other differences:
------------------
++++++ live555.spec ++++++
--- /var/tmp/diff_new_pack.je2B5e/_old  2021-12-08 22:09:01.110864345 +0100
+++ /var/tmp/diff_new_pack.je2B5e/_new  2021-12-08 22:09:01.114864348 +0100
@@ -17,10 +17,10 @@
 #
 
 
-%define lmdmaj 97
+%define lmdmaj 102
 
 Name:           live555
-Version:        2021.08.23
+Version:        2021.11.23
 Release:        0
 Summary:        LIVE555 Streaming Media
 License:        LGPL-2.1-only

++++++ live.2021.08.23.tar.gz -> live.2021.11.23.tar.gz ++++++
++++ 1625 lines of diff (skipped)

Reply via email to