Skip to content

Commit

Permalink
Merge pull request #27401 from hannesm/mc-2-bounds
Browse files Browse the repository at this point in the history
add further mirage-crypto 2.0.0 bounds (discoverd in 27400)
  • Loading branch information
raphael-proust authored Feb 7, 2025
2 parents 38fed1a + b320d46 commit d87296a
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/charrua-client/charrua-client.1.6.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ depends: [
"cstruct" {>= "6.0.0"}
"ipaddr" {>= "5.0.0"}
"macaddr" {>= "4.0.0"}
"mirage-crypto-rng-mirage" {>= "1.0.0"}
"mirage-crypto-rng-mirage" {>= "1.0.0" & < "2.0.0"}
"mirage-clock" {>= "3.0.0"}
"mirage-time" {>= "2.0.0"}
"mirage-net" {>= "3.0.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/dns-certify/dns-certify.9.0.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ depends: [
"logs"
"mirage-crypto-ec"
"mirage-crypto-pk" {>= "1.0.0"}
"mirage-crypto-rng-mirage" {>= "1.0.0"}
"mirage-crypto-rng-mirage" {>= "1.0.0" & < "2.0.0"}
]

build: [
Expand Down
2 changes: 1 addition & 1 deletion packages/dns-certify/dns-certify.9.1.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ depends: [
"logs"
"mirage-crypto-ec"
"mirage-crypto-pk" {>= "1.0.0"}
"mirage-crypto-rng-mirage" {>= "1.0.0"}
"mirage-crypto-rng-mirage" {>= "1.0.0" & < "2.0.0"}
]

build: [
Expand Down
2 changes: 1 addition & 1 deletion packages/dns-client-mirage/dns-client-mirage.9.0.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ depends: [
"tls-mirage" {>= "1.0.0"}
"x509" {>= "1.0.0"}
"ca-certs-nss" {>= "3.101-1" & <= "3.108"}
"mirage-crypto-rng-mirage" {>= "1.0.0"}
"mirage-crypto-rng-mirage" {>= "1.0.0" & < "2.0.0"}
]
synopsis: "DNS client API for MirageOS"
description: """
Expand Down
2 changes: 1 addition & 1 deletion packages/dns-client-mirage/dns-client-mirage.9.1.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ depends: [
"tls-mirage" {>= "1.0.0"}
"x509" {>= "1.0.0"}
"ca-certs-nss" {>= "3.101-1" & <= "3.108"}
"mirage-crypto-rng-mirage" {>= "1.0.0"}
"mirage-crypto-rng-mirage" {>= "1.0.0" & < "2.0.0"}
]
synopsis: "DNS client API for MirageOS"
description: """
Expand Down
2 changes: 1 addition & 1 deletion packages/dns-resolver/dns-resolver.9.0.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ depends: [
"alcotest" {with-test}
"tls" {>= "1.0.0"}
"tls-mirage" {>= "1.0.0"}
"mirage-crypto-rng-mirage" {>= "1.0.0"}
"mirage-crypto-rng-mirage" {>= "1.0.0" & < "2.0.0"}
]

build: [
Expand Down
2 changes: 1 addition & 1 deletion packages/dns-resolver/dns-resolver.9.1.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ depends: [
"alcotest" {with-test}
"tls" {>= "1.0.0"}
"tls-mirage" {>= "1.0.0"}
"mirage-crypto-rng-mirage" {>= "1.0.0"}
"mirage-crypto-rng-mirage" {>= "1.0.0" & < "2.0.0"}
]

build: [
Expand Down
2 changes: 1 addition & 1 deletion packages/mirage-qubes-ipv4/mirage-qubes-ipv4.1.0.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ depends: [
"ethernet" {>= "3.0.0"}
"arp" {>= "3.0.0"}
"ipaddr" { >= "3.0.0" }
"mirage-crypto-rng-mirage" {>= "1.0.0"}
"mirage-crypto-rng-mirage" {>= "1.0.0" & < "2.0.0"}
"mirage-clock" {>= "3.0.0"}
"lwt" { >= "5.7.0" }
"ocaml" { >= "4.06.0" }
Expand Down

0 comments on commit d87296a

Please sign in to comment.