This is an automated email from the ASF dual-hosted git repository.
vatamane pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git
The following commit(s) were added to refs/heads/main by this push:
new 0d8340c76 Bump jiffy to 1.1.3
0d8340c76 is described below
commit 0d8340c76f84214bbeca06e2ff8be28440ea124d
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"}}