update dnsvizor

This commit is contained in:
Hannes Mehnert 2024-10-08 10:35:51 +02:00
parent 9a9b84257b
commit fdd562c360

View file

@ -8,12 +8,12 @@ bug-reports: "dummy"
dev-repo: "git://dummy"
synopsis: "A DNS resolver and DHCP server"
build: [make "-Cdns-and-dhcp/" "build"]
build: [make "build"]
install: [
[ "cp" "dns-and-dhcp/dist/dnsvizor.hvt" "%{bin}%/dnsvizor.hvt" ]
[ "cp" "dist/dnsvizor.hvt" "%{bin}%/dnsvizor.hvt" ]
[ "strip" "%{bin}%/dnsvizor.hvt" ]
[ "cp" "dns-and-dhcp/dist/dnsvizor.hvt" "%{prefix}%/dnsvizor.hvt.debug" ]
[ "cp" "dist/dnsvizor.hvt" "%{prefix}%/dnsvizor.hvt.debug" ]
[ "cp" "README.md" "%{prefix}%/README.md" ]
]
@ -26,7 +26,7 @@ depends: [
"dns-mirage" { ?monorepo }
"dns-resolver" { ?monorepo }
"dns-server" { ?monorepo }
"dns-stub" { ?monorepo & >= "6.4.0" }
"dns-stub" { ?monorepo }
"dns-tsig" { ?monorepo }
"duration" { ?monorepo & < "1.0.0" }
"ethernet" { ?monorepo & >= "3.0.0" }
@ -48,11 +48,11 @@ depends: [
"tcpip" { ?monorepo & >= "7.0.0" }
]
x-mirage-opam-lock-location: "dns-and-dhcp/mirage/dnsvizor-hvt.opam.locked"
x-mirage-opam-lock-location: "mirage/dnsvizor-hvt.opam.locked"
x-mirage-configure: ["sh" "-exc" "cd dns-and-dhcp/ && mirage configure -t hvt --context ./mirage/context --no-extra-repo"]
x-mirage-configure: ["sh" "-exc" "mirage configure -t hvt --context ./mirage/context --no-extra-repo"]
x-mirage-pre-build: [make "-Cdns-and-dhcp/" "lock" "depext-lockfile" "pull"]
x-mirage-pre-build: [make "lock" "depext-lockfile" "pull"]
x-mirage-extra-repo: [
["opam-overlays" "https://github.com/dune-universe/opam-overlays.git"]