Date: Sat, 10 Feb 2024 18:23:02 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 276945] net/unison24*: Incompatibility with OCaml 4.12 and above. Message-ID: <bug-276945-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276945 Bug ID: 276945 Summary: net/unison24*: Incompatibility with OCaml 4.12 and above. Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: freebsd@dev.thsi.be Created attachment 248310 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D248310&action= =3Dedit 0001-net-unison24-Ocaml-4.12-compat-and-MAKE_JOBS_UNSAFE.patch With the 4.12 release of the OCaml compiler, the pre-4.00 (insecure) univer= sal hash function has been removed. Unison upstream fixed that issue by importi= ng the older hash implementation verbatim in their tree, most probably to avoi= d a breaking change in the catalog format. The attached patch essentially backports that change. This will be required= by an upcoming OCaml update. While there, unison248 is marked as MAKE_JOBS_UNSAFE, as otherwise the build may fail. Tested on CURRENT/amd64. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-276945-7788>