diff options
author | Nick Vatamaniuc <vatamane@gmail.com> | 2021-06-07 19:00:39 -0400 |
---|---|---|
committer | Nick Vatamaniuc <nickva@users.noreply.github.com> | 2021-06-08 01:21:59 -0400 |
commit | cc646dccb9011f204356855edf237743bd3441f6 (patch) | |
tree | c0c29de92303e9db658944293b17d9d13b61293d /rebar.config.script | |
parent | 928fdc5251ee44547e811bf173b4c05dd1f9dff3 (diff) | |
download | couchdb-cc646dccb9011f204356855edf237743bd3441f6.tar.gz |
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
Diffstat (limited to 'rebar.config.script')
-rw-r--r-- | rebar.config.script | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rebar.config.script b/rebar.config.script index 7247e8a36..96ee5dd28 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). |