-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
chromium: 79.0.3945.88 -> 79.0.3945.117 #77299
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
Conversation
CVE-TBD: Use after free in audio https://chromereleases.googleblog.com/2020/01/stable-channel-update-for-desktop.html
I've successfully tested |
|
@thefloweringash what do you mean by "I have yet to make it start"? It built, but fails to start? You didn't try starting it so far? How's the situation currently on master? |
It builds, it prints an error on startup relating to having no crashpad_handler, and then it hangs. I also just realized I made a critical typo in the above (now edited):
It's apparently uncached. I've started a build but they take a few hours each. I'll report back when I have tested. |
I don't think we should delay the upgrade to
Just to eliminate ambiguity, what are the 5 other things that need testing here? From reading this thread, I think the status of this PR is:
|
Oh, the six things I was thinking of were
but I guess we have 9 things with the inclusion of the aarch64 chromium builds. Please take over this PR (i.e. make a new one) if changes are needed, I removed myself from maintainers. One thing I have sometimes done is hold back a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Atm I don't have the resources to test this, but since it's already tested twice I'm +1 for merging this ASAP (and the diff obviously looks fine as well).
Please take over this PR (i.e. make a new one) if changes are needed, I removed myself from maintainers.
@ivan just to be sure: That means you won't maintain Chromium anymore (which is of course totally fine) and we need a new maintainer (which is the important part)?
In any case: Thank you for maintaining Chromium up util now ❤️.
I often saw your PRs and appreciate your work - thank you :)
@primeos right, I do not plan to make chromium PRs, as I removed my desktop Linuxes for now. Yes, I believe chromium could use another maintainer/tester on x86_64. If you would like to track upstream's releases, I recommend following the feed on https://chromereleases.googleblog.com/ and filtering for "Stable Channel Update for Desktop". Typically, within a few hours of an upstream release being available, a source tarball is also available and In upcoming releases, I expect WebGL to break again because of a libGLESv2.so loading issue that this patch is working around, watch out for that. |
Gave Google Chrome a quick test in a VM and updated #77299 (comment). LGTM, IMO @ivan: Thank you very much for your response and additional details ❤️. |
Just to note it here as well: I've opened #78450 in an attempt to find new maintainers. |
Motivation for this change
https://chromereleases.googleblog.com/2020/01/stable-channel-update-for-desktop.html
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)chromium
works fine on x86_64 but I haven't tested the other 5 things, please test.Notify maintainers
cc @bendlas @thefloweringash