Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 8FB147A46A for ; Sun, 29 May 2016 22:32:13 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 45A0885E94; Sun, 29 May 2016 22:32:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C3A8085E62 for ; Sun, 29 May 2016 22:32:12 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id lNlFvbL674j1 for ; Sun, 29 May 2016 22:32:12 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3854785DFE for ; Sun, 29 May 2016 22:32:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 34B9FFBB5; Sun, 29 May 2016 22:32:12 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Sun, 29 May 2016 22:32:12 +0000 From: "David Brownlee" Subject: CVS commit: pkgsrc/net/inadyn To: pkgsrc-changes@NetBSD.org Reply-To: abs@netbsd.org X-Mailer: log_accum Message-Id: <20160529223212.34B9FFBB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: abs Date: Sun May 29 22:32:12 UTC 2016 Modified Files: pkgsrc/net/inadyn: Makefile PLIST distinfo pkgsrc/net/inadyn/patches: patch-include_ddns.h patch-plugins_freedns.c patch-src_configure.ac patch-src_os.c patch-src_tcp.c Added Files: pkgsrc/net/inadyn/patches: patch-Makefile.am patch-src_Makefile.am Removed Files: pkgsrc/net/inadyn/patches: patch-man_inadyn.8 patch-man_inadyn.conf.5 patch-src_Makefile.in Log Message: Updated net/inadyn to 1.99.15 Inadyn v1.99.15 Changes * Support for new API at https://tunnelbroker.net, fixes issue #83. Use default@tunnelbroker.net to use the DYN.com API to update the IPv4 address for your IPv6-in-IPv4 tunnel. Thanks goes to Horst Venzke @hvenzke for reporting this problem! * The old API for the IPv6-in-IPv4 system ipv6tb@he.net is now deprecated. Users should migrate to default@tunnelbroker.net * Files generated by the GNU Configure & Build System is now no longer stored in GIT. Instead, users that rely on GIT must run the new ./autogen.sh script to generate the necessary files (configure). Fixes * Fix issue #100: regression from 1.99.13 pidfile is no longer created. Inadyn 1.x semantics incompatible with OpenBSD pidfile() that replaced local version in 1.99.14. Problem found by David Schury @daersc. * Fix issue #107: If an IP address update fails, e.g. due to temporary connectivity, HTTP transmission problems, etc. then Inadyn now forces an update in the next IP check cycle. (This is the configurable period interval in inadyn.conf.) Reported by Oliver Graute @redbrain17 and audited by @BulldozerBSG, thanks! * Fix issue #108: Update README with correct alias syntax for Namecheap, issue reported by @quazar0 Inadyn v1.99.14 Changes * New setting append-myip which, instead of appending your hostname alias, appends the current IP to the server GET update URL. See the README or the man pages for more details. * Prevent Inadyn from bugging out if it cannot write a cache file when the -o, --once flag is given. * Inadyn now defaults to a silent build, use make V=1 (like Linux) to get a verbose build. Useful for auto-builders etc. * Migrate to libite for functions like pidfile(), strlcpy() etc. * Add support for http://GiraDNS.com, thanks to Thorsten Mühlfelder, @thenktor! * Add support for https://www.duiadns.net, thanks to Ionut Slaveanu, @svionut! * Add Cygwin support for running Inadyn in Windows, thanks to Scott Mann, @sejmann! Fixes * Sanitized default logs by placing conditions for debug logs. Thanks to Frank Aurich, @1100101, for this work! * Fix issue #82: build failure, no rule to build target CHANGELOG, a regression introduced in 1.99.13. * Fix Duck DNS support, thanks to Ismani Nieuweboer, @YourDearestEigenvalue! To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/inadyn/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/inadyn/PLIST cvs rdiff -u -r1.8 -r1.9 pkgsrc/net/inadyn/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/net/inadyn/patches/patch-Makefile.am \ pkgsrc/net/inadyn/patches/patch-src_Makefile.am cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/inadyn/patches/patch-include_ddns.h \ pkgsrc/net/inadyn/patches/patch-plugins_freedns.c \ pkgsrc/net/inadyn/patches/patch-src_configure.ac \ pkgsrc/net/inadyn/patches/patch-src_os.c \ pkgsrc/net/inadyn/patches/patch-src_tcp.c cvs rdiff -u -r1.1 -r0 pkgsrc/net/inadyn/patches/patch-man_inadyn.8 \ pkgsrc/net/inadyn/patches/patch-man_inadyn.conf.5 \ pkgsrc/net/inadyn/patches/patch-src_Makefile.in Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.