summaryrefslogtreecommitdiff
path: root/packages/ddclient
AgeCommit message (Collapse)Author
2023-12-01ddclient: T5797: Upgrade to ddclient 3.11.2Indrajit Raychaudhuri
Upgrade to ddclient 3.11.2 and remove the patches that are now included in the release version.
2023-11-04ddclient: T5708: Upgrade to ddclient 3.11.1Indrajit Raychaudhuri
- Upgrade to ddclient 3.11.1 - Remove patches that are now upstream - Add patch for duckdns dual stack
2023-09-12ddclient: T5573: Patch ddclient to fix caching issues with new providersIndrajit Raychaudhuri
For details see: - https://github.com/ddclient/ddclient/issues/544 - https://github.com/rrthomas/ddclient/pull/10
2023-06-05ddclient: T5144: disable arm64 build - package uses architecture allChristian Breunig
2023-06-04dns: T5144: Create VyOS specific ddclient build with upstream fixesIndrajit Raychaudhuri
This is VyOS specific build based on current Debian 3.10.0-3 with the following patches: - z1_perhost-variable-new-style.patch (see ddclient/ddclient#505) - z2_dyndns2-ipv4-ipv6.patch (see ddclient/ddclient#502) - z3_duckdns-reply-fix.patch (see ddclient/ddclient#506) - z4_dyndns2-multiline-multihost-fix.patch (see ddclient/ddclient#542)
2019-04-23Remove outdated/unmaintained submodulesChristian Poessinger
All registered Git submodules were out of date. Even worse some of the modules are no longer in use and have been replaced by upstream packages. Keeping invalid information is even worse then no information. All required VyOS packages can be found in the future build-packages script.
2019-01-17build-submodules: add ddclient and vyatta-biosdevnameChristian Poessinger