summaryrefslogtreecommitdiff
path: root/dns/noip/files/patch-noip2.c
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2007-12-28 16:58:50 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2007-12-28 16:58:50 +0000
commite3e5aa139840c78ef50b0728517c59237eff1742 (patch)
tree2e32086ea8aadd55c5db1d5baa7b6b3b273063d0 /dns/noip/files/patch-noip2.c
parent- Fix a comment (s/snaposhot/snapshot) (diff)
Update to 2.1.7 which includes the following changes:
* updated noip2.c: added SkipHeaders() instead of the magic 6 line pass * Changed to ip1.dynupdate.no-ip.com for ip retrieval * added fclose() for stdin, stdout & stderr to child * made Force_Update work on 30 day intervals * added version number into shared mem and -S display PR: 118989 Submitted by: Kay Abendroth <kay.abendroth@raxion.net> (maintainer)
Notes
Notes: svn path=/head/; revision=204657
Diffstat (limited to 'dns/noip/files/patch-noip2.c')
-rw-r--r--dns/noip/files/patch-noip2.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/dns/noip/files/patch-noip2.c b/dns/noip/files/patch-noip2.c
index f745e1aabb76..ad0fe024bb59 100644
--- a/dns/noip/files/patch-noip2.c
+++ b/dns/noip/files/patch-noip2.c
@@ -1,15 +1,15 @@
---- noip2.c.orig Tue Feb 20 22:12:22 2007
-+++ noip2.c Sun Feb 25 18:47:38 2007
-@@ -176,7 +176,7 @@
+--- noip2.c.orig 2007-08-27 23:54:19.000000000 +0200
++++ noip2.c 2007-12-24 12:25:18.000000000 +0100
+@@ -185,7 +185,7 @@
#define CLIENT_IP_PORT 8245
- #define VERSION "2.1.4"
+ #define VERSION "2.1.7"
-#define USER_AGENT "User-Agent: Linux-DUC/"VERSION
+#define USER_AGENT "User-Agent: FreeBSD-DUC/"VERSION
#define SETTING_SCRIPT "settings.php?"
#define USTRNG "username="
#define PWDSTRNG "&pass="
-@@ -283,7 +283,7 @@
+@@ -292,7 +292,7 @@
#define CMSG21 "Please select the Internet interface from this list.\n"
#define CMSG22 "By typing the number associated with it."
#define CMSG23 "Too many network devices. Limit is %d"
@@ -18,7 +18,7 @@
#define CMSG25 "Can't create config file (%s)"
#define CMSG25a "Re-run noip, adding '-c configfilename' as a parameter."
#define CMSG26 "Can't rename config file (%s)"
-@@ -490,7 +490,7 @@
+@@ -502,7 +502,7 @@
fprintf(stderr, "[ -d][ -D pid]");
#endif
fprintf(stderr, "[ -i addr][ -S][ -M][ -h]");
@@ -27,7 +27,7 @@
fprintf(stderr, "Options: -C create configuration data\n");
fprintf(stderr, " -F force NAT off\n");
fprintf(stderr, " -Y select all hosts/groups\n");
-@@ -2058,17 +2058,12 @@
+@@ -2119,17 +2119,12 @@
dq = (unsigned char *)devs; // point at name list
for (ifa = ifap; ifa; ifa = ifa->ifa_next) {
if (ifa->ifa_addr->sa_family == AF_LINK) {