Comparing builds

Builds dnsvizor@2025-01-21 23:31:17Z on freebsd-14 and dnsvizor@2024-12-06 22:51:54Z on freebsd-14

Compare in reverse direction

New opam packages installed

host-arch-x86_64.1
host-system-other.1

Opam packages with version changes

conf-pkg-config.4->3
dune.3.17.1->3.17.0
dune-configurator.3.17.1->3.17.0
mirage.4.8.2->4.8.1

New duniverse directories installed

base (https://github.com/janestreet/base/archive/refs/tags/v0.16.3.tar.gz)
num (https://github.com/dune-universe/num/releases/download/v1.4%2Bdune2/num-v1.4.dune2.tbz)
ocaml-compiler-libs (https://github.com/janestreet/ocaml-compiler-libs/releases/download/v0.12.4/ocaml-compiler-libs-v0.12.4.tbz)
parsexp (https://ocaml.janestreet.com/ocaml-core/v0.16/files/parsexp-v0.16.0.tar.gz)
ppx_derivers (https://github.com/ocaml-ppx/ppx_derivers/archive/1.2.1.tar.gz)
ppx_sexp_conv (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_sexp_conv-v0.16.0.tar.gz)
ppxlib (https://github.com/ocaml-ppx/ppxlib/releases/download/0.33.0/ppxlib-0.33.0.tbz)
sexplib (https://ocaml.janestreet.com/ocaml-core/v0.16/files/sexplib-v0.16.0.tar.gz)
sexplib0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/sexplib0-v0.16.0.tar.gz)
stdlib-shims (https://github.com/ocaml/stdlib-shims/releases/download/0.3.0/stdlib-shims-0.3.0.tbz)

Duniverse directories with content changes

charrua (https://github.com/mirage/charrua/releases/download/v1.6.0/charrua-1.6.0.tbz->https://github.com/mirage/charrua/releases/download/v1.5.0/charrua-v1.5.0.tbz) sha512 6ea3cb92efca7c33ee9aa1411223bec9045ece9939657594ebc47ae93408c4d87e8b40812751fc86555061d91ccd338b3fbcfe6059e1dd770303329b5e527a96->ac6960de516642793b928224c95da997042d2907829496843481894b38804e3b465b5f9703bd8c02e5202059847ee5c16db6975c630b462448db511b39f34f87, sha256 1f6f7c1211a45ebbbd56a78b12fdbceaa98efae97ac3bd6f4855da47a3a3ac34->4ce74a5e78402f3d645ddcb344aaa1348349a8d5a35b8b55112aff0cb84db8e1
dnsvizor (git+file:///tmp/orb-build#ddb88b44c7376feaef5839cb9d92a7104afc5d55->git+file:///tmp/orb-build#3c4a2d85e289b3cb4e7eeb090dda9714aae89005)
dune_ (https://github.com/ocaml/dune/releases/download/3.17.1/dune-3.17.1.tbz->https://github.com/ocaml/dune/releases/download/3.17.0/dune-3.17.0.tbz) sha512 fed5b091c307a2817e415456bd66a6bc98d7daaedd08a388b8544a6371346f9227765bcceb6b480a2192e0ec198cd6a818ba50af56819fd70992b14a4d0baccf->29398bd5d7b5893937b6250356ea710c949aef37ffa8c9fae340a9b9234d6b896bbc161983ed34404b7e1fedc02794a064e1c92d1d5835b21a8d0c01ef2ca46c, sha256 6b9ee5ed051379a69ca45173ac6c5deb56b44a1c16e30b7c371343303d835ac6->2c3aa6c41ed39e3d6c1a292d75f4806bd80310841afc51673aa59ce9c816507c
mirage (https://github.com/mirage/mirage/releases/download/v4.8.2/mirage-4.8.2.tbz->https://github.com/mirage/mirage/releases/download/v4.8.1/mirage-4.8.1.tbz) sha512 7f1ae2ae226893041189b62850c763256ce2e330bf311fec54d74a714d26c819d98846ddf17028126ef16a91cff3cbc3d12edfccc46e882604a6865f34765961->8b2546975f7f23dcd39796a04818d1978bae593e3179c3d00afd25ec8f3d39525b6bea91ab62987795ced217a602f49abe26742fcfd044914f0a158bbbb8f676, sha256 edaddb27bc630c7ea4086075b337b5c4d364c1a231e471bb169e5988e6ba2fe1->c024c04ab11c5ad6a25d7a00d44734a3c18ffe5012cc999412d853ff70c89476

Opam packages with changes in their opam file

ocaml-base-compiler.4.14.2 (effectively equal)

diff
--- left/ocaml-base-compiler/opam
+++ right/ocaml-base-compiler/opam
@@ -15,13 +15,27 @@
   "base-unix" {post}
   "base-bigarray" {post}
   "base-threads" {post}
+  "host-arch-arm32" {arch = "arm32" & post}
+  "host-arch-arm64" {arch = "arm64" & post}
+  "host-arch-ppc64" {arch = "ppc64" & post}
+  "host-arch-riscv64" {arch = "riscv64" & post}
+  "host-arch-s390x" {arch = "s390x" & post}
+  "host-arch-x86_32" {os != "win32" & arch = "x86_32" & post}
+  "host-arch-x86_64" {os != "win32" & arch = "x86_64" & post}
+  "host-arch-unknown"
+  {os != "win32" & arch != "arm32" & arch != "arm64" & arch != "ppc64" &
+   arch != "riscv64" &
+   arch != "s390x" &
+   arch != "x86_32" &
+   arch != "x86_64" &
+   post}
   (("arch-x86_64" {os = "win32" & arch = "x86_64"} &
-    (("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post}) |
-     "system-msvc")) |
-   ("arch-x86_32" {os = "win32"} &
-    (("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post}) |
-     "system-msvc")) |
-   "base-unix" {os != "win32" & post})
+  (("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post}) |
+   "system-msvc")) |
+ ("arch-x86_32" {os = "win32"} &
+  (("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post}) |
+   "system-msvc")) |
+ "host-system-other" {os != "win32" & post})
   "ocaml-options-vanilla" {post}
   "flexdll" {>= "0.36" & os = "win32"}
 ]

mirage-unikernel-dnsvizor-hvt.0.0.2

diff
--- left/mirage-unikernel-dnsvizor-hvt/opam
+++ right/mirage-unikernel-dnsvizor-hvt/opam
@@ -48,7 +48,7 @@
 dev-repo: "git://dummy"
 url {
   src:
-    "git+https://github.com/robur-coop/dnsvizor.git#ddb88b44c7376feaef5839cb9d92a7104afc5d55"
+    "git+https://github.com/robur-coop/dnsvizor.git#3c4a2d85e289b3cb4e7eeb090dda9714aae89005"
 }
 x-mirage-configure: [
   "sh"

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" {>= "1.0"}
+  "dune"
   "alcotest" {with-test}
 ]
 build: [
@@ -34,5 +34,4 @@
     "sha512=f25aedb1ddf6ab8c49b1545cf88f4990114a9e7954d91cabf260e6ce470abd42dd135e8a55084262a77d4c9ee4bff6dc00c71307b23a48d82d50593b910ee173"
   ]
 }
-x-commit-hash: "e9833486ee40ef2c49c43dd72976022a627b4a34"
-x-maintenance-intent: ["(latest)"]
\ No newline at end of file
+x-commit-hash: "e9833486ee40ef2c49c43dd72976022a627b4a34"
\ No newline at end of file

System packages changed

builder 0.4.0.11.ge37a9e1->0.4.0
curl 8.11.1_1->8.10.1
expat 2.6.4->2.6.3
gettext runtime-0.23.1->runtime-0.22.5
git 2.47.1->2.47.0