From 7faedd1e5421f9709964a6cd12344d57542587a69cce8a9693532157e11ca041 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Fri, 1 Jul 2016 07:52:07 +0000 Subject: [PATCH] Updating link to change in openSUSE:Factory/vlc revision 56.0 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vlc?expand=0&rev=23439cfd86134d9c6849c98109ad53b6 --- vlc-2.2.3.tar.xz | 3 --- vlc-2.2.4.tar.xz | 3 +++ vlc.changes | 20 ++++++++++++++++++++ vlc.spec | 7 ++++--- 4 files changed, 27 insertions(+), 6 deletions(-) delete mode 100644 vlc-2.2.3.tar.xz create mode 100644 vlc-2.2.4.tar.xz diff --git a/vlc-2.2.3.tar.xz b/vlc-2.2.3.tar.xz deleted file mode 100644 index aee6897..0000000 --- a/vlc-2.2.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b9d7587d35f13c3c981964c8cc8b03f1c7c8edf528be476b3ca1d2efedd5bf5b -size 21835204 diff --git a/vlc-2.2.4.tar.xz b/vlc-2.2.4.tar.xz new file mode 100644 index 0000000..f421fda --- /dev/null +++ b/vlc-2.2.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1632e91d2a0087e0ef4c3fb4c95c3c2890f7715a9d1d43ffd46329f428cf53be +size 22199316 diff --git a/vlc.changes b/vlc.changes index ae607b0..745da5c 100644 --- a/vlc.changes +++ b/vlc.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Thu Jun 23 11:16:23 UTC 2016 - meissner@suse.com + +- build binaries as PIE (position independend executable). + +------------------------------------------------------------------- +Mon Jun 13 08:52:18 UTC 2016 - dimstar@opensuse.org + +- Update to version 2.2.4: + + Decoder: + - Fix crash in G.711 wav files. + - Fix mp3 crash in libmad. + - Fix out-of-bound write in adpcm QT IMA codec (CVE-2016-5108, + boo#984382). + + Qt: Fix resizing issues. + + Win32: Fix overlay creation on Windows XP for DirectDraw video + output. + + Misc: Build fixes for Hurd. + + Updated translations. + ------------------------------------------------------------------- Tue May 24 13:39:13 UTC 2016 - dimstar@opensuse.org diff --git a/vlc.spec b/vlc.spec index ae516e0..ac5a723 100644 --- a/vlc.spec +++ b/vlc.spec @@ -31,7 +31,7 @@ %endif Name: vlc -Version: 2.2.3 +Version: 2.2.4 Release: 0 Summary: Video Lan Client multimedia player License: GPL-2.0+ and LGPL-2.1+ @@ -340,8 +340,9 @@ date %build echo '********* BOOTSTRAPPING *********' date -export CFLAGS="%{optflags}" -export CXXFLAGS="%{optflags}" +export CFLAGS="%{optflags} -fPIE" +export CXXFLAGS="%{optflags} -fPIE" +export LDFLAGS="-pie" %if 0%{?suse_version} > 1140 ./bootstrap %endif