rpms/ez-ipupdate/devel ez-ipupdate-3.0.11b8-zoneedit-server.patch, NONE, 1.1 ez-ipupdate.spec, 1.20, 1.21

Jeff Layton (jlayton) fedora-extras-commits at redhat.com
Sun Jun 8 11:36:33 UTC 2008


Author: jlayton

Update of /cvs/extras/rpms/ez-ipupdate/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7463

Modified Files:
	ez-ipupdate.spec 
Added Files:
	ez-ipupdate-3.0.11b8-zoneedit-server.patch 
Log Message:
Change default server for zoneedit.com to dynamic.zoneedit.com


ez-ipupdate-3.0.11b8-zoneedit-server.patch:

--- NEW FILE ez-ipupdate-3.0.11b8-zoneedit-server.patch ---
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"
 


Index: ez-ipupdate.spec
===================================================================
RCS file: /cvs/extras/rpms/ez-ipupdate/devel/ez-ipupdate.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ez-ipupdate.spec	11 Mar 2008 11:48:29 -0000	1.20
+++ ez-ipupdate.spec	8 Jun 2008 11:35:41 -0000	1.21
@@ -1,6 +1,6 @@
 Name:           ez-ipupdate
 Version:        3.0.11
-Release:        0.17.b8%{?dist}
+Release:        0.18.b8%{?dist}
 Summary:        Client for Dynamic DNS Services
 
 Group:          Applications/Internet
@@ -10,6 +10,7 @@
 Source1:        %{name}.init
 Patch0:         http://ftp.debian.org/debian/pool/main/e/ez-ipupdate/ez-ipupdate_3.0.11b8-10.diff.gz
 Patch1:         %{name}-pidfile.patch
+Patch2:		ez-ipupdate-3.0.11b8-zoneedit-server.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires(post):   /sbin/chkconfig
@@ -40,6 +41,7 @@
 %setup -q -n %{name}-%{version}b8
 %patch0 -p1
 %patch1 -p0
+%patch2 -p1
 touch *.in aclocal.m4 configure
 chmod +x missing
 chmod a-x example*.conf
@@ -118,6 +120,9 @@
 %ghost %attr(0640,root,ez-ipupd) %config(noreplace,missingok) %{_sysconfdir}/ez-ipupdate/default.conf
 
 %changelog
+* Sun Jun  8 2008 Jeff Layton <jlayton at redhat.com> - 3.0.11-0.18.b8
+- default server for zoneedit has changed to dynamic.zoneedit.com (BZ#449375)
+
 * Tue Mar 11 2008 Jeff Layton <jlayton at redhat.com> - 3.0.11-0.17.b8
 - ez-ipupdate would be started a second time on runlevel changes (BZ#436616)
 




More information about the fedora-extras-commits mailing list