Не удалось установить драйвер mysql Erlang: src/mysql_auth.erl:178: crypto:sha/1 устарела и будет удалена в будущем

Я пытался установить драйвер MySQL, используя https://github.com/dizzyd/erlang-mysql-driver

==> mysql (compile)
compile: warnings being treated as errors
src/mysql_auth.erl:178: crypto:sha/1 is deprecated and will be removed in in a future release; use crypto:hash/2
src/mysql_auth.erl:179: crypto:sha/1 is deprecated and will be removed in in a future release; use crypto:hash/2
src/mysql_auth.erl:180: crypto:sha_final/1 is deprecated and will be removed in in a future release; use crypto:hash_final/2
src/mysql_auth.erl:181: crypto:sha_update/2 is deprecated and will be removed in in a future release; use crypto:hash_update/3
src/mysql_auth.erl:182: crypto:sha_init/0 is deprecated and will be removed in in a future release; use crypto:hash_init/1
src/mysql_auth.erl:182: crypto:sha_update/2 is deprecated and will be removed in in a future release; use crypto:hash_update/3

Я использую Erlang 5.10.3. Любое обновление для драйвера для поддержки Erlang 5.10.3?

1 ответ

Решение

Вы можете использовать эту вилку https://github.com/manastech/erlang-mysql-driver

Устаревшие криптографические функции удалены в 84274b52f5

Другие вопросы по тегам