update openvpn from upstream
This commit is contained in:
parent
51e2be0ed2
commit
7fc95e921a
1 changed files with 5 additions and 2 deletions
|
@ -35,11 +35,13 @@ depends: [
|
|||
"cstruct-lwt"
|
||||
"lwt" {>= "5.6.0"}
|
||||
"mirage-crypto"
|
||||
"mirage-crypto-rng" {>= "0.8.0"}
|
||||
"mirage-crypto-rng" {>= "0.11.0"}
|
||||
"mirage-crypto-rng-lwt" {>= "0.11.0"}
|
||||
"ptime"
|
||||
"rresult"
|
||||
"tls" {>= "0.15.0"}
|
||||
"dns-client" {>= "6.0.0"}
|
||||
"dns-client" {>= "7.0.0"}
|
||||
"dns-client-lwt" {>= "7.0.0"}
|
||||
"x509" {>= "0.15.0"}
|
||||
"duration"
|
||||
|
||||
|
@ -49,6 +51,7 @@ depends: [
|
|||
"mtime"
|
||||
"randomconv"
|
||||
# mirage:
|
||||
"dns-client-mirage" {>= "7.0.0"}
|
||||
"tcpip" {>= "7.0.0"}
|
||||
"mirage-random" {>= "2.0.0"}
|
||||
"mirage-clock" {>= "3.0.0"}
|
||||
|
|
Loading…
Reference in a new issue