dns-letsencrypt goes mirageos 4

This commit is contained in:
Hannes Mehnert 2022-08-29 18:18:40 +02:00
parent ab04614eaa
commit 029b16dec5
4 changed files with 140 additions and 103 deletions

View file

@ -1,50 +0,0 @@
# Generated by ./config.exe configure -t hvt --allocation-policy=best-fit (2022-01-09 14:47:45-00:00).
opam-version: "2.0"
name: "mirage-unikernel-letsencrypt-hvt"
depends: [ "arp" { >= "3.0.0" & < "4.0.0"}
"cohttp-mirage" { >= "4.0.0" & < "5.0.0"}
"conduit-mirage" { >= "5.0.0" & < "6.0.0"}
"dns-certify" { >= "5.0.1"}
"dns-server" { >= "5.0.0"}
"dns-tsig"
"domain-name" { >= "0.3.0"}
"duration"
"ethernet" { >= "3.0.0" & < "4.0.0"}
"functoria-runtime"
"letsencrypt" { >= "0.4.0"}
"letsencrypt-dns" { >= "0.4.0"}
"logs"
"lwt"
"mirage" {build & >= "3.10.0" & < "3.11.0"}
"mirage-bootvar-solo5" { >= "0.6.0" & < "0.7.0"}
"mirage-clock-freestanding" { >= "3.0.0" & < "5.0.0"}
"mirage-crypto-rng-mirage" { >= "0.8.0" & < "0.11.0"}
"mirage-logs" { >= "1.2.0" & < "2.0.0"}
"mirage-net-solo5" { >= "0.6.1" & < "0.7.0"}
"mirage-runtime" { >= "3.10.0" & >= "3.10.4" & < "3.11.0"}
"mirage-solo5" { >= "0.6.1" & < "0.7.0"}
"mirage-types" { >= "3.10.0" & < "3.11.0"}
"mirage-types-lwt" { >= "3.10.0" & < "3.11.0"}
"ocaml" {build & >= "4.08.0"}
"ocamlbuild" {build}
"ocamlfind" {build}
"randomconv"
"solo5-bindings-hvt" { >= "0.6.0" & < "0.7.0"}
"tcpip" { >= "7.0.0" & < "8.0.0"}
"tls-mirage" { >= "0.13.0" & < "0.16.0"}
"x509" { >= "0.13.0"}
]
maintainer: "dummy"
authors: "dummy"
homepage: "dummy"
bug-reports: "dummy"
dev-repo: "git+https://example.com/nonexistent"
build: [ "sh" "-exc" "mirage configure -t hvt --allocation-policy=best-fit && mirage build" ]
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)"
install: [
[ "cp" "letsencrypt.hvt" "%{bin}%/letsencrypt.hvt" ]
[ "strip" "%{bin}%/letsencrypt.hvt" ]
[ "cp" "letsencrypt.hvt" "%{prefix}%/letsencrypt.hvt.debug" ]
[ "cp" "README.md" "%{prefix}%/README.md" ]
]
url { src: "git+https://github.com/roburio/dns-letsencrypt-secondary.git" }

View file

@ -0,0 +1,69 @@
# Generated by mirage.v4.2.1
opam-version: "2.0"
maintainer: "dummy"
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"]
install: [
[ "cp" "dist/letsencrypt.hvt" "%{bin}%/letsencrypt.hvt" ]
[ "strip" "%{bin}%/letsencrypt.hvt" ]
[ "cp" "dist/letsencrypt.hvt" "%{prefix}%/letsencrypt.hvt.debug" ]
[ "cp" "README.md" "%{prefix}%/README.md" ]
]
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-server" { ?monorepo & >= "5.0.0" }
"dns-tsig" { ?monorepo }
"domain-name" { ?monorepo & >= "0.3.0" }
"duration" { ?monorepo }
"ethernet" { ?monorepo & >= "3.0.0" & < "4.0.0" }
"letsencrypt" { ?monorepo & >= "0.4.0" }
"letsencrypt-dns" { ?monorepo & >= "0.4.0" }
"logs" { ?monorepo }
"lwt" { ?monorepo }
"mirage" { build & >= "4.2.0" & < "4.3.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-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" }
"randomconv" { ?monorepo }
"tcpip" { ?monorepo & >= "7.0.0" & < "8.0.0" }
"tls-mirage" { ?monorepo & >= "0.13.0" & < "0.16.0" }
"x509" { ?monorepo & >= "0.13.0" }
]
x-mirage-opam-lock-location: "mirage/letsencrypt-hvt.opam.locked"
x-mirage-configure: ["sh" "-exc" "mirage configure -t hvt --allocation-policy=best-fit --context ./mirage/context --no-extra-repo"]
x-mirage-pre-build: [make "lock" "depext-lockfile" "pull"]
x-mirage-extra-repo: [
["opam-overlays" "https://github.com/dune-universe/opam-overlays.git"]
["mirage-overlays" "https://github.com/dune-universe/mirage-opam-overlays.git"]]
x-opam-monorepo-opam-provided: ["mirage"
"ocaml""ocaml-solo5"
"opam-monorepo"]
url { src: "git+https://github.com/roburio/dns-letsencrypt-secondary.git" }

View file

