diff options
Diffstat (limited to 'debian')
-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, |