public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/chromium] epel9-next: - Update to 134.0.6998.117
@ 2026-08-07 16:07 Than Ngo
  0 siblings, 0 replies; only message in thread
From: Than Ngo @ 2026-08-07 16:07 UTC (permalink / raw)
  To: git-commits

          A new commit has been pushed.

          Repo   : rpms/chromium
          Branch : epel9-next
          Commit : 107e3b9b1ce127558a50b1c4337fa97cc8dcce31
          Author : Than Ngo <than@redhat.com>
          Date   : 2025-03-20T09:24:31+01:00
          Stats  : +11/-25 in 4 file(s)
          URL    : https://src.fedoraproject.org/rpms/chromium/c/107e3b9b1ce127558a50b1c4337fa97cc8dcce31?branch=epel9-next

          Log:
          - Update to 134.0.6998.117
* Critical CVE-2025-2476: Use after free in Lens

---
diff --git a/chromium-125-system-brotli.patch b/chromium-125-system-brotli.patch
index 3d533bf..faba930 100644
--- a/chromium-125-system-brotli.patch
+++ b/chromium-125-system-brotli.patch
@@ -32,7 +32,7 @@ diff -up chromium-125.0.6422.41/ui/base/resource/resource_bundle.cc.system-brotl
  #include "skia/ext/image_operations.h"
  #include "third_party/abseil-cpp/absl/types/variant.h"
 -#include "third_party/brotli/include/brotli/decode.h"
-+#include "brotli/decode.h"
++#include <brotli/decode.h>
  #include "third_party/skia/include/codec/SkPngDecoder.h"
  #include "third_party/skia/include/core/SkBitmap.h"
  #include "third_party/skia/include/core/SkColor.h"

diff --git a/chromium-134-clang-unknown-option.patch b/chromium-134-clang-unknown-option.patch
deleted file mode 100644
index fcf82b4..0000000
--- a/chromium-134-clang-unknown-option.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Fix warning: unknown warning option '-Wno-nontrivial-memcall'
-
-diff -up chromium-134.0.6998.23/build/config/compiler/BUILD.gn.than chromium-134.0.6998.23/build/config/compiler/BUILD.gn
---- chromium-134.0.6998.23/build/config/compiler/BUILD.gn.than	2025-02-24 09:59:50.096821901 +0100
-+++ chromium-134.0.6998.23/build/config/compiler/BUILD.gn	2025-02-24 10:01:12.160253620 +0100
-@@ -1982,7 +1982,7 @@ config("default_warnings") {
-         cflags_cc += [ "-Wno-missing-template-arg-list-after-template-kw" ]
- 
-         # TODO(crbug.com/376641662): Fix and re-enable.
--        cflags += [ "-Wno-nontrivial-memcall" ]
-+        # cflags += [ "-Wno-nontrivial-memcall" ]
-       }
-     }
- 

diff --git a/chromium.spec b/chromium.spec
index b46c7bb..9621bdf 100644
--- a/chromium.spec
+++ b/chromium.spec
@@ -261,8 +261,8 @@
 %endif
 
 Name:	chromium
-Version: 134.0.6998.88 
-Release: 4%{?dist}
+Version: 134.0.6998.117 
+Release: 1%{?dist}
 Summary: A WebKit (Blink) powered web browser that Google doesn't want you to use
 Url: http://www.chromium.org/Home
 License: BSD-3-Clause AND LGPL-2.1-or-later AND Apache-2.0 AND IJG AND MIT AND GPL-2.0-or-later AND ISC AND OpenSSL AND (MPL-1.1 OR GPL-2.0-only OR LGPL-2.0-only)
@@ -334,9 +334,6 @@ Patch312: chromium-123-fstack-protector-strong.patch
 # build error stdarch_arm_crc32
 Patch313: chromium-133-rust-crc32fast.patch
 
-# warning: unknown warning option '-Wno-nontrivial-memcall'
-Patch314: chromium-134-clang-unknown-option.patch
-
 # build error: libadler2 not found
 Patch315: chromium-134-rust-libadler2.patch
 
