-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
libtiff: 4.0.10 -> 4.1.0 #72092
libtiff: 4.0.10 -> 4.1.0 #72092
Conversation
@@ -23,6 +23,11 @@ stdenv.mkDerivation rec { | |||
name = "CVE-2019-6128.patch"; | |||
sha256 = "03yvsfq6dxjd3v8ypfwz6cpz2iymqwcbawqqlmkh40dayi7fgizr"; | |||
}) | |||
(fetchurl { | |||
url = "https://gitlab.com/libtiff/libtiff/commit/802d3cbf3043be5dce5317e140ccb1c17a6a2d39.patch"; | |||
name = "CVE-2019-7663"; |
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.
name = "CVE-2019-7663"; | |
name = "CVE-2019-7663.patch"; |
This should probably go into staging for mass rebuild. |
@JohnAZoidberg you may want to enable "Allow edits from maintainers" as that makes it easier for others to pick up your changes, modify them when needed, and submit them. Of course you do not have to if you do not want to! |
Perhaps update to 4.1.0 as well (instead?)? Didn't check if contains fix but seems likely :). |
8a5b6cc
to
eca4eae
Compare
eca4eae
to
2223e61
Compare
"Allow edits from maintainers" is enabled, like always by default. Did you try pushing something to my branch and it didn't work? Yes, 4.1.0 includes all patches. Should we backport the new version? |
(cherry picked from commit 5270c3a)
into staging. This fixes CVE-2019-7663 and incorporates other patches.
(cherry picked from commit 5270c3a)
Motivation for this change
https://nvd.nist.gov/vuln/detail/CVE-2019-7663
vulnerable in unstable, 19.03 and 19.09
Fixes #57158
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nix-review --run "nix-review wip"
./result/bin/
)nix path-info -S
before and after)Notify maintainers
No maintainer :(