aboutsummaryrefslogtreecommitdiffstats
path: root/dns/noip/files
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2007-12-29 00:58:50 +0800
committerehaupt <ehaupt@FreeBSD.org>2007-12-29 00:58:50 +0800
commit9f1a18e9bbf02b88e858443e54ebe85bc4440c26 (patch)
tree3c2a072e92ed6b28c2478934f48ff8dcc8231111 /dns/noip/files
parent69ce7c8d2f4b87bded3bafd82c0cb20b6db6a081 (diff)
downloadfreebsd-ports-gnome-9f1a18e9bbf02b88e858443e54ebe85bc4440c26.tar.gz
freebsd-ports-gnome-9f1a18e9bbf02b88e858443e54ebe85bc4440c26.tar.zst
freebsd-ports-gnome-9f1a18e9bbf02b88e858443e54ebe85bc4440c26.zip
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)
Diffstat (limited to 'dns/noip/files')
-rw-r--r--dns/noip/files/patch-Makefile8
-rw-r--r--dns/noip/files/patch-noip2.c14
2 files changed, 11 insertions, 11 deletions
diff --git a/dns/noip/files/patch-Makefile b/dns/noip/files/patch-Makefile
index db28f5529f7d..6e2a312f68e3 100644
--- a/dns/noip/files/patch-Makefile
+++ b/dns/noip/files/patch-Makefile
@@ -1,5 +1,5 @@
---- Makefile.orig Wed Oct 18 11:13:47 2006
-+++ Makefile Wed Oct 18 11:16:45 2006
+--- Makefile.orig 2007-08-11 20:35:34.000000000 +0200
++++ Makefile 2007-12-24 12:18:38.000000000 +0100
@@ -1,13 +1,13 @@
TGT=noip2
-CC=gcc
@@ -9,8 +9,8 @@
-CONFDIR=${PREFIX}/etc
-BINDIR=${PREFIX}/bin
+MYPREFIX=${PREFIX}
-+CONFDIR=${MYPREFIX}/etc
-+BINDIR=${MYPREFIX}/bin
++MYCONFDIR=${PREFIX}/etc
++MYBINDIR=${PREFIX}/bin
# these defines are for Linux
-LIBS=
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) {