@@ -1039,7 +1036,6 @@ Qt6 UI for chromium.
 %patch -P313 -p1 -b .rust-crc32fast
 %endif
 %endif
-%patch -P314 -p1 -b .clang-unknown-option
 %patch -P315 -p1 -b .rust-libadler2
 %patch -P316 -p1 -b .clang-build-flags
 
@@ -1766,7 +1762,11 @@ fi
 %endif
 
 %changelog
-* Mon Mar 17 2025 Than Ngo <than@redhat.com> -  134.0.6998.88 -4
+* Thu Mar 20 2025 Than Ngo <than@redhat.com> -  134.0.6998.117-1
+- Update to 134.0.6998.117
+  * Critical CVE-2025-2476: Use after free in Lens
+
+* Mon Mar 17 2025 Than Ngo <than@redhat.com> -  134.0.6998.88-4
 - Fixed rhbz#2352698, rebuild for noopenh264 2.6.0
 
 * Fri Mar 14 2025 Than Ngo <than@redhat.com> -  134.0.6998.88-3
@@ -1775,7 +1775,7 @@ fi
 * Thu Mar 13 2025 Fabio Valentini <decathorpe@gmail.com> - 134.0.6998.88-2
 - Rebuild for noopenh264 2.6.0
 
-* Tue Mar 11 2025 Than Ngo <than@redhat.com> -  134.0.6998.88 -1
+* Tue Mar 11 2025 Than Ngo <than@redhat.com> -  134.0.6998.88-1
 - Update to 134.0.6998.88
   * High CVE-2025-1920: Type Confusion in V8
   * High CVE-2025-2135: Type Confusion in V8
@@ -1783,7 +1783,7 @@ fi
   * Medium CVE-2025-2136: Use after free in Inspector
   * Medium CVE-2025-2137: Out of bounds read in V8
 
-* Wed Mar 05 2025 Than Ngo <than@redhat.com> -  134.0.6998.35 -1
+* Wed Mar 05 2025 Than Ngo <than@redhat.com> -  134.0.6998.35-1
 - Update to 134.0.6998.35
   * CVE-2025-1914: Out of bounds read in V8
   * CVE-2025-1915: Improper Limitation of a Pathname to a Restricted Directory in DevTools

diff --git a/sources b/sources
index 0ffd1e5..7c19163 100644
--- a/sources
+++ b/sources
@@ -2,4 +2,4 @@ SHA512 (node-v20.6.1-linux-arm64.tar.xz) = adfcaf2c22614797fd69fb46d94c1cbf64dea
 SHA512 (node-v20.6.1-linux-x64.tar.xz) = 7e15c05041a9a50f0046266aadb2e092a5aefbec19be1c7c809471add520cb57c7df3c47d88b1888b29bf2979dca3c92adddfd965370fa2a9da4ea02186464fd
 SHA512 (linux-arm64-0.19.2.tgz) = 8a0d8fec6786fffcd6954d00820037a55d61e60762c74300df0801f8db27057562c221a063bedfb8df56af9ba80abb366336987e881782c5996e6f871abd3dc6
 SHA512 (linux-x64-0.19.2.tgz) = a31cc74c4bfa54f9b75d735a1cfc944d3b5efb7c06bfba9542da9a642ae0b2d235ea00ae84d3ad0572c406405110fe7b61377af0fd15803806ef78d20fc6f05d
-SHA512 (chromium-134.0.6998.88-clean.tar.xz) = 5e3c63aa4c468ca7f11466faf8aab115d7ddc6e6438c50ca2c9a8a1fcf709d5511ea7857690c67ecde81fcf1cddeeeacc84112a0b52fe1dbd83b0e13f65cc963
+SHA512 (chromium-134.0.6998.117-clean.tar.xz) = 4eea79a67f22f2f23b9ed25bd4d97c86941dd5ad7f461caaf4fba26185a63dc8e3caa8bfd1322c0e8646fab096b2b67fdb8e70dcca3c67edf0f6310e1f2cf264

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-07 16:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-07 16:07 [rpms/chromium] epel9-next: - Update to 134.0.6998.117 Than Ngo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox