Skip to content
Snippets Groups Projects
Evangelos Foutras's avatar
  • af174b9b · upgpkg: 135.0.7049.114-2: libxml2 2.14.2 rebuild
Evangelos Foutras's avatar
Matthias Kurz's avatar
commented on merge request !9 "use_qt5 can be set to false now" at Arch Linux / Packaging / Packages / chromium

Can someone more proficient explain to me why use_qt5 should still be set to true? I mean Arch Linux now ships qt6 anyway?

Robin Candau's avatar
  • 6d4b8b4f · upgpkg: 135.0.7049.95-2: libxml2 2.14.2 rebuild
Evangelos Foutras's avatar
commented on merge request !8 "Rust 1.86 is upstream now - no need for workaround anymore" at Arch Linux / Packaging / Packages / chromium

The intention behind that elif is to replace adler2 with adler if the latter cannot be found under /usr/lib/rustlib. Chromium 135.0.7049.84 was the...

Matthias Kurz's avatar
commented on merge request !8 "Rust 1.86 is upstream now - no need for workaround anymore" at Arch Linux / Packaging / Packages / chromium

grep -q will exit with 0 as soon it finds something. So you reverse that with !. Meaning the if branch will be entered if adler2 is found.

Matthias Kurz's avatar
commented on merge request !8 "Rust 1.86 is upstream now - no need for workaround anymore" at Arch Linux / Packaging / Packages / chromium

Isn't it that you check for adler2 and if it exists, substituting it with adler? But in Rust 1.86.0 adler2 exists - and AFAIK adler not - but you s...

Evangelos Foutras's avatar
accepted merge request !8 "Rust 1.86 is upstream now - no need for workaround anymore" at Arch Linux / Packaging / Packages / chromium
Evangelos Foutras's avatar
  • c20549e7 · Remove adler2 workaround (Rust 1.86 is now stable)
Evangelos Foutras's avatar
commented on merge request !8 "Rust 1.86 is upstream now - no need for workaround anymore" at Arch Linux / Packaging / Packages / chromium

We're checking if the adler2 library exists and, if not, substituting it with adler. The version check would achieve the same exact thing.

Toolybird's avatar
commented on issue #17 "Consider dropping chrome-sandbox (namespace sandbox is default)" at Arch Linux / Packaging / Packages / chromium

@loqs, @hanabishi, thank you both for the confirmation (thus answering the question).

Toolybird's avatar
closed issue #17 "Consider dropping chrome-sandbox (namespace sandbox is default)" at Arch Linux / Packaging / Packages / chromium
Hanabishi Recca's avatar
commented on issue #17 "Consider dropping chrome-sandbox (namespace sandbox is default)" at Arch Linux / Packaging / Packages / chromium

There is nothing to test really, it would not work....

Matthias Kurz's avatar
commented on merge request !8 "Rust 1.86 is upstream now - no need for workaround anymore" at Arch Linux / Packaging / Packages / chromium

In Gentoo they at least check if the used rust version is lower than 1.86 - but we just replace adler2 with adler no matter what:...

loqs's avatar
commented on issue #17 "Consider dropping chrome-sandbox (namespace sandbox is default)" at Arch Linux / Packaging / Packages / chromium

Did you test with unprivileged user namespaces disabled such as linux-hardened or with USER_NS_UNPRIVILEGED disabled?

E's avatar
opened issue #17 "Consider dropping chrome-sandbox (namespace sandbox is default)" at Arch Linux / Packaging / Packages / chromium
Matthias Kurz's avatar
opened merge request !9 "use_qt5 can be set to false now" at Arch Linux / Packaging / Packages / chromium