Skip to content

Commit b094096

Browse files
authored
Merge pull request ocaml#23928 from hannesm/restrict-happy-eyeballs
dns-client: restrict happy eyeballs for preparation of a new release
2 parents 4af2021 + 0fcdf80 commit b094096

File tree

7 files changed

+7
-7
lines changed
  • packages
    • dns-client-lwt
      • dns-client-lwt.7.0.0
      • dns-client-lwt.7.0.1
      • dns-client-lwt.7.0.2
    • dns-client-mirage
      • dns-client-mirage.7.0.0
      • dns-client-mirage.7.0.1
      • dns-client-mirage.7.0.2
    • dns-client/dns-client.6.4.1

7 files changed

+7
-7
lines changed

packages/dns-client-lwt/dns-client-lwt.7.0.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ depends: [
2121
"lwt" {>= "4.2.1"}
2222
"mtime" {>= "1.2.0"}
2323
"mirage-crypto-rng-lwt" {>= "0.11.0"}
24-
"happy-eyeballs" {>= "0.4.0"}
24+
"happy-eyeballs" {>= "0.4.0" & < "0.6.0"}
2525
"tls-lwt" {>= "0.16.0"}
2626
"ca-certs"
2727
]

packages/dns-client-lwt/dns-client-lwt.7.0.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ depends: [
2121
"lwt" {>= "4.2.1"}
2222
"mtime" {>= "1.2.0"}
2323
"mirage-crypto-rng-lwt" {>= "0.11.0"}
24-
"happy-eyeballs" {>= "0.4.0"}
24+
"happy-eyeballs" {>= "0.4.0" & < "0.6.0"}
2525
"tls-lwt" {>= "0.16.0"}
2626
"ca-certs"
2727
]

packages/dns-client-lwt/dns-client-lwt.7.0.2/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ depends: [
2121
"lwt" {>= "4.2.1"}
2222
"mtime" {>= "1.2.0"}
2323
"mirage-crypto-rng-lwt" {>= "0.11.0"}
24-
"happy-eyeballs" {>= "0.4.0"}
24+
"happy-eyeballs" {>= "0.4.0" & < "0.6.0"}
2525
"tls-lwt" {>= "0.16.0"}
2626
"ca-certs"
2727
]

packages/dns-client-mirage/dns-client-mirage.7.0.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ depends: [
2323
"mirage-random" {>= "2.0.0"}
2424
"mirage-time" {>= "2.0.0"}
2525
"mirage-clock" {>= "3.0.0"}
26-
"happy-eyeballs" {>= "0.4.0"}
26+
"happy-eyeballs" {>= "0.4.0" & < "0.6.0"}
2727
"tls-mirage" {>= "0.16.0"}
2828
"x509" {>= "0.16.0"}
2929
"ca-certs-nss"

packages/dns-client-mirage/dns-client-mirage.7.0.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ depends: [
2323
"mirage-random" {>= "2.0.0"}
2424
"mirage-time" {>= "2.0.0"}
2525
"mirage-clock" {>= "3.0.0"}
26-
"happy-eyeballs" {>= "0.4.0"}
26+
"happy-eyeballs" {>= "0.4.0" & < "0.6.0"}
2727
"tls-mirage" {>= "0.16.0"}
2828
"x509" {>= "0.16.0"}
2929
"ca-certs-nss"

packages/dns-client-mirage/dns-client-mirage.7.0.2/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ depends: [
2323
"mirage-random" {>= "2.0.0"}
2424
"mirage-time" {>= "2.0.0"}
2525
"mirage-clock" {>= "3.0.0"}
26-
"happy-eyeballs" {>= "0.4.0"}
26+
"happy-eyeballs" {>= "0.4.0" & < "0.6.0"}
2727
"tls-mirage" {>= "0.16.0"}
2828
"x509" {>= "0.16.0"}
2929
"ca-certs-nss"

packages/dns-client/dns-client.6.4.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ depends: [
2929
"mirage-clock" {>= "3.0.0"}
3030
"mtime" {>= "1.2.0"}
3131
"mirage-crypto-rng" {>= "0.8.0"}
32-
"happy-eyeballs" {>= "0.4.0"}
32+
"happy-eyeballs" {>= "0.4.0" & < "0.6.0"}
3333
"alcotest" {with-test}
3434
"tls" {>= "0.15.0" & < "0.16.0"}
3535
"tls-mirage" {>= "0.15.0"}

0 commit comments

Comments
 (0)