Comparing builds

Builds hello@2024-07-16 14:23:30Z on freebsd-14 and hello@2025-01-12 03:27:48Z on freebsd-14

Compare in reverse direction

Opam packages with version changes

angstrom.0.16.0->0.16.1
bigstringaf.0.9.1->0.10.0
dune.3.16.0->3.17.1
dune-configurator.3.16.0->3.17.1
mirage.4.5.1->4.8.2
ocaml-solo5.0.8.4->0.8.5

Duniverse directories removed

ocaml-cstruct (https://github.com/mirage/ocaml-cstruct/releases/download/v6.2.0/cstruct-6.2.0.tbz)

New duniverse directories installed

cmdliner-stdlib (https://github.com/mirage/cmdliner-stdlib/releases/download/1.0.1/cmdliner-stdlib-1.0.1.tbz)

Duniverse directories with content changes

cppo (https://github.com/ocaml-community/cppo/archive/v1.6.9.tar.gz->https://github.com/ocaml-community/cppo/archive/v1.8.0.tar.gz) sha512 26ff5a7b7f38c460661974b23ca190f0feae3a99f1974e0fd12ccf08745bd7d91b7bc168c70a5385b837bfff9530e0e4e41cf269f23dd8cf16ca658008244b44->3840725b767a0300bdc48f11d26d798bdcae0a764ed6798df3a08dfc8cc76fe124b14a19d47c9b5ea8e229d68b0311510afce77c0e4d9131fbda5116dc2689a2, md5 d23ffe85ac7dc8f0afd1ddf622770d09->a197cb393b84f6b30e0ff55080ac429b
dune_ (https://github.com/ocaml/dune/releases/download/3.16.0/dune-3.16.0.tbz->https://github.com/ocaml/dune/releases/download/3.17.1/dune-3.17.1.tbz) sha512 529f937c61bc9ea7b135c2425f2d730478b48e6ab6b6455c354138d27b76bd43afce40d4784a6f183d6308d3cf0f5d5cea5bea070f83442949762ed818fb44bc->fed5b091c307a2817e415456bd66a6bc98d7daaedd08a388b8544a6371346f9227765bcceb6b480a2192e0ec198cd6a818ba50af56819fd70992b14a4d0baccf, sha256 5481dde7918ca3121e02c34d74339f734b32d5883efb8c1b8056471e74f9bda6->6b9ee5ed051379a69ca45173ac6c5deb56b44a1c16e30b7c371343303d835ac6
lwt (https://github.com/ocsigen/lwt/archive/refs/tags/5.7.0.tar.gz->https://github.com/ocsigen/lwt/archive/refs/tags/5.9.0.tar.gz) sha512 42e629920783428673b99c9d7a639237c9e6b35079b5d907bc67e7ea506acf9edadc48cec580bdcfd2410ed9412bf5e6bcc8b09de2fa7d35ce1490973d05ddd1->35574743df40170a8d1676254952c060090421a40d5f8ad37a6691f4f8bb0e28fca61f5efff1050edc4f8a3ffa2f06a1e23d0c084c89bfc105c1235e249bbc75, md5 737039d29d45b2d2b35db6931c8d75c6->763b9201c891f8c20ee02dec0af23355
mirage (https://github.com/mirage/mirage/releases/download/v4.5.1/mirage-4.5.1.tbz->https://github.com/mirage/mirage/releases/download/v4.8.2/mirage-4.8.2.tbz) sha512 4eed10a76ad63064933cecee5b5a4d183cb83e794510ee10d5f9e6484f9abf296e94cb0facf21486fc0b9086e6fb8315ceffd943d48b8d84fbff56848a6151f4->7f1ae2ae226893041189b62850c763256ce2e330bf311fec54d74a714d26c819d98846ddf17028126ef16a91cff3cbc3d12edfccc46e882604a6865f34765961, sha256 81e00be4aac00372fc246bf721c1fe1681e587b229d3a60613e93ca7f2857e0c->edaddb27bc630c7ea4086075b337b5c4d364c1a231e471bb169e5988e6ba2fe1
mirage-solo5 (https://github.com/mirage/mirage-solo5/releases/download/v0.9.3/mirage-solo5-0.9.3.tbz->https://github.com/mirage/mirage-solo5/releases/download/v0.9.4/mirage-solo5-0.9.4.tbz) sha512 02ecf944333d555ae1e851e19f6498dc2d09f0b3a5efa568c42c3d65241b354169d8a0d19b82d66d44c95377487485db4e56c800976cfbe7784d0553ab7d8006->6ad554629dce3a46bb1608576a2cd7777dd57a7f94b5c2f0df48641594ed4939279f272a8e2c78ab6f124bf2d970d9f8059325628d954e70dee09a52b5b7e59e, sha256 af0900dcebd4f63307fcbe5f93dd178bbc22d911708c44afcb76ca039027a033->6d83cd5a7112451e1af3aa420a3de66f9d0b13c761d908a3b1056da4a41503e4

Opam packages with changes in their opam file

ocaml-src.4.14.2 (effectively equal)

diff
--- left/ocaml-src/opam
+++ right/ocaml-src/opam
@@ -15,11 +15,5 @@
   checksum:
     "sha256=c2d706432f93ba85bd3383fa451d74543c32a4e84a1afaf3e8ace18f7f097b43"
 }
-extra-source "META" {
-  src:
-    "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ocaml-src/META.4.14.2"
-  checksum: [
-    "sha256=9862aa59ae298adf1dffb7762bc37da99f110b19880de441c3649fa402abde28"
-    "md5=589e1ee6f978c9826457a48b08c20e10"
-  ]
-}
\ No newline at end of file
+
+build: ["touch" "META"]
\ No newline at end of file

mirage-unikernel-hello-hvt.0.0.2 (effectively equal)

diff
--- left/mirage-unikernel-hello-hvt/opam
+++ right/mirage-unikernel-hello-hvt/opam
@@ -9,11 +9,11 @@
 depends: [
   "duration" {?monorepo & < "1.0.0"}
   "lwt" {?monorepo}
-  "mirage" {build & >= "4.5.0" & < "4.6.0"}
-  "mirage-bootvar-solo5" {?monorepo & >= "0.6.0" & < "0.7.0"}
+  "mirage" {build & >= "4.8.0" & < "4.9.0"}
+  "mirage-bootvar" {?monorepo & >= "1.0.0" & < "2.0.0"}
   "mirage-clock-solo5" {?monorepo & >= "4.2.0" & < "5.0.0"}
   "mirage-logs" {?monorepo & >= "2.0.0" & < "3.0.0"}
-  "mirage-runtime" {?monorepo & >= "4.5.0" & < "4.6.0"}
+  "mirage-runtime" {?monorepo & >= "4.8.0" & < "4.9.0"}
   "mirage-solo5" {?monorepo & >= "0.9.0" & < "0.10.0"}
   "mirage-time" {?monorepo}
   "ocaml-solo5" {build & >= "0.8.2" & < "0.9.0"}
@@ -33,7 +33,7 @@
 dev-repo: "git://dummy"
 url {
   src:
-    "git+https://github.com/mirage/mirage-skeleton.git#a5a8b0e29437ceebebe06e7875b957619d4f7648"
+    "git+https://github.com/mirage/mirage-skeleton.git#c2c98b30bf53c1a08424ed7d4ea6948313731274"
 }
 x-mirage-configure: [
   "sh"
@@ -231,4 +231,81 @@
 ]
 x-opam-monorepo-opam-provided: [
   "mirage" "ocaml-solo5" "opam-monorepo" "solo5"
+]
+x-orb-dependencies: [
+  ["solo5" []]
+  ["ptime" ["dune" "ocaml"]]
+  ["ocplib-endian" ["base-bytes" "dune" "ocaml"]]
+  ["ocaml-solo5" ["ocaml" "solo5"]]
+  ["ocaml-options-vanilla" ["ocaml-base-compiler"]]
+  ["ocaml-config" ["ocaml-base-compiler"]]
+  [
+    "ocaml-base-compiler"
+    [
+      "base-bigarray"
+      "base-threads"
+      "base-unix"
+      "host-arch-x86_64"
+      "host-system-other"
+      "ocaml"
+      "ocaml-options-vanilla"
+    ]
+  ]
+  ["ocaml" ["ocaml-base-compiler" "ocaml-config"]]
+  [
+    "mirage-unikernel-hello-hvt"
+    [
+      "duration"
+      "lwt"
+      "mirage-bootvar"
+      "mirage-clock-solo5"
+      "mirage-logs"
+      "mirage-runtime"
+      "mirage-solo5"
+      "mirage-time"
+      "ocaml-solo5"
+    ]
+  ]
+  ["mirage-time" ["dune" "lwt" "ocaml"]]
+  [
+    "mirage-solo5"
+    [
+      "bheap"
+      "dune"
+      "duration"
+      "lwt"
+      "metrics"
+      "metrics-lwt"
+      "mirage-runtime"
+      "ocaml"
+    ]
+  ]
+  ["mirage-runtime" ["cmdliner" "dune" "ipaddr" "logs" "lwt" "ocaml"]]
+  [
+    "mirage-logs"
+    ["cmdliner" "dune" "fmt" "logs" "mirage-clock" "ocaml" "ptime"]
+  ]
+  ["mirage-clock-solo5" ["dune" "mirage-clock" "ocaml"]]
+  ["mirage-clock" ["dune" "ocaml"]]
+  ["mirage-bootvar" ["dune" "ocaml"]]
+  ["metrics-lwt" ["dune" "logs" "lwt" "metrics" "ocaml"]]
+  ["metrics" ["dune" "fmt" "ocaml"]]
+  ["macaddr" ["dune" "ocaml"]]
+  ["lwt" ["dune" "dune-configurator" "ocaml" "ocplib-endian"]]
+  ["logs" ["cmdliner" "dune" "fmt" "lwt" "ocaml"]]
+  ["ipaddr" ["domain-name" "dune" "macaddr" "ocaml"]]
+  ["host-system-other" []]
+  ["host-arch-x86_64" []]
+  ["fmt" ["dune" "ocaml"]]
+  ["duration" ["dune" "ocaml"]]
+  ["dune-configurator" ["base-unix" "csexp" "dune" "ocaml"]]
+  ["dune" ["base-threads" "base-unix" "ocaml"]]
+  ["domain-name" ["dune" "ocaml"]]
+  ["csexp" ["dune" "ocaml"]]
+  ["cmdliner" ["dune" "ocaml"]]
+  ["bheap" ["dune" "ocaml"]]
+  ["base-unix" []]
+  ["base-threads" []]
+  ["base-bytes" ["dune" "ocaml"]]
+  ["base-bigarray" []]
 ]
\ No newline at end of file

domain-name.0.4.0 (effectively equal)

diff
--- left/domain-name/opam
+++ right/domain-name/opam
@@ -17,7 +17,7 @@
 bug-reports: "https://github.com/hannesm/domain-name/issues"
 depends: [
   "ocaml" {>= "4.04.2"}
-  "dune"
+  "dune" {>= "1.0"}
   "alcotest" {with-test}
 ]
 build: [
@@ -34,4 +34,5 @@
     "sha512=f25aedb1ddf6ab8c49b1545cf88f4990114a9e7954d91cabf260e6ce470abd42dd135e8a55084262a77d4c9ee4bff6dc00c71307b23a48d82d50593b910ee173"
   ]
 }
-x-commit-hash: "e9833486ee40ef2c49c43dd72976022a627b4a34"
\ No newline at end of file
+x-commit-hash: "e9833486ee40ef2c49c43dd72976022a627b4a34"
+x-maintenance-intent: ["(latest)"]
\ No newline at end of file

New environment variables added

ARCH x86_64

System packages changed

bash 5.2.26_1->5.2.37
builder 0.3.2.15.gbb3a686->0.4.0.1.gd06e5ae
ca_root_nss 3.93_2->3.104
curl 8.8.0->8.11.1_1
expat 2.6.2->2.6.4
gettext runtime-0.22.5->runtime-0.23.1
git 2.45.1->2.47.1
libnghttp2 1.62.1->1.64.0
orb 0.0.2.18.g232dbb8->1.0.0.2.g8f912f3
pkgconf 2.2.0,1->2.3.0,1
readline 8.2.10->8.2.13_2