Skip to content

Commit

Permalink
chromium: update to 126.0.6478.55.
Browse files Browse the repository at this point in the history
  • Loading branch information
Duncaen committed Jun 14, 2024
1 parent ad7d53d commit 9cf8df0
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 41 deletions.

This file was deleted.

11 changes: 0 additions & 11 deletions srcpkgs/chromium/patches/chromium-124-libavif-deps.patch

This file was deleted.

10 changes: 10 additions & 0 deletions srcpkgs/chromium/patches/chromium-125-iwyu-webauthn-variant.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
--- a/chrome/browser/webauthn/authenticator_request_dialog_model.h
+++ b/chrome/browser/webauthn/authenticator_request_dialog_model.h
@@ -9,6 +9,7 @@
#include <optional>
#include <string>
#include <string_view>
+#include <variant>
#include <vector>

#include "base/containers/span.h"
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
diff -up chromium-126.0.6478.26/build/config/compiler/BUILD.gn.me chromium-126.0.6478.26/build/config/compiler/BUILD.gn
--- chromium-126.0.6478.26/build/config/compiler/BUILD.gn.me 2024-06-02 14:02:52.516602574 +0200
+++ chromium-126.0.6478.26/build/config/compiler/BUILD.gn 2024-06-02 14:17:24.527503540 +0200
@@ -575,24 +575,6 @@ config("compiler") {
}
}

- # TODO(crbug.com/40283598): This causes binary size growth and potentially
- # other problems.
- # TODO(crbug.com/40284925): This isn't supported by Cronet's mainline llvm version.
- if (default_toolchain != "//build/toolchain/cros:target" &&
- !llvm_android_mainline) {
- cflags += [
- "-mllvm",
- "-split-threshold-for-reg-with-hint=0",
- ]
- if (use_thin_lto && is_a_target_toolchain) {
- if (is_win) {
- ldflags += [ "-mllvm:-split-threshold-for-reg-with-hint=0" ]
- } else {
- ldflags += [ "-Wl,-mllvm,-split-threshold-for-reg-with-hint=0" ]
- }
- }
- }
-
# TODO(crbug.com/40192287): Investigate why/if this should be needed.
if (is_win) {
cflags += [ "/clang:-ffp-contract=off" ]
4 changes: 2 additions & 2 deletions srcpkgs/chromium/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'chromium'
pkgname=chromium
# See https://chromiumdash.appspot.com/releases?platform=Linux for the latest version
version=125.0.6422.60
version=126.0.6478.55
revision=1
archs="i686* x86_64* aarch64* armv7l*"
hostmakedepends="
Expand All @@ -28,7 +28,7 @@ maintainer="Duncaen <duncaen@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://www.chromium.org/"
distfiles="https://commondatastorage.googleapis.com/chromium-browser-official/${pkgname}-${version}.tar.xz"
checksum=93f5850101225945d7ec80959b38460e6a63777055bf2d9e893860c33cb60080
checksum=7ccef206f8c99e6a17b927b1b6d8018da808d75a0f46998282e0ca6cb80fe4c9

lib32disabled=yes

Expand Down

0 comments on commit 9cf8df0

Please sign in to comment.