From f85c783a9c01e50a9b994b87864fcb58b3b160b7 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 29 May 2009 15:00:36 +0200 Subject: [PATCH] ez-ipupdate: Fixed wrong hostname of zoneedit service. --- lfs/ez-ipupdate | 1 + .../ez-ipupdate-3.0.11b8-zoneedit-server.patch | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 src/patches/ez-ipupdate-3.0.11b8-zoneedit-server.patch diff --git a/lfs/ez-ipupdate b/lfs/ez-ipupdate index 3aa2d99292..bf5765ce5c 100644 --- a/lfs/ez-ipupdate +++ b/lfs/ez-ipupdate @@ -71,6 +71,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && patch -Np0 < $(DIR_SRC)/src/patches/ez-ipupdate.formstring.patch + cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/ez-ipupdate-3.0.11b8-zoneedit-server.patch cd $(DIR_APP) && ./configure --prefix=/usr --disable-nls cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install diff --git a/src/patches/ez-ipupdate-3.0.11b8-zoneedit-server.patch b/src/patches/ez-ipupdate-3.0.11b8-zoneedit-server.patch new file mode 100644 index 0000000000..0fbc07a50e --- /dev/null +++ b/src/patches/ez-ipupdate-3.0.11b8-zoneedit-server.patch @@ -0,0 +1,13 @@ +diff --git a/ez-ipupdate.c b/ez-ipupdate.c +index 9aea495..a6d2528 100644 +--- a/ez-ipupdate.c ++++ b/ez-ipupdate.c +@@ -95,7 +95,7 @@ + #define HN_DEFAULT_PORT "80" + #define HN_REQUEST "/vanity/update" + +-#define ZONEEDIT_DEFAULT_SERVER "www.zoneedit.com" ++#define ZONEEDIT_DEFAULT_SERVER "dynamic.zoneedit.com" + #define ZONEEDIT_DEFAULT_PORT "80" + #define ZONEEDIT_REQUEST "/auth/dynamic.html" + -- 2.39.2