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 17:47:45 UTC

[couchdb] branch bump-ibrowse-and-mochiweb-3.x created (now e37cd4d)

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

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


      at e37cd4d  Bump ibrowse to 4.4.2-4 and mochiweb to v2.21.0

This branch includes the following new commits:

     new e37cd4d  Bump ibrowse to 4.4.2-4 and mochiweb to v2.21.0

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-4 and mochiweb to v2.21.0

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-and-mochiweb-3.x
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit e37cd4df2beffe503467c0a6ae14d9c5fd4048aa
Author: Nick Vatamaniuc <va...@gmail.com>
AuthorDate: Mon Jun 7 13:45:45 2021 -0400

    Bump ibrowse to 4.4.2-4 and mochiweb to v2.21.0
    
    * mochiweb : upgrade crypto functions to support OTP 23+
    * ibrowse : update time functions and fix flaky unit test
    
    Backport of https://github.com/apache/couchdb/pull/3610
---
 rebar.config.script | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rebar.config.script b/rebar.config.script
index 8e97674..37bcc1e 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -159,9 +159,9 @@ 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-2"}},
+{ibrowse,          "ibrowse",          {tag, "CouchDB-4.4.2-4"}},
 {jiffy,            "jiffy",            {tag, "CouchDB-1.0.5-1"}},
-{mochiweb,         "mochiweb",         {tag, "v2.20.0"}},
+{mochiweb,         "mochiweb",         {tag, "v2.21.0"}},
 {meck,             "meck",             {tag, "0.9.2"}},
 {recon,            "recon",            {tag, "2.5.0"}}
 ].