X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Funbound;h=b090010d42e30ee398610c5c40c9c0c56268d75f;hp=9c8589367d2f8b8979ca4ed01c2bf1f04095d9c3;hb=97a238f4bf11d8f1964c764216bc55020a54e3d4;hpb=3ce76624346e0ce66a6f1fc3f6b37feeab1a25b2 diff --git a/lfs/unbound b/lfs/unbound index 9c8589367d..b090010d42 100644 --- a/lfs/unbound +++ b/lfs/unbound @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2016 IPFire Team # +# Copyright (C) 2007-2018 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.5.9 +VER = 1.9.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 = 0cefa62c1690b4db18583db84bff00e3 +$(DL_FILE)_MD5 = 1026159991a3883518525bc18e25582f 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