From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: Re: SPDNS DDNS Update Date: Tue, 21 Jun 2016 12:40:45 +0200 Message-ID: <1466505645.18025.2.camel@ipfire.org> In-Reply-To: <1466434735.13200.18.camel@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1063245676410244642==" List-Id: --===============1063245676410244642== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello Michael, patch has been merged and I also tagged a new release (ddns-010). I also updated the dynDNS client in IPFire 2 to the new release and added it to core update 104 so it will be shipped. Best regards, -Stefan > @Stefan: Please merge this and any remaining patches and tag a > release. >=20 > This did not make it to go into Core Update 103 now and I do not > think that it > is necessary to delay those changes any longer. >=20 > -Michael >=20 > On Tue, 2016-06-07 at 15:39 +0100, Michael Tremer wrote: > >=20 > > Stefan, please review this too and merge if ok. > >=20 > > Tested-by: Thomas Berthel <5p9(a)ipfire.org> > >=20 > > -Michael > >=20 > > On Tue, 2016-06-07 at 16:38 +0200, 5p9 wrote: > > >=20 > > >=20 > > > Hi, > > >=20 > > > i change it manually in the py and run perfect, thx for your > > > update ;) > > >=20 > > > Thomas > > >=20 > > > Am 07.06.2016 um 16:35 schrieb Michael Tremer: > > > >=20 > > > >=20 > > > >=20 > > > > Please test this: > > > >=20 > > > > http://lists.ipfire.org/pipermail/ddns/2016-June/000024.html > > > >=20 > > > > On Tue, 2016-06-07 at 16:28 +0200, 5p9 wrote: > > > > >=20 > > > > >=20 > > > > >=20 > > > > > Hi, > > > > >=20 > > > > > sorry, i dont have a git-system in the moment to send a patch > > > > > for this > > > > > modification :( > > > > >=20 > > > > > BR, Thomas > > > > >=20 > > > > > Am 07.06.2016 um 16:24 schrieb Michael Tremer: > > > > > >=20 > > > > > >=20 > > > > > >=20 > > > > > >=20 > > > > > > Would you want to send a patch for this? > > > > > >=20 > > > > > > On Tue, 2016-06-07 at 15:22 +0200, 5p9 wrote: > > > > > > >=20 > > > > > > >=20 > > > > > > >=20 > > > > > > >=20 > > > > > > > Hi @ all, > > > > > > >=20 > > > > > > > please change spdns url in line 1456 > > > > > > > /usr/lib/python2.7/site-packages/ddns/providers.py > > > > > > > script. > > > > > > >=20 > > > > > > > https://github.com/ipfire/ddns/blob/master/src/ddns/provi > > > > > > > ders.py > > > > > > >=20 > > > > > > >=20 > > > > > > >=20 > > > > > > > from old update setting: > > > > > > >=20 > > > > > > > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0url =3D "https:= //update.spdns.de/nic/update" > > > > > > >=20 > > > > > > > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0@property > > > > > > > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0def username(se= lf): > > > > > > > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0return self.get("username") or > > > > > > > self.hostname > > > > > > >=20 > > > > > > > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0@property > > > > > > > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0def password(se= lf): > > > > > > > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0return self.get("password") or self.token > > > > > > >=20 > > > > > > > to the new update setting: > > > > > > >=20 > > > > > > > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0url =3D "https:= //update.spdyn.de/nic/update" > > > > > > >=20 > > > > > > > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0@property > > > > > > > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0def username(se= lf): > > > > > > > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0return self.get("username") or > > > > > > > self.hostname > > > > > > >=20 > > > > > > > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0@property > > > > > > > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0def password(se= lf): > > > > > > > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0return self.get("password") or self.token > > > > > > >=20 > > > > > > > big thx, 5p9 > > _______________________________________________ > > ddns mailing list > > ddns(a)lists.ipfire.org > > http://lists.ipfire.org/mailman/listinfo/ddns --===============1063245676410244642== Content-Type: application/pgp-signature Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="signature.asc" MIME-Version: 1.0 LS0tLS1CRUdJTiBQR1AgU0lHTkFUVVJFLS0tLS0KVmVyc2lvbjogR251UEcgdjIKCmlRSWNCQUFC Q2dBR0JRSlhhUm10QUFvSkVFN1hUaFdQazdMZTJiNFFBTDZ1aG45U3ZJWjRtbXZnNCtSUGloNWEK bHVXSGlpdG9jbDEzWmVJS1hvTmk2M21YTE5ia0ZUNE9BUnUra1VwQlp5NHk1Y21VVUpId1hkdTFi UDBpWG5JeAoxd0owZzFoeXBRdlhsb3FObmtWNjhPL05tNGl6MU43K002SHVVa2RRbXl6QzVBNXdr VnRBR2pyU3FDMEc5bDZMCnM3OWdtOUpsOG1WRjVWZ2pTYjlJL1hKMU1qaVkrZnM1cWdPelhhK1pn ZmVnTGxtZXN4QUNyTnN2MVpxUjJ1QkcKYnFnUjRsZFl6a2l0aFl4RkpHWDhXRmtWRTdldGRiUVpr VWRncVgyM2h1WTNtSFY3WUp6TityQ0N0MFptUVByVwpleTlIRlVzNnBPK0U4Y0UwVDJDdS92NEtq dlZkTTRKMVF2WXBCNksxY1p2cy9Ha3cwS2tPdkZJKzZrS1VEa3VsCnVZWk5wWWZLMGppRWhQcGti U0hrVDBHTVd6TlgvTzVXWndUOXV0RWVIcWpxSURmSGhtc3F2SUQrOWtrVmlIenkKTGRnMTRrSDQy dnhXVmZGTjJkQ3NLbiszb1JsbTB3VzlVS3hFdlpGbEdlbk5lbDJkK0ZnWGhZTzl2dnpFTEFpVwph cUx4ZG5UV2p0WkFzUXIycXpSd2VVWi9DU0JlZ3RsUDFEYWdjOVplTWRWOVVDUDE3Zk5KaEw3NjFx L0JHUWhWCm0raEVRU09zVUdNV3pkVUNWeTA2OHlxREYvaUxmS1B2Z2twYUlzS1NlZXBLU0hDS3pY cGFyeE9zbzc3R2gyUzcKalc5eExkOENDWkVqWmxJb2Z1QThGVFJyWEowS0hxa1doTWNPVnNaZkJ5 RWN4SkNNa1p5UVlhNXhBYXQveFpvVwptcnorNVhoa1p2Y0g5d2dGNVZCVwo9Szd1TAotLS0tLUVO RCBQR1AgU0lHTkFUVVJFLS0tLS0K --===============1063245676410244642==--