X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Funbound;h=b4c1b02f3705bf2f980c5db59749a117f612d127;hb=05a89532d79d031895dd8dab0193b951f8072934;hp=3494a7b0645c7697afba3948b6c30b6ca4079f42;hpb=8bbcfa1152f87e8092c91284e25184ae52914e6d;p=ipfire-2.x.git diff --git a/lfs/unbound b/lfs/unbound index 3494a7b064..b4c1b02f37 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.6.0 +VER = 1.7.3 THISAPP = unbound-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 78409eccf7260d260b6463f85e59c66b +$(DL_FILE)_MD5 = ea45068fb27ef358f581227b99645525 install : $(TARGET) @@ -77,7 +77,10 @@ $(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 \ + ac_cv_func_getentropy=no + cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install