Hello community,

here is the log from the commit of package vlc for openSUSE:Factory checked in 
at 2016-07-01 09:52:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vlc (Old)
 and      /work/SRC/openSUSE:Factory/.vlc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vlc"

Changes:
--------
--- /work/SRC/openSUSE:Factory/vlc/vlc.changes  2016-05-31 12:09:50.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.vlc.new/vlc.changes     2016-07-01 
09:52:08.000000000 +0200
@@ -1,0 +2,20 @@
+Thu Jun 23 11:16:23 UTC 2016 - meiss...@suse.com
+
+- build binaries as PIE (position independend executable).
+
+-------------------------------------------------------------------
+Mon Jun 13 08:52:18 UTC 2016 - dims...@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.
+
+-------------------------------------------------------------------

Old:
----
  vlc-2.2.3.tar.xz

New:
----
  vlc-2.2.4.tar.xz

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

Other differences:
------------------
++++++ vlc.spec ++++++
--- /var/tmp/diff_new_pack.oNPy4c/_old  2016-07-01 09:52:09.000000000 +0200
+++ /var/tmp/diff_new_pack.oNPy4c/_new  2016-07-01 09:52:09.000000000 +0200
@@ -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 @@
 %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

++++++ vlc-2.2.3.tar.xz -> vlc-2.2.4.tar.xz ++++++
/work/SRC/openSUSE:Factory/vlc/vlc-2.2.3.tar.xz 
/work/SRC/openSUSE:Factory/.vlc.new/vlc-2.2.4.tar.xz differ: char 25, line 1


Reply via email to