pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/inadyn



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@localhost 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@localhost is now deprecated. Users should migrate to default%tunnelbroker.net@localhost
* 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.




Home | Main Index | Thread Index | Old Index