X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Funbound;h=87666dfce7dc16ea938fa85186124a3504c25b76;hb=88e64c23c16a8f84d256c3d3fb97f46cf383a644;hp=c40f0ad9a8885d0c69f02b3e70efc5a8de8b2a9f;hpb=12b0a9da205108e5ce706913ff4c9553e58284f9;p=ipfire-2.x.git diff --git a/lfs/unbound b/lfs/unbound index c40f0ad9a8..87666dfce7 100644 --- a/lfs/unbound +++ b/lfs/unbound @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2017 IPFire Team # +# Copyright (C) 2007-2019 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 1.6.2 +VER = 1.9.1 THISAPP = unbound-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 5a5d0cdf7164957ff2e7498db1758f01 +$(DL_FILE)_MD5 = 5d954920d192b33f7c88f015dd969940 install : $(TARGET) @@ -70,7 +70,6 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/unbound-allow-setting-validator-permissive-mode-at-runtime.patch cd $(DIR_APP) && \ ./configure \ --prefix=/usr \ @@ -79,7 +78,10 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --with-rootkey-file=/var/lib/unbound/root.key \ --disable-static \ --with-libevent \ - --enable-event-api + --enable-event-api \ + --enable-tfo-client \ + --enable-tfo-server \ + ac_cv_func_getentropy=no cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install