diff options
author | Alex Harpin <development@landsofshadow.co.uk> | 2015-01-03 18:19:06 +0000 |
---|---|---|
committer | Alex Harpin <development@landsofshadow.co.uk> | 2015-01-03 18:19:06 +0000 |
commit | b92db46bed95723c5b0ab41caba967036f8c0273 (patch) | |
tree | 4aa488a2cf3b5197919105aec60d9439f847da8b /debian/control | |
parent | 8a8ab4fb31e75fba4018b8310d7c13de1baff572 (diff) | |
download | vyatta-cfg-system-b92db46bed95723c5b0ab41caba967036f8c0273.tar.gz vyatta-cfg-system-b92db46bed95723c5b0ab41caba967036f8c0273.zip |
vyatta-cfg-system: set required version of ddclient for freedns support
Set the required version of ddclient to a version that includes support
for freedns, as this is now included in the configuration options.
Bug #287 http://bugzilla.vyos.net/show_bug.cgi?id=287
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 9cf52f39..42a466f6 100644 --- a/debian/control +++ b/debian/control @@ -44,7 +44,7 @@ Depends: adduser, tcpdump, dnsmasq (>= 2.45-1+lenny1), mdadm, - ddclient (>= 3.7.3-4.2), + ddclient (>= 3.8.2+vyos2+lithium4), libio-socket-ssl-perl, vyatta-biosdevname, ipvsadm (>= 1:1.24-2.1), |