You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2021/06/08 05:22:09 UTC

[couchdb] branch 3.x updated: Bump ibrowse to 4.4.2-5

This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a commit to branch 3.x
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/3.x by this push:
     new cc646dc  Bump ibrowse to 4.4.2-5
cc646dc is described below

commit cc646dccb9011f204356855edf237743bd3441f6
Author: Nick Vatamaniuc <va...@gmail.com>
AuthorDate: Mon Jun 7 19:00:39 2021 -0400

    Bump ibrowse to 4.4.2-5
    
    Previously, in 4.4.2-4 ibrowse upstream rebase also included the commit which
    unconditionally unquoted userinfo credentials. Since we know have a better way
    of handing basic auth creds bump ibrowse with a rebase which doesn't include
    that commit.
    
    This is the 3.x port of https://github.com/apache/couchdb/pull/3612
---
 rebar.config.script | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rebar.config.script b/rebar.config.script
index 7247e8a..96ee5dd 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -159,7 +159,7 @@ DepDescs = [
 %% Third party deps
 {folsom,           "folsom",           {tag, "CouchDB-0.8.4"}},
 {hyper,            "hyper",            {tag, "CouchDB-2.2.0-7"}},
-{ibrowse,          "ibrowse",          {tag, "CouchDB-4.4.2-4"}},
+{ibrowse,          "ibrowse",          {tag, "CouchDB-4.4.2-5"}},
 {jiffy,            "jiffy",            {tag, "CouchDB-1.0.5-1"}},
 {mochiweb,         "mochiweb",         {tag, "v2.21.0"}},
 {meck,             "meck",             {tag, "0.9.2"}},
@@ -216,4 +216,4 @@ AddConfig = [
 
 C = lists:foldl(fun({K, V}, CfgAcc) ->
     lists:keystore(K, 1, CfgAcc, {K, V})
-end, CONFIG, AddConfig).
\ No newline at end of file
+end, CONFIG, AddConfig).