From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: SPDNS DDNS Update Date: Mon, 20 Jun 2016 15:58:55 +0100 Message-ID: <1466434735.13200.18.camel@ipfire.org> In-Reply-To: <1465310397.24121.113.camel@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5926760243501686477==" List-Id: --===============5926760243501686477== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable @Stefan: Please merge this and any remaining patches and tag a release. 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. -Michael On Tue, 2016-06-07 at 15:39 +0100, Michael Tremer wrote: > 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 > > 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 > > > 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 > > > > 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 > > > > > Would you want to send a patch for this? > > > > >=20 > > > > > On Tue, 2016-06-07 at 15:22 +0200, 5p9 wrote: > > > > > >=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/providers.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(self= ): > > > > > > =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(self= ): > > > > > > =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(self= ): > > > > > > =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(self= ): > > > > > > =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 --===============5926760243501686477== Content-Type: application/pgp-signature Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="signature.asc" MIME-Version: 1.0 LS0tLS1CRUdJTiBQR1AgU0lHTkFUVVJFLS0tLS0KVmVyc2lvbjogR251UEcgdjIKCmlRSWNCQUFC Q2dBR0JRSlhhQVN2QUFvSkVJQjU4UDl2a0FrSE4vVVAvaWFRZUdJdjVhT3ZvYmtQMnVCQlRhemkK d3ZpTlJ1ejhrM21hQzFpSG9LVE1PdGdld0NuVEhDVkxBM0p5WlV4T0M4T0FhUEV1Qk8yOXVXYjEw NzJKWlB5awpodEdWdVVlNTBaZjdnTzdaTkZWcXZ3dXBpZTBySFBjL1YwaENIQVMrTDFXSXZoT1B0 NjR4L2piQlRzcHVqYTl0Clk3eE8wWmgzeE1Gdi9nWEFTNjA4R3FwSTVHa3c5MldkcWZScHY3bzBZ Q2thM1Bod3dUUHQrMkkvb085ZVFLbysKTm00anBFZXAzTWliTllQMW1ENEVveDkzdHRDQUNNbWVJ S3lpU25vSEhLVGp1VS9PTFlpdzlHbFNZcGxKVkpoWQp1SlFOZG1NT1U0YWRmVHFLcmFUSVV6bGdJ LzVMZ0NlcHg4aldocFhFeTltTGtDeU5rK0tOUEpaWHJHeEpoY1ltCnpZbzBESFR2NUM0NTRJdjZx NlpVeWEvMHVvVlRsa3ptL09jbUhkaEU2QXE4SnJWZUdKZWdDcFpQMVBvVWRyM3QKMlhGQkVLYURI dEJuSFBEUVZaczl6c29IclFOcXVmeStwSUU2SnJadXA4eUQvdTYrUCtxdzJRZ3hwMUFQVXNoUApl WmtGWnZtNUVlQjNOaDgrNkRvaEFkNnRzdHBpN2s0T3RQTnZjZkk4QlJHTTJhY3dKeVh6VTFLck1Y dTJ2NmVkCkwvemNMMTFaVHlZalg1emVDaHBPMGpkMVhzVnlCSko5YTFqTlhjVDAyVEJreVhCK3FJ cnFWNXlmdmZCVVlZbXAKWUFBeW5OcHJvWUo0OWRxYTRzNncyVkVlMkRGNnBtc21OSS9LcERVRlY1 cGhLeXdYQkFzUi9HeExSSkNiZS9OQQp4MXVnL3I3NW9rSzEvbDJkMmYxZAo9eDlaQgotLS0tLUVO RCBQR1AgU0lHTkFUVVJFLS0tLS0K --===============5926760243501686477==--