Comparing builds

Builds builder@2023-12-25 12:17:54Z on debian-11 and builder@2024-07-15 10:41:43Z on debian-11

Compare in reverse direction

Opam packages removed

dns-client.7.0.99~dev
dns-client-lwt.7.0.99~dev
randomconv.0.1.3

New opam packages installed

host-arch-x86_64.1
host-system-other.1
httpun-types.0.1.0

Opam packages with version changes

cmdliner.1.2.0->1.3.0
dns.7.0.99~dev->8.0.0
dune.3.12.1->3.16.0
dune-configurator.3.12.1->3.16.0
h2.0.11.0->0.12.0
happy-eyeballs.0.6.0->1.1.0
happy-eyeballs-lwt.0.6.0->1.1.0
hpack.0.11.0->0.12.0
http-lwt-client.0.2.5->0.2.6
ipaddr.5.5.0->5.6.0
macaddr.5.5.0->5.6.0
mirage-crypto.0.11.2->0.11.3
mirage-crypto-ec.0.11.2->0.11.3
mirage-crypto-pk.0.11.2->0.11.3
mirage-crypto-rng.0.11.2->0.11.3
mirage-crypto-rng-lwt.0.11.2->0.11.3
ocaml.4.14.1->4.14.2
ocaml-base-compiler.4.14.1->4.14.2
ocamlbuild.0.14.3->0.15.0
sexplib0.v0.16.0->v0.17.0
tls.0.17.3->0.17.5
tls-lwt.0.17.3->0.17.5

Opam packages with changes in their opam file

x509.0.16.5 (and additional changes)


seq.base (and additional changes)


result.1.5

URL
old: src: "https://github.com/janestreet/result/releases/download/1.5/result-1.5.tbz" checksum: "md5=1b82dec78849680b49ae9a8a365b831b"
new: src: "https://github.com/janestreet/result/releases/download/1.5/result-1.5.tbz" checksum: [ "sha256=7c3a5e238558f4c1a4f5acca816bc705a0e12f68dc0005c61ddbf2e6cab8ee32" "md5=1b82dec78849680b49ae9a8a365b831b" ]

pbkdf.1.2.0 (and additional changes)


ocamlfind.1.9.6 (and additional changes)


ocaml-options-vanilla.1 (and additional changes)


ocaml-config.2 (and additional changes)


logs.0.7.0

URL
old: src: "https://erratique.ch/software/logs/releases/logs-0.7.0.tbz" checksum: "md5=2bf021ca13331775e33cf34ab60246f7"
new: src: "https://erratique.ch/software/logs/releases/logs-0.7.0.tbz" checksum: [ "sha256=86f4a02807eb1a297aae44977d9f61e419c31458a5d7b23c6f55575e8e69d5ca" "md5=2bf021ca13331775e33cf34ab60246f7" ]

httpaf.0.7.1

URL
old: src: "https://github.com/inhabitedtype/httpaf/archive/0.7.1.tar.gz" checksum: "md5=8c8b199d0553f02fb361cf52c57c0412"
new: src: "https://github.com/inhabitedtype/httpaf/archive/0.7.1.tar.gz" checksum: [ "sha256=ea2e97f4e2a4b03931be232113f503b2fb402e1726a57f6d2b0cd6091ced6aa5" "md5=8c8b199d0553f02fb361cf52c57c0412" ]

hkdf.1.0.4 (and additional changes)


fpath.0.7.3

URL
old: src: "https://erratique.ch/software/fpath/releases/fpath-0.7.3.tbz" checksum: "md5=0740b530e8fed5b0adc5eee8463cfc2f"
new: src: "https://erratique.ch/software/fpath/releases/fpath-0.7.3.tbz" checksum: [ "sha256=12b08ff192d037d9b6d69e9ca19d1d385184f20b3237c27231e437ac81ace70f" "md5=0740b530e8fed5b0adc5eee8463cfc2f" ]

faraday-lwt-unix.0.8.2

URL
old: src: "https://github.com/inhabitedtype/faraday/archive/0.8.2.tar.gz" checksum: "md5=307dccc4ea67ff0eeff394701d05bbe7"
new: src: "https://github.com/inhabitedtype/faraday/archive/0.8.2.tar.gz" checksum: [ "sha256=720ea90b39fd3ea7de6e8722330a25514e67306e94d4af41ad48d8a7cfa035c6" "md5=307dccc4ea67ff0eeff394701d05bbe7" ]

faraday-lwt.0.8.2

URL
old: src: "https://github.com/inhabitedtype/faraday/archive/0.8.2.tar.gz" checksum: "md5=307dccc4ea67ff0eeff394701d05bbe7"
new: src: "https://github.com/inhabitedtype/faraday/archive/0.8.2.tar.gz" checksum: [ "sha256=720ea90b39fd3ea7de6e8722330a25514e67306e94d4af41ad48d8a7cfa035c6" "md5=307dccc4ea67ff0eeff394701d05bbe7" ]

faraday.0.8.2

URL
old: src: "https://github.com/inhabitedtype/faraday/archive/0.8.2.tar.gz" checksum: "md5=307dccc4ea67ff0eeff394701d05bbe7"
new: src: "https://github.com/inhabitedtype/faraday/archive/0.8.2.tar.gz" checksum: [ "sha256=720ea90b39fd3ea7de6e8722330a25514e67306e94d4af41ad48d8a7cfa035c6" "md5=307dccc4ea67ff0eeff394701d05bbe7" ]

