diff options
author | Seamus Caveney <scv@brinstar.org> | 2016-01-27 09:05:44 -0500 |
---|---|---|
committer | Seamus Caveney <scv@brinstar.org> | 2016-01-27 09:05:44 -0500 |
commit | 1e7d61cb1104aacb494cc81f693147a27cee9e3f (patch) | |
tree | e15fd30a8995dbd3d2e4845cc6accb02adad4b11 | |
parent | 1415c7fb591cc210a49b46453c4968fc41894b47 (diff) | |
parent | a4ec1d5d58c0f791532244ae8320ac74f2cfa609 (diff) | |
download | vyatta-cfg-system-1e7d61cb1104aacb494cc81f693147a27cee9e3f.tar.gz vyatta-cfg-system-1e7d61cb1104aacb494cc81f693147a27cee9e3f.zip |
Merge remote branch 'upstream/current' into current
-rw-r--r-- | debian/changelog | 13 | ||||
-rw-r--r-- | debian/control | 17 |
2 files changed, 21 insertions, 9 deletions
diff --git a/debian/changelog b/debian/changelog index 0e80c4e1..2d7dc77f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +vyatta-cfg-system (0.20.44+vyos2+current3) unstable; urgency=medium + + [ Kim Hagen ] + * Update 'is_live_cd_boot' and 'is_union_instal' functions to search on 'overlay' instead of 'overlayfs' + + [ Seamus Caveney ] + * vyatta-cfg-system: add support for 6rd tunnel interfaces + + [ Daniil Baturin ] + * Sanitize dependencies, use ISC DHCP client. + + -- Daniil Baturin <daniil@baturin.org> Wed, 27 Jan 2016 08:24:32 -0500 + vyatta-cfg-system (0.20.44+vyos2+current2) unstable; urgency=medium * Update dependencies diff --git a/debian/control b/debian/control index 7f2f2133..5edd8be0 100644 --- a/debian/control +++ b/debian/control @@ -20,17 +20,17 @@ Depends: adduser, libpam-runtime (>= 1.0.1-5), vyatta-bash | bash (>= 3.1), sysv-rc, - ntp (>= 4.2.4p6+vyatta-7), + ntp (>= 4.2), udev (>= 160-1), rsyslog | system-log-daemon, busybox, sudo, - snmpd (>= 5.4.2.1-vyatta11), - vyatta-keepalived (>= 1.1.15-1-vyatta-5), + snmpd, + keepalived, bridge-utils, ethtool, - ssh (>= 1:5.1p1-5), - openssh-server (>= 1:5.1p1-5), + ssh, + openssh-server, ed, ifupdown, tshark, @@ -42,7 +42,7 @@ Depends: adduser, tasksel, snmp, tcpdump, - dnsmasq (>= 2.45-1+lenny1), + dnsmasq, mdadm, ddclient (>= 3.8.2+vyos2+current1), dnsutils, @@ -53,9 +53,8 @@ Depends: adduser, apt-transport-https, hostapd (>= 1:0.6.9-3), libcap2-bin (>= 2.19), - vyatta-dhcp3-client (>= 4.1.8+vyos2+current1), - vlan, - iproute, + isc-dhcp-client, + iproute2, curl, parted, libsnmp-perl, |