Hello community,

here is the log from the commit of package chromium for openSUSE:Leap:15.2 
checked in at 2020-02-29 17:15:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/chromium (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.chromium.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "chromium"

Sat Feb 29 17:15:34 2020 rev:100 rq:779922 version:80.0.3987.122

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/chromium/chromium.changes      2020-02-17 
17:35:38.820384140 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.chromium.new.26092/chromium.changes   
2020-02-29 17:16:01.184989996 +0100
@@ -1,0 +2,26 @@
+Tue Feb 25 12:25:51 UTC 2020 - Tomáš Chvátal <tchva...@suse.com>
+
+- Update to 80.0.3987.122 bsc#1164828:
+  * CVE-2020-6418: Type confusion in V8
+  * CVE-2020-6407: Out of bounds memory access in streams. 
+  * Integer overflow in ICU
+
+-------------------------------------------------------------------
+Mon Feb 17 12:18:23 UTC 2020 - Tomáš Chvátal <tchva...@suse.com>
+
+- Add chromedriver binary to bindir
+
+-------------------------------------------------------------------
+Thu Feb 13 14:51:34 UTC 2020 - Tomáš Chvátal <tchva...@suse.com>
+
+- Drop sandbox binary as it should not be needed really bsc#1163588
+- Remove unused patch:
+  * chromium-sandbox-pie.patch
+
+-------------------------------------------------------------------
+Wed Feb 12 13:16:28 UTC 2020 - Tomáš Chvátal <tchva...@suse.com>
+
+- Update to 80.0.3987.100 bsc#1163484:
+  * feature fixes only
+
+-------------------------------------------------------------------

Old:
----
  chromium-80.0.3987.87.tar.xz
  chromium-sandbox-pie.patch

New:
----
  chromium-80.0.3987.122.tar.xz

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

Other differences:
------------------
++++++ chromium.spec ++++++
--- /var/tmp/diff_new_pack.XQiF60/_old  2020-02-29 17:16:08.229004514 +0100
+++ /var/tmp/diff_new_pack.XQiF60/_new  2020-02-29 17:16:08.233004522 +0100
@@ -57,7 +57,7 @@
 %bcond_with clang
 %bcond_with wayland
 Name:           chromium
-Version:        80.0.3987.87
+Version:        80.0.3987.122
 Release:        0
 Summary:        Google's open source browser project
 License:        BSD-3-Clause AND LGPL-2.1-or-later
@@ -79,7 +79,6 @@
 Patch4:         chromium-dma-buf.patch
 Patch5:         chromium-buildname.patch
 Patch6:         chromium-drm.patch
-Patch7:         chromium-sandbox-pie.patch
 Patch8:         chromium-system-icu.patch
 Patch9:         chromium-system-libusb.patch
 Patch10:        gcc-enable-lto.patch
@@ -726,7 +725,7 @@
 #  https://bugs.chromium.org/p/chromium/issues/detail?id=642016
 gn gen --args="${myconf_gn}" out/Release
 
-ninja -v %{?_smp_mflags} -C out/Release chrome chrome_sandbox chromedriver
+ninja -v %{?_smp_mflags} -C out/Release chrome chromedriver
 
 %install
 mkdir -p %{buildroot}%{_libdir}/chromium
@@ -744,10 +743,6 @@
 mkdir -p %{buildroot}%{_sysconfdir}/default
 install -m 644 %{SOURCE103} %{buildroot}%{_sysconfdir}/default/chromium
 
-# Recent Chromium builds now wants to have the sandbox in the same directory. 
So let's create a symlink to the one in %{_prefix}/lib
-cp -a chrome_sandbox %{buildroot}%{_libexecdir}/
-ln -s -f %{_libexecdir}/chrome_sandbox 
%{buildroot}/%{_libdir}/chromium/chrome-sandbox
-
 cp -a *.bin *.pak locales xdg-mime %{buildroot}%{_libdir}/chromium/
 %if !%{with system_icu}
 cp -a icudtl.dat %{buildroot}%{_libdir}/chromium/
@@ -760,6 +755,7 @@
 
 # chromedriver
 cp -a chromedriver %{buildroot}%{_libdir}/chromium/
+ln -s %{_libdir}/chromium/chromedriver %{buildroot}%{_bindir}/chromedriver
 
 # Patch xdg-settings to use the chromium version of xdg-mime as that the 
system one is not KDE4 compatible
 sed "s|xdg-mime|%{_libdir}/chromium/xdg-mime|g" xdg-settings > 
%{buildroot}%{_libdir}/chromium/xdg-settings
@@ -809,13 +805,9 @@
 
 %fdupes %{buildroot}
 
-%verifyscript
-%verify_permissions -e %{_libexecdir}/chrome_sandbox
-
 %post
 %icon_theme_cache_post
 %desktop_database_post
-%set_permissions %{_libexecdir}/chrome_sandbox
 /sbin/ldconfig %{_libdir}/chromium
 
 %postun
@@ -824,7 +816,6 @@
 /sbin/ldconfig %{_libdir}/chromium
 
 %files
-%verify(not mode) %{_libexecdir}/chrome_sandbox
 %license LICENSE
 %doc AUTHORS
 %config %{_sysconfdir}/chromium
@@ -841,12 +832,12 @@
 %{_datadir}/metainfo/chromium-browser.appdata.xml
 %{_datadir}/gnome-control-center/default-apps/chromium-browser.xml
 %{_datadir}/icons/hicolor/
-%{_libexecdir}/chrome_sandbox
 %exclude %{_libdir}/chromium/chromedriver
 %{_bindir}/chromium
 %{_mandir}/man1/chromium.1%{?ext_man}
 
 %files -n chromedriver
 %{_libdir}/chromium/chromedriver
+%{_bindir}/chromedriver
 
 %changelog

++++++ chromium-80.0.3987.87.tar.xz -> chromium-80.0.3987.122.tar.xz ++++++
/work/SRC/openSUSE:Leap:15.2/chromium/chromium-80.0.3987.87.tar.xz 
/work/SRC/openSUSE:Leap:15.2/.chromium.new.26092/chromium-80.0.3987.122.tar.xz 
differ: char 27, line 1


Reply via email to