-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Open
Labels
Description
Package Name
ddns-scripts
Maintainer
OpenWrt Version
SNAPSHOT
OpenWrt Target/Subtarget
bcm27xx/bcm2712
Steps to Reproduce
- Install ddns-scripts and ddns-scripts-ovh
Actual Behaviour
openssl-utils and curl are pulled in
These are heavy dependencies and should not be necessary.
The original 'root cause' analysis in #27526 is flawed. It claims that the OVH DynHost API has changed. This is not the case as 24.10.5 systems using ddns-scripts for the ovh provider continue to work well.
This mistaken analysis has lead to a much heaver 'solution' than is likely required, and consists of an ad-hoc usage of HTTPS Basic Authentication using a script relying on openssl and curl.
I believe (and am working on setting things up to do this myself) determining the true 'root cause' of the issue and implementing a lighter-weight solution should be preferred.
Confirmation Checklist
- The package is maintained in this repository.
- I understand that issues related to the base OpenWrt repository or LuCI repository will be closed.
- I am reporting an issue for OpenWrt, not an unsupported fork.
GeorgeSapkin