Comparing builds

Builds orb@2023-02-14 14:36:47Z on debian-11 and orb@2024-08-07 14:20:40Z on debian-11

Compare in reverse direction

Opam packages removed

base-domains.base
base-nnp.base

New opam packages installed

conf-c++.1.0
host-arch-x86_64.1
host-system-other.1

Opam packages with version changes

cmdliner.1.1.1->1.3.0
dune.3.6.2->3.16.0
mccs.1.1+14->1.1+17
ocaml.5.0.0->4.14.2
ocaml-base-compiler.5.0.0->4.14.2
ocaml-config.3->2
ocamlgraph.2.0.0->2.1.0
opam-client.2.1.4->2.1.6
opam-core.2.1.4->2.1.6
opam-file-format.2.1.5->2.1.6
opam-format.2.1.4->2.1.6
opam-repository.2.1.4->2.1.6
opam-solver.2.1.4->2.1.6
opam-state.2.1.4->2.1.6
re.1.10.4->1.11.0

Opam packages with changes in their opam file

seq.base (effectively equal)

diff
--- left/seq/opam
+++ right/seq/opam
@@ -11,7 +11,19 @@
   "ocaml" {>= "4.07.0"}
 ]
 dev-repo: "git+https://github.com/ocaml/ocaml.git"
-extra-files: [
-  ["seq.install" "md5=026b31e1df290373198373d5aaa26e42"]
-  ["META.seq" "md5=b33c8a1a6c7ed797816ce27df4855107"]
-]
\ No newline at end of file
+extra-source "META.seq" {
+  src:
+    "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/seq/META.seq"
+  checksum: [
+    "sha256=e95062b4d0519ef8335c02f7d0f1952d11b814c7ab7e6d566a206116162fa2be"
+    "md5=b33c8a1a6c7ed797816ce27df4855107"
+  ]
+}
+extra-source "seq.install" {
+  src:
+    "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/seq/seq.install"
+  checksum: [
+    "sha256=fff926c2c4d5a82b6c94c60c4c35eb06e3d39975893ebe6b1f0e6557cbe34904"
+    "md5=026b31e1df290373198373d5aaa26e42"
+  ]
+}
\ No newline at end of file

orb.0.0.2~dev (effectively equal)

diff
--- left/orb/opam
+++ right/orb/opam
@@ -9,10 +9,10 @@
   "Hannes Mehnert <hannes@mehnert.org>"
 ]
 license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
-homepage: "https://github.com/roburio/orb"
-bug-reports: "https://github.com/roburio/orb/issues"
+homepage: "https://github.com/robur-coop/orb"
+bug-reports: "https://github.com/robur-coop/orb/issues"
 depends: [
-  "ocaml" {>= "4.10.0"}
+  "ocaml" {>= "4.10.0" & < "5.0.0"}
   "dune" {>= "2.0"}
   "cmdliner" {>= "1.1.0"}
   "opam-client" {>= "2.1.2"}
@@ -20,7 +20,7 @@
   "opam-core" {>= "2.1.2"}
   "opam-format" {>= "2.1.2"}
   "opam-solver" {>= "2.1.2"}
-  "opam-state" {>= "2.1.2"}
+  "opam-state" {>= "2.1.2" & < "2.2.0"}
 ]
 build: [
   ["dune" "subst"] {dev}
@@ -28,7 +28,8 @@
   ["sh" "-ex" "packaging/FreeBSD/create_package.sh"] {os = "freebsd"}
   ["sh" "-ex" "packaging/debian/create_package.sh"] {os-family = "debian"}
 ]
-dev-repo: "git+https://github.com/roburio/orb.git"
+dev-repo: "git+https://github.com/robur-coop/orb.git"
 url {
-  src: "git+https://github.com/roburio/orb.git#7a43a0a9"
+  src:
+    "git+https://github.com/robur-coop/orb.git#232dbb8a7bf59c484f28b96f9162eef81c9ebfd7"
 }
\ No newline at end of file

ocaml-options-vanilla.1 (effectively equal)

diff
--- left/ocaml-options-vanilla/opam
+++ right/ocaml-options-vanilla/opam
@@ -2,7 +2,7 @@
 name: "ocaml-options-vanilla"
 version: "1"
 synopsis: "Ensure that OCaml is compiled with no special options enabled"
-maintainer: "platform@lists.ocaml.org"
+maintainer: "David Allsopp <david@tarides.com>"
 depends: [
   "ocaml-base-compiler" {post} | "ocaml-system" {post} |
   "ocaml-variants" {post & >= "4.12.0~"}
@@ -11,20 +11,24 @@
   "ocaml-option-32bit"
   "ocaml-option-afl"
   "ocaml-option-bytecode-only"
-    {ocaml-system:version < "5" | ocaml-base-compiler:version < "5" |
-     ocaml-variants:version < "5" |
-     arch = "arm64" |
-     arch = "x86_64"}
+  {arch = "arm64" | (arch = "x86_64" & os != "win32")}
   "ocaml-option-default-unsafe-string"
   "ocaml-option-flambda"
   "ocaml-option-fp"
   "ocaml-option-musl"
   "ocaml-option-no-flat-float-array"
+  "ocaml-option-no-compression"
   "ocaml-option-spacetime"
   "ocaml-option-static"
   "ocaml-option-nnp"
   "ocaml-option-nnpchecker"
   "ocaml-option-address-sanitizer"
   "ocaml-option-leak-sanitizer"
+  "ocaml-option-tsan"
+  "ocaml-option-mingw"
 ]
-flags: compiler
\ No newline at end of file
+flags: compiler
+authors: ["David Allsopp" "Louis Gesbert"]
+license: "CC0-1.0+"
+homepage: "https://opam.ocaml.org"
+bug-reports: "https://github.com/ocaml/opam-repository/issues"
\ No newline at end of file

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
builder 0.3.1-5-ga6806a6->0.3.2-15-gbb3a686
debian-archive-keyring 2021.1.1->2021.1.1+deb11u1
dpkg 1.20.12->1.20.13
dpkg-dev 1.20.12->1.20.13
file 1:5.39-3->1:5.39-3+deb11u1
git 1:2.30.2-1+deb11u1->1:2.30.2-1+deb11u2
git-man 1:2.30.2-1+deb11u1->1:2.30.2-1+deb11u2
grep 3.6-1->3.6-1+deb11u1
libc-bin 2.31-13+deb11u5->2.31-13+deb11u8
libc-dev-bin 2.31-13+deb11u5->2.31-13+deb11u10
libc6 2.31-13+deb11u5->2.31-13+deb11u10
libc6-dev 2.31-13+deb11u5->2.31-13+deb11u10
libcurl3-gnutls 7.74.0-1.3+deb11u5->7.74.0-1.3+deb11u12
libdpkg-perl 1.20.12->1.20.13
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
libmagic-mgc 1:5.39-3->1:5.39-3+deb11u1
libmagic1 1:5.39-3->1:5.39-3+deb11u1
libnghttp2-14 1.43.0-1->1.43.0-1+deb11u1
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
libxml2 2.9.10+dfsg-6.7+deb11u3->2.9.10+dfsg-6.7+deb11u4
linux-libc-dev 5.10.162-1->5.10.221-1
ncurses-base 6.2+20201114-2->6.2+20201114-2+deb11u2
ncurses-bin 6.2+20201114-2->6.2+20201114-2+deb11u2
openssl 1.1.1n-0+deb11u4->1.1.1w-0+deb11u1
orb 0.0.2-10-g7a43a0a->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