erlyaws / yaws

Yaws webserver
https://erlyaws.github.io
BSD 3-Clause "New" or "Revised" License
1.28k stars 267 forks source link

Update rebar3 branch to be ready for OTP 27 #432

Closed artem-shu closed 3 years ago

artem-shu commented 3 years ago

Preparing to run OTP 27 has following warnings/errors on current rebar3-support branch:

Warning: zlib:crc32/1 is deprecated and will be removed in OTP 27; use erlang:crc32/1 on the uncompressed data instead
Warning: zlib:crc32/3 is deprecated and will be removed in OTP 27; use erlang:crc32/2 instead

Warning: ssl:cipher_suites/0 is removed; use cipher_suites/2,3 instead

This PR just applies existing diffs on master to rebar3-suppoort

vinoski commented 3 years ago

Thanks, but normally I just rebase master to rebar3-support; I just haven't gotten to it yet. I prefer that approach over choosing individual commits. I'll rebase master to rebar3-support later today.

vinoski commented 3 years ago

The rebar3-support branch is now up to date, force-pushed as usual.