gst-plugins-bad: Fix CVE-2016-9447
This commit is contained in:
parent
a100ed0ae3
commit
fa3aec7e4d
@ -12,6 +12,12 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "148lw51dm6pgw8vc6v0fpvm7p233wr11nspdzmvq7bjp2cd7vbhf";
|
sha256 = "148lw51dm6pgw8vc6v0fpvm7p233wr11nspdzmvq7bjp2cd7vbhf";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
postInstall = ''
|
||||||
|
# Fixes CVE-2016-9447
|
||||||
|
# Does not actually impact NSF playback
|
||||||
|
rm -v $out/lib/gstreamer-0.10/libgstnsf.so
|
||||||
|
'';
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[ pkgconfig glib gstreamer gst-plugins-base libdvdnav libdvdread orc ];
|
[ pkgconfig glib gstreamer gst-plugins-base libdvdnav libdvdread orc ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user