Tue Feb 9 12:23:37 2016 UTC ()
Update 3.8.2 to 3.8.3
---------------------
2015-05-28  wimpunk

	* [r183] ., release: Removing unneeded release directory

2015-03-23  wimpunk

	* [r182] ddclient: Reverting to the old perl requirements like
	  suggested in #75

		The new requirements were added when adding support for cloudflare. By the
		simple fix suggested by Roy Tam we could revert the requirements which make
		ddclient back usable on CentOS and RHEL.

	* [r181] ddclient: ddclient: made json optional

	  As suggested in pull 7 on github by @abelbeck and @Bugsbane it is
	  better to make the
	  use of JSON related to the use of cloudflare.

	* [r180] ddclient: ddclient: reindenting cloudflare

	  Indenting cloudflare according to the vim tags

	* [r179] ddclient: ddclient: correction after duckdns merge

	  Correcting duckdns configuration after commit r178

	* [r178] ddclient: Added simple support for Duckdns www.duckdns.org

	  Patch provided by gkranis on github.
	  Merge branch 'gkranis'

2015-03-21  wimpunk

	* [r177] README.md: Added duckDNS to the README.md
	* [r176] sample-etc_rc.d_init.d_ddclient.ubuntu: update ubuntu init.d script

	  Merge pull request #9 from gottaloveit/master

	* [r175] Changelog, Changelog.old: Renamed Changelog to
	  Changelog.old

	  Avoiding conflicts on case insensitive filesystems

	* [r174] ddclient: Add missing config line for CloudFlare

	  Merge pull request #19 from shikasta-net/fixes

	* [r173] ddclient: Merge pull request #22 from reddyr/patch-1

	  loopia.se changed the "Current Address:" output string to "Current IP
		Address:"

	* [r172] ddclient: fixed missing ) for cloudflare service hash

	  Merge pull request #16 from adepretis/master

2015-01-20  wimpunk

	* [r171] README.md, ddclient, sample-etc_ddclient.conf: Adding
	  support for google domain

	  Patch gently provided through github on
	  https://github.com/wimpunk/ddclient/pull/13

2014-10-08  wimpunk

	* [r170] README.md, ddclient, sample-etc_ddclient.conf: Added
	  support for Cloudflare and multi domain support for namecheap

	  Pull request #7 from @roberthawdon
	  See https://github.com/wimpunk/ddclient/pull/7 for more info.

2014-09-09  wimpunk

	* [r169] ddclient: Bugfix: allowing long username-password
	  combinations

	  Patch provided by @dirdi through github.

2014-08-20  wimpunk

	* [r166] ddclient: Fixing bug #72: Account info revealed during
	  noip update

	* [r165] ddclient: Interfaces can be named almost anything on
	  modern systems.

	  Patch provided by Stephen Couchman through github

2014-06-30  wimpunk

	* [r164] ddclient: Only delete A RR, not any RR for the FQDN

	  Make the delete command specific to A RRs. This prevents ddclient
	  from deleting other RRs unrelated to the dynamic address, but on the
	  same FQDN. This can be specifically a problem with KEY RRs when using
	  SIG(0) instead of symmetric keys.

	  Reported by: Wellie Chao
	  Bug report: http://sourceforge.net/p/ddclient/bugs/71/

	  Fixes #71

2014-06-02  wimpunk

	* [r163] README.md, ddclient: Adding support for nsupdate.

	  Patch provided by Daniel Roethlisberger <daniel@roe.ch> through
	  github.

2014-04-29  wimpunk

	* [r162] README.md, README.ssl, ddclient: Removed revision
	  information

	  Revision information isn't very usable when switching to git.

2014-03-20  wimpunk

	* [r161] README.md, README.ssl, ddclient,
	  sample-etc_rc.d_init.d_ddclient.alpine: Added Alpine Linux init
	  script

	  Patch send by Tal on github.

	* [r160] RELEASENOTE: Corrected release note

2013-12-26  wimpunk

	* [r159] release/readme.txt: Commiting updated release information
	* [r158] README.md, RELEASENOTE: Committing release notes and
	  readme information to trunk


(mef)
diff -r1.37 -r1.38 pkgsrc/net/ddclient/Makefile
diff -r1.9 -r1.10 pkgsrc/net/ddclient/PLIST
diff -r1.11 -r1.12 pkgsrc/net/ddclient/distinfo

cvs diff -r1.37 -r1.38 pkgsrc/net/ddclient/Makefile (expand / switch to unified diff)

