update dns-letsencrypt from upstream
This commit is contained in:
parent
5991e1dccf
commit
e5c701aead
1 changed files with 9 additions and 10 deletions
|
@ -1,4 +1,4 @@
|
|||
# Generated by mirage.v4.2.1
|
||||
# Generated by mirage.v4.3.2
|
||||
|
||||
opam-version: "2.0"
|
||||
maintainer: "dummy"
|
||||
|
@ -6,7 +6,6 @@ authors: "dummy"
|
|||
homepage: "dummy"
|
||||
bug-reports: "dummy"
|
||||
dev-repo: "git://dummy"
|
||||
|
||||
synopsis: "A DNS secondary server that pushes certificates signed by let's encrypt when certificate signing requests without a valid certificate are in the zone (using TLSA records)"
|
||||
|
||||
build: ["sh" "-exc" "mirage build"]
|
||||
|
@ -20,9 +19,8 @@ install: [
|
|||
|
||||
depends: [
|
||||
"arp" { ?monorepo & >= "3.0.0" & < "4.0.0" }
|
||||
"cohttp-mirage" { ?monorepo & >= "4.0.0" & < "6.0.0" }
|
||||
"conduit-mirage" { ?monorepo & >= "5.0.0" & >= "5.1.0" & < "6.0.0" }
|
||||
"dns-certify" { ?monorepo & >= "5.0.1" }
|
||||
"dns-client" { ?monorepo & >= "6.4.0" }
|
||||
"dns-server" { ?monorepo & >= "5.0.0" }
|
||||
"dns-tsig" { ?monorepo }
|
||||
"domain-name" { ?monorepo & >= "0.3.0" }
|
||||
|
@ -32,23 +30,24 @@ depends: [
|
|||
"letsencrypt-dns" { ?monorepo & >= "0.4.0" }
|
||||
"logs" { ?monorepo }
|
||||
"lwt" { ?monorepo }
|
||||
"mirage" { build & >= "4.2.0" & < "4.3.0" }
|
||||
"mirage" { build & >= "4.3.1" & < "4.4.0" }
|
||||
"mirage-bootvar-solo5" { ?monorepo & >= "0.6.0" & < "0.7.0" }
|
||||
"mirage-clock-solo5" { ?monorepo & >= "4.2.0" & < "5.0.0" }
|
||||
"mirage-crypto-rng-mirage" { ?monorepo & >= "0.8.0" & < "0.11.0" }
|
||||
"mirage-logs" { ?monorepo & >= "1.2.0" & < "2.0.0" }
|
||||
"mirage-net-solo5" { ?monorepo & >= "0.8.0" & < "0.9.0" }
|
||||
"mirage-random" { ?monorepo & >= "3.0.0" & < "4.0.0" }
|
||||
"mirage-runtime" { ?monorepo & >= "4.0.0" & >= "4.2.0" & < "4.3.0" }
|
||||
"mirage-runtime" { ?monorepo & >= "4.3.1" & >= "4.3.2" & < "4.4.0" }
|
||||
"mirage-solo5" { ?monorepo & >= "0.9.0" & < "0.10.0" }
|
||||
"mirage-time" { ?monorepo }
|
||||
"ocaml" { build & >= "4.08.0" }
|
||||
"ocaml-solo5" { build & >= "0.8.1" & < "0.9.0" }
|
||||
"opam-monorepo" { build & >= "0.3.2" }
|
||||
"paf-le" { ?monorepo & >= "0.4.0" }
|
||||
"randomconv" { ?monorepo }
|
||||
"solo5" { build & >= "0.7.5" & < "0.8.8" }
|
||||
"tcpip" { ?monorepo & >= "7.0.0" & < "8.0.0" }
|
||||
"tls-mirage" { ?monorepo & >= "0.13.0" & < "0.16.0" }
|
||||
"x509" { ?monorepo & >= "0.13.0" }
|
||||
"x509" { ?monorepo & >= "0.15.2" }
|
||||
]
|
||||
|
||||
x-mirage-opam-lock-location: "mirage/letsencrypt-hvt.opam.locked"
|
||||
|
@ -63,7 +62,7 @@ x-mirage-extra-repo: [
|
|||
["mirage-overlays" "https://github.com/dune-universe/mirage-opam-overlays.git"]]
|
||||
|
||||
x-opam-monorepo-opam-provided: ["mirage"
|
||||
"ocaml""ocaml-solo5"
|
||||
"opam-monorepo"]
|
||||
"ocaml""ocaml-solo5""opam-monorepo"
|
||||
"solo5"]
|
||||
|
||||
url { src: "git+https://github.com/roburio/dns-letsencrypt-secondary.git" }
|
||||
|
|
Loading…
Reference in a new issue