New upstream release. - Update to 2.1.7: * 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 Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-bugs->freebsd-ports-bugs Make this a ports PR.
This also fixes PR 118018, http://www.freebsd.org/cgi/query-pr.cgi?pr=118018
Responsible Changed From-To: freebsd-ports-bugs->ehaupt I will take care of it.
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 <kay.abendroth@raxion.net> (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 _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thanks!