Hello,
this is a post to update you all about the recent developments regarding
the support for the various upcoming dynamic DNS providers.
Rationale
Some of the major dynamic DNS providers stopped their free services or
made them unusable so that people started searching for alternatives. In
IPFire 2, a script called setddns.pl [1] is responsible for updating the
dynamic DNS records. This script has grown over the last couple of
months and if you have looked into it you will have noticed that it has
become from ugly to almost un-maintainable. The decision that we don't
want to take this mess with us into the next generation of IPFire was
already made many years ago.
DDNS
A project called ddns was started which is a pure Python client that is
much more flexible, cleanly rewritten and easily extensible. It is
cross-platform, cross-distribution and does not need any third-party
python modules.
The basics already written years ago, Stefan Schantl and I worked on
making this ready for IPFire 2 and added all the providers that are
currently supported by setddns.pl and ez-ipupdate.
The source for the new DDNS tool can be found over here:
http://git.ipfire.org/?p=ddns.git;a=summary
or on GitHub
https://github.com/ipfire/ddns
were you can send us pull requests for supporting new providers and so
on.
Bug reports go to the usual place:
https://bugzilla.ipfire.org/describecomponents.cgi?product=DDNS%20Updater
There is no fixed release schedule for this, but we are pretty sure that
this won't take long until DDNS arrives in IPFire 2. That means that we
won't take any patches for the setddns.pl script that add support for
new providers any more.
We appreciate any contribution and as always hope to get some feedback
back from the community!
Best,
-Michael
[1] http://git.ipfire.org/?p=ipfire-2.x.git;a=blob;f=src/scripts/setddns.pl;h=5…
Merged as well.
You should really check your email settings so that all mails get to the
list and that the email address is right...
-Michael
On Wed, 2014-11-19 at 18:51 +0100, Matthias Fischer wrote:
> Hi Michael,
>
> On 19.11.2014 00:20, Michael Tremer wrote:
> >...
> > thanks for sending in all those patches. I appreciate it very much.
>
> No Problem - you're welcome...! ;-)
>
> > ...
> > I wrote some comments below about some concerns I have. Please check.
> > The rest without a comment looks very good.
>
> Checked. Hm...
>
> >> ...
> >> libpcap - Update to 1.6.2, added '--enable-bluetooth=no' (bluetooth
> >> ...
> >
> > I think that there should be some changes in the rootfile here. ...
>
> Checked - done. Sorry - missing rootfile added!
>
> >> ...
> >> pcre - Update to 8.3.6:
> >> http://git.ipfire.org/?p=people/mfischer/ipfire-2.x.git;a=commit;h=14c33f63…
> >
> > The latest version of pcre comes with a JIT compiler for regular
> > expressions. The implementation of that requires that memory is writable
> > and executable at the same time which is not allowed by grsecurity.
> >
> > We had to disable this on IPFire 3 and I think this should be the same
> > case in IPFire 2 as it comes with grsecurity, too.
> >
> > See here:
> > http://git.ipfire.org/?p=ipfire-3.x.git;a=commitdiff;h=5b7ea0e1636306d0bc6b…
>
> Checked. Done.
>
> Added/changed '--enable-jit \' to '--disable-jit \' in 'lfs'-file.
>
> Devel-PC is compiling.
>
> I'll test 'pcre' again when its ready.
>
> Regards
> Matthias
>