--- pkgsrc/net/ddclient/Makefile 2015/06/12 10:50:40 1.37
+++ pkgsrc/net/ddclient/Makefile 2016/02/09 12:23:37 1.38
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.37 2015/06/12 10:50:40 wiz Exp $ 1# $NetBSD: Makefile,v 1.38 2016/02/09 12:23:37 mef Exp $
2 2
3DISTNAME= ddclient-3.8.2 3DISTNAME= ddclient-3.8.3
4PKGREVISION= 2 
5CATEGORIES= net 4CATEGORIES= net
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ddclient/} 5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ddclient/}
7EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.bz2
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://ddclient.sourceforge.net/ 9HOMEPAGE= http://ddclient.sourceforge.net/
11COMMENT= Client to update dynamic DNS entries 10COMMENT= Client to update dynamic DNS entries
12LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
13 12
14USE_TOOLS+= perl:run 13USE_TOOLS+= perl:run
15USE_LANGUAGES= # empty 14USE_LANGUAGES= # empty
16 15
17BUILD_DEFS+= VARBASE 16BUILD_DEFS+= VARBASE
@@ -20,39 +19,34 @@ EGDIR= ${PREFIX}/share/examples/ddclie @@ -20,39 +19,34 @@ EGDIR= ${PREFIX}/share/examples/ddclie
20RCD_SCRIPTS= ddclient 19RCD_SCRIPTS= ddclient
21CONF_FILES_PERMS= ${EGDIR}/sample-etc_ddclient.conf \ 20CONF_FILES_PERMS= ${EGDIR}/sample-etc_ddclient.conf \
22 ${PKG_SYSCONFDIR}/ddclient.conf \ 21 ${PKG_SYSCONFDIR}/ddclient.conf \
23 ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 0600 22 ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 0600
24 23
25REPLACE_INTERPRETER+= sh 24REPLACE_INTERPRETER+= sh
26REPLACE.sh.old= .*/bin/bash 25REPLACE.sh.old= .*/bin/bash
27REPLACE.sh.new= /bin/sh 26REPLACE.sh.new= /bin/sh
28REPLACE_FILES.sh= sample-ddclient-wrapper.sh 27REPLACE_FILES.sh= sample-ddclient-wrapper.sh
29REPLACE_FILES.sh+= sample-etc_rc.d_init.d_ddclient 28REPLACE_FILES.sh+= sample-etc_rc.d_init.d_ddclient
30 29
31INSTALLATION_DIRS= sbin share/doc/ddclient share/examples/ddclient 30INSTALLATION_DIRS= sbin share/doc/ddclient share/examples/ddclient
32 31
33do-configure: 32SUBST_CLASSES+= config
34 cd ${WRKSRC}; for f in ddclient; do \ 33SUBST_MESSAGE.config= Adjust variables: PKG_SYSCONFIGDIR VARBASE PERL5 (in patch-aa)
35 ${SED} -e "s|@PKG_SYSCONFDIR@|${PKG_SYSCONFDIR}|g" \ 34SUBST_FILES.config+= ddclient
36 -e "s|@VARBASE@|${VARBASE}|g" \ 35SUBST_STAGE.config= post-patch
37 -e "s|@PERL5@|${PERL5}|g" \ 36SUBST_VARS.config= PKG_SYSCONFIGDIR VARBASE PERL5
38 $${f} > $${f}.fixed; \ 
39 if [ -x $${f} ]; then \ 
40 ${CHMOD} +x $${f}.fixed; \ 
41 fi; \ 
42 ${MV} -f $${f}.fixed $${f}; \ 
43 done 
44 37
45do-build: # empty 38NO_CONFIGURE= yes
 39NO_BUILD= yes
