Comparing builds

Builds builder-web@2024-09-10 14:11:45Z on debian-11 and builder-web@2024-07-23 14:04:03Z on debian-11

Compare in reverse direction

Opam packages removed

dune-private-libs.3.16.0
dune-site.3.16.0
dyn.3.16.0
kdf.1.0.0
lambdasoup.1.1.1
lwt-dllist.1.0.1
markup.1.0.3
ohex.0.2.0
ordering.3.16.0
pp.1.2.0
stdune.3.16.0
tar-unix.3.0.0
uchar.0.0.2

New opam packages installed

hex.1.5.0
hkdf.1.0.4
pbkdf.1.2.0
salsa20-core.1.1.0
scrypt-kdf.1.2.0

Opam packages with version changes

asn1-combinators.0.3.2->0.2.6
builder.0.4.99~dev->0.3.99~dev
ca-certs.1.0.0->0.2.3
caqti.2.1.2->1.9.0
caqti-driver-sqlite3.2.1.1->1.9.0
caqti-lwt.2.1.1->1.9.0
cppo.1.7.0->1.6.9
dns.9.0.0->8.0.0
dream.1.0.0~alpha7->1.0.0~alpha5
eqaf.0.10->0.9
h2.0.13.0->0.12.0
happy-eyeballs.1.2.0->1.1.0
happy-eyeballs-lwt.1.2.0->1.1.0
hpack.0.13.0->0.12.0
http-lwt-client.0.3.0->0.2.6
httpun-types.0.2.0->0.1.0
mirage-crypto.1.1.0->0.11.3
mirage-crypto-ec.1.1.0->0.11.3
mirage-crypto-pk.1.1.0->0.11.3
mirage-crypto-rng.1.1.0->0.11.3
mirage-crypto-rng-lwt.1.1.0->0.11.3
opam-core.2.2.1->2.2.0
opam-format.2.2.1->2.2.0
ppxlib.0.33.0->0.32.1
re.1.12.0->1.11.0
sqlite3.5.2.0->5.1.0
tar.3.0.0->2.6.0
tls.1.0.2->0.17.5
tls-lwt.1.0.2->0.17.5
x509.1.0.3->0.16.5

Opam packages with changes in their opam file

conf-sqlite3.1 (effectively equal)

diff
--- left/conf-sqlite3/opam
+++ right/conf-sqlite3/opam
@@ -6,26 +6,15 @@
   "This package can only install if SQLite3 is installed on the system."
 maintainer: "Markus Mottl <markus.mottl@gmail.com>"
 authors: ["D. Richard Hipp" "Dan Kennedy" "Joe Mistachkin"]
