Comparing builds
Opam packages removed
hex.1.5.0
hkdf.1.0.4
pbkdf.1.2.0
salsa20-core.1.1.0
scrypt-kdf.1.2.0
New opam packages installed
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
Opam packages with version changes
asn1-combinators.0.2.6->0.3.2
builder.0.3.99~dev->0.4.99~dev
ca-certs.0.2.3->1.0.0
caqti.1.9.0->2.1.2
caqti-driver-sqlite3.1.9.0->2.1.1
caqti-lwt.1.9.0->2.1.1
cppo.1.6.9->1.7.0
dns.8.0.0->9.0.0
dream.1.0.0~alpha5->1.0.0~alpha7
eqaf.0.9->0.10
h2.0.12.0->0.13.0
happy-eyeballs.1.1.0->1.2.0
happy-eyeballs-lwt.1.1.0->1.2.0
hpack.0.12.0->0.13.0
http-lwt-client.0.2.6->0.3.0
httpun-types.0.1.0->0.2.0
mirage-crypto.0.11.3->1.1.0
mirage-crypto-ec.0.11.3->1.1.0
mirage-crypto-pk.0.11.3->1.1.0
mirage-crypto-rng.0.11.3->1.1.0
mirage-crypto-rng-lwt.0.11.3->1.1.0
opam-core.2.2.0->2.2.1
opam-format.2.2.0->2.2.1
ppxlib.0.32.1->0.33.0
re.1.11.0->1.12.0
sqlite3.5.1.0->5.2.0
tar.2.6.0->3.0.0
tls.0.17.5->1.0.2
tls-lwt.0.17.5->1.0.2
x509.0.16.5->1.0.3
Opam packages with changes in their opam file
conf-sqlite3.1 (effectively equal)
diff
--- left/conf-sqlite3/opam
+++ right/conf-sqlite3/opam
@@ -6,14 +6,22 @@
"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: "PD"
+license: "blessing"
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: ["pkg-config" "sqlite3"]
+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"} "sqlite3"]
depexts: [
["libsqlite3-dev"] {os-family = "debian"}
["libsqlite3-dev"] {os-family = "ubuntu"}
builder-web.0.2.0~dev (effectively equal)
diff
--- left/builder-web/opam
+++ right/builder-web/opam
@@ -14,18 +14,16 @@
depends: [
"ocaml" {>= "4.13.0" & < "5.0.0"}
"dune" {>= "2.7.0"}
- "builder" {>= "0.2.0"}
- "dream" {>= "1.0.0~alpha4" & < "1.0.0~alpha6"}
- "cstruct" {>= "6.0.0"}
+ "builder" {>= "0.4.0"}
+ "dream" {>= "1.0.0~alpha7"}
"bos"
- "hex"
+ "ohex" {>= "0.2.0"}
"lwt" {>= "5.7.0"}
- "caqti" {>= "1.8.0"}
+ "caqti" {>= "2.1.2"}
"caqti-lwt"
"caqti-driver-sqlite3"
- "pbkdf"
"mirage-crypto-rng" {>= "0.11.0"}
- "scrypt-kdf"
+ "kdf"
"opam-core"
"opam-format" {>= "2.1.0"}
"metrics" {>= "0.3.0"}
@@ -36,20 +34,22 @@
"tyxml" {>= "4.3.0"}
"ptime"
"duration"
- "mirage-crypto"
- "asn1-combinators"
+ "asn1-combinators" {>= "0.3.0"}
"logs"
"cmdliner" {>= "1.1.0"}
"uri"
"fmt" {>= "0.8.7"}
- "cmarkit"
- "tar"
+ "cmarkit" {>= "0.3.0"}
+ "tar" {>= "3.0.0"}
+ "tar-unix" {>= "3.0.0"}
"owee"
"solo5-elftool" {>= "0.3.0"}
- "decompress"
- "alcotest" {with-test}
+ "decompress" {>= "1.5.0"}
+ "digestif" {>= "1.2.0"}
+ "alcotest" {>= "1.2.0" & 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#b96c3a04799cd195818106bbc6098a91eaf15551"
+ "git+https://github.com/robur-coop/builder-web.git#402894405dea558e6ad9bc3466932d78e87d4f71"
}
\ No newline at end of file
New environment variables added
ARCH x86_64
System packages changed
base-files 11.1+deb11u9->11.1+deb11u10
bsdutils 1:2.36.1-8+deb11u1->1:2.36.1-8+deb11u2
builder 0.3.2-15-gbb3a686->0.4.0
git 1:2.30.2-1+deb11u2->1:2.30.2-1+deb11u3
git-man 1:2.30.2-1+deb11u2->1:2.30.2-1+deb11u3
libblkid1 2.36.1-8+deb11u1->2.36.1-8+deb11u2
libc-bin 2.31-13+deb11u8->2.31-13+deb11u10
libc-dev-bin 2.31-13+deb11u10->2.31-13+deb11u11
libc6 2.31-13+deb11u10->2.31-13+deb11u11
libc6-dev 2.31-13+deb11u10->2.31-13+deb11u11
libcurl3-gnutls 7.74.0-1.3+deb11u12->7.74.0-1.3+deb11u13
libgnutls30 3.7.1-5+deb11u4->3.7.1-5+deb11u5
libgssapi-krb5-2 1.18.3-6+deb11u4->1.18.3-6+deb11u5
libk5crypto3 1.18.3-6+deb11u4->1.18.3-6+deb11u5
libkrb5-3 1.18.3-6+deb11u4->1.18.3-6+deb11u5
libkrb5support0 1.18.3-6+deb11u4->1.18.3-6+deb11u5
libmount1 2.36.1-8+deb11u1->2.36.1-8+deb11u2
libsmartcols1 2.36.1-8+deb11u1->2.36.1-8+deb11u2
libsystemd0 247.3-7+deb11u4->247.3-7+deb11u5
libudev1 247.3-7+deb11u4->247.3-7+deb11u5
libuuid1 2.36.1-8+deb11u1->2.36.1-8+deb11u2
libxml2 2.9.10+dfsg-6.7+deb11u4->2.9.10+dfsg-6.7+deb11u5
linux-libc-dev 5.10.221-1->5.10.223-1
mount 2.36.1-8+deb11u1->2.36.1-8+deb11u2
orb 0.0.2-18-g232dbb8->0.0.2-29-g22ce318
util-linux 2.36.1-8+deb11u1->2.36.1-8+deb11u2