]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
ez-ipupdate: Fixed wrong hostname of zoneedit service.
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 29 May 2009 13:00:36 +0000 (15:00 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 29 May 2009 13:00:36 +0000 (15:00 +0200)
lfs/ez-ipupdate
src/patches/ez-ipupdate-3.0.11b8-zoneedit-server.patch [new file with mode: 0644]

index 3aa2d992926ec4f8c6ec72eefc4db8830443901f..bf5765ce5cbb5435ad6c5d6b49152e0bcda500c4 100644 (file)
@@ -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
        @$(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
        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 (file)
index 0000000..0fbc07a
--- /dev/null
@@ -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"