Accepting request 231189 from home:sbrabec:branches:multimedia:libs

- Update to version 0.6.4:
  * Fix a possible heap memory overrun (bnc#874723, CVE-2014-2892).
  * Some changes for more recent automake versions.
  * Remove glib dependency.
  * Fix several issues that prevented seeking from working.
  * Remove dependency on iconv.
  * Fix connecting to certain mms streams.

OBS-URL: https://build.opensuse.org/request/show/231189
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libmms?expand=0&rev=12
This commit is contained in:
Ismail Dönmez 2014-04-24 10:30:07 +00:00 committed by Git OBS Bridge
parent 79d9b66576
commit 8f099ef6b3
4 changed files with 17 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9d027bdd5cfe36eb397e356b9212ba39cdb8e321d830f8c466602858375a56d1
size 282424

3
libmms-0.6.4.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3c05e05aebcbfcc044d9e8c2d4646cd8359be39a3f0ba8ce4e72a9094bee704f
size 356217

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Apr 23 19:20:23 CEST 2014 - sbrabec@suse.cz
- Update to version 0.6.4:
* Fix a possible heap memory overrun (bnc#874723, CVE-2014-2892).
* Some changes for more recent automake versions.
* Remove glib dependency.
* Fix several issues that prevented seeking from working.
* Remove dependency on iconv.
* Fix connecting to certain mms streams.
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Mar 24 04:43:36 UTC 2013 - crrodriguez@opensuse.org Sun Mar 24 04:43:36 UTC 2013 - crrodriguez@opensuse.org

View File

@ -1,7 +1,7 @@
# #
# spec file for package libmms # spec file for package libmms
# #
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -19,7 +19,7 @@
%define soname 0 %define soname 0
Name: libmms Name: libmms
Version: 0.6.2 Version: 0.6.4
Release: 0 Release: 0
# NOTE: there are files from the xine project with GPL headers in the source, # NOTE: there are files from the xine project with GPL headers in the source,
# but these were re-licensed to LGPLv2+ with the explicit permission of all # but these were re-licensed to LGPLv2+ with the explicit permission of all
@ -31,7 +31,7 @@ Summary: MMS stream protocol library
License: LGPL-2.1+ License: LGPL-2.1+
Group: System/Libraries Group: System/Libraries
Url: http://www.sf.net/projects/%{name} Url: http://www.sf.net/projects/%{name}
Source0: %{name}-%{version}.tar.bz2 Source0: %{name}-%{version}.tar.gz
Source1: libmms-relicensing-1.txt Source1: libmms-relicensing-1.txt
Source2: libmms-relicensing-2.txt Source2: libmms-relicensing-2.txt
Source3: baselibs.conf Source3: baselibs.conf