-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[24.05] dropbox: add libGL to the FHS environment #348710
Conversation
(cherry picked from commit cdce415)
(cherry picked from commit 1f52ea5)
When Chrome run by `google-chrome-stable --use-vulkan --enable-features=Vulkan` without this, it fails to create vk instance giving the below log: [216457:216457:1003/211719.770352:ERROR:vulkan_instance.cc(112)] Failed to load 'libvulkan.so.1': libvulkan.so.1: cannot open shared object file: No such file or directory [216457:216457:1003/211719.770434:ERROR:gpu_init.cc(1209)] Failed to create and initialize Vulkan implementation. Closes NixOS#346197 Signed-off-by: John Titor <[email protected]> (cherry picked from commit cd0a0da)
This is needed to make sure that ANGLE's libGLESv2.so can find libGL and libvulkan Like https://github.com/NixOS/nixpkgs/blob/27e30d177e57d912d614c88c622dcfdb2e6e6515/pkgs/development/tools/electron/binary/generic.nix#L136-L139 and https://github.com/NixOS/nixpkgs/blob/27e30d177e57d912d614c88c622dcfdb2e6e6515/pkgs/applications/networking/browsers/chromium/common.nix#L562-564 Signed-off-by: John Titor <[email protected]> (cherry picked from commit 2b58c0b)
https://chromereleases.googleblog.com/2024/10/stable-channel-update-for-desktop.html This update includes 4 security fixes. CVEs: CVE-2024-7025 CVE-2024-9369 CVE-2024-9370 (cherry picked from commit 2d83694)
….3.0esr; 115.15.0esr -> 115.16.0esr (NixOS#346022)
(cherry picked from commit 07196b8)
(cherry picked from commit f76f48b)
Fixes CVE-2024-31449 Fixes CVE-2024-31227 Fixes CVE-2024-31228 (cherry picked from commit 85ab36b)
Due to releases now including a v (and before didn't) hardened hasn't been updated since May 2024 (4 months ago) (cherry picked from commit 60623de)
(cherry picked from commit ad3ec7b)
(cherry picked from commit fec646a)
(cherry picked from commit 6178bdf)
(cherry picked from commit 2794012)
(cherry picked from commit 1f403d3)
(cherry picked from commit e930509)
(cherry picked from commit 57a558e)
(cherry picked from commit 904a34e)
Smoketest fails with machine # [ 3.785769] systemd[1]: dev-hugepages.mount: Failed to spawn executor: Argument list too long machine # [ 3.788689] systemd[1]: dev-hugepages.mount: Failed to spawn 'mount' task: Argument list too long machine # [ 3.790100] systemd[1]: dev-hugepages.mount: Failed with result 'resources'. machine # [ 3.791572] systemd[1]: Failed to mount Huge Pages File System. (cherry picked from commit 62c09a3)
(cherry picked from commit d7fc6b3)
(cherry picked from commit a3a3844)
(cherry picked from commit 3111488)
(cherry picked from commit 0cae3b6)
(cherry picked from commit 748148a)
(cherry picked from commit 9864180)
The PR's base branch is set to master, but 5720 commits from the release-24.05 branch are included. Make sure you know the right base branch for your changes, then:
|
1 similar comment
The PR's base branch is set to master, but 5720 commits from the release-24.05 branch are included. Make sure you know the right base branch for your changes, then:
|
Mass pings for the wrong base branch aren't a thing anymore, the bot's message can be followed :D |
(third accidental mass ping in a day. feels bad)