diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 22 | ||||
-rw-r--r-- | debian/control | 12 |
2 files changed, 29 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog index 113c0a4..ff0149b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,25 @@ +vyatta-cfg-vpn (0.12.105+vyos2+current3) unstable; urgency=medium + + * Merge StrongSWAN 5.x compatibility changes from Jeff Leung + + -- <daniil@baturin.org> Thu, 11 Feb 2016 12:31:57 -0500 + +vyatta-cfg-vpn (0.12.105+vyos2+current2) unstable; urgency=low + + * Remove dependency on vyatta-ipsec for migration to upstream + strongswan. + + -- Daniil Baturin <daniil@baturin.org> Mon, 25 Jan 2016 14:15:24 +0100 + +vyatta-cfg-vpn (0.12.105+vyos2+current1) unstable; urgency=medium + + [ Thomas Jepp ] + * Fix build depends. + + [ Kim Hagen ] + + -- Kim Hagen <kim.sidney@gmail.com> Sun, 24 Jan 2016 15:04:53 -0500 + vyatta-cfg-vpn (0.12.105+vyos2+lithium17) unstable; urgency=low [ Alex Harpin ] diff --git a/debian/control b/debian/control index cdc5e36..d0dc7bc 100644 --- a/debian/control +++ b/debian/control @@ -2,15 +2,17 @@ Source: vyatta-cfg-vpn Section: contrib/net Priority: extra Maintainer: VyOS Package Maintainers <maintainers@vyos.net> -Build-Depends: debhelper (>= 5), autotools-dev, libnfnetlink-dev -Standards-Version: 3.7.2 +Build-Depends: debhelper (>= 5), autotools-dev, libnfnetlink-dev, autoconf, automake, cpio +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), + strongswan-swanctl (>= 5.2), + libcrypt-openssl-rsa-perl, 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. |