Good morning, thanks for the patch. Did you try reverting this one and test if things like "pakfirehub01.i.ipfire.org" resolve again? I have seen that there is some changes for qname minimisation. http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff;h=86e9d04bfb73eb256682a567e187fe1e5cdcc3ca -Michael On Fri, 2016-12-16 at 09:50 +0100, Matthias Fischer wrote: > Signed-off-by: Matthias Fischer > > For details, see: > http://www.unbound.net/download.html > --- >  config/rootfiles/common/unbound | 2 +- >  lfs/unbound                     | 4 ++-- >  2 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/config/rootfiles/common/unbound b/config/rootfiles/common/unbound > index 722d73057..c31b8a698 100644 > --- a/config/rootfiles/common/unbound > +++ b/config/rootfiles/common/unbound > @@ -10,7 +10,7 @@ etc/unbound/unbound.conf >  #usr/lib/libunbound.la >  #usr/lib/libunbound.so >  usr/lib/libunbound.so.2 > -usr/lib/libunbound.so.2.4.2 > +usr/lib/libunbound.so.2.4.3 >  usr/sbin/unbound >  usr/sbin/unbound-anchor >  usr/sbin/unbound-checkconf > diff --git a/lfs/unbound b/lfs/unbound > index b2ef6ac4c..3494a7b06 100644 > --- a/lfs/unbound > +++ b/lfs/unbound > @@ -24,7 +24,7 @@ >   >  include Config >   > -VER        = 1.5.10 > +VER        = 1.6.0 >   >  THISAPP    = unbound-$(VER) >  DL_FILE    = $(THISAPP).tar.gz > @@ -40,7 +40,7 @@ objects = $(DL_FILE) >   >  $(DL_FILE) = $(DL_FROM)/$(DL_FILE) >   > -$(DL_FILE)_MD5 = 0a3a236811f1ab5c1dc31974fa74e047 > +$(DL_FILE)_MD5 = 78409eccf7260d260b6463f85e59c66b >   >  install : $(TARGET) >