From bc6b29bbf914498accb19255db313ef7776e5f0d Mon Sep 17 00:00:00 2001 From: Andy Boyett Date: Thu, 19 Jun 2008 07:45:57 +0000 Subject: [PATCH] updatedd: update zoneedit dyndns server hostname - Server has moved from www.zoneedit.com to dynamic.zoneedit.com SVN-Revision: 11537 --- net/updatedd/patches/001-service_libname.patch | 6 ++---- net/updatedd/patches/003-zoneedit-url-fix.patch | 11 +++++++++++ 2 files changed, 13 insertions(+), 4 deletions(-) create mode 100644 net/updatedd/patches/003-zoneedit-url-fix.patch diff --git a/net/updatedd/patches/001-service_libname.patch b/net/updatedd/patches/001-service_libname.patch index a4750516e..0003a6ed4 100644 --- a/net/updatedd/patches/001-service_libname.patch +++ b/net/updatedd/patches/001-service_libname.patch @@ -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 /* 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 index 000000000..9e400018f --- /dev/null +++ b/net/updatedd/patches/003-zoneedit-url-fix.patch @@ -0,0 +1,11 @@ +--- a/src/plugins/libzoneedit.h ++++ b/src/plugins/libzoneedit.h +@@ -21,7 +21,7 @@ + + #include + +-#define DYNDNSHOST "www.zoneedit.com" ++#define DYNDNSHOST "dynamic.zoneedit.com" + #define PORT 80 + + #define BUFSIZE 4096 -- 2.30.2