diff options
author | Indrajit Raychaudhuri <irc@indrajit.com> | 2023-11-02 20:15:49 -0500 |
---|---|---|
committer | Indrajit Raychaudhuri <irc@indrajit.com> | 2023-11-30 21:42:23 -0600 |
commit | 4419244972ad1183ae42665dd453abb19e162ed5 (patch) | |
tree | 920e0f444bdeabfcb25451b58b2fd1b8d9ecf697 /debian/control | |
parent | e058ee4909728541f3cd63110908c86214bf76c0 (diff) | |
download | vyos-1x-4419244972ad1183ae42665dd453abb19e162ed5.tar.gz vyos-1x-4419244972ad1183ae42665dd453abb19e162ed5.zip |
ddclient: T5708: Migration to 3.11.1 and related improvements
- Migrate to ddclient 3.11.1 and enforce debian/control dependency
- Add dual stack support for additional protocols
- Restrict usage of `porkbun` protocol, VyOS configuration structure
isn't compatible with porkbun yet
- Improve and cleanup error messages
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 42c0b580b..ae54d6ed6 100644 --- a/debian/control +++ b/debian/control @@ -48,7 +48,7 @@ Depends: cron, curl, dbus, - ddclient (>= 3.9.1), + ddclient (>= 3.11.1), dropbear, easy-rsa, etherwake, |