Accepting request 460183 from home:Zaitor:branches:multimedia:libs

New stable release

OBS-URL: https://build.opensuse.org/request/show/460183
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer?expand=0&rev=95
This commit is contained in:
OBS User mrdocs 2017-02-25 05:06:01 +00:00 committed by Git OBS Bridge
parent 42fe32be9b
commit 3925b92c5b
5 changed files with 24 additions and 37 deletions

View File

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

3
gstreamer-1.10.4.tar.xz Normal file
View File

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

View File

@ -1,29 +0,0 @@
From f7d2624044074456b6ba52516bd9dd8353616759 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= <sebastian@centricular.com>
Date: Tue, 31 Jan 2017 21:19:18 +0200
Subject: parse: Don't translate the "bin" element name
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Otherwise we won't be able to create bins, there is no element called
"Behälter" if you're using a German locale.
https://bugzilla.gnome.org/show_bug.cgi?id=777998
diff --git a/gst/parse/grammar.y b/gst/parse/grammar.y
index 85d37dd..1dc59a3 100644
--- a/gst/parse/grammar.y
+++ b/gst/parse/grammar.y
@@ -970,7 +970,7 @@ assignments: /* NOP */ { $$ = NULL; }
| ASSIGNMENT assignments { $$ = g_slist_prepend ($2, $1); }
;
-binopener: '(' { $$ = gst_parse_strdup(_("bin")); }
+binopener: '(' { $$ = gst_parse_strdup("bin"); }
| BINREF { $$ = $1; }
;
bin: binopener assignments chainlist ')' {
--
cgit v0.10.2

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Feb 23 18:39:15 UTC 2017 - zaitor@opensuse.org
- Update to version 1.10.4:
+ Various fixes for crashes, assertions, deadlocks and memory
leaks on fuzzed input files and in other situations
(CVE-2017-5847, CVE-2017-5848).
+ More regression fixes for souphttpsrc redirection tracking.
+ Various bugfixes for regressions and other problems in the V4L2
plugin.
+ Fix for 5.1, 6.1 and 7.1 channel layouts for Vorbis.
+ Bugs fixed: bgo#777998, bgo#778365.
- Drop gstreamer-parse-dont-translate-bin-name.patch: Fixed
upstream.
-------------------------------------------------------------------
Sat Feb 4 23:03:41 UTC 2017 - zaitor@opensuse.org
@ -8,7 +23,11 @@ Sat Feb 4 23:03:41 UTC 2017 - zaitor@opensuse.org
-------------------------------------------------------------------
Mon Jan 30 15:03:17 UTC 2017 - zaitor@opensuse.org
- Update to version 1.10.3 (CVE-2017-5838):
- Update to version 1.10.3:
+ CVE's fixed: CVE-2016-10198, CVE-2016-10199, CVE-2017-5837,
CVE-2017-5838, CVE-2017-5839, CVE-2017-5840, CVE-2017-5841,
CVE-2017-5842, CVE-2017-5843, CVE-2017-5844, CVE-2017-5845,
CVE-2017-5846.
+ Bugs fixed: bgo#776125, bgo#775538, bgo#775661, bgo#775714,
bgo#775728, bgo#775921, bgo#776039, bgo#776401, bgo#777263.

View File

@ -18,7 +18,7 @@
Name: gstreamer
%define _name gstreamer
Version: 1.10.3
Version: 1.10.4
Release: 0
%define gst_branch 1.0
Summary: Streaming-Media Framework Runtime
@ -31,8 +31,6 @@ Source2: gstreamer.prov
Source99: baselibs.conf
# PATCH-FEATURE-UPSTREAM gstreamer-rpm-prov.patch bgo#588783 dimstar@opensuse.org -- Add --rpm parameter to allow creation of rpm provides, patch from fedora
Patch1: gstreamer-rpm-prov.patch
# PATCH-FIX-UPSTREAM gstreamer-parse-dont-translate-bin-name.patch bgo#777998 zaitor@opensuse.org -- Don't translate the "bin" element name
Patch2: gstreamer-parse-dont-translate-bin-name.patch
BuildRequires: bison
BuildRequires: check-devel
BuildRequires: fdupes
@ -153,7 +151,6 @@ translation-update-upstream po gstreamer-%{gst_branch}
gnome-patch-translation-prepare po gstreamer-%{gst_branch}
%endif
%patch1 -p1
%patch2 -p1
%if !0%{?is_opensuse}
gnome-patch-translation-update po gstreamer-%{gst_branch}
%endif