You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2015/11/12 00:07:34 UTC

[22/50] couchdb commit: updated refs/heads/2876-js-tests to bd19653

Add CSRF protection for mrview endpoints

COUCHDB-2775


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

Branch: refs/heads/2876-js-tests
Commit: d83cb4c50c4c655829b315f483a97c4ad625404f
Parents: 22f7d0c
Author: Alexander Shorin <kx...@apache.org>
Authored: Sun Oct 18 03:18:40 2015 +0300
Committer: Alexander Shorin <kx...@apache.org>
Committed: Sun Oct 18 03:18:40 2015 +0300

----------------------------------------------------------------------
 rebar.config.script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/d83cb4c5/rebar.config.script
----------------------------------------------------------------------
diff --git a/rebar.config.script b/rebar.config.script
index a0ba193..a9d5655 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -33,7 +33,7 @@ DepDescs = [
 {chttpd,           "chttpd",           "5482209016f4016cb0a8f204088acf85f1057812"},
 {couch,            "couch",            "79b5243aef9fc722c86fb1d7988a401babd9540c"},
 {couch_index,      "couch-index",      "14f579dcd142ee90300244c854b301bbd5c863ee"},
-{couch_mrview,     "couch-mrview",     "f089832ea7f759b4e655051025cc48522fee9e1b"},
+{couch_mrview,     "couch-mrview",     "2ec52eb3d8e187f5e9dfcaf8ab0dff55e40cd647"},
 {couch_replicator, "couch-replicator", "e58f535ca611acb40bb620ee2f6a3da4c187bcf7"},
 {couch_plugins,    "couch-plugins",    "3e73b723cb126cfc471b560d17c24a8b5c540085"},
 {couch_event,      "couch-event",      "835a41885d1e276d207758954f8238aa7bba0ae8"},