FS#40645 - [ddclient] sample config file contains outdated entry for zoneedit1

Attached to Project: Community Packages
Opened by jozef riha (jose1711) - Monday, 02 June 2014, 21:26 GMT
Last edited by Jonathan Steel (jsteel) - Sunday, 19 October 2014, 15:52 GMT
Task Type Bug Report
Category Upstream Bugs
Status Closed
Assigned To Jonathan Steel (jsteel)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
sample ddclient.conf contains invalid (outdated) url for zoneedit.com

Additional info:
* 3.8.2

With the package shipped
"server=dynamic.zoneedit.com" in ddclient.conf you'll get this response:
Jun 1 21:10:34 localhost ddclient[939]: FAILED: updating example.domain: Could not connect to dynamic.zoneedit.com

In order to fix it, you must supply the following string:
server=https://api2.zoneedit.com

and modify line 2977
$url .= "http://$config{$h}{'server'}/auth/dynamic.html"; --> $url .= "https://$config{$h}{'server'}/auth/dynamic.html";
This task depends upon

Closed by  Jonathan Steel (jsteel)
Sunday, 19 October 2014, 15:52 GMT
Reason for closing:  Fixed
Additional comments about closing:  3.8.2-3
Comment by Doug Newgard (Scimmia) - Monday, 02 June 2014, 22:25 GMT
That file comes from upstream, not from Arch. You might want to notify them.
Comment by jozef riha (jose1711) - Saturday, 07 June 2014, 20:37 GMT
already reported in upstream (https://sourceforge.net/p/ddclient/bugs/67/) and seems rotting there
Comment by Jonathan Steel (jsteel) - Wednesday, 18 June 2014, 17:43 GMT
Either ddclient should make the change, or ZoneEdit should put in some redirects. Either way we shouldn't be having to patch this. That bug has been open for less than two months. I won't resort to a patch just yet.
Comment by jozef riha (jose1711) - Sunday, 19 October 2014, 13:47 GMT
  • Field changed: Percent Complete (100% → 0%)
now that zoneedit has been migrated/merged with easydns, this patch actually needs to be reverted!

Loading...