redsolution / xabber-server

Xabber Server: an advanced XMPP server, with reliable message delivery, message editing and retraction, group chats, active session management and fast client synchronization

Home Page:https://www.xabber.com/server/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

crypto:rand_bytes/1 was removed in 20.0

licaon-kter opened this issue · comments

HEAD (99f5a61), Debian Buster arm64, OTP 21.2.6, erts-10.2.4

During build:

src/mod_x_auth_token.erl:949: Warning: call to crypto:rand_bytes/1 will fail, since it was removed in 20.0; use crypto:strong_rand_bytes/1

Should I be worried?

/PS: Is the source code in flux? Now it's gone... :-|

Should I be worried?

We use 19.2 version for building. Adapting code to 20.0 will require some work.

/PS: Is the source code in flux? Now it's gone... :-|

we reshuffled code in repositories for easier management and more clear license structure.