From ba28bcf16b6483b1ad64defc2eaa722703434bb6 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Wed, 20 Mar 2024 22:01:55 +0100 Subject: [PATCH 1/4] mokutil: update to 0.7.2. --- srcpkgs/mokutil/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/mokutil/template b/srcpkgs/mokutil/template index 7b07d9d597cc34..14d4ef4b716ad4 100644 --- a/srcpkgs/mokutil/template +++ b/srcpkgs/mokutil/template @@ -1,6 +1,6 @@ # Template file for 'mokutil' pkgname=mokutil -version=0.7.1 +version=0.7.2 revision=1 build_style=gnu-configure hostmakedepends="autoconf automake pkg-config" @@ -11,7 +11,7 @@ license="GPL-3.0-or-later" homepage="https://github.com/lcp/mokutil" changelog="https://github.com/lcp/mokutil/releases" distfiles="https://github.com/lcp/mokutil/archive/refs/tags/${version}.tar.gz" -checksum=1c0bcba3d2f4ab98235b1edb5eb71b40508f79d93d3e28b1a04b7fbd4a2c1457 +checksum=839d677c4fc9805f1565703ca32863e4652692c53da66a88ae9b9e30676f9e17 if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then makedepends+=" libxcrypt-devel" From c3fd67105047595d39b99b3e363767539c21bcf6 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Wed, 20 Mar 2024 22:03:46 +0100 Subject: [PATCH 2/4] harfbuzz: update to 8.3.1. --- srcpkgs/harfbuzz/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/harfbuzz/template b/srcpkgs/harfbuzz/template index 978699cac21de7..9b266caccd1bf0 100644 --- a/srcpkgs/harfbuzz/template +++ b/srcpkgs/harfbuzz/template @@ -1,6 +1,6 @@ # Template file for 'harfbuzz' pkgname=harfbuzz -version=8.3.0 +version=8.3.1 revision=1 build_style=meson build_helper="gir qemu" @@ -21,7 +21,7 @@ license="MIT" homepage="http://www.freedesktop.org/wiki/Software/HarfBuzz/" changelog="https://github.com/harfbuzz/harfbuzz/raw/main/NEWS" distfiles="https://github.com/harfbuzz/harfbuzz/releases/download/${version}/harfbuzz-${version}.tar.xz" -checksum=109501eaeb8bde3eadb25fab4164e993fbace29c3d775bcaa1c1e58e2f15f847 +checksum=f73e1eacd7e2ffae687bc3f056bb0c705b7a05aee86337686e09da8fc1c2030c if [ "$XBPS_CHECK_PKGS" ]; then configure_args+=" -Dtests=enabled" From 827fc030ae73ea266ba4ff5fd909700da8457b9d Mon Sep 17 00:00:00 2001 From: Duncaen Date: Wed, 20 Mar 2024 22:05:47 +0100 Subject: [PATCH 3/4] miniupnpd: update to 2.3.6. --- srcpkgs/miniupnpd/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/miniupnpd/template b/srcpkgs/miniupnpd/template index 106550effbb3e9..c4953bba907132 100644 --- a/srcpkgs/miniupnpd/template +++ b/srcpkgs/miniupnpd/template @@ -1,6 +1,6 @@ # Template file for 'miniupnpd' pkgname=miniupnpd -version=2.3.5 +version=2.3.6 revision=1 build_style=configure configure_args=" @@ -23,7 +23,7 @@ license="BSD-3-Clause" homepage="http://miniupnp.free.fr" changelog="http://miniupnp.free.fr/files/changelog.php?file=miniupnpd-${version}.tar.gz" distfiles="http://miniupnp.free.fr/files/miniupnpd-${version}.tar.gz" -checksum=9637a412c33d2778cdae561058933b4e0b67465ff134e96761a7b19751b2fa0f +checksum=11ca7bf4d4ba6c6ba12c70c3041807f516f4d9f6b6697bea04e837626b9d679c if [ "$XBPS_TARGET_LIBC" = "musl" ]; then makedepends+=" musl-legacy-compat" From 68a1374298173612a073e51033cefd23180d6a6a Mon Sep 17 00:00:00 2001 From: Duncaen Date: Thu, 21 Mar 2024 01:24:51 +0100 Subject: [PATCH 4/4] chromium: update to 123.0.6312.58. --- .../patches/chromium-121-mnemonic-error.patch | 12 ------- ...xpr.patch => chromium-123-constexpr.patch} | 33 ++++++++++++++----- ...> chromium-123-missing-header-files.patch} | 22 ------------- srcpkgs/chromium/template | 4 +-- 4 files changed, 26 insertions(+), 45 deletions(-) delete mode 100644 srcpkgs/chromium/patches/chromium-121-mnemonic-error.patch rename srcpkgs/chromium/patches/{chromium-122-constexpr.patch => chromium-123-constexpr.patch} (68%) rename srcpkgs/chromium/patches/{chromium-122-missing-header-files.patch => chromium-123-missing-header-files.patch} (88%) diff --git a/srcpkgs/chromium/patches/chromium-121-mnemonic-error.patch b/srcpkgs/chromium/patches/chromium-121-mnemonic-error.patch deleted file mode 100644 index 61239e7f022764..00000000000000 --- a/srcpkgs/chromium/patches/chromium-121-mnemonic-error.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up chromium-121.0.6167.16/third_party/blink/renderer/core/BUILD.gn.mnemonic-error chromium-121.0.6167.16/third_party/blink/renderer/core/BUILD.gn ---- chromium-121.0.6167.16/third_party/blink/renderer/core/BUILD.gn.mnemonic-error 2023-12-19 18:14:43.027723832 +0100 -+++ chromium-121.0.6167.16/third_party/blink/renderer/core/BUILD.gn 2023-12-19 18:39:47.492384620 +0100 -@@ -1731,8 +1731,6 @@ action_foreach("element_locator_test_pro - python_path_root = "${root_out_dir}/pyproto" - python_path_proto = "${python_path_root}/third_party/blink/renderer/core/lcp_critical_path_predictor" - -- mnemonic = "ELOC_PROTO" -- - source_dir = "lcp_critical_path_predictor/test_proto" - sources = rebase_path([ "lcp_image_id.asciipb" ], "", source_dir) - sources += rebase_path([ "lcp_image_id_b.asciipb" ], "", source_dir) diff --git a/srcpkgs/chromium/patches/chromium-122-constexpr.patch b/srcpkgs/chromium/patches/chromium-123-constexpr.patch similarity index 68% rename from srcpkgs/chromium/patches/chromium-122-constexpr.patch rename to srcpkgs/chromium/patches/chromium-123-constexpr.patch index 282066cc4eab26..aa59c3e5e19472 100644 --- a/srcpkgs/chromium/patches/chromium-122-constexpr.patch +++ b/srcpkgs/chromium/patches/chromium-123-constexpr.patch @@ -25,15 +25,6 @@ diff -up chromium-122.0.6261.29/base/types/strong_alias.h.me chromium-122.0.6261 diff -up chromium-122.0.6261.29/components/performance_manager/resource_attribution/query_params.h.constexpr chromium-122.0.6261.29/components/performance_manager/resource_attribution/query_params.h --- chromium-122.0.6261.29/components/performance_manager/resource_attribution/query_params.h.constexpr 2024-02-07 19:49:31.000000000 +0100 +++ chromium-122.0.6261.29/components/performance_manager/resource_attribution/query_params.h 2024-02-13 11:12:52.913338699 +0100 -@@ -29,7 +29,7 @@ class ContextCollection { - ContextCollection(const ContextCollection& other); - ContextCollection& operator=(const ContextCollection& other); - -- friend constexpr bool operator==(const ContextCollection&, -+ friend bool operator==(const ContextCollection&, - const ContextCollection&) = default; - - // Adds `context` to the collection. @@ -67,7 +67,7 @@ struct QueryParams { QueryParams(const QueryParams& other); QueryParams& operator=(const QueryParams& other); @@ -43,3 +34,27 @@ diff -up chromium-122.0.6261.29/components/performance_manager/resource_attribut const QueryParams&) = default; // Resource types to measure. +diff -up chromium-123.0.6312.46/components/performance_manager/resource_attribution/context_collection.h.me chromium-123.0.6312.46/components/performance_manager/resource_attribution/context_collection.h +--- chromium-123.0.6312.46/components/performance_manager/resource_attribution/context_collection.h.me 2024-03-17 11:57:22.097161565 +0100 ++++ chromium-123.0.6312.46/components/performance_manager/resource_attribution/context_collection.h 2024-03-17 22:18:25.442101825 +0100 +@@ -28,7 +28,7 @@ class ContextCollection { + ContextCollection(const ContextCollection& other); + ContextCollection& operator=(const ContextCollection& other); + +- friend constexpr bool operator==(const ContextCollection&, ++ friend bool operator==(const ContextCollection&, + const ContextCollection&) = default; + + // Adds `context` to the collection. +diff -up chromium-123.0.6312.46/components/autofill/core/browser/metrics/log_event.h.me chromium-123.0.6312.46/components/autofill/core/browser/metrics/log_event.h +--- chromium-123.0.6312.46/components/autofill/core/browser/metrics/log_event.h.me 2024-03-16 23:38:10.437128249 +0100 ++++ chromium-123.0.6312.46/components/autofill/core/browser/metrics/log_event.h 2024-03-16 23:59:50.868080652 +0100 +@@ -57,7 +57,7 @@ struct IsRequired { + // This function is not defined and consteval. Therefore, any evaluation will + // fail and fail at compile time. + template +- consteval operator T(); // NOLINT ++ operator T(); // NOLINT + }; + + } // namespace internal diff --git a/srcpkgs/chromium/patches/chromium-122-missing-header-files.patch b/srcpkgs/chromium/patches/chromium-123-missing-header-files.patch similarity index 88% rename from srcpkgs/chromium/patches/chromium-122-missing-header-files.patch rename to srcpkgs/chromium/patches/chromium-123-missing-header-files.patch index aa6bd70d7db567..f11142ea399985 100644 --- a/srcpkgs/chromium/patches/chromium-122-missing-header-files.patch +++ b/srcpkgs/chromium/patches/chromium-123-missing-header-files.patch @@ -99,28 +99,6 @@ diff -up chromium-122.0.6261.29/third_party/dawn/src/tint/lang/spirv/reader/ast_ #include #include #include -diff -up chromium-122.0.6261.29/third_party/material_color_utilities/src/cpp/palettes/tones.cc.missing-header-files chromium-122.0.6261.29/third_party/material_color_utilities/src/cpp/palettes/tones.cc ---- chromium-122.0.6261.29/third_party/material_color_utilities/src/cpp/palettes/tones.cc.missing-header-files 2024-02-07 19:52:34.000000000 +0100 -+++ chromium-122.0.6261.29/third_party/material_color_utilities/src/cpp/palettes/tones.cc 2024-02-12 14:59:48.143415190 +0100 -@@ -14,6 +14,7 @@ - * limitations under the License. - */ - -+#include - #include "cpp/palettes/tones.h" - - #include "cpp/cam/cam.h" -diff -up chromium-122.0.6261.29/third_party/ruy/src/ruy/profiler/instrumentation.h.missing-header-files chromium-122.0.6261.29/third_party/ruy/src/ruy/profiler/instrumentation.h ---- chromium-122.0.6261.29/third_party/ruy/src/ruy/profiler/instrumentation.h.missing-header-files 2024-02-07 19:52:59.000000000 +0100 -+++ chromium-122.0.6261.29/third_party/ruy/src/ruy/profiler/instrumentation.h 2024-02-12 14:59:48.143415190 +0100 -@@ -17,6 +17,7 @@ limitations under the License. - #define RUY_RUY_PROFILER_INSTRUMENTATION_H_ - - #ifdef RUY_PROFILER -+#include - #include - #include - #include diff -up chromium-122.0.6261.29/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/Signals.inc.missing-header-files chromium-122.0.6261.29/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/Signals.inc --- chromium-122.0.6261.29/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/Signals.inc.missing-header-files 2024-02-07 19:54:45.000000000 +0100 +++ chromium-122.0.6261.29/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/Signals.inc 2024-02-12 14:59:48.143415190 +0100 diff --git a/srcpkgs/chromium/template b/srcpkgs/chromium/template index 53981f7cd367f8..85d2dfd0c0173b 100644 --- a/srcpkgs/chromium/template +++ b/srcpkgs/chromium/template @@ -1,7 +1,7 @@ # Template file for 'chromium' pkgname=chromium # See https://chromiumdash.appspot.com/releases?platform=Linux for the latest version -version=122.0.6261.94 +version=123.0.6312.58 revision=1 archs="i686* x86_64* aarch64* armv7l*" hostmakedepends=" @@ -28,7 +28,7 @@ maintainer="Duncaen " license="BSD-3-Clause" homepage="https://www.chromium.org/" distfiles="https://commondatastorage.googleapis.com/chromium-browser-official/${pkgname}-${version}.tar.xz" -checksum=2d0294d9baf94c921e4e10af7841cc6c11e3880f120e83fd57409e87ce3cb1e7 +checksum=f8dae4a2ff7b00bb44fa136c2101638fea4f232e4819be3f73381ddc0d3bf718 lib32disabled=yes