-license: "blessing"
+license: "PD"
 homepage: "http://www.sqlite3.org"
 bug-reports: "https://github.com/ocaml/opam-repository/issues"
 depends: [
   "conf-pkg-config" {build}
-  ("host-arch-x86_32" {os = "win32" & os-distribution != "cygwinports"} &
-   "conf-mingw-w64-sqlite3-i686"
-     {os = "win32" & os-distribution != "cygwinports"} |
-   "host-arch-x86_64" {os = "win32" & os-distribution != "cygwinports"} &
-   "conf-mingw-w64-sqlite3-x86_64"
-     {os = "win32" & os-distribution != "cygwinports"})
 ]
 flags: conf
 build: [
-  "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"}
+  "pkg-config"
   "sqlite3"
 ]
 depexts: [

builder-web.0.2.0~dev (effectively equal)

diff
--- left/builder-web/opam
+++ right/builder-web/opam
@@ -14,16 +14,18 @@
 depends: [
   "ocaml" {>= "4.13.0" & < "5.0.0"}
   "dune" {>= "2.7.0"}
-  "builder" {>= "0.4.0"}
-  "dream" {>= "1.0.0~alpha7"}
+  "builder" {>= "0.2.0"}
+  "dream" {>= "1.0.0~alpha4" & < "1.0.0~alpha6"}
+  "cstruct" {>= "6.0.0"}
   "bos"
-  "ohex" {>= "0.2.0"}
+  "hex"
   "lwt" {>= "5.7.0"}
-  "caqti" {>= "2.1.2"}
+  "caqti" {>= "1.8.0"}
   "caqti-lwt"
   "caqti-driver-sqlite3"
+  "pbkdf"
   "mirage-crypto-rng" {>= "0.11.0"}
-  "kdf"
+  "scrypt-kdf"
   "opam-core"
   "opam-format" {>= "2.1.0"}
   "metrics" {>= "0.3.0"}
@@ -34,22 +36,20 @@
   "tyxml" {>= "4.3.0"}
   "ptime"
   "duration"
-  "asn1-combinators" {>= "0.3.0"}
+  "mirage-crypto"
+  "asn1-combinators"
   "logs"
   "cmdliner" {>= "1.1.0"}
   "uri"
   "fmt" {>= "0.8.7"}
-  "cmarkit" {>= "0.3.0"}
-  "tar" {>= "3.0.0"}
-  "tar-unix" {>= "3.0.0"}
+  "cmarkit"
+  "tar"
   "owee"
   "solo5-elftool" {>= "0.3.0"}
-  "decompress" {>= "1.5.0"}
-  "digestif" {>= "1.2.0"}
-  "alcotest" {>= "1.2.0" & with-test}
+  "decompress"
+  "alcotest" {with-test}
   "ppx_deriving" {with-test}
   "ppx_deriving_yojson" {with-test}
-  "yojson" {with-test}
 ]
 build: [
   ["dune" "subst"] {dev}
@@ -61,5 +61,5 @@
 dev-repo: "git+https://github.com/robur-coop/builder-web.git"
 url {
   src:
-    "git+https://github.com/robur-coop/builder-web.git#402894405dea558e6ad9bc3466932d78e87d4f71"
+    "git+https://github.com/robur-coop/builder-web.git#b96c3a04799cd195818106bbc6098a91eaf15551"
 }
\ No newline at end of file

Environment variables removed

ARCH x86_64

System packages changed

base-files 11.1+deb11u10->11.1+deb11u9
bsdutils 1:2.36.1-8+deb11u2->1:2.36.1-8+deb11u1
builder 0.4.0->0.3.2-15-gbb3a686
git 1:2.30.2-1+deb11u3->1:2.30.2-1+deb11u2
git-man 1:2.30.2-1+deb11u3->1:2.30.2-1+deb11u2
libblkid1 2.36.1-8+deb11u2->2.36.1-8+deb11u1
libc-bin 2.31-13+deb11u10->2.31-13+deb11u8
libc-dev-bin 2.31-13+deb11u11->2.31-13+deb11u10
libc6 2.31-13+deb11u11->2.31-13+deb11u10
libc6-dev 2.31-13+deb11u11->2.31-13+deb11u10
libcurl3-gnutls 7.74.0-1.3+deb11u13->7.74.0-1.3+deb11u12
libgnutls30 3.7.1-5+deb11u5->3.7.1-5+deb11u4
libgssapi-krb5-2 1.18.3-6+deb11u5->1.18.3-6+deb11u4
libk5crypto3 1.18.3-6+deb11u5->1.18.3-6+deb11u4
libkrb5-3 1.18.3-6+deb11u5->1.18.3-6+deb11u4
libkrb5support0 1.18.3-6+deb11u5->1.18.3-6+deb11u4
libmount1 2.36.1-8+deb11u2->2.36.1-8+deb11u1
libsmartcols1 2.36.1-8+deb11u2->2.36.1-8+deb11u1
libsystemd0 247.3-7+deb11u5->247.3-7+deb11u4
libudev1 247.3-7+deb11u5->247.3-7+deb11u4
libuuid1 2.36.1-8+deb11u2->2.36.1-8+deb11u1
libxml2 2.9.10+dfsg-6.7+deb11u5->2.9.10+dfsg-6.7+deb11u4
linux-libc-dev 5.10.223-1->5.10.221-1
mount 2.36.1-8+deb11u2->2.36.1-8+deb11u1
orb 0.0.2-29-g22ce318->0.0.2-18-g232dbb8
util-linux 2.36.1-8+deb11u2->2.36.1-8+deb11u1