public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Than Ngo <than@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/chromium] epel9-next: Update to 135.0.7049.41
Date: Fri, 07 Aug 2026 16:07:32 GMT	[thread overview]
Message-ID: <178611885279.1.5074050893686588592.rpms-chromium-042548a7a471@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/chromium
Branch : epel9-next
Commit : 042548a7a4713ad7821a7ffd54a6df0959b685ea
Author : Than Ngo <than@redhat.com>
Date   : 2025-03-29T12:02:32+01:00
Stats  : +88/-90 in 6 file(s)
URL    : https://src.fedoraproject.org/rpms/chromium/c/042548a7a4713ad7821a7ffd54a6df0959b685ea?branch=epel9-next

Log:
Update to 135.0.7049.41

---
diff --git a/0001-Enable-ppc64-pointer-compression.patch b/0001-Enable-ppc64-pointer-compression.patch
new file mode 100644
index 0000000..f13831f
--- /dev/null
+++ b/0001-Enable-ppc64-pointer-compression.patch
@@ -0,0 +1,13 @@
+Index: chromium-134.0.6998.117/v8/gni/v8.gni
+===================================================================
+--- chromium-134.0.6998.117.orig/v8/gni/v8.gni
++++ chromium-134.0.6998.117/v8/gni/v8.gni
+@@ -224,7 +224,7 @@ assert(!(v8_enable_webassembly && v8_ena
+ if (v8_enable_pointer_compression == "") {
+   v8_enable_pointer_compression =
+       v8_current_cpu == "arm64" || v8_current_cpu == "x64" ||
+-      v8_current_cpu == "loong64"
++      v8_current_cpu == "loong64" || v8_current_cpu == "ppc64"
+ }
+ 
+ # The Wasm interpreter is currently supported only on arm64 and x64, on

diff --git a/0001-sandbox-linux-Update-syscall-helpers-lists-for-ppc64.patch b/0001-sandbox-linux-Update-syscall-helpers-lists-for-ppc64.patch
index 6c29a57..ffe2476 100644
--- a/0001-sandbox-linux-Update-syscall-helpers-lists-for-ppc64.patch
+++ b/0001-sandbox-linux-Update-syscall-helpers-lists-for-ppc64.patch
@@ -1,21 +1,6 @@
-From da52663deec77f705d7d58b18484c3e28e563f10 Mon Sep 17 00:00:00 2001
-From: Shawn Anastasio <shawnanastasio@yahoo.com>
-Date: Tue, 18 Sep 2018 18:39:28 -0500
-Subject: [PATCH] sandbox/linux: Update syscall helpers/lists for ppc64
-
----
- .../seccomp-bpf-helpers/baseline_policy.cc    |   8 +-
- .../syscall_parameters_restrictions.cc        |   2 +-
- .../syscall_parameters_restrictions.h         |   2 +-
- .../linux/seccomp-bpf-helpers/syscall_sets.cc | 108 ++++++++++--------
- .../linux/seccomp-bpf-helpers/syscall_sets.h  |   6 +-
- sandbox/linux/services/syscall_wrappers.cc    |   2 +-
- 6 files changed, 73 insertions(+), 55 deletions(-)
-
-Index: chromium-134.0.6998.35/sandbox/linux/seccomp-bpf-helpers/baseline_policy.cc
-===================================================================
---- chromium-134.0.6998.35.orig/sandbox/linux/seccomp-bpf-helpers/baseline_policy.cc
-+++ chromium-134.0.6998.35/sandbox/linux/seccomp-bpf-helpers/baseline_policy.cc
+diff -up chromium-135.0.7049.17/sandbox/linux/seccomp-bpf-helpers/baseline_policy.cc.0001-sandbox-linux-Update-syscall-helpers-lists-for-ppc64 chromium-135.0.7049.17/sandbox/linux/seccomp-bpf-helpers/baseline_policy.cc
+--- chromium-135.0.7049.17/sandbox/linux/seccomp-bpf-helpers/baseline_policy.cc.0001-sandbox-linux-Update-syscall-helpers-lists-for-ppc64	2025-03-12 02:09:02.000000000 +0100
++++ chromium-135.0.7049.17/sandbox/linux/seccomp-bpf-helpers/baseline_policy.cc	2025-03-19 16:20:41.392330750 +0100
 @@ -90,7 +90,8 @@ bool IsBaselinePolicyWatched(int sysno)
           SyscallSets::IsPrctl(sysno) ||
           SyscallSets::IsProcessGroupOrSession(sysno) ||
@@ -54,20 +39,19 @@ Index: chromium-134.0.6998.35/sandbox/linux/seccomp-bpf-helpers/baseline_policy.
    if (SyscallSets::IsSocketCall(sysno))
      return RestrictSocketcallCommand();
  #endif
-Index: chromium-134.0.6998.35/sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.cc
-===================================================================
---- chromium-134.0.6998.35.orig/sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.cc
-+++ chromium-134.0.6998.35/sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.cc
-@@ -36,7 +36,7 @@
+diff -up chromium-135.0.7049.17/sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.cc.0001-sandbox-linux-Update-syscall-helpers-lists-for-ppc64 chromium-135.0.7049.17/sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.cc
+--- chromium-135.0.7049.17/sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.cc.0001-sandbox-linux-Update-syscall-helpers-lists-for-ppc64	2025-03-12 02:09:02.000000000 +0100
++++ chromium-135.0.7049.17/sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.cc	2025-03-19 16:24:53.188175179 +0100
+@@ -35,7 +35,7 @@
  #include "sandbox/linux/system_headers/linux_time.h"
  
- #if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)) && \
--    !defined(__arm__) && !defined(__aarch64__) &&             \
-+    !defined(__arm__) && !defined(__aarch64__) && !defined(__powerpc64__) && \
-     !defined(PTRACE_GET_THREAD_AREA)
+ #if BUILDFLAG(IS_LINUX) && !defined(__arm__) && !defined(__aarch64__) && \
+-    !defined(PTRACE_GET_THREAD_AREA)
++    !defined(__powerpc64__) && !defined(PTRACE_GET_THREAD_AREA)
  // Also include asm/ptrace-abi.h since ptrace.h in older libc (for instance
  // the one in Ubuntu 16.04 LTS) is missing PTRACE_GET_THREAD_AREA.
-@@ -45,6 +45,11 @@
+ // asm/ptrace-abi.h doesn't exist on arm32 and PTRACE_GET_THREAD_AREA isn't
+@@ -43,6 +43,11 @@
  #include <asm/ptrace-abi.h>
  #endif
  
@@ -79,7 +63,7 @@ Index: chromium-134.0.6998.35/sandbox/linux/seccomp-bpf-helpers/syscall_paramete
  #if BUILDFLAG(IS_ANDROID)
  
  #if !defined(F_DUPFD_CLOEXEC)
-@@ -102,6 +107,15 @@ inline bool IsArchitectureMips() {
+@@ -100,6 +105,15 @@ inline bool IsArchitectureMips() {
  #endif
  }
  
@@ -95,7 +79,7 @@ Index: chromium-134.0.6998.35/sandbox/linux/seccomp-bpf-helpers/syscall_paramete
  // Ubuntu's version of glibc has a race condition in sem_post that can cause
  // it to call futex(2) with bogus op arguments. To workaround this, we need
  // to allow those futex(2) calls to fail with EINVAL, instead of crashing the
-@@ -269,9 +283,11 @@ ResultExpr RestrictFcntlCommands() {
+@@ -267,9 +281,11 @@ ResultExpr RestrictFcntlCommands() {
    // operator.
    // Glibc overrides the kernel's O_LARGEFILE value. Account for this.
    uint64_t kOLargeFileFlag = O_LARGEFILE;
@@ -108,7 +92,7 @@ Index: chromium-134.0.6998.35/sandbox/linux/seccomp-bpf-helpers/syscall_paramete
    const Arg<int> cmd(1);
    const Arg<long> long_arg(2);
  
-@@ -294,8 +310,17 @@ ResultExpr RestrictFcntlCommands() {
+@@ -292,8 +308,17 @@ ResultExpr RestrictFcntlCommands() {
                F_SETLKW,
                F_GETLK,
                F_DUPFD,
@@ -128,7 +112,7 @@ Index: chromium-134.0.6998.35/sandbox/linux/seccomp-bpf-helpers/syscall_paramete
        .Case(F_SETFL,
              If((long_arg & ~kAllowedMask) == 0, Allow()).Else(CrashSIGSYS()))
        .Case(F_ADD_SEALS,
-@@ -304,7 +329,7 @@ ResultExpr RestrictFcntlCommands() {
+@@ -302,7 +327,7 @@ ResultExpr RestrictFcntlCommands() {
    // clang-format on
  }
  
@@ -137,7 +121,7 @@ Index: chromium-134.0.6998.35/sandbox/linux/seccomp-bpf-helpers/syscall_paramete
  ResultExpr RestrictSocketcallCommand() {
    // Unfortunately, we are unable to restrict the first parameter to
    // socketpair(2). Whilst initially sounding bad, it's noteworthy that very
-@@ -461,7 +486,7 @@ ResultExpr RestrictPtrace() {
+@@ -459,7 +484,7 @@ ResultExpr RestrictPtrace() {
  #endif
    return Switch(request)
        .Cases({
@@ -146,10 +130,9 @@ Index: chromium-134.0.6998.35/sandbox/linux/seccomp-bpf-helpers/syscall_paramete
                   PTRACE_GETREGS, PTRACE_GETFPREGS, PTRACE_GET_THREAD_AREA,
                   PTRACE_GETREGSET,
  #endif
-Index: chromium-134.0.6998.35/sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.h
-===================================================================
---- chromium-134.0.6998.35.orig/sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.h
-+++ chromium-134.0.6998.35/sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.h
+diff -up chromium-135.0.7049.17/sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.h.0001-sandbox-linux-Update-syscall-helpers-lists-for-ppc64 chromium-135.0.7049.17/sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.h
+--- chromium-135.0.7049.17/sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.h.0001-sandbox-linux-Update-syscall-helpers-lists-for-ppc64	2025-03-12 02:09:02.000000000 +0100
++++ chromium-135.0.7049.17/sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.h	2025-03-19 16:20:41.397390842 +0100
 @@ -52,7 +52,7 @@ SANDBOX_EXPORT bpf_dsl::ResultExpr Restr
  // O_NONBLOCK | O_SYNC | O_LARGEFILE | O_CLOEXEC | O_NOATIME.
  SANDBOX_EXPORT bpf_dsl::ResultExpr RestrictFcntlCommands();
@@ -159,10 +142,9 @@ Index: chromium-134.0.6998.35/sandbox/linux/seccomp-bpf-helpers/syscall_paramete
  // Restrict socketcall(2) to only allow socketpair(2), send(2), recv(2),
  // sendto(2), recvfrom(2), shutdown(2), sendmsg(2) and recvmsg(2).
  SANDBOX_EXPORT bpf_dsl::ResultExpr RestrictSocketcallCommand();
-Index: chromium-134.0.6998.35/sandbox/linux/seccomp-bpf-helpers/syscall_sets.cc
-===================================================================
---- chromium-134.0.6998.35.orig/sandbox/linux/seccomp-bpf-helpers/syscall_sets.cc
-+++ chromium-134.0.6998.35/sandbox/linux/seccomp-bpf-helpers/syscall_sets.cc
+diff -up chromium-135.0.7049.17/sandbox/linux/seccomp-bpf-helpers/syscall_sets.cc.0001-sandbox-linux-Update-syscall-helpers-lists-for-ppc64 chromium-135.0.7049.17/sandbox/linux/seccomp-bpf-helpers/syscall_sets.cc
+--- chromium-135.0.7049.17/sandbox/linux/seccomp-bpf-helpers/syscall_sets.cc.0001-sandbox-linux-Update-syscall-helpers-lists-for-ppc64	2025-03-12 02:09:02.000000000 +0100
++++ chromium-135.0.7049.17/sandbox/linux/seccomp-bpf-helpers/syscall_sets.cc	2025-03-19 16:20:41.400744223 +0100
 @@ -29,7 +29,8 @@ bool SyscallSets::IsAllowedGettime(int s
    switch (sysno) {
      case __NR_gettimeofday:
@@ -582,10 +564,9 @@ Index: chromium-134.0.6998.35/sandbox/linux/seccomp-bpf-helpers/syscall_sets.cc
      case __NR_vserver:
  #endif
        return true;
-Index: chromium-134.0.6998.35/sandbox/linux/seccomp-bpf-helpers/syscall_sets.h
-===================================================================
---- chromium-134.0.6998.35.orig/sandbox/linux/seccomp-bpf-helpers/syscall_sets.h
-+++ chromium-134.0.6998.35/sandbox/linux/seccomp-bpf-helpers/syscall_sets.h
+diff -up chromium-135.0.7049.17/sandbox/linux/seccomp-bpf-helpers/syscall_sets.h.0001-sandbox-linux-Update-syscall-helpers-lists-for-ppc64 chromium-135.0.7049.17/sandbox/linux/seccomp-bpf-helpers/syscall_sets.h
+--- chromium-135.0.7049.17/sandbox/linux/seccomp-bpf-helpers/syscall_sets.h.0001-sandbox-linux-Update-syscall-helpers-lists-for-ppc64	2025-03-12 02:09:02.000000000 +0100
++++ chromium-135.0.7049.17/sandbox/linux/seccomp-bpf-helpers/syscall_sets.h	2025-03-19 16:20:41.401408385 +0100
 @@ -46,13 +46,14 @@ class SANDBOX_EXPORT SyscallSets {
    static bool IsDeniedGetOrModifySocket(int sysno);
  
@@ -623,10 +604,9 @@ Index: chromium-134.0.6998.35/sandbox/linux/seccomp-bpf-helpers/syscall_sets.h
    // Big system V multiplexing system call.
    static bool IsSystemVIpc(int sysno);
  #endif
-Index: chromium-134.0.6998.35/sandbox/linux/services/syscall_wrappers.cc
-===================================================================
---- chromium-134.0.6998.35.orig/sandbox/linux/services/syscall_wrappers.cc
-+++ chromium-134.0.6998.35/sandbox/linux/services/syscall_wrappers.cc
+diff -up chromium-135.0.7049.17/sandbox/linux/services/syscall_wrappers.cc.0001-sandbox-linux-Update-syscall-helpers-lists-for-ppc64 chromium-135.0.7049.17/sandbox/linux/services/syscall_wrappers.cc
+--- chromium-135.0.7049.17/sandbox/linux/services/syscall_wrappers.cc.0001-sandbox-linux-Update-syscall-helpers-lists-for-ppc64	2025-03-12 02:09:02.000000000 +0100
++++ chromium-135.0.7049.17/sandbox/linux/services/syscall_wrappers.cc	2025-03-19 16:20:41.401536979 +0100
 @@ -66,7 +66,7 @@ long sys_clone(unsigned long flags,
  #if defined(ARCH_CPU_X86_64)
    return syscall(__NR_clone, flags, child_stack, ptid, ctid, tls);

diff --git a/chromium-125-system-brotli.patch b/chromium-125-system-brotli.patch
deleted file mode 100644
index faba930..0000000
--- a/chromium-125-system-brotli.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-diff -up chromium-125.0.6422.41/net/filter/brotli_source_stream.cc.system-brotli chromium-125.0.6422.41/net/filter/brotli_source_stream.cc
---- chromium-125.0.6422.41/net/filter/brotli_source_stream.cc.system-brotli	2024-05-08 22:30:00.000000000 +0200
-+++ chromium-125.0.6422.41/net/filter/brotli_source_stream.cc	2024-05-12 20:23:30.859178769 +0200
-@@ -11,8 +11,8 @@
- #include "base/memory/raw_ptr.h"
- #include "base/metrics/histogram_macros.h"
- #include "net/base/io_buffer.h"
--#include "third_party/brotli/include/brotli/decode.h"
--#include "third_party/brotli/include/brotli/shared_dictionary.h"
-+#include <brotli/decode.h>
-+#include <brotli/shared_dictionary.h>
- 
- namespace net {
- 
-diff -up chromium-125.0.6422.41/net/ssl/cert_compression.cc.system-brotli chromium-125.0.6422.41/net/ssl/cert_compression.cc
---- chromium-125.0.6422.41/net/ssl/cert_compression.cc.system-brotli	2024-05-08 22:30:00.000000000 +0200
-+++ chromium-125.0.6422.41/net/ssl/cert_compression.cc	2024-05-12 20:23:30.860178793 +0200
-@@ -9,7 +9,7 @@
- #include "third_party/boringssl/src/include/openssl/ssl.h"
- 
- #if !defined(NET_DISABLE_BROTLI)
--#include "third_party/brotli/include/brotli/decode.h"
-+#include <brotli/decode.h>
- #endif
- 
- namespace net {
-diff -up chromium-125.0.6422.41/ui/base/resource/resource_bundle.cc.system-brotli chromium-125.0.6422.41/ui/base/resource/resource_bundle.cc
---- chromium-125.0.6422.41/ui/base/resource/resource_bundle.cc.system-brotli	2024-05-12 20:23:30.861178816 +0200
-+++ chromium-125.0.6422.41/ui/base/resource/resource_bundle.cc	2024-05-12 21:19:03.775332093 +0200
-@@ -33,7 +33,7 @@
- #include "net/filter/gzip_header.h"
- #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 "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-135-system-brotli.patch b/chromium-135-system-brotli.patch
new file mode 100644
index 0000000..acbc489
--- /dev/null
+++ b/chromium-135-system-brotli.patch
@@ -0,0 +1,38 @@
+diff -up chromium-135.0.7049.17/net/filter/brotli_source_stream.cc.me chromium-135.0.7049.17/net/filter/brotli_source_stream.cc
+--- chromium-135.0.7049.17/net/filter/brotli_source_stream.cc.me	2025-03-19 16:10:42.050358426 +0100
++++ chromium-135.0.7049.17/net/filter/brotli_source_stream.cc	2025-03-19 16:11:17.682904155 +0100
+@@ -17,8 +17,8 @@
+ #include "base/metrics/histogram_macros.h"
+ #include "net/base/io_buffer.h"
+ #include "net/filter/source_stream_type.h"
+-#include "third_party/brotli/include/brotli/decode.h"
+-#include "third_party/brotli/include/brotli/shared_dictionary.h"
++#include <brotli/decode.h>
++#include <brotli/shared_dictionary.h>
+ 
+ namespace net {
+ 
+diff -up chromium-135.0.7049.17/net/ssl/cert_compression.cc.me chromium-135.0.7049.17/net/ssl/cert_compression.cc
+--- chromium-135.0.7049.17/net/ssl/cert_compression.cc.me	2025-03-19 16:11:29.752064649 +0100
++++ chromium-135.0.7049.17/net/ssl/cert_compression.cc	2025-03-19 16:11:46.372351558 +0100
+@@ -9,7 +9,7 @@
+ #include "third_party/boringssl/src/include/openssl/ssl.h"
+ 
+ #if !defined(NET_DISABLE_BROTLI)
+-#include "third_party/brotli/include/brotli/decode.h"
++#include <brotli/decode.h>
+ #endif
+ 
+ namespace net {
+diff -up chromium-135.0.7049.17/ui/base/resource/resource_bundle.cc.me chromium-135.0.7049.17/ui/base/resource/resource_bundle.cc
+--- chromium-135.0.7049.17/ui/base/resource/resource_bundle.cc.me	2025-03-19 16:11:57.586834877 +0100
++++ chromium-135.0.7049.17/ui/base/resource/resource_bundle.cc	2025-03-19 16:13:09.096533134 +0100
+@@ -39,7 +39,7 @@
+ #include "net/filter/gzip_header.h"
+ #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 "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.spec b/chromium.spec
index 8ef1c68..e7c3422 100644
--- a/chromium.spec
+++ b/chromium.spec
@@ -261,7 +261,7 @@
 %endif
 
 Name:	chromium
-Version: 134.0.6998.165
+Version: 135.0.7049.41
 Release: 1%{?dist}
 Summary: A WebKit (Blink) powered web browser that Google doesn't want you to use
 Url: http://www.chromium.org/Home
@@ -283,7 +283,7 @@ Patch21: chromium-123-screen-ai-service.patch
 Patch82: chromium-98.0.4758.102-remoting-no-tests.patch
 
 # patch for using system brotli
-Patch89: chromium-125-system-brotli.patch
+Patch89: chromium-135-system-brotli.patch
 
 # patch for using system libxml
 Patch90: chromium-121-system-libxml.patch
@@ -430,6 +430,7 @@ Patch407: 0002-Add-ppc64-trap-instructions.patch
 
 Patch408: fix-ppc64-linux-syscalls-headers.patch
 Patch409: use-sysconf-page-size-on-ppc64.patch
+Patch410: 0001-Enable-ppc64-pointer-compression.patch
 
 Patch411: dawn-fix-ppc64le-detection.patch
 Patch412: add-ppc64-architecture-to-extensions.diff
@@ -1114,6 +1115,7 @@ Qt6 UI for chromium.
 %patch -P407 -p1 -b .0002-Add-ppc64-trap-instructions
 %patch -P408 -p1 -b .fix-ppc64-linux-syscalls-headers
 %patch -P409 -p1 -b .use-sysconf-page-size-on-ppc64
+%patch -P410 -p1 -b .0001-Enable-ppc64-pointer-compression
 %patch -P411 -p1 -b .dawn-fix-ppc64le-detection
 %patch -P412 -p1 -b .add-ppc64-architecture-to-extensions
 %patch -P413 -p1 -b .fix-unknown-warning-option-messages
@@ -1766,6 +1768,9 @@ fi
 %endif
 
 %changelog
+* Fri Mar 28 2025 Than Ngo <than@redhat.com> - 135.0.7049.41-1
+- Update to 135.0.7049.41
+
 * Mon Mar 24 2025 Than Ngo <than@redhat.com> - 134.0.6998.165-1
 - Update to 134.0.6998.165
 - Fixed rhbz#2354377 - Enable ppc64le support for el10

diff --git a/sources b/sources
index 95e4fe1..600de90 100644
--- a/sources
+++ b/sources
@@ -2,5 +2,5 @@ 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.165-clean.tar.xz) = dec36e9f097f9b560b067cd4cc79b3cf5c91b775ca709e6ae975280e705a1707cd3c08fd07dd2297ae0bccfccd980f19f7f12737539113b098ec2b922823f790
 SHA512 (linux-ppc64-0.19.2.tgz) = 749d2413c293a9b887b40dc573fce7ee509dee9a95af825c4f426a3a76e3e0b2f3627a7eee1f108b8ca37eae366651df84e08ce36ac18741301d82cbe8b13373
+SHA512 (chromium-135.0.7049.41-clean.tar.xz) = 9c837f6aecac922715e1a3640d253f1d48d15c1cbd79f6a88d9645d705512537aeb04077bee4c43befb19f7aa85d6de9f0633486872ce459b218856724edc684

                 reply	other threads:[~2026-08-07 16:07 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178611885279.1.5074050893686588592.rpms-chromium-042548a7a471@fedoraproject.org \
    --to=than@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox