Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package chromium for openSUSE:Factory checked in at 2026-07-15 22:14:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/chromium (Old) and /work/SRC/openSUSE:Factory/.chromium.new.1991 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "chromium" Wed Jul 15 22:14:20 2026 rev:532 rq:1365782 version:150.0.7871.124 Changes: -------- --- /work/SRC/openSUSE:Factory/chromium/chromium.changes 2026-07-10 17:40:09.586823583 +0200 +++ /work/SRC/openSUSE:Factory/.chromium.new.1991/chromium.changes 2026-07-15 22:15:04.274169990 +0200 @@ -1,0 +2,20 @@ +Tue Jul 14 22:29:37 UTC 2026 - Andreas Stieger <[email protected]> + +- Chromium 150.0.7871.124 (boo#1271415): + * CVE-2026-15764: Use after free in Ozone + * CVE-2026-15765: Use after free in Ozone + * CVE-2026-15766: Uninitialized Use in Skia + * CVE-2026-15767: Heap buffer overflow in libyuv + * CVE-2026-15768: Insufficient policy enforcement in HTML-in-Canvas + * CVE-2026-15769: Insufficient validation of untrusted input in Linux Toolkit Theming + * CVE-2026-15770: Uninitialized Use in V8 + * CVE-2026-15771: Insufficient validation of untrusted input in Media + * CVE-2026-15772: Use after free in GPU + * CVE-2026-15773: Use after free in Core + * CVE-2026-15774: Use after free in Skia + * CVE-2026-15775: Insufficient policy enforcement in V8 + * CVE-2026-15776: Type Confusion in V8 + * CVE-2026-15777: Use after free in UI + * CVE-2026-15778: Insufficient validation of untrusted input in Navigation + +------------------------------------------------------------------- Old: ---- chromium-150.0.7871.114-linux.tar.xz New: ---- chromium-150.0.7871.124-linux.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ chromium.spec ++++++ --- /var/tmp/diff_new_pack.WIthVc/_old 2026-07-15 22:15:16.698591546 +0200 +++ /var/tmp/diff_new_pack.WIthVc/_new 2026-07-15 22:15:16.702591681 +0200 @@ -132,7 +132,7 @@ %global official_build 1 Name: chromium%{n_suffix} -Version: 150.0.7871.114 +Version: 150.0.7871.124 Release: 0 Summary: Google's open source browser project License: BSD-3-Clause AND LGPL-2.1-or-later @@ -585,7 +585,7 @@ %patch -p1 -P 1051 %endif -clang_version="$(clang --version | sed -n 's/clang version //p')" +clang_version="$(clang-%{llvm_version} --version | sed -n 's/clang version //p')" if [[ $(echo ${clang_version} | cut -d. -f1) -lt 21 ]]; then %patch -p1 -R -P 1060 %patch -p1 -P 1061 @@ -694,11 +694,14 @@ # from our Fedora friends export RUSTC_BOOTSTRAP=1 rustc_version="$(rustc --version | cut -d' ' -f2)" -clang_version="$(clang --version | sed -n 's/clang version //p')" +clang_version="$(clang-%{llvm_version} --version | sed -n 's/clang version //p')" if [[ $(echo ${clang_version} | cut -d. -f1) -ge 16 ]]; then clang_version="$(echo ${clang_version} | cut -d. -f1)" fi -clang_base_path="$(clang --version | grep InstalledDir | cut -d' ' -f2 | sed 's#/bin##')" +clang_base_path="$(clang-%{llvm_version} --version | grep InstalledDir | cut -d' ' -f2 | sed 's#/bin##')" + +# fix lld version +ln -snf /usr/bin/ld.lld-%{llvm_version} $HOME/bin/ld.lld # Remove bundled libs keeplibs=( @@ -1237,6 +1240,7 @@ %endif %endif myconf_gn+=" use_lld=true" +myconf_gn+=" lld_path=\"$HOME/bin\"" %else myconf_gn+=" is_clang=false" myconf_gn+=" use_gold=true" ++++++ _scmsync.obsinfo ++++++ --- /var/tmp/diff_new_pack.WIthVc/_old 2026-07-15 22:15:16.938599690 +0200 +++ /var/tmp/diff_new_pack.WIthVc/_new 2026-07-15 22:15:16.946599961 +0200 @@ -1,6 +1,6 @@ -mtime: 1783581469 -commit: c007847337a14f7ddf2e82c14ec9368e1f65b7c3d5e2a50cd9f39bc16c9a955c +mtime: 1784068256 +commit: aa457456e20a1408fd2064de45b2acbcb826097e0998b07c4adbdee4c5aa1cd8 url: https://src.opensuse.org/chromium/chromium -revision: c007847337a14f7ddf2e82c14ec9368e1f65b7c3d5e2a50cd9f39bc16c9a955c +revision: aa457456e20a1408fd2064de45b2acbcb826097e0998b07c4adbdee4c5aa1cd8 projectscmsync: https://src.opensuse.org/chromium/_ObsPrj.git ++++++ build.specials.obscpio ++++++ ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2026-07-15 00:30:56.000000000 +0200 @@ -0,0 +1,4 @@ +.osc +*.patch~ +*-build/ +.*.swp ++++++ chromium-150.0.7871.114-linux.tar.xz -> chromium-150.0.7871.124-linux.tar.xz ++++++ /work/SRC/openSUSE:Factory/chromium/chromium-150.0.7871.114-linux.tar.xz /work/SRC/openSUSE:Factory/.chromium.new.1991/chromium-150.0.7871.124-linux.tar.xz differ: char 15, line 1
