Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ungoogled-chromium for openSUSE:Factory checked in at 2023-10-20 23:17:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ungoogled-chromium (Old) and /work/SRC/openSUSE:Factory/.ungoogled-chromium.new.1945 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ungoogled-chromium" Fri Oct 20 23:17:18 2023 rev:18 rq:1119072 version:118.0.5993.88 Changes: -------- --- /work/SRC/openSUSE:Factory/ungoogled-chromium/ungoogled-chromium.changes 2023-10-15 19:28:21.198654574 +0200 +++ /work/SRC/openSUSE:Factory/.ungoogled-chromium.new.1945/ungoogled-chromium.changes 2023-10-20 23:20:04.541762978 +0200 @@ -1,0 +2,6 @@ +Thu Oct 19 12:52:08 UTC 2023 - MichaÅ Szczepaniak <m.szczepaniak....@gmail.com> + +- ungoogled-chromium 118.0.5993.88: + * unspecified security fix (boo#1216392) + +------------------------------------------------------------------- Old: ---- 118.0.5993.70-1.tar.gz chromium-118.0.5993.70.tar.xz New: ---- 118.0.5993.88-1.tar.gz chromium-118.0.5993.88.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ungoogled-chromium.spec ++++++ --- /var/tmp/diff_new_pack.BK1Hmc/_old 2023-10-20 23:20:30.298702738 +0200 +++ /var/tmp/diff_new_pack.BK1Hmc/_new 2023-10-20 23:20:30.298702738 +0200 @@ -79,7 +79,7 @@ %endif # Package names Name: ungoogled-chromium -Version: 118.0.5993.70 +Version: 118.0.5993.88 Release: 0 Summary: Google's open source browser project License: BSD-3-Clause AND LGPL-2.1-or-later ++++++ 118.0.5993.70-1.tar.gz -> 118.0.5993.88-1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ungoogled-chromium-118.0.5993.70-1/.cirrus.yml new/ungoogled-chromium-118.0.5993.88-1/.cirrus.yml --- old/ungoogled-chromium-118.0.5993.70-1/.cirrus.yml 2023-10-11 00:11:19.000000000 +0200 +++ new/ungoogled-chromium-118.0.5993.88-1/.cirrus.yml 2023-10-18 14:05:48.000000000 +0200 @@ -52,7 +52,7 @@ ./utils/downloads.py unpack --skip-unused -i downloads.ini -c chromium_download_cache chromium_src fi validate_patches_script: - - ./devutils/validate_patches.py -l chromium_src + - ./devutils/validate_patches.py -l chromium_src -v validate_lists_script: # NOTE: This check is prone to false positives, but not false negatives. - ./devutils/check_files_exist.py chromium_src pruning.list domain_substitution.list diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ungoogled-chromium-118.0.5993.70-1/chromium_version.txt new/ungoogled-chromium-118.0.5993.88-1/chromium_version.txt --- old/ungoogled-chromium-118.0.5993.70-1/chromium_version.txt 2023-10-11 00:11:19.000000000 +0200 +++ new/ungoogled-chromium-118.0.5993.88-1/chromium_version.txt 2023-10-18 14:05:48.000000000 +0200 @@ -1 +1 @@ -118.0.5993.70 +118.0.5993.88 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ungoogled-chromium-118.0.5993.70-1/patches/extra/bromite/fingerprinting-flags-client-rects-and-measuretext.patch new/ungoogled-chromium-118.0.5993.88-1/patches/extra/bromite/fingerprinting-flags-client-rects-and-measuretext.patch --- old/ungoogled-chromium-118.0.5993.70-1/patches/extra/bromite/fingerprinting-flags-client-rects-and-measuretext.patch 2023-10-11 00:11:19.000000000 +0200 +++ new/ungoogled-chromium-118.0.5993.88-1/patches/extra/bromite/fingerprinting-flags-client-rects-and-measuretext.patch 2023-10-18 14:05:48.000000000 +0200 @@ -168,7 +168,7 @@ AtomicString visibilityState() const; bool IsPageVisible() const; bool hidden() const; -@@ -2413,6 +2417,9 @@ class CORE_EXPORT Document : public Cont +@@ -2415,6 +2419,9 @@ class CORE_EXPORT Document : public Cont base::ElapsedTimer start_time_; @@ -267,7 +267,17 @@ const TextDirection&, --- a/third_party/blink/renderer/modules/canvas/canvas2d/base_rendering_context_2d.cc +++ b/third_party/blink/renderer/modules/canvas/canvas2d/base_rendering_context_2d.cc -@@ -2865,9 +2865,15 @@ TextMetrics* BaseRenderingContext2D::mea +@@ -53,6 +53,9 @@ + #include "ui/gfx/geometry/quad_f.h" + #include "ui/gfx/geometry/skia_conversions.h" + ++#include "third_party/blink/renderer/core/offscreencanvas/offscreen_canvas.h" ++#include "third_party/blink/renderer/core/frame/local_dom_window.h" ++ + namespace blink { + + BASE_FEATURE(kDisableCanvasOverdrawOptimization, +@@ -2865,9 +2868,22 @@ TextMetrics* BaseRenderingContext2D::mea TextDirection direction = ToTextDirection(GetState().GetDirection(), canvas); @@ -278,7 +288,14 @@ + + // Scale text metrics if enabled + if (RuntimeEnabledFeatures::FingerprintingCanvasMeasureTextNoiseEnabled()) { -+ text_metrics->Shuffle(canvas->GetDocument().GetNoiseFactorX()); ++ if (HostAsOffscreenCanvas()) { ++ if (auto* window = DynamicTo<LocalDOMWindow>(GetTopExecutionContext())) { ++ if (window->GetFrame() && window->GetFrame()->GetDocument()) ++ text_metrics->Shuffle(window->GetFrame()->GetDocument()->GetNoiseFactorX()); ++ } ++ } else if (canvas) { ++ text_metrics->Shuffle(canvas->GetDocument().GetNoiseFactorX()); ++ } + } + return text_metrics; } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ungoogled-chromium-118.0.5993.70-1/patches/extra/bromite/flag-fingerprinting-canvas-image-data-noise.patch new/ungoogled-chromium-118.0.5993.88-1/patches/extra/bromite/flag-fingerprinting-canvas-image-data-noise.patch --- old/ungoogled-chromium-118.0.5993.70-1/patches/extra/bromite/flag-fingerprinting-canvas-image-data-noise.patch 2023-10-11 00:11:19.000000000 +0200 +++ new/ungoogled-chromium-118.0.5993.88-1/patches/extra/bromite/flag-fingerprinting-canvas-image-data-noise.patch 2023-10-18 14:05:48.000000000 +0200 @@ -73,7 +73,7 @@ #include "third_party/blink/renderer/platform/graphics/stroke_data.h" #include "third_party/blink/renderer/platform/graphics/video_frame_image_util.h" #include "third_party/blink/renderer/platform/heap/garbage_collected.h" -@@ -2188,6 +2189,9 @@ ImageData* BaseRenderingContext2D::getIm +@@ -2191,6 +2192,9 @@ ImageData* BaseRenderingContext2D::getIm snapshot->PaintImageForCurrentFrame().GetSkImageInfo().bounds(); DCHECK(!bounds.intersect(SkIRect::MakeXYWH(sx, sy, sw, sh))); } ++++++ chromium-118.0.5993.70.tar.xz -> chromium-118.0.5993.88.tar.xz ++++++ /work/SRC/openSUSE:Factory/ungoogled-chromium/chromium-118.0.5993.70.tar.xz /work/SRC/openSUSE:Factory/.ungoogled-chromium.new.1945/chromium-118.0.5993.88.tar.xz differ: char 15, line 1