This is an automated email from the ASF dual-hosted git repository. vatamane pushed a commit to branch bump-jiffy-to-1.1.3 in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 7ed9c5014e018e9c79ff262a86728bff15e0803c Author: Nick Vatamaniuc <[email protected]> AuthorDate: Mon Mar 2 23:09:07 2026 -0500 Bump jiffy to 1.1.3 Should fix segfault resulting from .so symbols clashing between macOS Tahoe's and jiffy's own global symbols [1] [1] https://github.com/davisp/jiffy/pull/245 --- rebar.config.script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config.script b/rebar.config.script index efc03a35e..b53fca903 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -161,7 +161,7 @@ DepDescs = [ {tag, "v1.3.5"}, [raw]}, {ibrowse, "ibrowse", {tag, "CouchDB-4.4.2-6"}}, {gun, "gun", {tag, "2.2.0-couchdb"}}, -{jiffy, "jiffy", {tag, "1.1.2"}}, +{jiffy, "jiffy", {tag, "1.1.3"}}, {mochiweb, "mochiweb", {tag, "v3.3.0"}}, {meck, "meck", {tag, "v1.1.0"}}, {recon, "recon", {tag, "2.5.6"}}
