Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 69302200BA5 for ; Wed, 19 Oct 2016 13:20:17 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 67BED160AEA; Wed, 19 Oct 2016 11:20:17 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id D540E160ADE for ; Wed, 19 Oct 2016 13:20:16 +0200 (CEST) Received: (qmail 33731 invoked by uid 500); 19 Oct 2016 11:20:16 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 33722 invoked by uid 99); 19 Oct 2016 11:20:16 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Oct 2016 11:20:16 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id EB2C9E02E4; Wed, 19 Oct 2016 11:20:15 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: rnewson@apache.org To: commits@couchdb.apache.org Message-Id: <72208da1859249789c53bd44fe1cc591@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: couchdb commit: updated refs/heads/master to 94a2f17 Date: Wed, 19 Oct 2016 11:20:15 +0000 (UTC) archived-at: Wed, 19 Oct 2016 11:20:17 -0000 Repository: couchdb Updated Branches: refs/heads/master f24a1f36d -> 94a2f1754 bump chttpd for test related fix Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/94a2f175 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/94a2f175 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/94a2f175 Branch: refs/heads/master Commit: 94a2f175457db9b1ee16c87933b8916138cc5aeb Parents: f24a1f3 Author: Robert Newson Authored: Wed Oct 19 12:20:08 2016 +0100 Committer: Robert Newson Committed: Wed Oct 19 12:20:08 2016 +0100 ---------------------------------------------------------------------- rebar.config.script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/94a2f175/rebar.config.script ---------------------------------------------------------------------- diff --git a/rebar.config.script b/rebar.config.script index 22c5915..f5c32c2 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", "5974a8f54ebce69ff932df15f5fd455f5c664b7d"}, +{chttpd, "chttpd", "21a59b4d80e5c0dbe43c6047fe79b215ff1aa436"}, {couch, "couch", "6b40de3c185dd8f56d193dc0b2f83e28841bb3ed"}, {couch_index, "couch-index", "53555fd909d5dd3d4a610c3fd6795950a8f7d022"}, {couch_mrview, "couch-mrview", "d4509606f3aacc4bec94b8936bedf6d1d597ff5f"},