1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- Update to 2.1.4

PR:             109533
Submitted by:   Kay Abendroth <kay.abendroth@raxion.net> (maintainer)
This commit is contained in:
Martin Wilke 2007-02-26 21:26:58 +00:00
parent 986ca89b9c
commit c5d48bda02
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=186029
3 changed files with 11 additions and 11 deletions

View File

@ -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}/

View File

@ -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

View File

@ -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) {