diff options
author | Daniil Baturin <daniil@baturin.org> | 2018-08-27 00:00:00 +0200 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2018-08-27 00:00:00 +0200 |
commit | 2fbd0e519cc232d86651df3f00eca1135ed58af8 (patch) | |
tree | ac4f22b488a3e3c19d3b4222cd0dcae7fd8848f4 | |
parent | 68b37220255fff247cc8796fee29070d2634707c (diff) | |
download | vyatta-cfg-vpn-2fbd0e519cc232d86651df3f00eca1135ed58af8.tar.gz vyatta-cfg-vpn-2fbd0e519cc232d86651df3f00eca1135ed58af8.zip |
Add plugins to dependencies.
-rw-r--r-- | debian/control | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/debian/control b/debian/control index d0dc7bc..ae58f6e 100644 --- a/debian/control +++ b/debian/control @@ -10,8 +10,10 @@ Architecture: any Depends: perl, vyatta-cfg (>= 0.15.33), vyatta-bash | bash (>= 3.1), - strongswan (>= 5.2), - strongswan-swanctl (>= 5.2), + strongswan (>= 5.6), + strongswan-swanctl (>= 5.6), + libstrongswan-extra-plugins (>=5.6), + libcharon-extra-plugins (>=5.6), libcrypt-openssl-rsa-perl, libc6 (>= 2.7-6) Description: VyOS IPsec VPN configuration templates/scripts |