Skip to content

Commit

Permalink
gst-plugins-bad: Fix CVE-2016-9447
Browse files Browse the repository at this point in the history
  • Loading branch information
adisbladis committed Jan 13, 2018
1 parent a100ed0 commit fa3aec7
Showing 1 changed file with 6 additions and 0 deletions.
Expand Up @@ -12,6 +12,12 @@ stdenv.mkDerivation rec {
sha256 = "148lw51dm6pgw8vc6v0fpvm7p233wr11nspdzmvq7bjp2cd7vbhf";
};

postInstall = ''
# Fixes CVE-2016-9447
# Does not actually impact NSF playback
rm -v $out/lib/gstreamer-0.10/libgstnsf.so
'';

buildInputs =
[ pkgconfig glib gstreamer gst-plugins-base libdvdnav libdvdread orc ];

Expand Down

0 comments on commit fa3aec7

Please sign in to comment.