conf-gmp-powm-sec.3 (and additional changes)

build instruction (without common prefix) modifications, old:
["sh" "-exc" "cc -c $CFLAGS -I/usr/local/include test.c"] {os != "macos"}
[ "sh" "-exc" "cc -c $CFLAGS -I/opt/homebrew/include -I/opt/local/include -I/usr/local/include test.c" ] {os = "macos"}
new
["sh" "-exc" "cc -c $CFLAGS -I/usr/local/include test.c"] {os != "macos" & os != "win32"}
[ "sh" "-exc" "%{host-arch-x86_64:installed?x86_64:}%%{host-arch-x86_32:installed?i686:}%-w64-mingw32-gcc -c $CFLAGS test.c" ] {os = "win32"}
[ "sh" "-exc" "cc -c $CFLAGS -I/opt/homebrew/include -I/opt/local/include -I/usr/local/include test.c" ] {os = "macos"}

conf-gmp.4 (and additional changes)

build instruction (without common prefix) modifications, old:
new
[ "sh" "-exc" "%{host-arch-x86_64:installed?x86_64:}%%{host-arch-x86_32:installed?i686:}%-w64-mingw32-gcc -c $CFLAGS test.c" ] {os = "win32" & os-distribution != "cygwinports"}

ca-certs.0.2.3 (and additional changes)


bigstringaf.0.9.1

URL
old: src: "https://github.com/inhabitedtype/bigstringaf/archive/0.9.1.tar.gz" checksum: "md5=909fdc277cf03096a35b565325d5314a"
new: src: "https://github.com/inhabitedtype/bigstringaf/archive/0.9.1.tar.gz" checksum: [ "sha256=87f99277d614998b6550941c5218dfe1bafeac1ad2821254c987ec281a6a550b" "md5=909fdc277cf03096a35b565325d5314a" ]

astring.0.8.5

URL
old: src: "https://erratique.ch/software/astring/releases/astring-0.8.5.tbz" checksum: "md5=e148907c24157d1df43bec89b58b3ec8"
new: src: "https://erratique.ch/software/astring/releases/astring-0.8.5.tbz" checksum: [ "sha256=865692630c07c3ab87c66cdfc2734c0fdfc9c34a57f8e89ffec7c7d15e7a70fa" "md5=e148907c24157d1df43bec89b58b3ec8" ]

angstrom.0.16.0

URL
old: src: "https://github.com/inhabitedtype/angstrom/archive/0.16.0.tar.gz" checksum: "md5=58ebc718a920c31ec3eb38f4aa1bea51"
new: src: "https://github.com/inhabitedtype/angstrom/archive/0.16.0.tar.gz" checksum: [ "sha256=47810bd31306d57c0ac83eb3f95b1cb6f8bdda99457aa6e6bcd02f6ddb8410f0" "md5=58ebc718a920c31ec3eb38f4aa1bea51" ]

Environment variables removed

PKG_CONFIG_PATH /tmp/myswitch/lib/pkgconfig

System packages changed

adduser 3.118->3.118+deb11u1
base-files 11.1+deb11u6->11.1+deb11u9
bsdextrautils 2.36.1-8+deb11u1->2.36.1-8+deb11u2
debian-archive-keyring 2021.1.1->2021.1.1+deb11u1
dpkg 1.20.12->1.20.13
grep 3.6-1->3.6-1+deb11u1
libc-bin 2.31-13+deb11u5->2.31-13+deb11u8
libc-dev-bin 2.31-13+deb11u7->2.31-13+deb11u10
libc6 2.31-13+deb11u7->2.31-13+deb11u10
libc6-dev 2.31-13+deb11u7->2.31-13+deb11u10
libcurl3-gnutls 7.74.0-1.3+deb11u11->7.74.0-1.3+deb11u12
libgnutls30 3.7.1-5+deb11u2->3.7.1-5+deb11u4
libgssapi-krb5-2 1.18.3-6+deb11u3->1.18.3-6+deb11u4
libk5crypto3 1.18.3-6+deb11u3->1.18.3-6+deb11u4
libkrb5-3 1.18.3-6+deb11u3->1.18.3-6+deb11u4
libkrb5support0 1.18.3-6+deb11u3->1.18.3-6+deb11u4
libperl5.32 5.32.1-4+deb11u2->5.32.1-4+deb11u3
libssh2-1 1.9.0-2->1.9.0-2+deb11u1
libssl1.1 1.1.1n-0+deb11u4->1.1.1w-0+deb11u1
libsystemd0 247.3-7+deb11u1->247.3-7+deb11u4
libtinfo6 6.2+20201114-2->6.2+20201114-2+deb11u2
libudev1 247.3-7+deb11u1->247.3-7+deb11u4
linux-libc-dev 5.10.197-1->5.10.218-1
ncurses-base 6.2+20201114-2->6.2+20201114-2+deb11u2
ncurses-bin 6.2+20201114-2->6.2+20201114-2+deb11u2
orb 0.0.2-15-g5a9081c->0.0.2-18-g232dbb8
perl 5.32.1-4+deb11u2->5.32.1-4+deb11u3
perl-base 5.32.1-4+deb11u2->5.32.1-4+deb11u3
perl-modules-5.32 5.32.1-4+deb11u2->5.32.1-4+deb11u3
tar 1.34+dfsg-1->1.34+dfsg-1+deb11u1
tzdata 2021a-1+deb11u8->2024a-0+deb11u1