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/07 23:01:52 UTC

[couchdb] branch bump-ibrowse-4.4.2-5-3.x created (now 8fc900b)

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

vatamane pushed a change to branch bump-ibrowse-4.4.2-5-3.x
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


      at 8fc900b  Bump ibrowse to 4.4.2-5

This branch includes the following new commits:

     new 8fc900b  Bump ibrowse to 4.4.2-5

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[couchdb] 01/01: Bump ibrowse to 4.4.2-5

Posted by va...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 8fc900b9b331492df709ea1a80fe5286841eef46
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).