ports/109533: upgrade dns/noip to 2.1.4
Kay Abendroth
kay.abendroth at FreeBSD.org
Sun Feb 25 18:10:05 UTC 2007
>Number: 109533
>Category: ports
>Synopsis: upgrade dns/noip to 2.1.4
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Sun Feb 25 18:10:04 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator: Kay Abendroth
>Release: 6.2
>Organization:
>Environment:
FreeBSD halo 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 17:36:58 CET 2007 root at halo:/usr/obj/usr/src/sys/HALO i386
>Description:
Update to 2.1.4.
Changes in noip are:
- updated noip2.c: added SkipHeaders() instead of the magic 6 line pass
- Changed to ip1.dynupdate.no-ip.com for ip retrieval
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
diff -ur ports/dns/noip.orig/Makefile ports/dns/noip/Makefile
--- ports/dns/noip.orig/Makefile Thu Nov 2 19:46:40 2006
+++ ports/dns/noip/Makefile Sun Feb 25 18:36:28 2007
@@ -6,7 +6,7 @@
#
PORTNAME= noip
-PORTVERSION= 2.1.3
+PORTVERSION= 2.1.4
CATEGORIES= dns
MASTER_SITES= http://www.no-ip.com/client/linux/ \
http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/
diff -ur ports/dns/noip.orig/distinfo ports/dns/noip/distinfo
--- ports/dns/noip.orig/distinfo Thu Nov 2 19:46:40 2006
+++ ports/dns/noip/distinfo Sun Feb 25 18:36:17 2007
@@ -1,3 +1,3 @@
-MD5 (noip-2.1.3.tar.gz) = 550601f1891c8900439e2404b7d27418
-SHA256 (noip-2.1.3.tar.gz) = 1b72ab33cd9b84b19eb08ca7c4358ce192789255e656d105cb8b508f6c5c1395
-SIZE (noip-2.1.3.tar.gz) = 101286
+MD5 (noip-2.1.4.tar.gz) = d65e221016a61cd4e412242c34c71ff1
+SHA256 (noip-2.1.4.tar.gz) = 8912301be611b842d0cf1a335275c367f3a80d507bc53c7460c68b52d71b1a7c
+SIZE (noip-2.1.4.tar.gz) = 102789
diff -ur ports/dns/noip.orig/files/patch-noip2.c ports/dns/noip/files/patch-noip2.c
--- ports/dns/noip.orig/files/patch-noip2.c Thu Nov 2 19:46:40 2006
+++ ports/dns/noip/files/patch-noip2.c Sun Feb 25 18:49:13 2007
@@ -1,15 +1,15 @@
---- noip2.c.orig Fri Feb 24 16:45:23 2006
-+++ noip2.c Wed Oct 18 11:12:03 2006
-@@ -170,7 +170,7 @@
+--- noip2.c.orig Tue Feb 20 22:12:22 2007
++++ noip2.c Sun Feb 25 18:47:38 2007
+@@ -176,7 +176,7 @@
#define CLIENT_IP_PORT 8245
- #define VERSION "2.1.3"
+ #define VERSION "2.1.4"
-#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="
-@@ -278,7 +278,7 @@
+@@ -283,7 +283,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)"
-@@ -484,7 +484,7 @@
+@@ -490,7 +490,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");
-@@ -2040,17 +2040,12 @@
+@@ -2058,17 +2058,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) {
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list