GitHub user lemenkov opened a pull request:
https://github.com/apache/couchdb/pull/129
Adopt to the recent erlang-oauth (1.3+)
Function oauth:signature/5 was removed long before erlang-oauth 1.3 but
CouchDB still using this old API. Let's fix it and use oauth:sign/6 instead.
See:
* https://github.com/tim/erlang-oauth/commit/fc5f528 (pre-1.3.x changeset)
*
https://github.com/apache/couchdb/blob/master/src/erlang-oauth/oauth.erl#L68
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/lemenkov/couchdb fix_oauth_signature
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb/pull/129.patch
----
commit 756f9b897905bd7be1975fc80a9b24e8f2610355
Author: Peter Lemenkov <[email protected]>
Date: 2014-01-10T12:30:25Z
Adopt to the recent erlang-oauth (1.3+)
Signed-off-by: Peter Lemenkov <[email protected]>
----