You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2016/10/19 10:20:40 UTC

couchdb commit: updated refs/heads/master to f24a1f3

Repository: couchdb
Updated Branches:
  refs/heads/master 3c3411fb0 -> f24a1f36d


Make auth handlers configurable (chttpd)

COUCHDB-3203


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

Branch: refs/heads/master
Commit: f24a1f36d353f5003ce2b8c60ccd48c88c1612ca
Parents: 3c3411f
Author: Robert Newson <rn...@apache.org>
Authored: Wed Oct 19 11:17:56 2016 +0100
Committer: Robert Newson <rn...@apache.org>
Committed: Wed Oct 19 11:20:29 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/couchdb/blob/f24a1f36/rebar.config.script
----------------------------------------------------------------------
diff --git a/rebar.config.script b/rebar.config.script
index f051e61..22c5915 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -28,7 +28,7 @@ DepDescs = [
 %% keep these sorted
 {b64url,           "b64url",           "6895652d80f95cdf04efb14625abed868998f174"},
 {couch_log,        "couch-log",        "ad803f66dbd1900b67543259142875a6d03503ce"},
-{chttpd,           "chttpd",           "4e9b4a64ca7c638c29422602bc78a4e7be177fb3"},
+{chttpd,           "chttpd",           "5974a8f54ebce69ff932df15f5fd455f5c664b7d"},
 {couch,            "couch",            "6b40de3c185dd8f56d193dc0b2f83e28841bb3ed"},
 {couch_index,      "couch-index",      "53555fd909d5dd3d4a610c3fd6795950a8f7d022"},
 {couch_mrview,     "couch-mrview",     "d4509606f3aacc4bec94b8936bedf6d1d597ff5f"},