fileshare: stop using vulnerable libmicrohttpd 0.9.70
libmicrohttpd 0.9.70 has a known criticial security issue (CVE-2021-3466) and should be avoided.
This commit is contained in:
parent
d8d30391d5
commit
c046e7c561
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{ stdenv, lib, fetchgit, pkg-config, git, libmicrohttpd_0_9_70 }:
|
||||
{ stdenv, lib, fetchgit, pkg-config, git, libmicrohttpd }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "fileshare";
|
||||
|
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
|
||||
nativeBuildInputs = [ pkg-config git ];
|
||||
buildInputs = [ libmicrohttpd_0_9_70 ];
|
||||
buildInputs = [ libmicrohttpd ];
|
||||
|
||||
makeFlags = [ "BUILD=release" ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue