Comparing builds
Opam packages with version changes
yojson.2.2.2->2.2.1
Opam packages with changes in their opam file
conf-libssl.4 (and additional changes)
build instruction (without common prefix) modifications, old:
[
"pkgconf" {os = "win32" & os-distribution = "cygwin"}
"--personality=i686-w64-mingw32"
{os = "win32" & os-distribution = "cygwin" & host-arch-x86_32:installed}
"--personality=x86_64-w64-mingw32"
{os = "win32" & os-distribution = "cygwin" & host-arch-x86_64:installed}
"pkg-config" {os != "win32" | os-distribution != "cygwin"}
"--print-errors"
"--exists"
"openssl"
]
{os != "freebsd" & os != "openbsd" & os != "netbsd" &
os-distribution != "homebrew"}
["sh" "-ex" "./homebrew.sh" "check"] {os-distribution = "homebrew"}
new
["pkg-config" "--print-errors" "--exists" "openssl"]
{os != "freebsd" & os != "openbsd" & os != "netbsd" &
os-distribution != "homebrew"}
["sh" "-ex" "./homebrew.sh" "check"] {os-distribution = "homebrew"}
System packages changed
libcurl3-gnutls 7.88.1-10+deb12u6->7.88.1-10+deb12u5
libssl-dev 3.0.13-1~deb12u1->3.0.11-1~deb12u2
libssl3 3.0.13-1~deb12u1->3.0.11-1~deb12u2
libtool 2.4.7-7~deb12u1->2.4.7-5
linux-libc-dev 6.1.94-1->6.1.90-1
openssl 3.0.13-1~deb12u1->3.0.11-1~deb12u2