Hello community,

here is the log from the commit of package live555 for openSUSE:Factory checked 
in at 2018-11-12 09:50:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/live555 (Old)
 and      /work/SRC/openSUSE:Factory/.live555.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "live555"

Mon Nov 12 09:50:43 2018 rev:12 rq:646703 version:2018.10.17

Changes:
--------
--- /work/SRC/openSUSE:Factory/live555/live555.changes  2017-11-04 
19:27:54.008166387 +0100
+++ /work/SRC/openSUSE:Factory/.live555.new/live555.changes     2018-11-12 
09:50:45.712344083 +0100
@@ -1,0 +2,9 @@
+Tue Nov  6 09:53:16 UTC 2018 - Mathias Homann <mathias.hom...@opensuse.org>
+
+- Update to 2018.10.17
+* fix for CVE-2018-4013
+* changes: see http://www.live555.com/liveMedia/public/changelog.txt
+* removed xlocale.patch - xlocale.h is now conditionally included, only when
+  required. Upstream fix.
+
+-------------------------------------------------------------------

Old:
----
  live.2017.10.28.tar.gz
  xlocale.patch

New:
----
  live.2018.10.17.tar.gz

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

Other differences:
------------------
++++++ live555.spec ++++++
--- /var/tmp/diff_new_pack.6dcpap/_old  2018-11-12 09:50:46.640342692 +0100
+++ /var/tmp/diff_new_pack.6dcpap/_new  2018-11-12 09:50:46.640342692 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package live555
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 Dominique Leuenberger, Amsterdam, The Netherlands
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,22 +13,22 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           live555
-Version:        2017.10.28
-Release:        1
+Version:        2018.10.17
+Release:        0
 Summary:        LIVE555 Streaming Media
-License:        LGPL-2.1
+License:        LGPL-2.1-only
 Group:          System/Libraries
 Url:            http://www.live555.com/liveMedia/
 Source:         http://www.live555.com/liveMedia/public/live.%{version}.tar.gz
 # PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch0:         %{name}-fpic.patch
 # PATCH-FIX-UPSTREAM Don't use obsolete <xlocale.h>
-Patch1:         xlocale.patch
+# patch removed, xlocale.h now only gets included where needed (upstream fix)
 BuildRequires:  gcc-c++
 BuildRequires:  pkg-config
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -40,8 +40,8 @@
 
 %package devel
 Summary:        LIVE555 Streaming Media
-Group:          Development/Languages/C and C++
 # Actually, live555 is a devel package only. Headers, code and a static lib is 
all there is.
+Group:          Development/Languages/C and C++
 Provides:       %{name} = %{version}
 Obsoletes:      %{name} < %{version}
 
@@ -53,7 +53,6 @@
 %prep
 %setup -q -n live
 %patch0 -p1
-%patch1 -p1
 
 # Remove .orig files in source tree
 find . -name "*.orig" -delete
@@ -90,7 +89,7 @@
 
 %files devel
 %defattr(-,root,root)
-%doc COPYING
+%license COPYING
 %{_libdir}/live/
 %{_includedir}/liveMedia/
 %{_includedir}/groupsock/

++++++ live.2017.10.28.tar.gz -> live.2018.10.17.tar.gz ++++++
++++ 6641 lines of diff (skipped)

++++++ live555-fpic.patch ++++++
--- /var/tmp/diff_new_pack.6dcpap/_old  2018-11-12 09:50:47.128341959 +0100
+++ /var/tmp/diff_new_pack.6dcpap/_new  2018-11-12 09:50:47.128341959 +0100
@@ -1,7 +1,6 @@
-Index: live/config.linux
-===================================================================
---- live.orig/config.linux
-+++ live/config.linux
+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
 @@ -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


Reply via email to