Skip to content

Commit 28c118d

Browse files
authored
Merge pull request ocaml#23334 from hannesm/dns7-revdeps
Dns7 revdeps part one
2 parents bbfca70 + 9fbb32d commit 28c118d

File tree

51 files changed

+51
-51
lines changed
  • packages
    • capnp-rpc-mirage
      • capnp-rpc-mirage.1.1
      • capnp-rpc-mirage.1.2.1
      • capnp-rpc-mirage.1.2.2
      • capnp-rpc-mirage.1.2
    • conduit-mirage
      • conduit-mirage.6.0.1
      • conduit-mirage.6.1.0
    • dkim-mirage/dkim-mirage.0.4.0
    • dkim
    • happy-eyeballs-lwt
      • happy-eyeballs-lwt.0.0.1
      • happy-eyeballs-lwt.0.0.2
      • happy-eyeballs-lwt.0.0.3
      • happy-eyeballs-lwt.0.0.4
      • happy-eyeballs-lwt.0.0.5
      • happy-eyeballs-lwt.0.0.8
      • happy-eyeballs-lwt.0.1.0
      • happy-eyeballs-lwt.0.1.1
      • happy-eyeballs-lwt.0.1.2
      • happy-eyeballs-lwt.0.1.3
      • happy-eyeballs-lwt.0.2.0
      • happy-eyeballs-lwt.0.3.0
      • happy-eyeballs-lwt.0.3.1
      • happy-eyeballs-lwt.0.4.0
    • happy-eyeballs-mirage
      • happy-eyeballs-mirage.0.0.1
      • happy-eyeballs-mirage.0.0.2
      • happy-eyeballs-mirage.0.0.3
      • happy-eyeballs-mirage.0.0.4
      • happy-eyeballs-mirage.0.0.5
      • happy-eyeballs-mirage.0.0.8
      • happy-eyeballs-mirage.0.1.0
      • happy-eyeballs-mirage.0.1.1
      • happy-eyeballs-mirage.0.1.2
      • happy-eyeballs-mirage.0.1.3
      • happy-eyeballs-mirage.0.2.0
      • happy-eyeballs-mirage.0.3.0
      • happy-eyeballs-mirage.0.3.1
      • happy-eyeballs-mirage.0.4.0
    • http-lwt-client
      • http-lwt-client.0.0.1
      • http-lwt-client.0.0.2
      • http-lwt-client.0.0.3
      • http-lwt-client.0.0.4
      • http-lwt-client.0.0.5
      • http-lwt-client.0.0.6
      • http-lwt-client.0.0.7
      • http-lwt-client.0.0.8
      • http-lwt-client.0.1.0
      • http-lwt-client.0.2.0
      • http-lwt-client.0.2.1
    • paf-le/paf-le.0.4.0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+51
-51
lines changed

packages/capnp-rpc-mirage/capnp-rpc-mirage.1.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ depends: [
1616
"astring" {with-test}
1717
"fmt"
1818
"logs"
19-
"dns-client" {>= "5.0.0"}
19+
"dns-client" {>= "5.0.0" & < "7.0.0"}
2020
"tls-mirage" {< "0.15.0"}
2121
"mirage-stack" {>= "2.0.0"}
2222
"arp" {>= "2.3.0" & with-test}

packages/capnp-rpc-mirage/capnp-rpc-mirage.1.2.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ depends: [
1616
"astring" {with-test}
1717
"fmt" {>= "0.8.7"}
1818
"logs"
19-
"dns-client" {>= "6.0.0"}
19+
"dns-client" {>= "6.0.0" & < "7.0.0"}
2020
"tls-mirage"
2121
"mirage-stack" {>= "2.2.0"}
2222
"arp" {>= "2.3.0" & with-test}

packages/capnp-rpc-mirage/capnp-rpc-mirage.1.2.2/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ depends: [
1515
"capnp-rpc-net" {= version}
1616
"fmt" {>= "0.8.7"}
1717
"logs"
18-
"dns-client" {>= "6.0.0"}
18+
"dns-client" {>= "6.0.0" & < "7.0.0"}
1919
"tls-mirage"
2020
"tcpip" {>= "7.0.0"}
2121
"alcotest" {>= "1.0.1" & with-test}

packages/capnp-rpc-mirage/capnp-rpc-mirage.1.2/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ depends: [
1616
"astring" {with-test}
1717
"fmt"
1818
"logs"
19-
"dns-client" {>= "5.0.0"}
19+
"dns-client" {>= "5.0.0" & < "7.0.0"}
2020
"tls-mirage" {< "0.15.0"}
2121
"mirage-stack" {>= "2.0.0"}
2222
"arp" {>= "2.3.0" & with-test}

packages/conduit-mirage/conduit-mirage.6.0.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ depends: [
1717
"mirage-flow-combinators" {>= "2.0.0"}
1818
"mirage-random" {>= "2.0.0"}
1919
"mirage-time" {>= "2.0.0"}
20-
"dns-client" {>= "6.4.0"}
20+
"dns-client" {>= "6.4.0" & < "7.0.0"}
2121
"conduit-lwt" {=version}
2222
"vchan" {>= "5.0.0"}
2323
"xenstore"

packages/conduit-mirage/conduit-mirage.6.1.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ depends: [
1717
"mirage-flow-combinators" {>= "2.0.0"}
1818
"mirage-random" {>= "2.0.0"}
1919
"mirage-time" {>= "2.0.0"}
20-
"dns-client" {>= "6.4.0"}
20+
"dns-client" {>= "6.4.0" & < "7.0.0"}
2121
"conduit-lwt" {=version}
2222
"vchan" {>= "5.0.0"}
2323
"xenstore"

packages/dkim-mirage/dkim-mirage.0.4.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ depends: [
1919
"ocaml" {>= "4.08.0"}
2020
"dune" {>= "2.0.0"}
2121
"dkim" {= version}
22-
"dns-client" {>= "6.0.0"}
22+
"dns-client" {>= "6.0.0" & < "7.0.0"}
2323
"mirage-time"
2424
"mirage-random"
2525
"mirage-clock"

packages/dkim/dkim.0.2.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ depends: [
3434
"mirage-crypto" {>= "0.10.3"}
3535
"mirage-crypto-pk" {>= "0.10.3"}
3636
"x509" {>= "0.15.0"}
37-
"mirage-crypto-rng" {with-test}
37+
"mirage-crypto-rng" {with-test & < "0.11.0"}
3838
"alcotest" {with-test}
3939
]
4040
x-commit-hash: "10b5680751d2d470af16078545e1ccfb41c9f6ed"

packages/dkim/dkim.0.3.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ depends: [
3838
"mirage-crypto" {>= "0.9.2"}
3939
"mirage-crypto-pk" {>= "0.9.2"}
4040
"x509" {>= "0.6.3"}
41-
"mirage-crypto-rng" {with-test}
41+
"mirage-crypto-rng" {with-test & < "0.11.0"}
4242
"alcotest" {with-test}
4343
]
4444
url {

packages/dkim/dkim.0.3.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ depends: [
3535
"mirage-crypto" {>= "0.9.2"}
3636
"mirage-crypto-pk" {>= "0.9.2"}
3737
"x509" {>= "0.6.3"}
38-
"mirage-crypto-rng" {with-test}
38+
"mirage-crypto-rng" {with-test & < "0.11.0"}
3939
"alcotest" {with-test}
4040
]
4141
url {

0 commit comments

Comments
 (0)