diff options
author | Daniil Baturin <daniil@baturin.org> | 2018-08-14 23:15:59 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-14 23:15:59 +0700 |
commit | 04cdcfab6775d83e6f80a5b4f45bffc8a6c4dc17 (patch) | |
tree | 6f0c2b069de8c54dbc98801f5464099b7e062006 /debian | |
parent | d822de344c8425b793e0595ba1d0a70c033d2cc3 (diff) | |
parent | 32ff96a64d351e9f72bc876f535f4898d9a08382 (diff) | |
download | vyos-1x-04cdcfab6775d83e6f80a5b4f45bffc8a6c4dc17.tar.gz vyos-1x-04cdcfab6775d83e6f80a5b4f45bffc8a6c4dc17.zip |
Merge pull request #27 from hagbard-01/current
T427, T773 adding wirguard support
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 7 insertions, 0 deletions
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 <vyosdev@derith.de> 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..ce9d925d3 100644 --- a/debian/control +++ b/debian/control @@ -36,6 +36,7 @@ Depends: python3, libvyosconfig0, beep, keepalived (>=2.0.5), + wireguard, ${shlibs:Depends}, ${misc:Depends} Description: VyOS configuration scripts and data |