-
-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
mpv: patch CVE-2018-6360 #23928
mpv: patch CVE-2018-6360 #23928
Conversation
Why is there no release? |
These commits were stuck on top of the 0.28.x series, and Debian backported them to 0.27.0, which has since been applied by them & nixOS and FreeBSD and so on. I suspect if there's going to be a release it'll be the 0.28.x branch, which we still can't use due to the |
Please file an issue. I don't think we should be patching downstream because they decided to have a hard dependency on a HEAD version of ffmpeg. This is ridiculous. |
I'll make some noise, but this one is bad enough that I think we have to either patch it or remove the formula. |
Looks like it's breaking things https://www.mail-archive.com/[email protected]/msg1583476.html |
That was fixed in the latest Debian tarball AFAIK, which we're using here.
|
Swell. |
I'm assuming this comment needs to be updated? mpv-player/mpv#5456 (comment) |
I assume so, based on the Debian Changelog pasted above. CC @jcowgill for confirmation. |
😭 |
Thanks Joe. Here's hoping the upstream issue achieves something productive. |
Even if they appear to react negatively to the issue, maybe they'll think twice before depending on a HEAD version next time given non-zero pushback. |
FWIW 0.27.0-4 was the correct version to take the patch from but now that we have 0.27.1, it doesn't matter now. |
Thanks for following up @jcowgill ❤️ |
brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingbrew install <formula>
)?mpv-player/mpv#5456. Yay, potential arbitrary code execution.