From 1472afe76f525a38f8d3da98fa933f7b49ae10f0 Mon Sep 17 00:00:00 2001 From: hagbard Date: Sat, 11 Aug 2018 15:58:06 -0700 Subject: T427, T773: wireguard support adding package requirements --- debian/changelog | 6 ++++++ debian/control | 1 + 2 files changed, 7 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index e8519e87a..a7c428cda 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +vyos-1x (1.2.0-2) unstable; urgency=medium + + * T773: adding wireguard support + + -- hagbard Sat, 11 Aug 2018 15:51:34 -0700 + vyos-1x (1.2.0-1) unstable; urgency=medium * T666, T616: new implementation of the VRRP CLI. diff --git a/debian/control b/debian/control index c87e7452c..169053044 100644 --- a/debian/control +++ b/debian/control @@ -36,6 +36,7 @@ Depends: python3, libvyosconfig0, beep, keepalived (>=2.0.5), + vyos-wireguard, ${shlibs:Depends}, ${misc:Depends} Description: VyOS configuration scripts and data -- cgit v1.2.3 From 91bce6dd24a3f2b1307ffb582517f20a79245d2f Mon Sep 17 00:00:00 2001 From: hagbard Date: Sat, 11 Aug 2018 16:32:09 -0700 Subject: fixed pacakge name for wireguard, which differs from the one in git. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/control b/debian/control index 169053044..ce9d925d3 100644 --- a/debian/control +++ b/debian/control @@ -36,7 +36,7 @@ Depends: python3, libvyosconfig0, beep, keepalived (>=2.0.5), - vyos-wireguard, + wireguard, ${shlibs:Depends}, ${misc:Depends} Description: VyOS configuration scripts and data -- cgit v1.2.3