Hello community, here is the log from the commit of package chromium for openSUSE:Factory checked in at 2015-10-19 22:52:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-10-12 10:04:54.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.chromium.new/chromium.changes 2015-10-20 00:06:33.000000000 +0200 @@ -1,0 +2,22 @@ +Wed Oct 14 18:31:57 UTC 2015 - [email protected] + +- Update to Chromium 46.0.2490.71 + * Security fixes (boo#950290) + - CVE-2015-6755: Cross-origin bypass in Blink + - CVE-2015-6756: Use-after-free in PDFium + - CVE-2015-6757: Use-after-free in ServiceWorker + - CVE-2015-6758: Bad-cast in PDFium + - CVE-2015-6759: Information leakage in LocalStorage + - CVE-2015-6760: Improper error handling in libANGLE + - CVE-2015-6761: Memory corruption in FFMpeg + - CVE-2015-6762: CORS bypass via CSS fonts + - CVE-2015-6763: Various fixes from internal audits, fuzzing + and other initiatives + - Multiple vulnerabilities in V8 fixed at the tip of the + 4.6 branch (currently 4.6.85.23) +- drop upstreamed correct-blacklist.diff +- add chromium-46.0.2490.71-fix-missing-i18n_process_css_test.patch + to fix build +- remove remoting_locales from spec + +------------------------------------------------------------------- Old: ---- chromium-45.0.2454.101.tar.xz correct-blacklist.diff New: ---- chromium-46.0.2490.71-fix-missing-i18n_process_css_test.patch chromium-46.0.2490.71.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ chromium.spec ++++++ --- /var/tmp/diff_new_pack.fBcKyQ/_old 2015-10-20 00:06:45.000000000 +0200 +++ /var/tmp/diff_new_pack.fBcKyQ/_new 2015-10-20 00:06:45.000000000 +0200 @@ -20,7 +20,7 @@ %define chromium_system_libs 0 Name: chromium -Version: 45.0.2454.101 +Version: 46.0.2490.71 Release: 0 Summary: Google's opens source browser project License: BSD-3-Clause and LGPL-2.1+ @@ -65,8 +65,8 @@ Patch9: no-clang-on-packman.diff # PATCH-FIX-OPENSUSE gcc50-fixes.diff - Fix the GCC version detection Patch10: gcc50-fixes.diff -# PATCH-FIX-UPSTREAM correct-blacklist.diff -Patch11: correct-blacklist.diff +# PATCH-FIX-OPENSUSE chromium-46.0.2490.71-fix-missing-i18n_process_css_test.patch - file was removed +Patch11: chromium-46.0.2490.71-fix-missing-i18n_process_css_test.patch # archlinux arm enhancement patches Patch100: arm-webrtc-fix.patch @@ -440,7 +440,7 @@ cp -a chrome_sandbox %{buildroot}%{_prefix}/lib/ ln -s -f %{_prefix}/lib/chrome_sandbox %{buildroot}/%{_libdir}/chromium/chrome-sandbox - cp -a *.pak locales remoting_locales xdg-mime icudtl.dat %{buildroot}%{_libdir}/chromium/ + cp -a *.pak locales xdg-mime icudtl.dat %{buildroot}%{_libdir}/chromium/ cp -a chromedriver %{buildroot}%{_libdir}/chromium/ # Patch xdg-settings to use the chromium version of xdg-mime as that the system one is not KDE4 compatible ++++++ chromium-46.0.2490.71-fix-missing-i18n_process_css_test.patch ++++++ Index: chromium-46.0.2490.71/chrome/test/data/webui_test_resources.grd =================================================================== --- chromium-46.0.2490.71.orig/chrome/test/data/webui_test_resources.grd 2015-10-07 04:42:10.000000000 +0200 +++ chromium-46.0.2490.71/chrome/test/data/webui_test_resources.grd 2015-10-15 10:18:05.063915885 +0200 @@ -8,7 +8,6 @@ </outputs> <release seq="1"> <includes> - <include name="IDR_WEBUI_TEST_I18N_PROCESS_CSS_TEST" file="webui/i18n_process_css_test.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> </includes> </release> </grit> ++++++ chromium-45.0.2454.101.tar.xz -> chromium-46.0.2490.71.tar.xz ++++++ /work/SRC/openSUSE:Factory/chromium/chromium-45.0.2454.101.tar.xz /work/SRC/openSUSE:Factory/.chromium.new/chromium-46.0.2490.71.tar.xz differ: char 27, line 1 ++++++ gcc50-fixes.diff ++++++ --- /var/tmp/diff_new_pack.fBcKyQ/_old 2015-10-20 00:06:45.000000000 +0200 +++ /var/tmp/diff_new_pack.fBcKyQ/_new 2015-10-20 00:06:45.000000000 +0200 @@ -46,3 +46,27 @@ compiler_version_cache[cache_key] = result return result except Exception, e: + +Index: third_party/WebKit/Source/core/events/DragEvent.h +diff --git a/third_party/WebKit/Source/core/events/DragEvent.h b/third_party/WebKit/Source/core/events/DragEvent.h +index f4f7ea81dcacc353ec61ac40b0d45c0971127365..66e05a9f154f3584a688933bb5d8adb4e1260454 100644 +--- third_party/WebKit/Source/core/events/DragEvent.h ++++ third_party/WebKit/Source/core/events/DragEvent.h +@@ -5,6 +5,7 @@ + #ifndef DragEvent_h + #define DragEvent_h + ++#include "core/CoreExport.h" + #include "core/events/DragEventInit.h" + #include "core/events/MouseEvent.h" + +@@ -12,7 +13,7 @@ namespace blink { + + class DataTransfer; + +-class DragEvent final : public MouseEvent { ++class CORE_EXPORT DragEvent final : public MouseEvent { + DEFINE_WRAPPERTYPEINFO(); + + public: + \ No newline at end of file
