[packages] updatedd: update zoneedit dyndns server hostname
authorAndy Boyett <agb@openwrt.org>
Thu, 19 Jun 2008 07:45:57 +0000 (07:45 +0000)
committerAndy Boyett <agb@openwrt.org>
Thu, 19 Jun 2008 07:45:57 +0000 (07:45 +0000)
 - Server has moved from www.zoneedit.com to dynamic.zoneedit.com

SVN-Revision: 11537

net/updatedd/patches/001-service_libname.patch
net/updatedd/patches/003-zoneedit-url-fix.patch [new file with mode: 0644]

index a4750516efd2d424cc3046b2b1f2dbbe0924ecc9..0003a6ed4acf573cd6e6142c665e1cd233b5af22 100644 (file)
@@ -1,7 +1,5 @@
-Index: updatedd-2.6/src/updatedd.c
-===================================================================
---- updatedd-2.6.orig/src/updatedd.c   2007-09-16 21:00:07.000000000 +0200
-+++ updatedd-2.6/src/updatedd.c        2007-09-16 21:00:07.000000000 +0200
+--- a/src/updatedd.c
++++ b/src/updatedd.c
 @@ -36,7 +36,8 @@
  #include <limits.h> /* PATH_MAX */
  #include "updatedd.h"
diff --git a/net/updatedd/patches/003-zoneedit-url-fix.patch b/net/updatedd/patches/003-zoneedit-url-fix.patch
new file mode 100644 (file)
index 0000000..9e40001
--- /dev/null
@@ -0,0 +1,11 @@
+--- a/src/plugins/libzoneedit.h
++++ b/src/plugins/libzoneedit.h
+@@ -21,7 +21,7 @@
+ #include <ret_codes.h>
+-#define DYNDNSHOST    "www.zoneedit.com"
++#define DYNDNSHOST    "dynamic.zoneedit.com"
+ #define PORT          80
+ #define BUFSIZE               4096