-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
libjpeg-turbo: 1.5.3 -> 2.0.1 #50249
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
fixes CVE-2018-11813 cc @ckauhaus |
Please update to 2.0.1. |
Done. |
cmakeFlagsArray+=( | ||
"-DCMAKE_INSTALL_BINDIR=$bin/bin" | ||
"-DWITH_JPEG8=1" | ||
"-DWITH_JPEG9=1" |
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.
We weren't been using --with-jpegN
up to now. This changes soname from libjpeg.so.62
to libjpeg.so.8
. I expect it will be safer for us to drop these two lines.
...backward-incompatible with libjpeg v6b
(refers to the parent commit)
The rebuild amount is very large, and the CVE seems of relatively low severity, so I'd go through |
@Mic92 Whitelisted. Thanks for the heads-up. |
(cherry picked from commit 834e7c4) Fixes CVE-2018-11813. I see no issues with this reported for staging/master.
Motivation for this change
Update to version 2.0.1
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)nix path-info -S
before and after)