diff options
-rw-r--r-- | dns/noip/Makefile | 2 | ||||
-rw-r--r-- | dns/noip/distinfo | 2 | ||||
-rw-r--r-- | dns/noip/files/patch-noip2.c | 14 |
3 files changed, 9 insertions, 9 deletions
diff --git a/dns/noip/Makefile b/dns/noip/Makefile index b431973a7677..3619bf5b7fa5 100644 --- a/dns/noip/Makefile +++ b/dns/noip/Makefile @@ -6,7 +6,7 @@ # PORTNAME= noip -PORTVERSION= 2.1.0 +PORTVERSION= 2.1.1 CATEGORIES= dns MASTER_SITES= http://www.no-ip.com/client/linux/ diff --git a/dns/noip/distinfo b/dns/noip/distinfo index 4c10315cb56d..f4d9ba985ee8 100644 --- a/dns/noip/distinfo +++ b/dns/noip/distinfo @@ -1 +1 @@ -MD5 (noip-2.1.0.tar.gz) = 59d26e089a2bff15f512d808dad2cd1c +MD5 (noip-2.1.1.tar.gz) = 2855ba62a8b5742a7e9d26f4e7c80b25 diff --git a/dns/noip/files/patch-noip2.c b/dns/noip/files/patch-noip2.c index d96af6ac48f8..fa545bab814d 100644 --- a/dns/noip/files/patch-noip2.c +++ b/dns/noip/files/patch-noip2.c @@ -1,15 +1,15 @@ ---- noip2.c.orig Fri Jan 2 18:14:09 2004 -+++ noip2.c Thu Jan 8 14:45:57 2004 -@@ -153,7 +153,7 @@ +--- noip2.c.orig Fri Jan 9 06:18:39 2004 ++++ noip2.c Thu Jan 29 12:45:11 2004 +@@ -156,7 +156,7 @@ #define CLIENT_IP_PORT 8245 - #define VERSION "2.1" + #define VERSION "2.1.1" -#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=" -@@ -258,7 +258,7 @@ +@@ -264,7 +264,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)" -@@ -450,7 +450,7 @@ +@@ -466,7 +466,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"); -@@ -1935,17 +1935,12 @@ +@@ -1984,17 +1984,12 @@ dq = devs; // point at name list for (ifa = ifap; ifa; ifa = ifa->ifa_next) { if (ifa->ifa_addr->sa_family == AF_LINK) { |