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
https://www.xabber.com/server/
Other
25 stars 12 forks source link

crypto:rand_bytes/1 was removed in 20.0 #3

Open licaon-kter opened 4 years ago

licaon-kter commented 4 years ago

HEAD (99f5a61360a1af3c79c17cd858b8832837b1b57f), 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... :-|

andrewnenakhov commented 4 years ago

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.