Hello community,

here is the log from the commit of package chromium for openSUSE:Factory 
checked in at 2015-08-01 11:35:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/chromium (Old)
 and      /work/SRC/openSUSE:Factory/.chromium.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "chromium"

Changes:
--------
--- /work/SRC/openSUSE:Factory/chromium/chromium.changes        2015-06-24 
21:03:05.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.chromium.new/chromium.changes   2015-08-01 
11:35:37.000000000 +0200
@@ -1,0 +2,43 @@
+Tue Jul 21 18:56:57 UTC 2015 - [email protected]
+
+- Update to Chromium 44.0.2403.89
+  * A number of new apps/extension APIs
+  * Lots of under the hood changes for stability and performance
+  * Security fixes:
+    - CVE-2015-1271: Heap-buffer-overflow in pdfium
+    - CVE-2015-1273: Heap-buffer-overflow in pdfium
+    - CVE-2015-1274: Settings allowed executable files to run 
+                     immediately after download
+    - CVE-2015-1275: UXSS in Chrome for Android
+    - CVE-2015-1276: Use-after-free in IndexedDB
+    - CVE-2015-1279: Heap-buffer-overflow in pdfium
+    - CVE-2015-1280: Memory corruption in skia
+    - CVE-2015-1281: CSP bypass
+    - CVE-2015-1282: Use-after-free in pdfium
+    - CVE-2015-1283: Heap-buffer-overflow in expat
+    - CVE-2015-1284: Use-after-free in blink
+    - CVE-2015-1286: UXSS in blink
+    - CVE-2015-1287: SOP bypass with CSS
+    - CVE-2015-1270: Uninitialized memory read in ICU
+    - CVE-2015-1272: Use-after-free related to unexpected GPU 
+                     process termination
+    - CVE-2015-1277: Use-after-free in accessibility
+    - CVE-2015-1278: URL spoofing using pdf files
+    - CVE-2015-1285: Information leak in XSS auditor
+    - CVE-2015-1288: Spell checking dictionaries fetched over HTTP
+    - CVE-2015-1289: Various fixes from internal audits, fuzzing 
+                     and other initiatives
+
+-------------------------------------------------------------------
+Wed Jul 15 12:01:42 UTC 2015 - [email protected]
+
+- Update to Chromium 43.0.2357.134
+  Update of the Pepper Flash plugin to 18.0.0.209
+
+-------------------------------------------------------------------
+Wed Jul  8 03:38:30 UTC 2015 - [email protected]
+
+- Update to Chromium 43.0.2357.132
+  No changelog available
+
+-------------------------------------------------------------------

Old:
----
  chromium-43.0.2357.130.tar.xz

New:
----
  chromium-44.0.2403.89.tar.xz

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

Other differences:
------------------
++++++ chromium.spec ++++++
--- /var/tmp/diff_new_pack.ofp9bs/_old  2015-08-01 11:35:48.000000000 +0200
+++ /var/tmp/diff_new_pack.ofp9bs/_new  2015-08-01 11:35:48.000000000 +0200
@@ -20,7 +20,7 @@
 %define chromium_system_libs 0
 
 Name:           chromium
-Version:        43.0.2357.130
+Version:        44.0.2403.89
 Release:        0
 Summary:        Google's opens source browser project
 License:        BSD-3-Clause and LGPL-2.1+
@@ -412,10 +412,10 @@
 %endif
 
 %install
-mkdir -p %{buildroot}%{_libdir}/chromium/
+mkdir -p %{buildroot}%{_libdir}/chromium/lib
 %if 0%{?packman_bs}
        pushd third_party/ffmpeg/out/Release
-       cp -a lib*.so %{buildroot}%{_libdir}/chromium/
+       cp -a libffmpeg.so %{buildroot}%{_libdir}/chromium/lib
        popd
 %else
        %ifarch x86_64
@@ -457,8 +457,6 @@
        mkdir -p %{buildroot}%{_libdir}/chromium/lib/
        cp -av lib/*.so %{buildroot}%{_libdir}/chromium/lib/
 
-       #libffmpegsumo
-       cp -a libffmpegsumo.so %{buildroot}%{_libdir}/chromium/
        popd
 
        mkdir -p %{buildroot}%{_datadir}/icons/
@@ -550,7 +548,8 @@
 %files ffmpeg
 %defattr(-,root,root,-)
 %dir %{_libdir}/chromium
-%{_libdir}/chromium/lib*.so
+%dir %{_libdir}/chromium/lib
+%{_libdir}/chromium/lib/libffmpeg.so
 
 %else
 
@@ -568,7 +567,7 @@
 %{_datadir}/gnome-control-center/default-apps/chromium-browser.xml
 %{_datadir}/icons/hicolor/
 %{_prefix}/lib/chrome_sandbox
-%exclude %{_libdir}/chromium/libffmpegsumo.so
+%exclude %{_libdir}/chromium/lib/*ffmpeg*.so
 %exclude %{_libdir}/chromium/chromium-kde
 %exclude %{_libdir}/chromium/chromium-gnome
 %exclude %{_libdir}/chromium/chromedriver
@@ -577,7 +576,7 @@
 
 %files ffmpegsumo
 %defattr(-,root,root,-)
-%{_libdir}/chromium/libffmpegsumo.so
+%{_libdir}/chromium/lib/*ffmpeg*.so
 
 %files desktop-kde
 %attr(755, root, root) %{_libdir}/chromium/chromium-kde


++++++ chromium-43.0.2357.130.tar.xz -> chromium-44.0.2403.89.tar.xz ++++++
/work/SRC/openSUSE:Factory/chromium/chromium-43.0.2357.130.tar.xz 
/work/SRC/openSUSE:Factory/.chromium.new/chromium-44.0.2403.89.tar.xz differ: 
char 26, line 1


++++++ exclude_ymp.diff ++++++
--- /var/tmp/diff_new_pack.ofp9bs/_old  2015-08-01 11:35:48.000000000 +0200
+++ /var/tmp/diff_new_pack.ofp9bs/_new  2015-08-01 11:35:48.000000000 +0200
@@ -1,10 +1,10 @@
---- net/base/mime_util.cc      2013-08-25 10:12:05.428599992 +0200
-+++ net/base/mime_util.cc      2013-08-25 10:12:05.428599992 +0200
-@@ -376,6 +376,7 @@
-   "text/x-csv",
-   "text/x-vcf",
-   "text/rtf",
-+  "text/x-suse-ymp",
-   "text/comma-separated-values",
-   "text/csv",
-   "text/tab-separated-values",
+--- components/mime_util/mime_util.cc  2013-08-25 10:12:05.428599992 +0200
++++ components/mime_util/mime_util.cc  2013-08-25 10:12:05.428599992 +0200
+@@ -79,6 +79,7 @@
+     "text/x-csv",
+     "text/x-vcf",
+     "text/rtf",
++    "text/x-suse-ymp",
+     "text/comma-separated-values",
+     "text/csv",
+     "text/tab-separated-values",


Reply via email to