diff options
author | Indrajit Raychaudhuri <irc@indrajit.com> | 2023-11-02 20:15:49 -0500 |
---|---|---|
committer | Indrajit Raychaudhuri <irc@indrajit.com> | 2023-11-05 10:52:21 -0600 |
commit | 50c506a9be56b548a8d461f3e019165c384f49d3 (patch) | |
tree | 2650cc25f5ef4d492e2e793eacd97e515cf08277 /debian | |
parent | fd5cdaa7a6688eb8ec5c8df26be27253b8ca140f (diff) | |
download | vyos-1x-50c506a9be56b548a8d461f3e019165c384f49d3.tar.gz vyos-1x-50c506a9be56b548a8d461f3e019165c384f49d3.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')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 32de13f1b..d2ed3991a 100644 --- a/debian/control +++ b/debian/control @@ -155,7 +155,7 @@ Depends: # For "set service aws glb" aws-gwlbtun, # For "service dns dynamic" - ddclient (>= 3.9.1), + ddclient (>= 3.11.1), # End "service dns dynamic" # # For "service ids" fastnetmon [amd64], |