46 40
47do-install: 41do-install:
48 ${INSTALL_SCRIPT} ${WRKSRC}/ddclient ${DESTDIR}${PREFIX}/sbin 42 ${INSTALL_SCRIPT} ${WRKSRC}/ddclient ${DESTDIR}${PREFIX}/sbin
49 ${INSTALL_DATA} ${WRKSRC}/COPYING ${DESTDIR}${DOCDIR} 43 ${INSTALL_DATA} ${WRKSRC}/COPYING ${DESTDIR}${DOCDIR}
50 ${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${DESTDIR}${DOCDIR} 44 ${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${DESTDIR}${DOCDIR}
51 ${INSTALL_DATA} ${WRKSRC}/README.md ${DESTDIR}${DOCDIR} 45 ${INSTALL_DATA} ${WRKSRC}/README.md ${DESTDIR}${DOCDIR}
52 ${INSTALL_DATA} ${WRKSRC}/README.ssl ${DESTDIR}${DOCDIR} 46 ${INSTALL_DATA} ${WRKSRC}/README.ssl ${DESTDIR}${DOCDIR}
53 ${INSTALL_DATA} ${WRKSRC}/README.cisco ${DESTDIR}${DOCDIR} 47 ${INSTALL_DATA} ${WRKSRC}/README.cisco ${DESTDIR}${DOCDIR}
54 ${INSTALL_DATA} ${WRKSRC}/sample-* ${DESTDIR}${EGDIR} 48 ${INSTALL_DATA} ${WRKSRC}/sample-* ${DESTDIR}${EGDIR}
55 49
56.include "options.mk" 50.include "options.mk"
57 51
58.include "../../mk/bsd.pkg.mk" 52.include "../../mk/bsd.pkg.mk"

cvs diff -r1.9 -r1.10 pkgsrc/net/ddclient/PLIST (expand / switch to unified diff)

--- pkgsrc/net/ddclient/PLIST 2014/12/14 15:35:49 1.9
+++ pkgsrc/net/ddclient/PLIST 2016/02/09 12:23:37 1.10
@@ -1,17 +1,18 @@ @@ -1,17 +1,18 @@
1@comment $NetBSD: PLIST,v 1.9 2014/12/14 15:35:49 schmonz Exp $ 1@comment $NetBSD: PLIST,v 1.10 2016/02/09 12:23:37 mef Exp $
2sbin/ddclient 2sbin/ddclient
3share/doc/ddclient/COPYING 3share/doc/ddclient/COPYING
4share/doc/ddclient/COPYRIGHT 4share/doc/ddclient/COPYRIGHT
5share/doc/ddclient/README.cisco 5share/doc/ddclient/README.cisco
6share/doc/ddclient/README.md 6share/doc/ddclient/README.md
7share/doc/ddclient/README.ssl 7share/doc/ddclient/README.ssl
8share/examples/ddclient/sample-ddclient-wrapper.sh 8share/examples/ddclient/sample-ddclient-wrapper.sh
9share/examples/ddclient/sample-etc_cron.d_ddclient 9share/examples/ddclient/sample-etc_cron.d_ddclient
10share/examples/ddclient/sample-etc_ddclient.conf 10share/examples/ddclient/sample-etc_ddclient.conf
11share/examples/ddclient/sample-etc_dhclient-exit-hooks 11share/examples/ddclient/sample-etc_dhclient-exit-hooks
12share/examples/ddclient/sample-etc_dhcpc_dhcpcd-eth0.exe 12share/examples/ddclient/sample-etc_dhcpc_dhcpcd-eth0.exe
13share/examples/ddclient/sample-etc_ppp_ip-up.local 13share/examples/ddclient/sample-etc_ppp_ip-up.local
14share/examples/ddclient/sample-etc_rc.d_init.d_ddclient 14share/examples/ddclient/sample-etc_rc.d_init.d_ddclient
 15share/examples/ddclient/sample-etc_rc.d_init.d_ddclient.alpine
15share/examples/ddclient/sample-etc_rc.d_init.d_ddclient.lsb 16share/examples/ddclient/sample-etc_rc.d_init.d_ddclient.lsb
16share/examples/ddclient/sample-etc_rc.d_init.d_ddclient.redhat 17share/examples/ddclient/sample-etc_rc.d_init.d_ddclient.redhat
17share/examples/ddclient/sample-etc_rc.d_init.d_ddclient.ubuntu 18share/examples/ddclient/sample-etc_rc.d_init.d_ddclient.ubuntu

cvs diff -r1.11 -r1.12 pkgsrc/net/ddclient/distinfo (expand / switch to unified diff)

--- pkgsrc/net/ddclient/distinfo 2015/11/04 00:34:56 1.11
+++ pkgsrc/net/ddclient/distinfo 2016/02/09 12:23:37 1.12
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.11 2015/11/04 00:34:56 agc Exp $ 1$NetBSD: distinfo,v 1.12 2016/02/09 12:23:37 mef Exp $
2 2
3SHA1 (ddclient-3.8.2.tar.bz2) = 8c887c06a580773c48a1eaced82a08c3077e1325 3SHA1 (ddclient-3.8.3.tar.bz2) = 8668d8828a74ef4e7bca90890d7bbe414c37c3ff
4RMD160 (ddclient-3.8.2.tar.bz2) = 126f773ce2fa15c8b0dd6229646afdce018d0c7b 4RMD160 (ddclient-3.8.3.tar.bz2) = 95eee96ed043748fc8be0602996d462d8a50fa7f
5SHA512 (ddclient-3.8.2.tar.bz2) = 3578c68d6d96dcb4371e33c9c3ea4fb79abdeda83b66f9cae45fae60b91f357ba394ad0c3a45e5151758d25dc2ac3be3dccefd7c0f34be16abe9be43417b34ef 5SHA512 (ddclient-3.8.3.tar.bz2) = 5f2546687faf82a44c1addf058ef23bd29efba163c7fc1e9660f236aa092e9e51d301320cfdb72b78f2e65860386c30d85773d791f7c298d4ce42ba7dcdb4d2d
6Size (ddclient-3.8.2.tar.bz2) = 41996 bytes 6Size (ddclient-3.8.3.tar.bz2) = 49026 bytes
7SHA1 (patch-aa) = de1ae69e4b89cc4d1a4146ef3856283c21aa6d76 7SHA1 (patch-aa) = de1ae69e4b89cc4d1a4146ef3856283c21aa6d76