Hello community,

here is the log from the commit of package live555 for openSUSE:Factory checked 
in at 2020-04-07 10:23:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/live555 (Old)
 and      /work/SRC/openSUSE:Factory/.live555.new.3248 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "live555"

Tue Apr  7 10:23:34 2020 rev:18 rq:790848 version:2020.03.06

Changes:
--------
--- /work/SRC/openSUSE:Factory/live555/live555.changes  2019-07-17 
14:23:32.640053986 +0200
+++ /work/SRC/openSUSE:Factory/.live555.new.3248/live555.changes        
2020-04-07 10:23:48.473995017 +0200
@@ -1,0 +2,26 @@
+Thu Apr  2 09:55:11 UTC 2020 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Update to version 2020.03.06 (boo#1146283, CVE-2019-15232):
+  + Fixed a problem in "H264or5VideoStreamFramer.cpp" that was
+    allegedly causing problems compiling for Windows.
+- Changes from version 2020.02.25:
+  + Added full support for the "LIVE555 HLS Proxy"
+- Changes from version 2020.02.24:
+  + Commented out a line of code that was preventing
+    "RTSPClientConnection" objects from being closed when a RTSP
+    server handles a "TEARDOWN" command (on a RTP-over-TCP stream).
+- Changes from version 2020.02.23:
+  + Updated our (unicast) RTSP server implementation to handle
+    "PAUSE" commands by calling "stopGettingFrames()" on the input
+    source.
+  + Fixed a bug in "H264or5VideoStreamFramer" that was causing it
+    to not update its presentation times properly following a pause.
+  + Updated "openRTSP" to improve the handling of the "-R <port-num>"
+    option.
+- Changes from version 2020.02.11:
+  + Added support for receiving SRTP (encrypted) RTSP streams.
+- For changes between 2019.06.28 and 2020.02.10, please see the
+  http://www.live555.com/liveMedia/public/changelog.txt.
+- Rebase live555-fpic.patch.
+
+-------------------------------------------------------------------

Old:
----
  live.2019.06.28.tar.gz

New:
----
  live.2020.03.06.tar.gz

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

Other differences:
------------------
++++++ live555.spec ++++++
--- /var/tmp/diff_new_pack.8n91XF/_old  2020-04-07 10:23:49.733996418 +0200
+++ /var/tmp/diff_new_pack.8n91XF/_new  2020-04-07 10:23:49.737996422 +0200
@@ -1,8 +1,8 @@
 #
 # spec file for package live555
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
-# Copyright (c) 2013 Dominique Leuenberger, Amsterdam, The Netherlands
+# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2020 Dominique Leuenberger, Ramiswil, Switzerland
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,10 +17,10 @@
 #
 
 
-%define lmdmaj 66
+%define lmdmaj 78
 
 Name:           live555
-Version:        2019.06.28
+Version:        2020.03.06
 Release:        0
 Summary:        LIVE555 Streaming Media
 License:        LGPL-2.1-only
@@ -31,6 +31,7 @@
 Patch0:         %{name}-fpic.patch
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(openssl)
 
 %description
 This code forms a set of C++ libraries for multimedia streaming,

++++++ live.2019.06.28.tar.gz -> live.2020.03.06.tar.gz ++++++
/work/SRC/openSUSE:Factory/live555/live.2019.06.28.tar.gz 
/work/SRC/openSUSE:Factory/.live555.new.3248/live.2020.03.06.tar.gz differ: 
char 5, line 1

++++++ live555-fpic.patch ++++++
--- /var/tmp/diff_new_pack.8n91XF/_old  2020-04-07 10:23:49.777996466 +0200
+++ /var/tmp/diff_new_pack.8n91XF/_new  2020-04-07 10:23:49.777996466 +0200
@@ -1,9 +1,10 @@
-diff -burNE live_orig/config.linux live/config.linux
---- live_orig/config.linux     2018-11-06 10:49:08.113052527 +0100
-+++ live/config.linux  2018-11-06 10:49:29.184596791 +0100
+Index: live/config.linux
+===================================================================
+--- live.orig/config.linux
++++ live/config.linux
 @@ -1,4 +1,4 @@
--COMPILE_OPTS =                $(INCLUDES) -I. -O2 -DSOCKLEN_T=socklen_t 
-D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64
-+COMPILE_OPTS =                $(INCLUDES) -I. -O2 -fPIC -DSOCKLEN_T=socklen_t 
-D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64
+-COMPILE_OPTS =                $(INCLUDES) -I/usr/local/include -I. -O2 
-DSOCKLEN_T=socklen_t -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64
++COMPILE_OPTS =                $(INCLUDES) -I/usr/local/include -I. -O2 -fPIC 
-DSOCKLEN_T=socklen_t -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64
  C =                   c
  C_COMPILER =          cc
  C_FLAGS =             $(COMPILE_OPTS) $(CPPFLAGS) $(CFLAGS)


Reply via email to