proxysql: switch libmicrohttpd from 0.9.70 to 0.9.69

0.9.70 is vulnerable to CVE-2021-3466, but 0.9.69 is fine.
proxysql is not yet compatible with 0.9.71
This commit is contained in:
Yorick van Pelt 2022-10-10 07:59:49 +02:00
parent fe2d699e41
commit a9cd13546b
No known key found for this signature in database
GPG key ID: A36E70F9DC014A15

View file

@ -16,7 +16,7 @@
, libev
, libgcrypt
, libinjection
, libmicrohttpd_0_9_70
, libmicrohttpd_0_9_69
, libuuid
, lz4
, nlohmann_json
@ -100,7 +100,7 @@ stdenv.mkDerivation rec {
{ f = "libdaemon"; p = libdaemon; }
{ f = "libev"; p = libev; }
{ f = "libinjection"; p = libinjection; }
{ f = "libmicrohttpd"; p = libmicrohttpd_0_9_70; }
{ f = "libmicrohttpd"; p = libmicrohttpd_0_9_69; }
{ f = "libssl"; p = openssl; }
{ f = "lz4"; p = lz4; }
{ f = "pcre"; p = pcre; }