megacmd: disable freeimage

freeimage is marked as insecure due to CVE-2021-40262
This commit is contained in:
lunik1 2024-03-02 13:58:23 +00:00
parent e134d28afb
commit 8d8b1c3986
No known key found for this signature in database
GPG Key ID: A152D6F6925F8EE5

View File

@ -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"