public inbox for ddns@lists.ipfire.org
 help / color / mirror / Atom feed
* Re: SPDNS DDNS Update
       [not found] <db7e40f9-62cc-0dda-b314-f834691f85c9@ipfire.org>
@ 2016-06-07 14:39 ` Michael Tremer
  2016-06-20 14:58   ` Michael Tremer
  0 siblings, 1 reply; 5+ messages in thread
From: Michael Tremer @ 2016-06-07 14:39 UTC (permalink / raw)
  To: ddns

[-- Attachment #1: Type: text/plain, Size: 2135 bytes --]

Stefan, please review this too and merge if ok.

Tested-by: Thomas Berthel <5p9(a)ipfire.org>

-Michael

On Tue, 2016-06-07 at 16:38 +0200, 5p9 wrote:
> Hi,
> 
> i change it manually in the py and run perfect, thx for your update ;)
> 
> Thomas
> 
> Am 07.06.2016 um 16:35 schrieb Michael Tremer:
> > 
> > Please test this:
> > 
> > http://lists.ipfire.org/pipermail/ddns/2016-June/000024.html
> > 
> > On Tue, 2016-06-07 at 16:28 +0200, 5p9 wrote:
> > > 
> > > Hi,
> > > 
> > > sorry, i dont have a git-system in the moment to send a patch for this
> > > modification :(
> > > 
> > > BR, Thomas
> > > 
> > > Am 07.06.2016 um 16:24 schrieb Michael Tremer:
> > > > 
> > > > 
> > > > Would you want to send a patch for this?
> > > > 
> > > > On Tue, 2016-06-07 at 15:22 +0200, 5p9 wrote:
> > > > > 
> > > > > 
> > > > > Hi @ all,
> > > > > 
> > > > > please change spdns url in line 1456
> > > > > /usr/lib/python2.7/site-packages/ddns/providers.py script.
> > > > > 
> > > > > https://github.com/ipfire/ddns/blob/master/src/ddns/providers.py
> > > > > 
> > > > > 
> > > > > 
> > > > > from old update setting:
> > > > > 
> > > > >         url = "https://update.spdns.de/nic/update"
> > > > > 
> > > > >         @property
> > > > >         def username(self):
> > > > >                 return self.get("username") or self.hostname
> > > > > 
> > > > >         @property
> > > > >         def password(self):
> > > > >                 return self.get("password") or self.token
> > > > > 
> > > > > to the new update setting:
> > > > > 
> > > > >         url = "https://update.spdyn.de/nic/update"
> > > > > 
> > > > >         @property
> > > > >         def username(self):
> > > > >                 return self.get("username") or self.hostname
> > > > > 
> > > > >         @property
> > > > >         def password(self):
> > > > >                 return self.get("password") or self.token
> > > > > 
> > > > > big thx, 5p9

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: SPDNS DDNS Update
  2016-06-07 14:39 ` SPDNS DDNS Update Michael Tremer
@ 2016-06-20 14:58   ` Michael Tremer
  2016-06-21 10:40     ` Stefan Schantl
  0 siblings, 1 reply; 5+ messages in thread
From: Michael Tremer @ 2016-06-20 14:58 UTC (permalink / raw)
  To: ddns

[-- Attachment #1: Type: text/plain, Size: 2749 bytes --]

@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.
> 
> Tested-by: Thomas Berthel <5p9(a)ipfire.org>
> 
> -Michael
> 
> On Tue, 2016-06-07 at 16:38 +0200, 5p9 wrote:
> > 
> > Hi,
> > 
> > i change it manually in the py and run perfect, thx for your update ;)
> > 
> > Thomas
> > 
> > Am 07.06.2016 um 16:35 schrieb Michael Tremer:
> > > 
> > > 
> > > Please test this:
> > > 
> > > http://lists.ipfire.org/pipermail/ddns/2016-June/000024.html
> > > 
> > > On Tue, 2016-06-07 at 16:28 +0200, 5p9 wrote:
> > > > 
> > > > 
> > > > Hi,
> > > > 
> > > > sorry, i dont have a git-system in the moment to send a patch for this
> > > > modification :(
> > > > 
> > > > BR, Thomas
> > > > 
> > > > Am 07.06.2016 um 16:24 schrieb Michael Tremer:
> > > > > 
> > > > > 
> > > > > 
> > > > > Would you want to send a patch for this?
> > > > > 
> > > > > On Tue, 2016-06-07 at 15:22 +0200, 5p9 wrote:
> > > > > > 
> > > > > > 
> > > > > > 
> > > > > > Hi @ all,
> > > > > > 
> > > > > > please change spdns url in line 1456
> > > > > > /usr/lib/python2.7/site-packages/ddns/providers.py script.
> > > > > > 
> > > > > > https://github.com/ipfire/ddns/blob/master/src/ddns/providers.py
> > > > > > 
> > > > > > 
> > > > > > 
> > > > > > from old update setting:
> > > > > > 
> > > > > >         url = "https://update.spdns.de/nic/update"
> > > > > > 
> > > > > >         @property
> > > > > >         def username(self):
> > > > > >                 return self.get("username") or self.hostname
> > > > > > 
> > > > > >         @property
> > > > > >         def password(self):
> > > > > >                 return self.get("password") or self.token
> > > > > > 
> > > > > > to the new update setting:
> > > > > > 
> > > > > >         url = "https://update.spdyn.de/nic/update"
> > > > > > 
> > > > > >         @property
> > > > > >         def username(self):
> > > > > >                 return self.get("username") or self.hostname
> > > > > > 
> > > > > >         @property
> > > > > >         def password(self):
> > > > > >                 return self.get("password") or self.token
> > > > > > 
> > > > > > big thx, 5p9
> _______________________________________________
> ddns mailing list
> ddns(a)lists.ipfire.org
> http://lists.ipfire.org/mailman/listinfo/ddns

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: SPDNS DDNS Update
  2016-06-20 14:58   ` Michael Tremer
@ 2016-06-21 10:40     ` Stefan Schantl
  0 siblings, 0 replies; 5+ messages in thread
From: Stefan Schantl @ 2016-06-21 10:40 UTC (permalink / raw)
  To: ddns

[-- Attachment #1: Type: text/plain, Size: 3310 bytes --]

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.
> 
> 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.
> > 
> > Tested-by: Thomas Berthel <5p9(a)ipfire.org>
> > 
> > -Michael
> > 
> > On Tue, 2016-06-07 at 16:38 +0200, 5p9 wrote:
> > > 
> > > 
> > > Hi,
> > > 
> > > i change it manually in the py and run perfect, thx for your
> > > update ;)
> > > 
> > > Thomas
> > > 
> > > Am 07.06.2016 um 16:35 schrieb Michael Tremer:
> > > > 
> > > > 
> > > > 
> > > > Please test this:
> > > > 
> > > > http://lists.ipfire.org/pipermail/ddns/2016-June/000024.html
> > > > 
> > > > On Tue, 2016-06-07 at 16:28 +0200, 5p9 wrote:
> > > > > 
> > > > > 
> > > > > 
> > > > > Hi,
> > > > > 
> > > > > sorry, i dont have a git-system in the moment to send a patch
> > > > > for this
> > > > > modification :(
> > > > > 
> > > > > BR, Thomas
> > > > > 
> > > > > Am 07.06.2016 um 16:24 schrieb Michael Tremer:
> > > > > > 
> > > > > > 
> > > > > > 
> > > > > > 
> > > > > > Would you want to send a patch for this?
> > > > > > 
> > > > > > On Tue, 2016-06-07 at 15:22 +0200, 5p9 wrote:
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > Hi @ all,
> > > > > > > 
> > > > > > > please change spdns url in line 1456
> > > > > > > /usr/lib/python2.7/site-packages/ddns/providers.py
> > > > > > > script.
> > > > > > > 
> > > > > > > https://github.com/ipfire/ddns/blob/master/src/ddns/provi
> > > > > > > ders.py
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > from old update setting:
> > > > > > > 
> > > > > > >         url = "https://update.spdns.de/nic/update"
> > > > > > > 
> > > > > > >         @property
> > > > > > >         def username(self):
> > > > > > >                 return self.get("username") or
> > > > > > > self.hostname
> > > > > > > 
> > > > > > >         @property
> > > > > > >         def password(self):
> > > > > > >                 return self.get("password") or self.token
> > > > > > > 
> > > > > > > to the new update setting:
> > > > > > > 
> > > > > > >         url = "https://update.spdyn.de/nic/update"
> > > > > > > 
> > > > > > >         @property
> > > > > > >         def username(self):
> > > > > > >                 return self.get("username") or
> > > > > > > self.hostname
> > > > > > > 
> > > > > > >         @property
> > > > > > >         def password(self):
> > > > > > >                 return self.get("password") or self.token
> > > > > > > 
> > > > > > > big thx, 5p9
> > _______________________________________________
> > ddns mailing list
> > ddns(a)lists.ipfire.org
> > http://lists.ipfire.org/mailman/listinfo/ddns

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: SPDNS DDNS Update
       [not found] <43ee64b5-dcbd-5400-24e4-ef9950d33464@ipfire.org>
@ 2016-06-07 14:35 ` Michael Tremer
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Tremer @ 2016-06-07 14:35 UTC (permalink / raw)
  To: ddns

[-- Attachment #1: Type: text/plain, Size: 1580 bytes --]

Please test this:

http://lists.ipfire.org/pipermail/ddns/2016-June/000024.html

On Tue, 2016-06-07 at 16:28 +0200, 5p9 wrote:
> Hi,
> 
> sorry, i dont have a git-system in the moment to send a patch for this
> modification :(
> 
> BR, Thomas
> 
> Am 07.06.2016 um 16:24 schrieb Michael Tremer:
> > 
> > Would you want to send a patch for this?
> > 
> > On Tue, 2016-06-07 at 15:22 +0200, 5p9 wrote:
> > > 
> > > Hi @ all,
> > > 
> > > please change spdns url in line 1456
> > > /usr/lib/python2.7/site-packages/ddns/providers.py script.
> > > 
> > > https://github.com/ipfire/ddns/blob/master/src/ddns/providers.py
> > > 
> > > 
> > > 
> > > from old update setting:
> > > 
> > >         url = "https://update.spdns.de/nic/update"
> > > 
> > >         @property
> > >         def username(self):
> > >                 return self.get("username") or self.hostname
> > > 
> > >         @property
> > >         def password(self):
> > >                 return self.get("password") or self.token
> > > 
> > > to the new update setting:
> > > 
> > >         url = "https://update.spdyn.de/nic/update"
> > > 
> > >         @property
> > >         def username(self):
> > >                 return self.get("username") or self.hostname
> > > 
> > >         @property
> > >         def password(self):
> > >                 return self.get("password") or self.token
> > > 
> > > big thx, 5p9

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: SPDNS DDNS Update
       [not found] <0a53bb58-ae22-630f-f320-fa698f94067d@ipfire.org>
@ 2016-06-07 14:24 ` Michael Tremer
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Tremer @ 2016-06-07 14:24 UTC (permalink / raw)
  To: ddns

[-- Attachment #1: Type: text/plain, Size: 1073 bytes --]

Would you want to send a patch for this?

On Tue, 2016-06-07 at 15:22 +0200, 5p9 wrote:
> Hi @ all,
> 
> please change spdns url in line 1456
> /usr/lib/python2.7/site-packages/ddns/providers.py script.
> 
> https://github.com/ipfire/ddns/blob/master/src/ddns/providers.py
> 
> 
> 
> from old update setting:
> 
>         url = "https://update.spdns.de/nic/update"
> 
>         @property
>         def username(self):
>                 return self.get("username") or self.hostname
> 
>         @property
>         def password(self):
>                 return self.get("password") or self.token
> 
> to the new update setting:
> 
>         url = "https://update.spdyn.de/nic/update"
> 
>         @property
>         def username(self):
>                 return self.get("username") or self.hostname
> 
>         @property
>         def password(self):
>                 return self.get("password") or self.token
> 
> big thx, 5p9

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-06-21 10:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <db7e40f9-62cc-0dda-b314-f834691f85c9@ipfire.org>
2016-06-07 14:39 ` SPDNS DDNS Update Michael Tremer
2016-06-20 14:58   ` Michael Tremer
2016-06-21 10:40     ` Stefan Schantl
     [not found] <43ee64b5-dcbd-5400-24e4-ef9950d33464@ipfire.org>
2016-06-07 14:35 ` Michael Tremer
     [not found] <0a53bb58-ae22-630f-f320-fa698f94067d@ipfire.org>
2016-06-07 14:24 ` Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox