openvpn: updates

This commit is contained in:
Hannes Mehnert 2022-01-09 15:18:18 +01:00
parent 54f6cc2c7d
commit 91a7c04fd6
2 changed files with 7 additions and 9 deletions

View file

@ -1,16 +1,16 @@
# Generated by ./config.exe configure -t hvt --allocation-policy=best-fit (2021-05-04 21:03:08-00:00). # Generated by ./config.exe configure -t hvt --allocation-policy=best-fit (2022-01-09 14:17:00-00:00).
opam-version: "2.0" opam-version: "2.0"
name: "mirage-unikernel-ovpn_router-hvt" name: "mirage-unikernel-ovpn_router-hvt"
depends: [ "arp" { >= "2.3.0" & < "3.0.0"} depends: [ "arp" { >= "3.0.0" & < "4.0.0"}
"ethernet" { >= "2.2.0" & < "3.0.0"} "ethernet" { >= "3.0.0" & < "4.0.0"}
"functoria-runtime" "functoria-runtime"
"logs" "logs"
"logs-syslog" { >= "0.3.0" & < "0.4"} "logs-syslog" { >= "0.3.0"}
"lwt" "lwt"
"mirage" {build & >= "3.10.0" & < "3.11.0"} "mirage" {build & >= "3.10.0" & < "3.11.0"}
"mirage-block-solo5" { >= "0.6.1" & < "0.7.0"} "mirage-block-solo5" { >= "0.6.1" & < "0.7.0"}
"mirage-bootvar-solo5" { >= "0.6.0" & < "0.7.0"} "mirage-bootvar-solo5" { >= "0.6.0" & < "0.7.0"}
"mirage-clock-freestanding" { >= "3.0.0" & < "4.0.0"} "mirage-clock-freestanding" { >= "3.0.0" & < "5.0.0"}
"mirage-console-solo5" { >= "0.6.1" & < "0.7.0"} "mirage-console-solo5" { >= "0.6.1" & < "0.7.0"}
"mirage-crypto-rng-mirage" { >= "0.8.0" & < "0.11.0"} "mirage-crypto-rng-mirage" { >= "0.8.0" & < "0.11.0"}
"mirage-kv" "mirage-kv"
@ -26,7 +26,7 @@ depends: [ "arp" { >= "2.3.0" & < "3.0.0"}
"ocamlfind" {build} "ocamlfind" {build}
"openvpn" "openvpn"
"solo5-bindings-hvt" { >= "0.6.0" & < "0.7.0"} "solo5-bindings-hvt" { >= "0.6.0" & < "0.7.0"}
"tcpip" { >= "6.1.0" & < "7.0.0"} "tcpip" { >= "7.0.0" & < "8.0.0"}
] ]
maintainer: "dummy" maintainer: "dummy"
authors: "dummy" authors: "dummy"

View file

@ -49,9 +49,7 @@ depends: [
"mtime" "mtime"
"randomconv" "randomconv"
# mirage: # mirage:
"mirage-stack" {>= "2.2.0"} "tcpip" {>= "7.0.0"}
"mirage-protocols" {>= "5.0.0"}
"tcpip" {>= "4.1.0"}
"mirage-random" {>= "2.0.0"} "mirage-random" {>= "2.0.0"}
"mirage-clock" {>= "3.0.0"} "mirage-clock" {>= "3.0.0"}