From owner-cvs-all@FreeBSD.ORG Fri Dec 28 16:58:51 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 68AC616A421; Fri, 28 Dec 2007 16:58:51 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3FCA913C465; Fri, 28 Dec 2007 16:58:51 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lBSGwoWo073941; Fri, 28 Dec 2007 16:58:50 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBSGworl073940; Fri, 28 Dec 2007 16:58:50 GMT (envelope-from ehaupt) Message-Id: <200712281658.lBSGworl073940@repoman.freebsd.org> From: Emanuel Haupt Date: Fri, 28 Dec 2007 16:58:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/dns/noip Makefile distinfo ports/dns/noip/files patch-Makefile patch-noip2.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Dec 2007 16:58:51 -0000 ehaupt 2007-12-28 16:58:50 UTC FreeBSD ports repository Modified files: dns/noip Makefile distinfo dns/noip/files patch-Makefile patch-noip2.c Log: Update to 2.1.7 which includes the following changes: * updated noip2.c: added SkipHeaders() instead of the magic 6 line pass * Changed to ip1.dynupdate.no-ip.com for ip retrieval * added fclose() for stdin, stdout & stderr to child * made Force_Update work on 30 day intervals * added version number into shared mem and -S display PR: 118989 Submitted by: Kay Abendroth (maintainer) Revision Changes Path 1.14 +1 -1 ports/dns/noip/Makefile 1.12 +3 -3 ports/dns/noip/distinfo 1.4 +4 -4 ports/dns/noip/files/patch-Makefile 1.6 +7 -7 ports/dns/noip/files/patch-noip2.c