@ -1,53 +0,0 @@
# Generated by ./config.exe configure -t hvt --allocation-policy=best-fit (2022-01-09 14:48:44-00:00).
opam-version: "2.0"
name: "mirage-unikernel-letsencrypt-hvt"
depends: [ "arp" { >= "3.0.0" & < "4.0.0"}
"cohttp-mirage" { >= "4.0.0" & < "5.0.0"}
"conduit-mirage" { >= "5.0.0" & < "6.0.0"}
"dns-certify" { >= "5.0.1"}
"dns-server" { >= "5.0.0"}
"dns-tsig"
"domain-name" { >= "0.3.0"}
"duration"
"ethernet" { >= "3.0.0" & < "4.0.0"}
"functoria-runtime"
"letsencrypt" { >= "0.4.0"}
"letsencrypt-dns" { >= "0.4.0"}
"logs"
"logs-syslog" { >= "0.3.0"}
"lwt"
"mirage" {build & >= "3.10.0" & < "3.11.0"}
"mirage-bootvar-solo5" { >= "0.6.0" & < "0.7.0"}
"mirage-clock-freestanding" { >= "3.0.0" & < "5.0.0"}
"mirage-console-solo5" { >= "0.6.1" & < "0.7.0"}
"mirage-crypto-rng-mirage" { >= "0.8.0" & < "0.11.0"}
"mirage-logs" { >= "1.2.0" & < "2.0.0"}
"mirage-monitoring"
"mirage-net-solo5" { >= "0.6.1" & < "0.7.0"}
"mirage-runtime" { >= "3.10.0" & >= "3.10.4" & < "3.11.0"}
"mirage-solo5" { >= "0.6.1" & < "0.7.0"}
"mirage-types" { >= "3.10.0" & < "3.11.0"}
"mirage-types-lwt" { >= "3.10.0" & < "3.11.0"}
"ocaml" {build & >= "4.08.0"}
"ocamlbuild" {build}
"ocamlfind" {build}
"randomconv"
"solo5-bindings-hvt" { >= "0.6.0" & < "0.7.0"}
"tcpip" { >= "7.0.0" & < "8.0.0"}
"tls-mirage" { >= "0.13.0" & < "0.16.0"}
"x509" { >= "0.13.0"}
]
maintainer: "dummy"
authors: "dummy"
homepage: "dummy"
bug-reports: "dummy"
dev-repo: "git+https://example.com/nonexistent"
build: [ "sh" "-exc" "mirage configure -t hvt --allocation-policy=best-fit && mirage build" ]
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), reports metrics to influx"
install: [
[ "cp" "letsencrypt.hvt" "%{bin}%/letsencrypt.hvt" ]
[ "strip" "%{bin}%/letsencrypt.hvt" ]
[ "cp" "letsencrypt.hvt" "%{prefix}%/letsencrypt.hvt.debug" ]
[ "cp" "README.md" "%{prefix}%/README.md" ]
]
url { src: "git+https://github.com/roburio/dns-letsencrypt-secondary.git#future" }

View file

@ -0,0 +1,71 @@
# Generated by mirage.v4.2.1
opam-version: "2.0"
maintainer: "dummy"
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), reports metrics to influx"
build: ["sh" "-exc" "mirage build"]
install: [
[ "cp" "dist/letsencrypt.hvt" "%{bin}%/letsencrypt.hvt" ]
[ "strip" "%{bin}%/letsencrypt.hvt" ]
[ "cp" "dist/letsencrypt.hvt" "%{prefix}%/letsencrypt.hvt.debug" ]
[ "cp" "README.md" "%{prefix}%/README.md" ]
]
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-server" { ?monorepo & >= "5.0.0" }
"dns-tsig" { ?monorepo }
"domain-name" { ?monorepo & >= "0.3.0" }
"duration" { ?monorepo }
"ethernet" { ?monorepo & >= "3.0.0" & < "4.0.0" }
"letsencrypt" { ?monorepo & >= "0.4.0" }
"letsencrypt-dns" { ?monorepo & >= "0.4.0" }
"logs" { ?monorepo }
"logs-syslog" { ?monorepo & >= "0.3.0" }
"lwt" { ?monorepo }
"mirage" { build & >= "4.2.0" & < "4.3.0" }
"mirage-bootvar-solo5" { ?monorepo & >= "0.6.0" & < "0.7.0" }
"mirage-clock-solo5" { ?monorepo & >= "4.2.0" & < "5.0.0" }
"mirage-console-solo5" { ?monorepo & >= "0.8.0" & < "0.9.0" }
"mirage-crypto-rng-mirage" { ?monorepo & >= "0.8.0" & < "0.11.0" }
"mirage-logs" { ?monorepo & >= "1.2.0" & < "2.0.0" }
"mirage-monitoring" { ?monorepo }
"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-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" }
"randomconv" { ?monorepo }
"tcpip" { ?monorepo & >= "7.0.0" & < "8.0.0" }
"tls-mirage" { ?monorepo & >= "0.13.0" & < "0.16.0" }
"x509" { ?monorepo & >= "0.13.0" }
]
x-mirage-opam-lock-location: "mirage/letsencrypt-hvt.opam.locked"
x-mirage-configure: ["sh" "-exc" "mirage configure -t hvt --allocation-policy=best-fit --context ./mirage/context --no-extra-repo"]
x-mirage-pre-build: [make "lock" "depext-lockfile" "pull"]
x-mirage-extra-repo: [
["opam-overlays" "https://github.com/dune-universe/opam-overlays.git"]
["mirage-overlays" "https://github.com/dune-universe/mirage-opam-overlays.git"]]
x-opam-monorepo-opam-provided: ["mirage"
"ocaml""ocaml-solo5"
"opam-monorepo"]
url { src: "git+https://github.com/roburio/dns-letsencrypt-secondary.git#future" }