X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Funbound;h=50ce9952c42a288b03690123c516b9e046fc80a6;hb=674328ea046162b6293adf46996d6126ff5ae0ed;hp=2b7745cd0a13b091961e5ac6c85692156cc5fd74;hpb=f475a017a25a93a80630e7cf4a3c566f4a7a2e0a;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/unbound b/lfs/unbound index 2b7745cd0a..50ce9952c4 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.1 +VER = 1.9.6 THISAPP = unbound-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = aa808f33d94a36c9312d1b8ad8805e14 +$(DL_FILE)_MD5 = e6423d68e293ffec953477ef1adbbfb7 install : $(TARGET) @@ -77,7 +77,12 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --with-pidfile=/var/run/unbound.pid \ --with-rootkey-file=/var/lib/unbound/root.key \ --disable-static \ - --with-libevent + --with-libevent \ + --enable-event-api \ + --enable-tfo-client \ + --enable-tfo-server \ + ac_cv_func_getentropy=no + cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install