megacmd: disable freeimage
freeimage is marked as insecure due to CVE-2021-40262
This commit is contained in:
parent
e134d28afb
commit
8d8b1c3986
@ -8,7 +8,6 @@
|
||||
# build fails with latest ffmpeg, see https://github.com/meganz/MEGAcmd/issues/523.
|
||||
# to be re-enabled when patch available
|
||||
# , ffmpeg
|
||||
, freeimage
|
||||
, gcc-unwrapped
|
||||
, libmediainfo
|
||||
, libraw
|
||||
@ -41,7 +40,6 @@ stdenv.mkDerivation rec {
|
||||
cryptopp
|
||||
curl
|
||||
# ffmpeg
|
||||
freeimage
|
||||
gcc-unwrapped
|
||||
libmediainfo
|
||||
libraw
|
||||
@ -60,7 +58,7 @@ stdenv.mkDerivation rec {
|
||||
"--with-cryptopp"
|
||||
"--with-curl"
|
||||
# "--with-ffmpeg"
|
||||
"--with-freeimage"
|
||||
"--without-freeimage" # disabled as freeimage is insecure
|
||||
"--with-libmediainfo"
|
||||
"--with-libuv"
|
||||
"--with-libzen"
|
||||
|
Loading…
Reference in New Issue
Block a user