update to 2.1.7

This commit is contained in:
wilfried 2007-10-23 08:27:14 +00:00
parent cd7d63d8c8
commit ebae883269
3 changed files with 11 additions and 21 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.11 2007/09/15 22:36:56 merdely Exp $
# $OpenBSD: Makefile,v 1.12 2007/10/23 08:27:14 wilfried Exp $
COMMENT= No-IP.com Dynamic DNS client
V= 2.1.3
V= 2.1.7
DISTNAME= noip-${V}
PKGNAME= no-ip-${V}
CATEGORIES= net

View File

@ -1,5 +1,5 @@
MD5 (noip-2.1.3.tar.gz) = VQYB8YkciQBDniQEt9J0GA==
RMD160 (noip-2.1.3.tar.gz) = 8la5Fh8Kg1ojB83zK/RqrPY0gqU=
SHA1 (noip-2.1.3.tar.gz) = i07vLpuOglw0MzO0oyLE71OPlxg=
SHA256 (noip-2.1.3.tar.gz) = G3KrM82bhLGesIynxDWM4ZJ4klXmVtEFy4tQj2xcE5U=
SIZE (noip-2.1.3.tar.gz) = 101286
MD5 (noip-2.1.7.tar.gz) = e2tkwIcIwrFHw3XdoHSo3A==
RMD160 (noip-2.1.7.tar.gz) = ulUBw4lyplfdVcVqDq5eRuB3wC4=
SHA1 (noip-2.1.7.tar.gz) = 9DNWo3qBpTg4Kppdm2IE+WzA/lc=
SHA256 (noip-2.1.7.tar.gz) = EQWiPLCpV8Sx58R72b/tAPGgib3d0qafab9PgEf3ojc=
SIZE (noip-2.1.7.tar.gz) = 147640

View File

@ -1,17 +1,7 @@
$OpenBSD: patch-noip2_c,v 1.4 2006/10/18 22:02:39 wilfried Exp $
--- noip2.c.orig Fri Feb 24 17:45:23 2006
+++ noip2.c Thu Oct 19 00:01:12 2006
@@ -154,7 +154,9 @@
#define ENCRYPT 1
+#if !(defined(__OpenBSD__) && defined(MAX))
#define MAX(x,y) (((x)>(y))?(x):(y))
+#endif
#define READ_TIMEOUT 90
#define WRITE_TIMEOUT 60
@@ -204,11 +206,8 @@
$OpenBSD: patch-noip2_c,v 1.5 2007/10/23 08:27:14 wilfried Exp $
--- noip2.c.orig Mon Aug 27 23:54:19 2007
+++ noip2.c Tue Oct 23 09:49:14 2007
@@ -218,11 +218,8 @@
#define NODNSGROUP "@@NO_GROUP@@"
#define HOST 1
#define GROUP 2