You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2021/05/14 06:12:50 UTC

[GitHub] [couchdb] nickva opened a new pull request #3563: Erlang 24 support

nickva opened a new pull request #3563:
URL: https://github.com/apache/couchdb/pull/3563


   Switching crypto functions to use the new ones such as:
   
   ```
   crypto:hmac(Alg, Key, Message) -> crypto:mac(hmac, Alg, Key, Message)
   ```
   
   To simplfy Erlang 24 support, in which some crypto functions have
   been removed, bump the minimum version to 22.
   
   Other fixes were in dependencies:
   
     * Bumped meck to 0.9.2. New meck from upstream supports Erlang
       24. Also required bumping folsom since it depends on meck
   
     * Example in passage module would not compile, so commented out
     the parse transform. Required bumping jaeger passage since it
     depends on passage
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [couchdb] nickva merged pull request #3563: Erlang 24 support

Posted by GitBox <gi...@apache.org>.
nickva merged pull request #3563:
URL: https://github.com/apache/couchdb/pull/3563


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org