You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2014/02/12 07:22:20 UTC

[02/12] oauth commit: updated refs/heads/import-master to db23ab2

The RSA SHA1 Oauth module was breaking trunk for older versions of the Erlang
VM. Since we don't actually use it, I'm removing it from the build until
we add a ./conifgure option or we update our Erlang version requirement.



git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@801456 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/couchdb-oauth/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-oauth/commit/95c501f7
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-oauth/tree/95c501f7
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-oauth/diff/95c501f7

Branch: refs/heads/import-master
Commit: 95c501f7abb2dd4b6e8e75cc67aa6ad27a8c7fc7
Parents: 06abc69
Author: Paul Joseph Davis <da...@apache.org>
Authored: Wed Aug 5 23:08:25 2009 +0000
Committer: Paul Joseph Davis <da...@apache.org>
Committed: Wed Aug 5 23:08:25 2009 +0000

----------------------------------------------------------------------
 Makefile.am | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-oauth/blob/95c501f7/Makefile.am
----------------------------------------------------------------------
diff --git a/Makefile.am b/Makefile.am
index e20bf2b..c87d7f6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -12,12 +12,14 @@
 
 oauthebindir = $(localerlanglibdir)/erlang-oauth/ebin
 
+# Removed oauth_rsa_sha1.erl until we require R12B5 or
+# we add a ./configure option to enable it.
+
 oauth_file_collection = \
     oauth.erl \
     oauth_hmac_sha1.erl \
     oauth_http.erl \
     oauth_plaintext.erl \
-    oauth_rsa_sha1.erl \
     oauth_unix.erl \
     oauth_uri.erl
 
@@ -28,7 +30,6 @@ oauthebin_make_generated_file_list = \
     oauth_hmac_sha1.beam \
     oauth_http.beam \
     oauth_plaintext.beam \
-    oauth_rsa_sha1.beam \
     oauth_unix.beam \
     oauth_uri.beam