From cf093a78ecae246c52be0ad39ac894013aa2adfd Mon Sep 17 00:00:00 2001 From: Thomas Jepp Date: Wed, 16 Dec 2015 22:19:17 +0000 Subject: Fix build depends. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index cdc5e36..5605529 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: vyatta-cfg-vpn Section: contrib/net Priority: extra Maintainer: VyOS Package Maintainers -Build-Depends: debhelper (>= 5), autotools-dev, libnfnetlink-dev +Build-Depends: debhelper (>= 5), autotools-dev, libnfnetlink-dev, autoconf, automake, cpio Standards-Version: 3.7.2 Package: vyatta-cfg-vpn -- cgit v1.2.3 From 28cb3d1d5b62595f3c033b85029132fec11b3c2d Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Mon, 25 Jan 2016 14:14:16 +0100 Subject: Remove dependency on vyatta-ipsec for migration to upstream strongswan. Update standards version and description. --- debian/control | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 5605529..605e073 100644 --- a/debian/control +++ b/debian/control @@ -3,14 +3,14 @@ Section: contrib/net Priority: extra Maintainer: VyOS Package Maintainers Build-Depends: debhelper (>= 5), autotools-dev, libnfnetlink-dev, autoconf, automake, cpio -Standards-Version: 3.7.2 +Standards-Version: 3.9.1 Package: vyatta-cfg-vpn Architecture: any Depends: perl, vyatta-cfg (>= 0.15.33), vyatta-bash | bash (>= 3.1), - vyatta-ipsec, + strongswan (>= 5.2), libc6 (>= 2.7-6) -Description: VyOS VPN configuration templates/scripts - VyOS VPN configuration templates and scripts. +Description: VyOS IPsec VPN configuration templates/scripts + VyOS IPsec VPN configuration templates and scripts. -- cgit v1.2.3 From c27d2596db3acd27b8beaded9502cc48afb20c27 Mon Sep 17 00:00:00 2001 From: Kim Hagen Date: Thu, 25 Feb 2016 06:24:54 -0500 Subject: add libcrypt-openssl-rsa-perl dependency --- debian/control | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 605e073..91189e4 100644 --- a/debian/control +++ b/debian/control @@ -11,6 +11,7 @@ Depends: perl, vyatta-cfg (>= 0.15.33), vyatta-bash | bash (>= 3.1), strongswan (>= 5.2), + libcrypt-openssl-rsa-perl, libc6 (>= 2.7-6) Description: VyOS IPsec VPN configuration templates/scripts VyOS IPsec VPN configuration templates and scripts. -- cgit v1.2.3 From ce7363f43a0eedfd42c5df5753ded95f648f0108 Mon Sep 17 00:00:00 2001 From: Kim Hagen Date: Mon, 7 Mar 2016 03:40:54 -0500 Subject: add dependencies needed for dmvpn configuration --- debian/control | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 91189e4..81860fb 100644 --- a/debian/control +++ b/debian/control @@ -11,6 +11,8 @@ Depends: perl, vyatta-cfg (>= 0.15.33), vyatta-bash | bash (>= 3.1), strongswan (>= 5.2), + strongswan-libvici (>= 5.2), + strongswan-swanctl (>= 5.2), libcrypt-openssl-rsa-perl, libc6 (>= 2.7-6) Description: VyOS IPsec VPN configuration templates/scripts -- cgit v1.2.3 From 21547cc288d60c6e44268a4ef39ad71120bbfb8b Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Sat, 2 Jun 2018 03:04:17 +0200 Subject: T675: for downgrading strongswan to 5.5, remove explicit dependency on libvici. In 5.5 from stretch, it's inside the swanctl package. In 5.6 from sid, the swanctl package depends on it so we don't need to mention it explicitly anyway. --- debian/control | 1 - 1 file changed, 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 81860fb..d0dc7bc 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,6 @@ Depends: perl, vyatta-cfg (>= 0.15.33), vyatta-bash | bash (>= 3.1), strongswan (>= 5.2), - strongswan-libvici (>= 5.2), strongswan-swanctl (>= 5.2), libcrypt-openssl-rsa-perl, libc6 (>= 2.7-6) -- cgit v1.2.3