From 44bb7b9672491c1c3f76ce66525d3e56d1e267b9 Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Wed, 3 Nov 2021 13:10:31 +0100 Subject: [PATCH] dnsvizor: update from upstream --- packages/mirage-unikernel-dnsvizor-hvt.0.0.1/opam | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/packages/mirage-unikernel-dnsvizor-hvt.0.0.1/opam b/packages/mirage-unikernel-dnsvizor-hvt.0.0.1/opam index 2217d94..27a7c96 100644 --- a/packages/mirage-unikernel-dnsvizor-hvt.0.0.1/opam +++ b/packages/mirage-unikernel-dnsvizor-hvt.0.0.1/opam @@ -1,7 +1,8 @@ -# Generated by ./config.exe configure -t hvt (2021-10-06 08:01:26-00:00). +# Generated by ./config.exe configure -t hvt (2021-11-03 08:22:09-00:00). opam-version: "2.0" name: "mirage-unikernel-dnsvizor-hvt" depends: [ "arp" + "ca-certs-nss" "charrua" "charrua-server" "dns" @@ -9,10 +10,11 @@ depends: [ "arp" "dns-mirage" "dns-resolver" "dns-server" - "dns-stub" + "dns-stub" { >= "6.0.0"} "dns-tsig" "ethernet" "functoria-runtime" + "hex" "logs" "lwt" "metrics" @@ -39,6 +41,8 @@ bug-reports: "dummy" dev-repo: "git+https://example.com/nonexistent" build: [ "sh" "-exc" "cd dns-and-dhcp && mirage configure -t hvt --allocation-policy=best-fit && mirage build" ] synopsis: "A DNS resolver and DHCP server" +build: [ "sh" "-exc" "cd dns-and-dhcp && mirage configure -t hvt && mirage build" ] +synopsis: "This is a dummy" install: [ [ "cp" "dns-and-dhcp/dnsvizor.hvt" "%{bin}%/dnsvizor.hvt" ] [ "strip" "%{bin}%/dnsvizor.hvt" ]