diff --git a/tur-chromium/chromium-stable/0002-append-missing-params-for-crc32c.patch b/tur-chromium/chromium-stable/0002-append-missing-params-for-crc32c.patch deleted file mode 100644 index b576dc4..0000000 --- a/tur-chromium/chromium-stable/0002-append-missing-params-for-crc32c.patch +++ /dev/null @@ -1,15 +0,0 @@ -https://github.com/chromium/chromium/commit/9f43d823b6b4cdea62f0cc7563ff01f9239b8970 - ---- a/third_party/crc32c/BUILD.gn -+++ b/third_party/crc32c/BUILD.gn -@@ -122,6 +122,10 @@ - "-target-feature", - "-Xclang", - "+crypto", -+ "-Xclang", -+ "-target-feature", -+ "-Xclang", -+ "+aes", - ] - } else { - cflags = [ "-march=armv8-a+crc+crypto" ] diff --git a/tur-chromium/chromium-stable/0003-append-undefined-version.patch b/tur-chromium/chromium-stable/0003-append-undefined-version.patch deleted file mode 100644 index 79eeeb1..0000000 --- a/tur-chromium/chromium-stable/0003-append-undefined-version.patch +++ /dev/null @@ -1,17 +0,0 @@ -https://github.com//chromium/chromium/commit/42406b91d36d32a979dad47dd8f0e1974c81c1fa - ---- a/build/config/compiler/BUILD.gn -+++ b/build/config/compiler/BUILD.gn -@@ -738,6 +738,12 @@ config("compiler") { - ldflags += [ "-Wl,--no-rosegment" ] - } - -+ # TODO(crbug.com/1374347): Cleanup undefined symbol errors caught by -+ # --no-undefined-version. -+ if (use_lld && !is_win && !is_mac && !is_ios) { -+ ldflags += [ "-Wl,--undefined-version" ] -+ } -+ - # LLD does call-graph-sorted binary layout by default when profile data is - # present. On Android this increases binary size due to more thinks for long - # jumps. Turn it off by default and enable selectively for targets where it's diff --git a/tur-chromium/chromium-stable/build.sh b/tur-chromium/chromium-stable/build.sh index 401a261..bc3b22d 100644 --- a/tur-chromium/chromium-stable/build.sh +++ b/tur-chromium/chromium-stable/build.sh @@ -2,10 +2,10 @@ TERMUX_PKG_HOMEPAGE=https://www.chromium.org/Home TERMUX_PKG_DESCRIPTION="Chromium web browser" TERMUX_PKG_LICENSE="BSD 3-Clause" TERMUX_PKG_MAINTAINER="Chongyun Lee " -_CHROMIUM_VERSION=110.0.5481.177 +_CHROMIUM_VERSION=111.0.5563.146 TERMUX_PKG_VERSION=$_CHROMIUM_VERSION TERMUX_PKG_SRCURL=(https://commondatastorage.googleapis.com/chromium-browser-official/chromium-$_CHROMIUM_VERSION.tar.xz) -TERMUX_PKG_SHA256=(7b2f454d1195270a39f94a9ff6d8d68126be315e0da4e31c20f4ba9183a1c9b7) +TERMUX_PKG_SHA256=(1e701fa31b55fa0633c307af8537b4dbf67e02d8cad1080c57d845ed8c48b5fe) TERMUX_PKG_DEPENDS="atk, cups, dbus, gtk3, krb5, libc++, libevdev, libxkbcommon, libminizip, libnss, libwayland, libx11, mesa, openssl, pango, pulseaudio, libdrm, libjpeg-turbo, libpng, libwebp, libflac, fontconfig, freetype, zlib, libxml2, libxslt, libopus, libsnappy" # TODO: Split chromium-common and chromium-headless # TERMUX_PKG_DEPENDS+=", chromium-common"