Date: Thu, 29 Jan 2004 13:31:06 -0800 (PST) From: Eyal Soha <esoha@attbi.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: esoha@attbi.com Subject: ports/62081: [maintainer-update] [patch] dns/noip upgrade 2.1.0 -> 2.1.1 Message-ID: <200401292131.i0TLV61i096466@comcast.net> Resent-Message-ID: <200401292140.i0TLeEPA047010@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 62081 >Category: ports >Synopsis: [maintainer-update] [patch] dns/noip upgrade 2.1.0 -> 2.1.1 >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: Thu Jan 29 13:40:14 PST 2004 >Closed-Date: >Last-Modified: >Originator: Eyal Soha >Release: FreeBSD 5.1-RELEASE-p12 i386 >Organization: >Environment: System: FreeBSD x1-6-00-50-2c-02-55-54.attbi.com 5.1-RELEASE-p12 FreeBSD 5.1-RELEASE-p12 #9: Wed Jan 28 11:56:16 PST 2004 esoha@x1-6-00-50-2c-02-55-54.attbi.com:/usr/obj/usr/src/sys/EYAL i386 >Description: Dan Durrer of No-IP.com informed me of the new noip version so I upgraded the port. >How-To-Repeat: >Fix: Very minor changes. dns/noip/Makefile was updated for the new software version. dns/noip/files/patch-noip2.c was regenerated for accurate line numbers and context matches. --- noip.diff begins here --- diff -ruN noip.bak/Makefile noip/Makefile --- noip.bak/Makefile Fri Jan 9 14:23:50 2004 +++ noip/Makefile Thu Jan 29 12:39:24 2004 @@ -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 -ruN noip.bak/distinfo noip/distinfo --- noip.bak/distinfo Thu Jan 8 14:26:31 2004 +++ noip/distinfo Thu Jan 29 12:39:55 2004 @@ -1 +1 @@ -MD5 (noip-2.1.0.tar.gz) = 59d26e089a2bff15f512d808dad2cd1c +MD5 (noip-2.1.1.tar.gz) = 2855ba62a8b5742a7e9d26f4e7c80b25 diff -ruN noip.bak/files/patch-noip2.c noip/files/patch-noip2.c --- noip.bak/files/patch-noip2.c Thu Jan 8 14:46:14 2004 +++ noip/files/patch-noip2.c Thu Jan 29 12:46:39 2004 @@ -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) { --- noip.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401292131.i0TLV61i096466>